/// <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(FormScheduleBlockEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.label4 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.listOp = new System.Windows.Forms.ListBox(); this.labelOp = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.labelType = new System.Windows.Forms.Label(); this.comboStart = new System.Windows.Forms.ComboBox(); this.comboStop = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(539, 382); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 14; 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(539, 348); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 12; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label2 // this.label2.Location = new System.Drawing.Point(5, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 16); this.label2.TabIndex = 9; this.label2.Text = "Stop Time"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(5, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 16); this.label1.TabIndex = 7; this.label1.Text = "Start Time"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(75, 64); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Schedule; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(220, 113); this.textNote.TabIndex = 15; this.textNote.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(9, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 16); this.label4.TabIndex = 16; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(18, 382); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 26); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // listOp // this.listOp.Location = new System.Drawing.Point(443, 43); this.listOp.Name = "listOp"; this.listOp.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listOp.Size = new System.Drawing.Size(171, 290); this.listOp.TabIndex = 21; // // labelOp // this.labelOp.Location = new System.Drawing.Point(443, 23); this.labelOp.Name = "labelOp"; this.labelOp.Size = new System.Drawing.Size(128, 16); this.labelOp.TabIndex = 20; this.labelOp.Text = "Operatories"; this.labelOp.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listType // this.listType.Location = new System.Drawing.Point(313, 43); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(115, 134); this.listType.TabIndex = 19; // // labelType // this.labelType.Location = new System.Drawing.Point(313, 23); this.labelType.Name = "labelType"; this.labelType.Size = new System.Drawing.Size(127, 16); this.labelType.TabIndex = 18; this.labelType.Text = "Blockout Type"; this.labelType.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboStart // this.comboStart.FormattingEnabled = true; this.comboStart.Location = new System.Drawing.Point(75, 11); this.comboStart.MaxDropDownItems = 48; this.comboStart.Name = "comboStart"; this.comboStart.Size = new System.Drawing.Size(120, 21); this.comboStart.TabIndex = 22; // // comboStop // this.comboStop.FormattingEnabled = true; this.comboStop.Location = new System.Drawing.Point(75, 37); this.comboStop.MaxDropDownItems = 48; this.comboStop.Name = "comboStop"; this.comboStop.Size = new System.Drawing.Size(120, 21); this.comboStop.TabIndex = 23; // // FormScheduleBlockEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(638, 426); this.Controls.Add(this.comboStop); this.Controls.Add(this.comboStart); this.Controls.Add(this.listOp); this.Controls.Add(this.labelOp); this.Controls.Add(this.listType); this.Controls.Add(this.labelType); this.Controls.Add(this.butDelete); this.Controls.Add(this.textNote); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormScheduleBlockEdit"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Blockout"; this.Load += new System.EventHandler(this.FormScheduleBlockEdit_Load); 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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormRecallEdit)); this.butCancel = new OpenDental.UI.Button(); this.textDatePrevious = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDateDueCalc = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textDateDue = new OpenDental.ValidDate(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textWeeks = new OpenDental.ValidNum(); this.label7 = new System.Windows.Forms.Label(); this.textDays = new OpenDental.ValidNum(); this.label6 = new System.Windows.Forms.Label(); this.textMonths = new OpenDental.ValidNum(); this.label5 = new System.Windows.Forms.Label(); this.textYears = new OpenDental.ValidNum(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.checkIsDisabled = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textNote = new OpenDental.ODtextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.Location = new System.Drawing.Point(589, 405); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textDatePrevious // this.textDatePrevious.Location = new System.Drawing.Point(184, 42); this.textDatePrevious.Name = "textDatePrevious"; this.textDatePrevious.ReadOnly = true; this.textDatePrevious.Size = new System.Drawing.Size(85, 20); this.textDatePrevious.TabIndex = 1; this.textDatePrevious.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(11, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(170, 19); this.label1.TabIndex = 2; this.label1.Text = "Previous Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(11, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(170, 19); this.label2.TabIndex = 4; this.label2.Text = "Calculated Due Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateDueCalc // this.textDateDueCalc.Location = new System.Drawing.Point(184, 68); this.textDateDueCalc.Name = "textDateDueCalc"; this.textDateDueCalc.ReadOnly = true; this.textDateDueCalc.Size = new System.Drawing.Size(85, 20); this.textDateDueCalc.TabIndex = 3; this.textDateDueCalc.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(12, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(170, 19); this.label3.TabIndex = 5; this.label3.Text = "Actual Due Date"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateDue // this.textDateDue.Location = new System.Drawing.Point(184, 94); this.textDateDue.Name = "textDateDue"; this.textDateDue.Size = new System.Drawing.Size(86, 20); this.textDateDue.TabIndex = 6; this.textDateDue.Text = ""; // // groupBox1 // this.groupBox1.Controls.Add(this.textWeeks); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.textDays); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textMonths); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.textYears); this.groupBox1.Controls.Add(this.label4); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(79, 123); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(170, 115); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Recall Interval"; // // textWeeks // this.textWeeks.Location = new System.Drawing.Point(105, 63); this.textWeeks.MaxVal = 255; this.textWeeks.MinVal = 0; this.textWeeks.Name = "textWeeks"; this.textWeeks.Size = new System.Drawing.Size(51, 20); this.textWeeks.TabIndex = 12; this.textWeeks.Text = ""; // // label7 // this.label7.Location = new System.Drawing.Point(11, 63); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 19); this.label7.TabIndex = 11; this.label7.Text = "Weeks"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDays // this.textDays.Location = new System.Drawing.Point(105, 85); this.textDays.MaxVal = 255; this.textDays.MinVal = 0; this.textDays.Name = "textDays"; this.textDays.Size = new System.Drawing.Size(51, 20); this.textDays.TabIndex = 10; this.textDays.Text = ""; // // label6 // this.label6.Location = new System.Drawing.Point(11, 85); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92, 19); this.label6.TabIndex = 9; this.label6.Text = "Days"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMonths // this.textMonths.Location = new System.Drawing.Point(105, 40); this.textMonths.MaxVal = 255; this.textMonths.MinVal = 0; this.textMonths.Name = "textMonths"; this.textMonths.Size = new System.Drawing.Size(51, 20); this.textMonths.TabIndex = 8; this.textMonths.Text = ""; // // label5 // this.label5.Location = new System.Drawing.Point(11, 40); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 19); this.label5.TabIndex = 7; this.label5.Text = "Months"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textYears // this.textYears.Location = new System.Drawing.Point(105, 17); this.textYears.MaxVal = 127; this.textYears.MinVal = 0; this.textYears.Name = "textYears"; this.textYears.Size = new System.Drawing.Size(51, 20); this.textYears.TabIndex = 6; this.textYears.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(11, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 19); this.label4.TabIndex = 5; this.label4.Text = "Years"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(12, 243); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(170, 19); this.label8.TabIndex = 8; this.label8.Text = "Status"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(184, 243); this.comboStatus.MaxDropDownItems = 50; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(188, 21); this.comboStatus.TabIndex = 9; // // checkIsDisabled // this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsDisabled.Location = new System.Drawing.Point(29, 17); this.checkIsDisabled.Name = "checkIsDisabled"; this.checkIsDisabled.Size = new System.Drawing.Size(169, 18); this.checkIsDisabled.TabIndex = 10; this.checkIsDisabled.Text = "Disabled"; this.checkIsDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.Click += new System.EventHandler(this.checkIsDisabled_Click); // // label9 // this.label9.Location = new System.Drawing.Point(65, 269); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(117, 92); this.label9.TabIndex = 11; this.label9.Text = "Administrative Note (this note will get deleted every time recall gets reset)"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.Location = new System.Drawing.Point(589, 363); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 13; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(31, 406); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83, 26); this.butDelete.TabIndex = 14; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(184, 271); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(350, 112); this.textNote.TabIndex = 15; this.textNote.Text = ""; // // FormRecallEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(685, 454); this.Controls.Add(this.textNote); this.Controls.Add(this.butDelete); this.Controls.Add(this.butOK); this.Controls.Add(this.textDateDue); this.Controls.Add(this.textDateDueCalc); this.Controls.Add(this.textDatePrevious); this.Controls.Add(this.butCancel); this.Controls.Add(this.label9); this.Controls.Add(this.checkIsDisabled); this.Controls.Add(this.comboStatus); this.Controls.Add(this.label8); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Recall"; this.Load += new System.EventHandler(this.FormRecallEdit_Load); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(FormLetterEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.textDescription = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBody = new OpenDental.ODtextBox(); 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(737, 496); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Location = new System.Drawing.Point(737, 455); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label2 // this.label2.Location = new System.Drawing.Point(29, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 14); this.label2.TabIndex = 3; this.label2.Text = "Description"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDescription // this.textDescription.Location = new System.Drawing.Point(132, 30); this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(346, 20); this.textDescription.TabIndex = 0; // // label7 // this.label7.Location = new System.Drawing.Point(43, 56); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(87, 79); this.label7.TabIndex = 7; this.label7.Text = "Body of Letter (do not include the address, greeting, or closing)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textBody // this.textBody.Location = new System.Drawing.Point(132, 56); this.textBody.Multiline = true; this.textBody.Name = "textBody"; this.textBody.QuickPasteType = OpenDentBusiness.QuickPasteType.Letter; this.textBody.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textBody.Size = new System.Drawing.Size(680, 383); this.textBody.TabIndex = 8; // // FormLetterEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(844, 544); this.Controls.Add(this.textBody); this.Controls.Add(this.label7); this.Controls.Add(this.textDescription); this.Controls.Add(this.label2); 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 = "FormLetterEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Letter"; this.Load += new System.EventHandler(this.FormLetterEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMedical)); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textMedUrgNote = new OpenDental.ODtextBox(); this.textService = new OpenDental.ODtextBox(); this.textMedical = new OpenDental.ODtextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.butAdd = new OpenDental.UI.Button(); this.textMedicalComp = new OpenDental.ODtextBox(); this.butAddDisease = new OpenDental.UI.Button(); this.gridMeds = new OpenDental.UI.ODGrid(); this.gridDiseases = new OpenDental.UI.ODGrid(); this.checkPremed = new System.Windows.Forms.CheckBox(); this.checkDiscontinued = new System.Windows.Forms.CheckBox(); this.gridAllergies = new OpenDental.UI.ODGrid(); this.butAddAllergy = new OpenDental.UI.Button(); this.checkShowInactiveAllergies = new System.Windows.Forms.CheckBox(); this.butPrint = new OpenDental.UI.Button(); this.butPrintMedical = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.checkShowInactiveProblems = new System.Windows.Forms.CheckBox(); this.imageListInfoButton = new System.Windows.Forms.ImageList(this.components); this.gridFamilyHealth = new OpenDental.UI.ODGrid(); this.butAddFamilyHistory = new OpenDental.UI.Button(); this.groupMedsDocumented = new System.Windows.Forms.GroupBox(); this.radioMedsDocumentedYes = new System.Windows.Forms.RadioButton(); this.radioMedsDocumentedNo = new System.Windows.Forms.RadioButton(); this.groupMedsDocumented.SuspendLayout(); this.SuspendLayout(); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(786, 650); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 0; 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(879, 650); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textMedUrgNote // this.textMedUrgNote.AcceptsTab = true; this.textMedUrgNote.DetectUrls = false; this.textMedUrgNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textMedUrgNote.ForeColor = System.Drawing.Color.Red; this.textMedUrgNote.Location = new System.Drawing.Point(115, 447); this.textMedUrgNote.Name = "textMedUrgNote"; this.textMedUrgNote.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalUrgent; this.textMedUrgNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textMedUrgNote.Size = new System.Drawing.Size(252, 33); this.textMedUrgNote.TabIndex = 53; this.textMedUrgNote.Text = ""; // // textService // this.textService.AcceptsTab = true; this.textService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.textService.DetectUrls = false; this.textService.Location = new System.Drawing.Point(115, 558); this.textService.Name = "textService"; this.textService.QuickPasteType = OpenDentBusiness.QuickPasteType.ServiceNotes; this.textService.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textService.Size = new System.Drawing.Size(252, 83); this.textService.TabIndex = 52; this.textService.Text = ""; // // textMedical // this.textMedical.AcceptsTab = true; this.textMedical.DetectUrls = false; this.textMedical.Location = new System.Drawing.Point(115, 482); this.textMedical.Name = "textMedical"; this.textMedical.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalSummary; this.textMedical.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textMedical.Size = new System.Drawing.Size(252, 74); this.textMedical.TabIndex = 51; this.textMedical.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(6, 559); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106, 16); this.label3.TabIndex = 50; this.label3.Text = "Service Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(6, 445); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 21); this.label2.TabIndex = 49; this.label2.Text = "Med Urgent"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(6, 483); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106, 17); this.label4.TabIndex = 47; this.label4.Text = "Medical Summary"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Location = new System.Drawing.Point(371, 407); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(421, 18); this.label6.TabIndex = 6; this.label6.Text = "Medical History - Complete and Detailed (does not show in chart)"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 1); 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(374, 1); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(123, 23); this.butAdd.TabIndex = 51; this.butAdd.Text = "&Add Medication"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // textMedicalComp // this.textMedicalComp.AcceptsTab = true; this.textMedicalComp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textMedicalComp.DetectUrls = false; this.textMedicalComp.Location = new System.Drawing.Point(374, 428); this.textMedicalComp.Name = "textMedicalComp"; this.textMedicalComp.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalHistory; this.textMedicalComp.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textMedicalComp.Size = new System.Drawing.Size(585, 213); this.textMedicalComp.TabIndex = 54; this.textMedicalComp.Text = ""; // // butAddDisease // this.butAddDisease.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butAddDisease.Autosize = true; this.butAddDisease.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddDisease.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddDisease.CornerRadius = 4F; this.butAddDisease.Image = global::OpenDental.Properties.Resources.Add; this.butAddDisease.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddDisease.Location = new System.Drawing.Point(5, 1); this.butAddDisease.Name = "butAddDisease"; this.butAddDisease.Size = new System.Drawing.Size(98, 23); this.butAddDisease.TabIndex = 58; this.butAddDisease.Text = "Add Problem"; this.butAddDisease.Click += new System.EventHandler(this.butAddProblem_Click); // // gridMeds // this.gridMeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMeds.HScrollVisible = false; this.gridMeds.Location = new System.Drawing.Point(374, 26); this.gridMeds.Name = "gridMeds"; this.gridMeds.ScrollValue = 0; this.gridMeds.Size = new System.Drawing.Size(585, 216); this.gridMeds.TabIndex = 59; this.gridMeds.Title = "Medications"; this.gridMeds.TranslationName = "TableMedications"; this.gridMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellDoubleClick); this.gridMeds.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellClick); // // gridDiseases // this.gridDiseases.HScrollVisible = false; this.gridDiseases.Location = new System.Drawing.Point(4, 26); this.gridDiseases.Name = "gridDiseases"; this.gridDiseases.ScrollValue = 0; this.gridDiseases.Size = new System.Drawing.Size(363, 216); this.gridDiseases.TabIndex = 60; this.gridDiseases.Title = "Problems"; this.gridDiseases.TranslationName = "TableDiseases"; this.gridDiseases.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDiseases_CellDoubleClick); this.gridDiseases.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDiseases_CellClick); // // checkPremed // this.checkPremed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.Location = new System.Drawing.Point(6, 407); this.checkPremed.Name = "checkPremed"; this.checkPremed.Size = new System.Drawing.Size(123, 35); this.checkPremed.TabIndex = 61; this.checkPremed.Text = "Premedicate (PAC or other)"; this.checkPremed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.UseVisualStyleBackColor = true; // // checkDiscontinued // this.checkDiscontinued.Location = new System.Drawing.Point(523, 3); this.checkDiscontinued.Name = "checkDiscontinued"; this.checkDiscontinued.Size = new System.Drawing.Size(201, 23); this.checkDiscontinued.TabIndex = 61; this.checkDiscontinued.Tag = ""; this.checkDiscontinued.Text = "Show Discontinued Medications"; this.checkDiscontinued.UseVisualStyleBackColor = true; this.checkDiscontinued.KeyUp += new System.Windows.Forms.KeyEventHandler(this.checkDiscontinued_KeyUp); this.checkDiscontinued.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkShowDiscontinuedMeds_MouseUp); // // gridAllergies // this.gridAllergies.HScrollVisible = false; this.gridAllergies.Location = new System.Drawing.Point(4, 278); this.gridAllergies.Name = "gridAllergies"; this.gridAllergies.ScrollValue = 0; this.gridAllergies.Size = new System.Drawing.Size(363, 123); this.gridAllergies.TabIndex = 63; this.gridAllergies.Title = "Allergies"; this.gridAllergies.TranslationName = "TableDiseases"; this.gridAllergies.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllergies_CellDoubleClick); this.gridAllergies.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllergies_CellClick); // // butAddAllergy // this.butAddAllergy.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butAddAllergy.Autosize = true; this.butAddAllergy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddAllergy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddAllergy.CornerRadius = 4F; this.butAddAllergy.Image = global::OpenDental.Properties.Resources.Add; this.butAddAllergy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddAllergy.Location = new System.Drawing.Point(5, 249); this.butAddAllergy.Name = "butAddAllergy"; this.butAddAllergy.Size = new System.Drawing.Size(98, 23); this.butAddAllergy.TabIndex = 64; this.butAddAllergy.Text = "Add Allergy"; this.butAddAllergy.Click += new System.EventHandler(this.butAddAllergy_Click); // // checkShowInactiveAllergies // this.checkShowInactiveAllergies.Location = new System.Drawing.Point(129, 250); this.checkShowInactiveAllergies.Name = "checkShowInactiveAllergies"; this.checkShowInactiveAllergies.Size = new System.Drawing.Size(201, 23); this.checkShowInactiveAllergies.TabIndex = 65; this.checkShowInactiveAllergies.Tag = ""; this.checkShowInactiveAllergies.Text = "Show Inactive Allergies"; this.checkShowInactiveAllergies.UseVisualStyleBackColor = true; this.checkShowInactiveAllergies.CheckedChanged += new System.EventHandler(this.checkShowInactiveAllergies_CheckedChanged); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(843, 1); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(116, 24); this.butPrint.TabIndex = 66; this.butPrint.Text = "Print Medications"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butPrintMedical // this.butPrintMedical.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrintMedical.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPrintMedical.Autosize = true; this.butPrintMedical.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrintMedical.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrintMedical.CornerRadius = 4F; this.butPrintMedical.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrintMedical.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrintMedical.Location = new System.Drawing.Point(9, 651); this.butPrintMedical.Name = "butPrintMedical"; this.butPrintMedical.Size = new System.Drawing.Size(112, 24); this.butPrintMedical.TabIndex = 67; this.butPrintMedical.Text = "Print Medical"; this.butPrintMedical.Click += new System.EventHandler(this.butPrintMedical_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.Location = new System.Drawing.Point(126, 655); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(241, 16); this.label1.TabIndex = 68; this.label1.Text = "To print medications, use button at UR"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // checkShowInactiveProblems // this.checkShowInactiveProblems.Location = new System.Drawing.Point(129, 3); this.checkShowInactiveProblems.Name = "checkShowInactiveProblems"; this.checkShowInactiveProblems.Size = new System.Drawing.Size(201, 23); this.checkShowInactiveProblems.TabIndex = 65; this.checkShowInactiveProblems.Tag = ""; this.checkShowInactiveProblems.Text = "Show Inactive Problems"; this.checkShowInactiveProblems.UseVisualStyleBackColor = true; this.checkShowInactiveProblems.CheckedChanged += new System.EventHandler(this.checkShowInactiveProblems_CheckedChanged); // // imageListInfoButton // this.imageListInfoButton.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListInfoButton.ImageStream"))); this.imageListInfoButton.TransparentColor = System.Drawing.Color.Transparent; this.imageListInfoButton.Images.SetKeyName(0, "iButton_16px.png"); // // gridFamilyHealth // this.gridFamilyHealth.HScrollVisible = false; this.gridFamilyHealth.Location = new System.Drawing.Point(374, 278); this.gridFamilyHealth.Name = "gridFamilyHealth"; this.gridFamilyHealth.ScrollValue = 0; this.gridFamilyHealth.Size = new System.Drawing.Size(418, 123); this.gridFamilyHealth.TabIndex = 69; this.gridFamilyHealth.Title = "Family Health History"; this.gridFamilyHealth.TranslationName = "TableDiseases"; this.gridFamilyHealth.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFamilyHealth_CellDoubleClick); // // butAddFamilyHistory // this.butAddFamilyHistory.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butAddFamilyHistory.Autosize = true; this.butAddFamilyHistory.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddFamilyHistory.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddFamilyHistory.CornerRadius = 4F; this.butAddFamilyHistory.Image = global::OpenDental.Properties.Resources.Add; this.butAddFamilyHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddFamilyHistory.Location = new System.Drawing.Point(374, 249); this.butAddFamilyHistory.Name = "butAddFamilyHistory"; this.butAddFamilyHistory.Size = new System.Drawing.Size(137, 23); this.butAddFamilyHistory.TabIndex = 70; this.butAddFamilyHistory.Text = "Add Family History"; this.butAddFamilyHistory.Click += new System.EventHandler(this.butAddFamilyHistory_Click); // // groupMedsDocumented // this.groupMedsDocumented.Controls.Add(this.radioMedsDocumentedNo); this.groupMedsDocumented.Controls.Add(this.radioMedsDocumentedYes); this.groupMedsDocumented.Location = new System.Drawing.Point(800, 248); this.groupMedsDocumented.Name = "groupMedsDocumented"; this.groupMedsDocumented.Size = new System.Drawing.Size(159, 43); this.groupMedsDocumented.TabIndex = 72; this.groupMedsDocumented.TabStop = false; this.groupMedsDocumented.Text = "Current Meds Documented"; // // radioMedsDocumentedYes // this.radioMedsDocumentedYes.Location = new System.Drawing.Point(23, 19); this.radioMedsDocumentedYes.Name = "radioMedsDocumentedYes"; this.radioMedsDocumentedYes.Size = new System.Drawing.Size(66, 17); this.radioMedsDocumentedYes.TabIndex = 0; this.radioMedsDocumentedYes.TabStop = true; this.radioMedsDocumentedYes.Text = "Yes"; this.radioMedsDocumentedYes.UseVisualStyleBackColor = true; // // radioMedsDocumentedNo // this.radioMedsDocumentedNo.Location = new System.Drawing.Point(93, 19); this.radioMedsDocumentedNo.Name = "radioMedsDocumentedNo"; this.radioMedsDocumentedNo.Size = new System.Drawing.Size(60, 17); this.radioMedsDocumentedNo.TabIndex = 1; this.radioMedsDocumentedNo.TabStop = true; this.radioMedsDocumentedNo.Text = "No"; this.radioMedsDocumentedNo.UseVisualStyleBackColor = true; // // FormMedical // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(964, 683); this.Controls.Add(this.groupMedsDocumented); this.Controls.Add(this.butAddFamilyHistory); this.Controls.Add(this.gridFamilyHealth); this.Controls.Add(this.label1); this.Controls.Add(this.butPrintMedical); this.Controls.Add(this.butPrint); this.Controls.Add(this.checkShowInactiveProblems); this.Controls.Add(this.checkShowInactiveAllergies); this.Controls.Add(this.butAddAllergy); this.Controls.Add(this.gridAllergies); this.Controls.Add(this.checkDiscontinued); this.Controls.Add(this.checkPremed); this.Controls.Add(this.gridDiseases); this.Controls.Add(this.gridMeds); this.Controls.Add(this.butAddDisease); this.Controls.Add(this.textMedUrgNote); this.Controls.Add(this.textService); this.Controls.Add(this.textMedicalComp); this.Controls.Add(this.textMedical); this.Controls.Add(this.butAdd); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label4); this.Controls.Add(this.label6); 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 = "FormMedical"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Medical"; this.Load += new System.EventHandler(this.FormMedical_Load); this.groupMedsDocumented.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEmailTemplateEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.textSubject = new System.Windows.Forms.TextBox(); this.textBodyText = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(755, 505); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.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(755, 472); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label2 // this.label2.Location = new System.Drawing.Point(7, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 14); this.label2.TabIndex = 3; this.label2.Text = "Subject:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSubject // this.textSubject.Location = new System.Drawing.Point(99, 7); this.textSubject.MaxLength = 200; this.textSubject.Name = "textSubject"; this.textSubject.Size = new System.Drawing.Size(741, 20); this.textSubject.TabIndex = 0; // // textBodyText // this.textBodyText.AcceptsTab = true; this.textBodyText.DetectUrls = false; this.textBodyText.Location = new System.Drawing.Point(99, 32); this.textBodyText.Name = "textBodyText"; this.textBodyText.QuickPasteType = OpenDentBusiness.QuickPasteType.Email; this.textBodyText.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textBodyText.Size = new System.Drawing.Size(741, 426); this.textBodyText.TabIndex = 4; this.textBodyText.Text = ""; // // FormEmailTemplateEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(844, 544); this.Controls.Add(this.textBodyText); this.Controls.Add(this.textSubject); this.Controls.Add(this.label2); 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 = "FormEmailTemplateEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Email Template"; this.Load += new System.EventHandler(this.FormEmailTemplateEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReferralEdit)); this.textLName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textFName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textMName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textST = new System.Windows.Forms.TextBox(); this.groupSSN = new System.Windows.Forms.GroupBox(); this.radioTIN = new System.Windows.Forms.RadioButton(); this.radioSSN = new System.Windows.Forms.RadioButton(); this.textSSN = new System.Windows.Forms.TextBox(); this.listSpecialty = new System.Windows.Forms.ListBox(); this.label10 = new System.Windows.Forms.Label(); this.textPhone3 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textPhone2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.textPhone1 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textEmail = new System.Windows.Forms.TextBox(); this.textOtherPhone = new System.Windows.Forms.TextBox(); this.textZip = new System.Windows.Forms.TextBox(); this.textCity = new System.Windows.Forms.TextBox(); this.textAddress2 = new System.Windows.Forms.TextBox(); this.textAddress = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.checkHidden = new System.Windows.Forms.CheckBox(); this.labelPatient = new System.Windows.Forms.Label(); this.checkNotPerson = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label18 = new System.Windows.Forms.Label(); this.textPatientsNumFrom = new System.Windows.Forms.TextBox(); this.comboPatientsFrom = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.textPatientsNumTo = new System.Windows.Forms.TextBox(); this.comboPatientsTo = new System.Windows.Forms.ComboBox(); this.textNationalProvID = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.comboSlip = new System.Windows.Forms.ComboBox(); this.butDelete = new OpenDental.UI.Button(); this.textNotes = new OpenDental.ODtextBox(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.checkIsDoctor = new System.Windows.Forms.CheckBox(); this.groupSSN.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textLName // this.textLName.Location = new System.Drawing.Point(129, 78); this.textLName.Name = "textLName"; this.textLName.Size = new System.Drawing.Size(297, 20); this.textLName.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(24, 80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104, 16); this.label1.TabIndex = 0; this.label1.Text = "Last Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(24, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 16); this.label2.TabIndex = 0; this.label2.Text = "First Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFName // this.textFName.Location = new System.Drawing.Point(129, 104); this.textFName.Name = "textFName"; this.textFName.Size = new System.Drawing.Size(297, 20); this.textFName.TabIndex = 2; // // label3 // this.label3.Location = new System.Drawing.Point(24, 132); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 16); this.label3.TabIndex = 0; this.label3.Text = "Middle Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMName // this.textMName.Location = new System.Drawing.Point(129, 130); this.textMName.Name = "textMName"; this.textMName.Size = new System.Drawing.Size(169, 20); this.textMName.TabIndex = 3; // // label4 // this.label4.Location = new System.Drawing.Point(24, 262); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 16); this.label4.TabIndex = 0; this.label4.Text = "ST"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textST // this.textST.Location = new System.Drawing.Point(129, 260); this.textST.Name = "textST"; this.textST.Size = new System.Drawing.Size(118, 20); this.textST.TabIndex = 8; // // groupSSN // this.groupSSN.Controls.Add(this.radioTIN); this.groupSSN.Controls.Add(this.radioSSN); this.groupSSN.Controls.Add(this.textSSN); this.groupSSN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSSN.Location = new System.Drawing.Point(121, 392); this.groupSSN.Name = "groupSSN"; this.groupSSN.Size = new System.Drawing.Size(141, 82); this.groupSSN.TabIndex = 0; this.groupSSN.TabStop = false; this.groupSSN.Text = "SSN or TIN (no dashes)"; // // radioTIN // this.radioTIN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioTIN.Location = new System.Drawing.Point(9, 34); this.radioTIN.Name = "radioTIN"; this.radioTIN.Size = new System.Drawing.Size(104, 16); this.radioTIN.TabIndex = 18; this.radioTIN.Text = "TIN"; this.radioTIN.Click += new System.EventHandler(this.radioTIN_Click); // // radioSSN // this.radioSSN.Checked = true; this.radioSSN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioSSN.Location = new System.Drawing.Point(9, 17); this.radioSSN.Name = "radioSSN"; this.radioSSN.Size = new System.Drawing.Size(104, 14); this.radioSSN.TabIndex = 17; this.radioSSN.TabStop = true; this.radioSSN.Text = "SSN"; this.radioSSN.Click += new System.EventHandler(this.radioSSN_Click); // // textSSN // this.textSSN.Location = new System.Drawing.Point(8, 54); this.textSSN.Name = "textSSN"; this.textSSN.Size = new System.Drawing.Size(100, 20); this.textSSN.TabIndex = 15; // // listSpecialty // this.listSpecialty.Items.AddRange(new object[] { "Dental General Practice", "Dental Hygienist", "Endodontics", "Pediatric Dentistry", "Periodontics", "Prosthodontics", "Orthodontics", "Denturist", "Surgery, Oral & Maxillofacial", "Dental Assistant", "Dental Laboratory Technician", "Pathology, Oral & MaxFac", "Public Health", "Radiology" }); this.listSpecialty.Location = new System.Drawing.Point(501, 98); this.listSpecialty.Name = "listSpecialty"; this.listSpecialty.Size = new System.Drawing.Size(154, 186); this.listSpecialty.TabIndex = 0; this.listSpecialty.TabStop = false; // // label10 // this.label10.Location = new System.Drawing.Point(499, 78); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(99, 16); this.label10.TabIndex = 0; this.label10.Text = "Specialty"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textPhone3 // this.textPhone3.Location = new System.Drawing.Point(210, 312); this.textPhone3.MaxLength = 4; this.textPhone3.Name = "textPhone3"; this.textPhone3.Size = new System.Drawing.Size(39, 20); this.textPhone3.TabIndex = 12; // // label13 // this.label13.Location = new System.Drawing.Point(200, 314); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(6, 16); this.label13.TabIndex = 0; this.label13.Text = "-"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textPhone2 // this.textPhone2.Location = new System.Drawing.Point(170, 312); this.textPhone2.MaxLength = 3; this.textPhone2.Name = "textPhone2"; this.textPhone2.Size = new System.Drawing.Size(28, 20); this.textPhone2.TabIndex = 11; // // label11 // this.label11.Location = new System.Drawing.Point(158, 314); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(6, 16); this.label11.TabIndex = 0; this.label11.Text = ")"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label12 // this.label12.Location = new System.Drawing.Point(119, 314); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(11, 16); this.label12.TabIndex = 0; this.label12.Text = "("; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPhone1 // this.textPhone1.Location = new System.Drawing.Point(129, 312); this.textPhone1.MaxLength = 3; this.textPhone1.Name = "textPhone1"; this.textPhone1.Size = new System.Drawing.Size(28, 20); this.textPhone1.TabIndex = 10; // // label14 // this.label14.Location = new System.Drawing.Point(24, 314); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(95, 16); this.label14.TabIndex = 0; this.label14.Text = "Phone"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTitle // this.textTitle.Location = new System.Drawing.Point(129, 156); this.textTitle.MaxLength = 100; this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(70, 20); this.textTitle.TabIndex = 4; // // label5 // this.label5.Location = new System.Drawing.Point(40, 158); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89, 16); this.label5.TabIndex = 0; this.label5.Text = "Title (DDS)"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textEmail // this.textEmail.Location = new System.Drawing.Point(129, 366); this.textEmail.MaxLength = 100; this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(297, 20); this.textEmail.TabIndex = 14; // // textOtherPhone // this.textOtherPhone.Location = new System.Drawing.Point(129, 339); this.textOtherPhone.MaxLength = 30; this.textOtherPhone.Name = "textOtherPhone"; this.textOtherPhone.Size = new System.Drawing.Size(161, 20); this.textOtherPhone.TabIndex = 13; this.textOtherPhone.TextChanged += new System.EventHandler(this.textOtherPhone_TextChanged); // // textZip // this.textZip.Location = new System.Drawing.Point(129, 286); this.textZip.MaxLength = 10; this.textZip.Name = "textZip"; this.textZip.Size = new System.Drawing.Size(161, 20); this.textZip.TabIndex = 9; // // textCity // this.textCity.Location = new System.Drawing.Point(129, 234); this.textCity.MaxLength = 50; this.textCity.Name = "textCity"; this.textCity.Size = new System.Drawing.Size(190, 20); this.textCity.TabIndex = 7; // // textAddress2 // this.textAddress2.Location = new System.Drawing.Point(129, 208); this.textAddress2.MaxLength = 100; this.textAddress2.Name = "textAddress2"; this.textAddress2.Size = new System.Drawing.Size(297, 20); this.textAddress2.TabIndex = 6; // // textAddress // this.textAddress.Location = new System.Drawing.Point(129, 182); this.textAddress.MaxLength = 100; this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(297, 20); this.textAddress.TabIndex = 5; // // label22 // this.label22.Location = new System.Drawing.Point(24, 368); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(104, 16); this.label22.TabIndex = 0; this.label22.Text = "E-mail"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(24, 342); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(104, 16); this.label16.TabIndex = 0; this.label16.Text = "Other Phone"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(24, 288); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(104, 16); this.label15.TabIndex = 0; this.label15.Text = "Zip"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label7 // this.label7.Location = new System.Drawing.Point(24, 236); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104, 16); this.label7.TabIndex = 0; this.label7.Text = "City"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(24, 210); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104, 16); this.label8.TabIndex = 0; this.label8.Text = "Address2"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(24, 184); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(104, 16); this.label9.TabIndex = 0; this.label9.Text = "Address"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label17 // this.label17.Location = new System.Drawing.Point(25, 508); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(101, 14); this.label17.TabIndex = 0; this.label17.Text = "Notes"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkHidden // this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHidden.Location = new System.Drawing.Point(39, 29); this.checkHidden.Name = "checkHidden"; this.checkHidden.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.checkHidden.Size = new System.Drawing.Size(104, 18); this.checkHidden.TabIndex = 24; this.checkHidden.Text = "Hidden "; // // labelPatient // this.labelPatient.Location = new System.Drawing.Point(43, 11); this.labelPatient.Name = "labelPatient"; this.labelPatient.Size = new System.Drawing.Size(612, 17); this.labelPatient.TabIndex = 70; this.labelPatient.Text = "This referral is a patient. Some information can only be changed from the patien" + "t\'s edit form."; this.labelPatient.Visible = false; // // checkNotPerson // this.checkNotPerson.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkNotPerson.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNotPerson.Location = new System.Drawing.Point(30, 52); this.checkNotPerson.Name = "checkNotPerson"; this.checkNotPerson.Size = new System.Drawing.Size(113, 21); this.checkNotPerson.TabIndex = 71; this.checkNotPerson.Text = "Not Person"; this.checkNotPerson.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.textPatientsNumFrom); this.groupBox2.Controls.Add(this.comboPatientsFrom); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.textPatientsNumTo); this.groupBox2.Controls.Add(this.comboPatientsTo); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(481, 298); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(383, 109); this.groupBox2.TabIndex = 74; this.groupBox2.TabStop = false; this.groupBox2.Text = "Used By Patients"; // // label18 // this.label18.Location = new System.Drawing.Point(15, 57); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(323, 19); this.label18.TabIndex = 72; this.label18.Text = "Patients referred FROM this referral"; this.label18.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatientsNumFrom // this.textPatientsNumFrom.BackColor = System.Drawing.Color.White; this.textPatientsNumFrom.Location = new System.Drawing.Point(17, 78); this.textPatientsNumFrom.Name = "textPatientsNumFrom"; this.textPatientsNumFrom.ReadOnly = true; this.textPatientsNumFrom.Size = new System.Drawing.Size(35, 20); this.textPatientsNumFrom.TabIndex = 71; // // comboPatientsFrom // this.comboPatientsFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatientsFrom.Location = new System.Drawing.Point(61, 78); this.comboPatientsFrom.MaxDropDownItems = 30; this.comboPatientsFrom.Name = "comboPatientsFrom"; this.comboPatientsFrom.Size = new System.Drawing.Size(299, 21); this.comboPatientsFrom.TabIndex = 70; // // label6 // this.label6.Location = new System.Drawing.Point(15, 14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(323, 19); this.label6.TabIndex = 69; this.label6.Text = "Patients referred TO this referral"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatientsNumTo // this.textPatientsNumTo.BackColor = System.Drawing.Color.White; this.textPatientsNumTo.Location = new System.Drawing.Point(17, 35); this.textPatientsNumTo.Name = "textPatientsNumTo"; this.textPatientsNumTo.ReadOnly = true; this.textPatientsNumTo.Size = new System.Drawing.Size(35, 20); this.textPatientsNumTo.TabIndex = 68; // // comboPatientsTo // this.comboPatientsTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatientsTo.Location = new System.Drawing.Point(61, 35); this.comboPatientsTo.MaxDropDownItems = 30; this.comboPatientsTo.Name = "comboPatientsTo"; this.comboPatientsTo.Size = new System.Drawing.Size(299, 21); this.comboPatientsTo.TabIndex = 34; // // textNationalProvID // this.textNationalProvID.Location = new System.Drawing.Point(129, 480); this.textNationalProvID.Name = "textNationalProvID"; this.textNationalProvID.Size = new System.Drawing.Size(100, 20); this.textNationalProvID.TabIndex = 75; // // label19 // this.label19.Location = new System.Drawing.Point(10, 483); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(117, 16); this.label19.TabIndex = 76; this.label19.Text = "National Provider ID"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label20 // this.label20.Location = new System.Drawing.Point(157, 315); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(11, 16); this.label20.TabIndex = 77; this.label20.Text = ")"; this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label21 // this.label21.Location = new System.Drawing.Point(496, 425); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(345, 16); this.label21.TabIndex = 78; this.label21.Text = "Referral Slip (custom referral slips may be added in Sheets)"; this.label21.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboSlip // this.comboSlip.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSlip.Location = new System.Drawing.Point(498, 445); this.comboSlip.MaxDropDownItems = 30; this.comboSlip.Name = "comboSlip"; this.comboSlip.Size = new System.Drawing.Size(275, 21); this.comboSlip.TabIndex = 79; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(21, 648); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(80, 24); this.butDelete.TabIndex = 80; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textNotes // this.textNotes.Location = new System.Drawing.Point(129, 506); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Referral; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(412, 125); this.textNotes.TabIndex = 73; // // 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, 648); this.butCancel.Name = "butCancel"; this.butCancel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 18; 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(698, 648); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 17; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // checkIsDoctor // this.checkIsDoctor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsDoctor.Location = new System.Drawing.Point(502, 54); this.checkIsDoctor.Name = "checkIsDoctor"; this.checkIsDoctor.Size = new System.Drawing.Size(113, 21); this.checkIsDoctor.TabIndex = 81; this.checkIsDoctor.Text = "Is Doctor"; // // FormReferralEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(877, 690); this.Controls.Add(this.checkIsDoctor); this.Controls.Add(this.butDelete); this.Controls.Add(this.comboSlip); this.Controls.Add(this.label21); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.textNationalProvID); this.Controls.Add(this.groupBox2); this.Controls.Add(this.textNotes); this.Controls.Add(this.checkHidden); this.Controls.Add(this.checkNotPerson); this.Controls.Add(this.labelPatient); this.Controls.Add(this.textEmail); this.Controls.Add(this.textOtherPhone); this.Controls.Add(this.textZip); this.Controls.Add(this.textCity); this.Controls.Add(this.textAddress2); this.Controls.Add(this.textAddress); this.Controls.Add(this.textTitle); this.Controls.Add(this.textPhone3); this.Controls.Add(this.textPhone2); this.Controls.Add(this.textPhone1); this.Controls.Add(this.textST); this.Controls.Add(this.textMName); this.Controls.Add(this.textFName); this.Controls.Add(this.textLName); this.Controls.Add(this.label17); this.Controls.Add(this.label22); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.label9); this.Controls.Add(this.label5); this.Controls.Add(this.label13); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.label14); this.Controls.Add(this.listSpecialty); this.Controls.Add(this.label10); this.Controls.Add(this.groupSSN); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.ForeColor = System.Drawing.SystemColors.ControlText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReferralEdit"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Referral"; this.Load += new System.EventHandler(this.FormReferralEdit_Load); this.groupSSN.ResumeLayout(false); this.groupSSN.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.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(FormLetterEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.textDescription = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textBody = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(737,496); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.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(737,455); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label2 // this.label2.Location = new System.Drawing.Point(29,35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100,14); this.label2.TabIndex = 3; this.label2.Text = "Description"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDescription // this.textDescription.Location = new System.Drawing.Point(132,30); this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(346,20); this.textDescription.TabIndex = 0; // // label7 // this.label7.Location = new System.Drawing.Point(43,56); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(87,79); this.label7.TabIndex = 7; this.label7.Text = "Body of Letter (do not include the address, greeting, or closing)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textBody // this.textBody.Location = new System.Drawing.Point(132,56); this.textBody.Multiline = true; this.textBody.Name = "textBody"; this.textBody.QuickPasteType = OpenDentBusiness.QuickPasteType.Letter; this.textBody.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textBody.Size = new System.Drawing.Size(680,383); this.textBody.TabIndex = 8; // // FormLetterEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(844,544); this.Controls.Add(this.textBody); this.Controls.Add(this.label7); this.Controls.Add(this.textDescription); this.Controls.Add(this.label2); 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 = "FormLetterEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Letter"; this.Load += new System.EventHandler(this.FormLetterEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormStatementOptions)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textDateFrom = new OpenDental.ValidDate(); this.textDateTo = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioFamCur = new System.Windows.Forms.RadioButton(); this.radioFamAll = new System.Windows.Forms.RadioButton(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.butLastYear = new OpenDental.UI.Button(); this.butYTD = new OpenDental.UI.Button(); this.but90 = new OpenDental.UI.Button(); this.butToday = new OpenDental.UI.Button(); this.but45 = new OpenDental.UI.Button(); this.but30 = new OpenDental.UI.Button(); this.butAll = new OpenDental.UI.Button(); this.butWalkout = new OpenDental.UI.Button(); this.checkIncludeClaims = new System.Windows.Forms.CheckBox(); this.checkSubtotals = new System.Windows.Forms.CheckBox(); this.checkNextAppt = new System.Windows.Forms.CheckBox(); this.checkHidePayment = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label3 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.checkSimpleStatement = new System.Windows.Forms.CheckBox(); this.checkMailing = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(590, 407); 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(590, 367); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(30, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 17); this.label1.TabIndex = 2; this.label1.Text = "From Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateFrom // this.textDateFrom.Location = new System.Drawing.Point(137, 27); this.textDateFrom.Name = "textDateFrom"; this.textDateFrom.Size = new System.Drawing.Size(84, 20); this.textDateFrom.TabIndex = 3; // // textDateTo // this.textDateTo.Location = new System.Drawing.Point(137, 55); this.textDateTo.Name = "textDateTo"; this.textDateTo.Size = new System.Drawing.Size(85, 20); this.textDateTo.TabIndex = 5; // // label2 // this.label2.Location = new System.Drawing.Point(30, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 17); this.label2.TabIndex = 4; this.label2.Text = "To Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.radioFamCur); this.groupBox1.Controls.Add(this.radioFamAll); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(343, 151); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 61); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "Family Members"; // // radioFamCur // this.radioFamCur.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioFamCur.Location = new System.Drawing.Point(17, 34); this.radioFamCur.Name = "radioFamCur"; this.radioFamCur.Size = new System.Drawing.Size(144, 19); this.radioFamCur.TabIndex = 1; this.radioFamCur.Text = "Current Patient"; // // radioFamAll // this.radioFamAll.Checked = true; this.radioFamAll.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioFamAll.Location = new System.Drawing.Point(17, 16); this.radioFamAll.Name = "radioFamAll"; this.radioFamAll.Size = new System.Drawing.Size(144, 19); this.radioFamAll.TabIndex = 0; this.radioFamAll.TabStop = true; this.radioFamAll.Text = "All"; // // groupBox2 // this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.butLastYear); this.groupBox2.Controls.Add(this.butYTD); this.groupBox2.Controls.Add(this.but90); this.groupBox2.Controls.Add(this.butToday); this.groupBox2.Controls.Add(this.but45); this.groupBox2.Controls.Add(this.but30); this.groupBox2.Controls.Add(this.butAll); this.groupBox2.Controls.Add(this.textDateFrom); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.textDateTo); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(26, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(517, 127); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "Date Range"; // // butLastYear // this.butLastYear.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLastYear.Autosize = true; this.butLastYear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLastYear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLastYear.CornerRadius = 4F; this.butLastYear.Location = new System.Drawing.Point(401, 39); this.butLastYear.Name = "butLastYear"; this.butLastYear.Size = new System.Drawing.Size(96, 23); this.butLastYear.TabIndex = 12; this.butLastYear.Text = "Last Year"; this.butLastYear.Click += new System.EventHandler(this.butLastYear_Click); // // butYTD // this.butYTD.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butYTD.Autosize = true; this.butYTD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butYTD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butYTD.CornerRadius = 4F; this.butYTD.Location = new System.Drawing.Point(401, 13); this.butYTD.Name = "butYTD"; this.butYTD.Size = new System.Drawing.Size(96, 23); this.butYTD.TabIndex = 11; this.butYTD.Text = "Year To Date"; this.butYTD.Click += new System.EventHandler(this.butYTD_Click); // // but90 // this.but90.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but90.Autosize = true; this.but90.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but90.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but90.CornerRadius = 4F; this.but90.Location = new System.Drawing.Point(285, 91); this.but90.Name = "but90"; this.but90.Size = new System.Drawing.Size(96, 23); this.but90.TabIndex = 10; this.but90.Text = "Last 90 Days"; this.but90.Click += new System.EventHandler(this.but90_Click); // // butToday // this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butToday.Autosize = true; this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butToday.CornerRadius = 4F; this.butToday.Location = new System.Drawing.Point(285, 13); this.butToday.Name = "butToday"; this.butToday.Size = new System.Drawing.Size(96, 23); this.butToday.TabIndex = 9; this.butToday.Text = "Today Only"; this.butToday.Click += new System.EventHandler(this.butToday_Click); // // but45 // this.but45.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but45.Autosize = true; this.but45.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but45.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but45.CornerRadius = 4F; this.but45.Location = new System.Drawing.Point(285, 65); this.but45.Name = "but45"; this.but45.Size = new System.Drawing.Size(96, 23); this.but45.TabIndex = 8; this.but45.Text = "Last 45 Days"; this.but45.Click += new System.EventHandler(this.but45_Click); // // but30 // this.but30.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but30.Autosize = true; this.but30.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but30.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but30.CornerRadius = 4F; this.but30.Location = new System.Drawing.Point(285, 39); this.but30.Name = "but30"; this.but30.Size = new System.Drawing.Size(96, 23); this.but30.TabIndex = 7; this.but30.Text = "Last 30 Days"; this.but30.Click += new System.EventHandler(this.but30_Click); // // butAll // this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAll.Autosize = true; this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAll.CornerRadius = 4F; this.butAll.Location = new System.Drawing.Point(401, 91); this.butAll.Name = "butAll"; this.butAll.Size = new System.Drawing.Size(96, 23); this.butAll.TabIndex = 6; this.butAll.Text = "All Dates"; this.butAll.Click += new System.EventHandler(this.butAll_Click); // // butWalkout // this.butWalkout.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butWalkout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butWalkout.Autosize = true; this.butWalkout.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butWalkout.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butWalkout.CornerRadius = 4F; this.butWalkout.Location = new System.Drawing.Point(569, 289); this.butWalkout.Name = "butWalkout"; this.butWalkout.Size = new System.Drawing.Size(96, 26); this.butWalkout.TabIndex = 10; this.butWalkout.Text = "Walkout"; this.toolTip1.SetToolTip(this.butWalkout, "Automatically sets the options and prints with a single click"); this.butWalkout.Click += new System.EventHandler(this.butWalkout_Click); // // checkIncludeClaims // this.checkIncludeClaims.Checked = true; this.checkIncludeClaims.CheckState = System.Windows.Forms.CheckState.Checked; this.checkIncludeClaims.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIncludeClaims.Location = new System.Drawing.Point(26, 150); this.checkIncludeClaims.Name = "checkIncludeClaims"; this.checkIncludeClaims.Size = new System.Drawing.Size(257, 20); this.checkIncludeClaims.TabIndex = 8; this.checkIncludeClaims.Text = "Include Uncleared Claims"; // // checkSubtotals // this.checkSubtotals.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSubtotals.Location = new System.Drawing.Point(26, 171); this.checkSubtotals.Name = "checkSubtotals"; this.checkSubtotals.Size = new System.Drawing.Size(257, 20); this.checkSubtotals.TabIndex = 9; this.checkSubtotals.Text = "Subtotals Only"; // // checkNextAppt // this.checkNextAppt.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNextAppt.Location = new System.Drawing.Point(26, 213); this.checkNextAppt.Name = "checkNextAppt"; this.checkNextAppt.Size = new System.Drawing.Size(257, 20); this.checkNextAppt.TabIndex = 10; this.checkNextAppt.Text = "Next Appointment"; // // checkHidePayment // this.checkHidePayment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHidePayment.Location = new System.Drawing.Point(26, 192); this.checkHidePayment.Name = "checkHidePayment"; this.checkHidePayment.Size = new System.Drawing.Size(257, 20); this.checkHidePayment.TabIndex = 11; this.checkHidePayment.Text = "Hide Payment Options"; // // label3 // this.label3.Location = new System.Drawing.Point(26, 267); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(195, 17); this.label3.TabIndex = 13; this.label3.Text = "Note"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(25, 286); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Statement; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(518, 147); this.textNote.TabIndex = 14; // // checkSimpleStatement // this.checkSimpleStatement.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSimpleStatement.Location = new System.Drawing.Point(26, 234); this.checkSimpleStatement.Name = "checkSimpleStatement"; this.checkSimpleStatement.Size = new System.Drawing.Size(257, 20); this.checkSimpleStatement.TabIndex = 15; this.checkSimpleStatement.Text = "Simple Statement"; // // checkMailing // this.checkMailing.Checked = true; this.checkMailing.CheckState = System.Windows.Forms.CheckState.Checked; this.checkMailing.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkMailing.Location = new System.Drawing.Point(590, 341); this.checkMailing.Name = "checkMailing"; this.checkMailing.Size = new System.Drawing.Size(93, 20); this.checkMailing.TabIndex = 16; this.checkMailing.Text = "Mailing This"; // // label4 // this.label4.Location = new System.Drawing.Point(124, 78); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(110, 20); this.label4.TabIndex = 13; this.label4.Text = "(Blank means All)"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // FormStatementOptions // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(686, 456); this.Controls.Add(this.checkMailing); this.Controls.Add(this.checkSimpleStatement); this.Controls.Add(this.textNote); this.Controls.Add(this.label3); this.Controls.Add(this.checkHidePayment); this.Controls.Add(this.checkNextAppt); this.Controls.Add(this.checkSubtotals); this.Controls.Add(this.checkIncludeClaims); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Controls.Add(this.butWalkout); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormStatementOptions"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Statement Options"; this.Load += new System.EventHandler(this.FormStatementOptions_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.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(FormMedical)); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textMedUrgNote = new OpenDental.ODtextBox(); this.textService = new OpenDental.ODtextBox(); this.textMedical = new OpenDental.ODtextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.butAdd = new OpenDental.UI.Button(); this.textMedicalComp = new OpenDental.ODtextBox(); this.butAddDisease = new OpenDental.UI.Button(); this.gridMeds = new OpenDental.UI.ODGrid(); this.gridDiseases = new OpenDental.UI.ODGrid(); this.checkPremed = new System.Windows.Forms.CheckBox(); this.butIcd9 = new OpenDental.UI.Button(); this.checkDiscontinued = new System.Windows.Forms.CheckBox(); this.gridAllergies = new OpenDental.UI.ODGrid(); this.butAddAllergy = new OpenDental.UI.Button(); this.checkShowInactiveAllergies = new System.Windows.Forms.CheckBox(); this.butPrint = new OpenDental.UI.Button(); this.SuspendLayout(); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(786,650); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,25); this.butOK.TabIndex = 0; 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(879,650); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,25); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textMedUrgNote // this.textMedUrgNote.AcceptsReturn = true; this.textMedUrgNote.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.textMedUrgNote.ForeColor = System.Drawing.Color.Red; this.textMedUrgNote.Location = new System.Drawing.Point(115,447); this.textMedUrgNote.Multiline = true; this.textMedUrgNote.Name = "textMedUrgNote"; this.textMedUrgNote.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalUrgent; this.textMedUrgNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedUrgNote.Size = new System.Drawing.Size(252,33); this.textMedUrgNote.TabIndex = 53; // // textService // this.textService.AcceptsReturn = true; this.textService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.textService.Location = new System.Drawing.Point(115,558); this.textService.Multiline = true; this.textService.Name = "textService"; this.textService.QuickPasteType = OpenDentBusiness.QuickPasteType.ServiceNotes; this.textService.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textService.Size = new System.Drawing.Size(252,83); this.textService.TabIndex = 52; // // textMedical // this.textMedical.AcceptsReturn = true; this.textMedical.Location = new System.Drawing.Point(115,482); this.textMedical.Multiline = true; this.textMedical.Name = "textMedical"; this.textMedical.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalSummary; this.textMedical.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedical.Size = new System.Drawing.Size(252,74); this.textMedical.TabIndex = 51; // // label3 // this.label3.Location = new System.Drawing.Point(6,559); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106,16); this.label3.TabIndex = 50; this.label3.Text = "Service Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(6,445); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106,21); this.label2.TabIndex = 49; this.label2.Text = "Med Urgent"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(6,483); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106,17); this.label4.TabIndex = 47; this.label4.Text = "Medical Summary"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Location = new System.Drawing.Point(371,242); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(421,18); this.label6.TabIndex = 6; this.label6.Text = "Medical History - Complete and Detailed (does not show in chart)"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,1); 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(374,1); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(123,23); this.butAdd.TabIndex = 51; this.butAdd.Text = "&Add Medication"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // textMedicalComp // this.textMedicalComp.AcceptsReturn = true; this.textMedicalComp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textMedicalComp.Location = new System.Drawing.Point(374,262); this.textMedicalComp.Multiline = true; this.textMedicalComp.Name = "textMedicalComp"; this.textMedicalComp.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalHistory; this.textMedicalComp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedicalComp.Size = new System.Drawing.Size(585,379); this.textMedicalComp.TabIndex = 54; // // butAddDisease // this.butAddDisease.AdjustImageLocation = new System.Drawing.Point(0,1); this.butAddDisease.Autosize = true; this.butAddDisease.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddDisease.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddDisease.CornerRadius = 4F; this.butAddDisease.Image = global::OpenDental.Properties.Resources.Add; this.butAddDisease.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddDisease.Location = new System.Drawing.Point(5,1); this.butAddDisease.Name = "butAddDisease"; this.butAddDisease.Size = new System.Drawing.Size(98,23); this.butAddDisease.TabIndex = 58; this.butAddDisease.Text = "Add Problem"; this.butAddDisease.Click += new System.EventHandler(this.butAddProblem_Click); // // gridMeds // this.gridMeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMeds.HScrollVisible = false; this.gridMeds.Location = new System.Drawing.Point(374,26); this.gridMeds.Name = "gridMeds"; this.gridMeds.ScrollValue = 0; this.gridMeds.Size = new System.Drawing.Size(585,216); this.gridMeds.TabIndex = 59; this.gridMeds.Title = "Medications"; this.gridMeds.TranslationName = "TableMedications"; this.gridMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellDoubleClick); // // gridDiseases // this.gridDiseases.HScrollVisible = false; this.gridDiseases.Location = new System.Drawing.Point(4,26); this.gridDiseases.Name = "gridDiseases"; this.gridDiseases.ScrollValue = 0; this.gridDiseases.Size = new System.Drawing.Size(363,216); this.gridDiseases.TabIndex = 60; this.gridDiseases.Title = "Problems"; this.gridDiseases.TranslationName = "TableDiseases"; this.gridDiseases.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDiseases_CellDoubleClick); // // checkPremed // this.checkPremed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.Location = new System.Drawing.Point(6,407); this.checkPremed.Name = "checkPremed"; this.checkPremed.Size = new System.Drawing.Size(123,35); this.checkPremed.TabIndex = 61; this.checkPremed.Text = "Premedicate (PAC or other)"; this.checkPremed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.UseVisualStyleBackColor = true; // // butIcd9 // this.butIcd9.AdjustImageLocation = new System.Drawing.Point(0,1); this.butIcd9.Autosize = true; this.butIcd9.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butIcd9.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butIcd9.CornerRadius = 4F; this.butIcd9.Image = global::OpenDental.Properties.Resources.Add; this.butIcd9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butIcd9.Location = new System.Drawing.Point(129,1); this.butIcd9.Name = "butIcd9"; this.butIcd9.Size = new System.Drawing.Size(98,23); this.butIcd9.TabIndex = 62; this.butIcd9.Text = "Add ICD9"; this.butIcd9.Click += new System.EventHandler(this.butIcd9_Click); // // checkDiscontinued // this.checkDiscontinued.Location = new System.Drawing.Point(514,2); this.checkDiscontinued.Name = "checkDiscontinued"; this.checkDiscontinued.Size = new System.Drawing.Size(201,23); this.checkDiscontinued.TabIndex = 61; this.checkDiscontinued.Tag = ""; this.checkDiscontinued.Text = "Show Discontinued Medications"; this.checkDiscontinued.UseVisualStyleBackColor = true; this.checkDiscontinued.KeyUp += new System.Windows.Forms.KeyEventHandler(this.checkDiscontinued_KeyUp); this.checkDiscontinued.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkShowDiscontinuedMeds_MouseUp); // // gridAllergies // this.gridAllergies.HScrollVisible = false; this.gridAllergies.Location = new System.Drawing.Point(4,278); this.gridAllergies.Name = "gridAllergies"; this.gridAllergies.ScrollValue = 0; this.gridAllergies.Size = new System.Drawing.Size(363,123); this.gridAllergies.TabIndex = 63; this.gridAllergies.Title = "Allergies"; this.gridAllergies.TranslationName = "TableDiseases"; this.gridAllergies.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllergies_CellDoubleClick); // // butAddAllergy // this.butAddAllergy.AdjustImageLocation = new System.Drawing.Point(0,1); this.butAddAllergy.Autosize = true; this.butAddAllergy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddAllergy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddAllergy.CornerRadius = 4F; this.butAddAllergy.Image = global::OpenDental.Properties.Resources.Add; this.butAddAllergy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddAllergy.Location = new System.Drawing.Point(5,249); this.butAddAllergy.Name = "butAddAllergy"; this.butAddAllergy.Size = new System.Drawing.Size(98,23); this.butAddAllergy.TabIndex = 64; this.butAddAllergy.Text = "Add Allergy"; this.butAddAllergy.Click += new System.EventHandler(this.butAddAllergy_Click); // // checkShowInactiveAllergies // this.checkShowInactiveAllergies.Location = new System.Drawing.Point(129,250); this.checkShowInactiveAllergies.Name = "checkShowInactiveAllergies"; this.checkShowInactiveAllergies.Size = new System.Drawing.Size(201,23); this.checkShowInactiveAllergies.TabIndex = 65; this.checkShowInactiveAllergies.Tag = ""; this.checkShowInactiveAllergies.Text = "Show Inactive Allergies"; this.checkShowInactiveAllergies.UseVisualStyleBackColor = true; this.checkShowInactiveAllergies.CheckedChanged += new System.EventHandler(this.checkShowInactiveAllergies_CheckedChanged); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(843,1); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(116,24); this.butPrint.TabIndex = 66; this.butPrint.Text = "Print Medications"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // FormMedical // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(964,683); this.Controls.Add(this.butPrint); this.Controls.Add(this.checkShowInactiveAllergies); this.Controls.Add(this.butAddAllergy); this.Controls.Add(this.gridAllergies); this.Controls.Add(this.butIcd9); this.Controls.Add(this.checkDiscontinued); this.Controls.Add(this.checkPremed); this.Controls.Add(this.gridDiseases); this.Controls.Add(this.gridMeds); this.Controls.Add(this.butAddDisease); this.Controls.Add(this.textMedUrgNote); this.Controls.Add(this.textService); this.Controls.Add(this.textMedicalComp); this.Controls.Add(this.textMedical); this.Controls.Add(this.butAdd); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label4); this.Controls.Add(this.label6); 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 = "FormMedical"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Medical"; this.Load += new System.EventHandler(this.FormMedical_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCommItem)); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.textDateTime = new System.Windows.Forms.TextBox(); this.listMode = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.listSentOrReceived = new System.Windows.Forms.ListBox(); this.label4 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.textPatientName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textUser = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.labelCommlogNum = new System.Windows.Forms.Label(); this.textCommlogNum = new System.Windows.Forms.TextBox(); this.signatureBoxWrapper = new OpenDental.UI.SignatureBoxWrapper(); this.butNow = new OpenDental.UI.Button(); this.butNowEnd = new OpenDental.UI.Button(); this.textDateTimeEnd = new System.Windows.Forms.TextBox(); this.labelDateTimeEnd = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(1,33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81,18); this.label1.TabIndex = 0; this.label1.Text = "Date / Time"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(80,80); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82,16); this.label6.TabIndex = 5; this.label6.Text = "Type"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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(564,515); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,25); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(564,548); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,25); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(27,544); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(81,25); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label2 // this.label2.Location = new System.Drawing.Point(81,197); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82,16); this.label2.TabIndex = 18; this.label2.Text = "Note"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listType // this.listType.Location = new System.Drawing.Point(82,98); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(120,95); this.listType.TabIndex = 20; this.listType.SelectedIndexChanged += new System.EventHandler(this.listType_SelectedIndexChanged); // // textDateTime // this.textDateTime.Location = new System.Drawing.Point(82,31); this.textDateTime.Name = "textDateTime"; this.textDateTime.Size = new System.Drawing.Size(205,20); this.textDateTime.TabIndex = 21; this.textDateTime.TextChanged += new System.EventHandler(this.textDateTime_TextChanged); // // listMode // this.listMode.Location = new System.Drawing.Point(215,98); this.listMode.Name = "listMode"; this.listMode.Size = new System.Drawing.Size(73,95); this.listMode.TabIndex = 23; this.listMode.SelectedIndexChanged += new System.EventHandler(this.listMode_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(214,81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82,16); this.label3.TabIndex = 22; this.label3.Text = "Mode"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listSentOrReceived // this.listSentOrReceived.Location = new System.Drawing.Point(303,98); this.listSentOrReceived.Name = "listSentOrReceived"; this.listSentOrReceived.Size = new System.Drawing.Size(87,43); this.listSentOrReceived.TabIndex = 25; this.listSentOrReceived.SelectedValueChanged += new System.EventHandler(this.listSentOrReceived_SelectedValueChanged); // // label4 // this.label4.Location = new System.Drawing.Point(302,80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(142,16); this.label4.TabIndex = 24; this.label4.Text = "Sent or Received"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.Location = new System.Drawing.Point(82,217); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.CommLog; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(557,209); this.textNote.TabIndex = 27; this.textNote.TextChanged += new System.EventHandler(this.textNote_TextChanged); // // textPatientName // this.textPatientName.Location = new System.Drawing.Point(82,7); this.textPatientName.Name = "textPatientName"; this.textPatientName.ReadOnly = true; this.textPatientName.Size = new System.Drawing.Size(205,20); this.textPatientName.TabIndex = 30; // // label5 // this.label5.Location = new System.Drawing.Point(4,9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78,18); this.label5.TabIndex = 29; this.label5.Text = "Patient"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textUser // this.textUser.Location = new System.Drawing.Point(402,7); this.textUser.Name = "textUser"; this.textUser.ReadOnly = true; this.textUser.Size = new System.Drawing.Size(119,20); this.textUser.TabIndex = 103; // // label16 // this.label16.Location = new System.Drawing.Point(327,8); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(73,16); this.label16.TabIndex = 102; this.label16.Text = "User"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelCommlogNum // this.labelCommlogNum.Location = new System.Drawing.Point(154,552); this.labelCommlogNum.Name = "labelCommlogNum"; this.labelCommlogNum.Size = new System.Drawing.Size(96,16); this.labelCommlogNum.TabIndex = 104; this.labelCommlogNum.Text = "CommlogNum"; this.labelCommlogNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCommlogNum // this.textCommlogNum.Location = new System.Drawing.Point(256,549); this.textCommlogNum.Name = "textCommlogNum"; this.textCommlogNum.ReadOnly = true; this.textCommlogNum.Size = new System.Drawing.Size(188,20); this.textCommlogNum.TabIndex = 105; // // signatureBoxWrapper // this.signatureBoxWrapper.BackColor = System.Drawing.SystemColors.ControlDark; this.signatureBoxWrapper.LabelText = null; this.signatureBoxWrapper.Location = new System.Drawing.Point(82,432); this.signatureBoxWrapper.Name = "signatureBoxWrapper"; this.signatureBoxWrapper.Size = new System.Drawing.Size(364,81); this.signatureBoxWrapper.TabIndex = 106; this.signatureBoxWrapper.SignatureChanged += new System.EventHandler(this.signatureBoxWrapper_SignatureChanged); // // butNow // this.butNow.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNow.Autosize = true; this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNow.CornerRadius = 4F; this.butNow.Location = new System.Drawing.Point(293,31); this.butNow.Name = "butNow"; this.butNow.Size = new System.Drawing.Size(48,21); this.butNow.TabIndex = 107; this.butNow.Text = "Now"; this.butNow.Click += new System.EventHandler(this.butNow_Click); // // butNowEnd // this.butNowEnd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNowEnd.Autosize = true; this.butNowEnd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNowEnd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNowEnd.CornerRadius = 4F; this.butNowEnd.Location = new System.Drawing.Point(293,55); this.butNowEnd.Name = "butNowEnd"; this.butNowEnd.Size = new System.Drawing.Size(48,21); this.butNowEnd.TabIndex = 110; this.butNowEnd.Text = "Now"; this.butNowEnd.Click += new System.EventHandler(this.butNowEnd_Click); // // textDateTimeEnd // this.textDateTimeEnd.Location = new System.Drawing.Point(82,55); this.textDateTimeEnd.Name = "textDateTimeEnd"; this.textDateTimeEnd.Size = new System.Drawing.Size(205,20); this.textDateTimeEnd.TabIndex = 109; // // labelDateTimeEnd // this.labelDateTimeEnd.Location = new System.Drawing.Point(1,57); this.labelDateTimeEnd.Name = "labelDateTimeEnd"; this.labelDateTimeEnd.Size = new System.Drawing.Size(81,18); this.labelDateTimeEnd.TabIndex = 108; this.labelDateTimeEnd.Text = "End"; this.labelDateTimeEnd.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FormCommItem // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(662,594); this.Controls.Add(this.butNowEnd); this.Controls.Add(this.textDateTimeEnd); this.Controls.Add(this.labelDateTimeEnd); this.Controls.Add(this.butNow); this.Controls.Add(this.signatureBoxWrapper); this.Controls.Add(this.textCommlogNum); this.Controls.Add(this.labelCommlogNum); this.Controls.Add(this.textUser); this.Controls.Add(this.label16); this.Controls.Add(this.textPatientName); this.Controls.Add(this.label5); this.Controls.Add(this.textNote); this.Controls.Add(this.listSentOrReceived); this.Controls.Add(this.label4); this.Controls.Add(this.listMode); this.Controls.Add(this.label3); this.Controls.Add(this.textDateTime); this.Controls.Add(this.listType); this.Controls.Add(this.label2); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormCommItem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Communication Item"; this.Load += new System.EventHandler(this.FormCommItem_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrAccount)); this.labelFamFinancial = new System.Windows.Forms.Label(); this.labelUrgFinNote = new System.Windows.Forms.Label(); this.contextMenuIns = new System.Windows.Forms.ContextMenu(); this.menuInsPri = new System.Windows.Forms.MenuItem(); this.menuInsSec = new System.Windows.Forms.MenuItem(); this.menuInsMedical = new System.Windows.Forms.MenuItem(); this.menuInsOther = new System.Windows.Forms.MenuItem(); this.imageListMain = new System.Windows.Forms.ImageList(this.components); this.panelSplitter = new System.Windows.Forms.Panel(); this.panelCommButs = new System.Windows.Forms.Panel(); this.contextMenuStatement = new System.Windows.Forms.ContextMenu(); this.menuItemStatementWalkout = new System.Windows.Forms.MenuItem(); this.menuItemStatementEmail = new System.Windows.Forms.MenuItem(); this.menuItemReceipt = new System.Windows.Forms.MenuItem(); this.menuItemInvoice = new System.Windows.Forms.MenuItem(); this.menuItemStatementMore = new System.Windows.Forms.MenuItem(); this.contextMenuRepeat = new System.Windows.Forms.ContextMenu(); this.menuItemRepeatStand = new System.Windows.Forms.MenuItem(); this.menuItemRepeatEmail = new System.Windows.Forms.MenuItem(); this.menuItemRepeatMobile = new System.Windows.Forms.MenuItem(); this.menuItemRepeatCanada = new System.Windows.Forms.MenuItem(); this.panelProgNotes = new System.Windows.Forms.Panel(); this.checkNotes = new System.Windows.Forms.CheckBox(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.checkShowTeeth = new System.Windows.Forms.CheckBox(); this.checkAudit = new System.Windows.Forms.CheckBox(); this.checkExtraNotes = new System.Windows.Forms.CheckBox(); this.checkAppt = new System.Windows.Forms.CheckBox(); this.checkLabCase = new System.Windows.Forms.CheckBox(); this.checkRx = new System.Windows.Forms.CheckBox(); this.checkComm = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.checkShowE = new System.Windows.Forms.CheckBox(); this.checkShowR = new System.Windows.Forms.CheckBox(); this.checkShowC = new System.Windows.Forms.CheckBox(); this.checkShowTP = new System.Windows.Forms.CheckBox(); this.gridProg = new OpenDental.UI.ODGrid(); this.panelAging = new System.Windows.Forms.Panel(); this.labelInsRem = new System.Windows.Forms.Label(); this.labelUnearnedAmt = new System.Windows.Forms.Label(); this.labelUnearned = new System.Windows.Forms.Label(); this.labelBalanceAmt = new System.Windows.Forms.Label(); this.labelTotalAmt = new System.Windows.Forms.Label(); this.panelTotalOwes = new System.Windows.Forms.Panel(); this.label21 = new System.Windows.Forms.Label(); this.labelTotalPtOwes = new System.Windows.Forms.Label(); this.labelPatEstBalAmt = new System.Windows.Forms.Label(); this.labelPatEstBal = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.panelAgeLine = new System.Windows.Forms.Panel(); this.labelInsEstAmt = new System.Windows.Forms.Label(); this.labelBalance = new System.Windows.Forms.Label(); this.labelInsEst = new System.Windows.Forms.Label(); this.labelTotal = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.text0_30 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.text31_60 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.text61_90 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textOver90 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tabControlShow = new System.Windows.Forms.TabControl(); this.tabMain = new System.Windows.Forms.TabPage(); this.gridAcctPat = new OpenDental.UI.ODGrid(); this.tabShow = new System.Windows.Forms.TabPage(); this.checkShowFamilyComm = new System.Windows.Forms.CheckBox(); this.checkShowDetail = new System.Windows.Forms.CheckBox(); this.labelEndDate = new System.Windows.Forms.Label(); this.labelStartDate = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.groupBoxIndIns = new System.Windows.Forms.GroupBox(); this.textPriDed = new System.Windows.Forms.TextBox(); this.textPriUsed = new System.Windows.Forms.TextBox(); this.textPriDedRem = new System.Windows.Forms.TextBox(); this.textPriPend = new System.Windows.Forms.TextBox(); this.textPriRem = new System.Windows.Forms.TextBox(); this.textPriMax = new System.Windows.Forms.TextBox(); this.textSecRem = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textSecPend = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.textSecDedRem = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.textSecMax = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.textSecDed = new System.Windows.Forms.TextBox(); this.textSecUsed = new System.Windows.Forms.TextBox(); this.groupBoxFamilyIns = new System.Windows.Forms.GroupBox(); this.textFamPriMax = new System.Windows.Forms.TextBox(); this.textFamPriDed = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.textFamSecMax = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textFamSecDed = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.gridPayPlan = new OpenDental.UI.ODGrid(); this.gridRepeat = new OpenDental.UI.ODGrid(); this.gridAccount = new OpenDental.UI.ODGrid(); this.gridComm = new OpenDental.UI.ODGrid(); this.butCreditCard = new OpenDental.UI.Button(); this.textUrgFinNote = new OpenDental.ODtextBox(); this.textFinNotes = new OpenDental.ODtextBox(); this.butToday = new OpenDental.UI.Button(); this.butDatesAll = new OpenDental.UI.Button(); this.but90days = new OpenDental.UI.Button(); this.but45days = new OpenDental.UI.Button(); this.butRefresh = new OpenDental.UI.Button(); this.textDateEnd = new OpenDental.ValidDate(); this.textDateStart = new OpenDental.ValidDate(); this.butShowNone = new OpenDental.UI.Button(); this.butShowAll = new OpenDental.UI.Button(); this.butComm = new OpenDental.UI.Button(); this.butTrojan = new OpenDental.UI.Button(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.panelCommButs.SuspendLayout(); this.panelProgNotes.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.panelAging.SuspendLayout(); this.panelTotalOwes.SuspendLayout(); this.tabControlShow.SuspendLayout(); this.tabMain.SuspendLayout(); this.tabShow.SuspendLayout(); this.groupBoxIndIns.SuspendLayout(); this.groupBoxFamilyIns.SuspendLayout(); this.SuspendLayout(); // // labelFamFinancial // this.labelFamFinancial.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelFamFinancial.Location = new System.Drawing.Point(0, 318); this.labelFamFinancial.Name = "labelFamFinancial"; this.labelFamFinancial.Size = new System.Drawing.Size(154, 16); this.labelFamFinancial.TabIndex = 9; this.labelFamFinancial.Text = "Family Financial Notes"; this.labelFamFinancial.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // labelUrgFinNote // this.labelUrgFinNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelUrgFinNote.Location = new System.Drawing.Point(0, 0); this.labelUrgFinNote.Name = "labelUrgFinNote"; this.labelUrgFinNote.Size = new System.Drawing.Size(165, 17); this.labelUrgFinNote.TabIndex = 10; this.labelUrgFinNote.Text = "Fam Urgent Fin Note"; this.labelUrgFinNote.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // contextMenuIns // this.contextMenuIns.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuInsPri, this.menuInsSec, this.menuInsMedical, this.menuInsOther}); // // menuInsPri // this.menuInsPri.Index = 0; this.menuInsPri.Text = "Primary"; this.menuInsPri.Click += new System.EventHandler(this.menuInsPri_Click); // // menuInsSec // this.menuInsSec.Index = 1; this.menuInsSec.Text = "Secondary"; this.menuInsSec.Click += new System.EventHandler(this.menuInsSec_Click); // // menuInsMedical // this.menuInsMedical.Index = 2; this.menuInsMedical.Text = "Medical"; this.menuInsMedical.Click += new System.EventHandler(this.menuInsMedical_Click); // // menuInsOther // this.menuInsOther.Index = 3; this.menuInsOther.Text = "Other"; this.menuInsOther.Click += new System.EventHandler(this.menuInsOther_Click); // // imageListMain // this.imageListMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream"))); this.imageListMain.TransparentColor = System.Drawing.Color.Transparent; this.imageListMain.Images.SetKeyName(0, "Pat.gif"); this.imageListMain.Images.SetKeyName(1, ""); this.imageListMain.Images.SetKeyName(2, ""); this.imageListMain.Images.SetKeyName(3, "Umbrella.gif"); this.imageListMain.Images.SetKeyName(4, ""); // // panelSplitter // this.panelSplitter.Cursor = System.Windows.Forms.Cursors.SizeNS; this.panelSplitter.Location = new System.Drawing.Point(0, 425); this.panelSplitter.Name = "panelSplitter"; this.panelSplitter.Size = new System.Drawing.Size(769, 5); this.panelSplitter.TabIndex = 49; this.panelSplitter.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseDown); this.panelSplitter.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseMove); this.panelSplitter.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelSplitter_MouseUp); // // panelCommButs // this.panelCommButs.Controls.Add(this.butComm); this.panelCommButs.Controls.Add(this.butTrojan); this.panelCommButs.Location = new System.Drawing.Point(749, 526); this.panelCommButs.Name = "panelCommButs"; this.panelCommButs.Size = new System.Drawing.Size(163, 63); this.panelCommButs.TabIndex = 69; // // contextMenuStatement // this.contextMenuStatement.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemStatementWalkout, this.menuItemStatementEmail, this.menuItemReceipt, this.menuItemInvoice, this.menuItemStatementMore}); // // menuItemStatementWalkout // this.menuItemStatementWalkout.Index = 0; this.menuItemStatementWalkout.Text = "Walkout"; this.menuItemStatementWalkout.Click += new System.EventHandler(this.menuItemStatementWalkout_Click); // // menuItemStatementEmail // this.menuItemStatementEmail.Index = 1; this.menuItemStatementEmail.Text = "Email"; this.menuItemStatementEmail.Click += new System.EventHandler(this.menuItemStatementEmail_Click); // // menuItemReceipt // this.menuItemReceipt.Index = 2; this.menuItemReceipt.Text = "Receipt"; this.menuItemReceipt.Click += new System.EventHandler(this.menuItemReceipt_Click); // // menuItemInvoice // this.menuItemInvoice.Index = 3; this.menuItemInvoice.Text = "Invoice"; this.menuItemInvoice.Click += new System.EventHandler(this.menuItemInvoice_Click); // // menuItemStatementMore // this.menuItemStatementMore.Index = 4; this.menuItemStatementMore.Text = "More Options"; this.menuItemStatementMore.Click += new System.EventHandler(this.menuItemStatementMore_Click); // // contextMenuRepeat // this.contextMenuRepeat.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemRepeatStand, this.menuItemRepeatEmail, this.menuItemRepeatMobile, this.menuItemRepeatCanada}); // // menuItemRepeatStand // this.menuItemRepeatStand.Index = 0; this.menuItemRepeatStand.Text = "Standard Monthly"; this.menuItemRepeatStand.Click += new System.EventHandler(this.MenuItemRepeatStand_Click); // // menuItemRepeatEmail // this.menuItemRepeatEmail.Index = 1; this.menuItemRepeatEmail.Text = "Email Monthly"; this.menuItemRepeatEmail.Click += new System.EventHandler(this.MenuItemRepeatEmail_Click); // // menuItemRepeatMobile // this.menuItemRepeatMobile.Index = 2; this.menuItemRepeatMobile.Text = "Mobile Monthly"; this.menuItemRepeatMobile.Click += new System.EventHandler(this.menuItemRepeatMobile_Click); // // menuItemRepeatCanada // this.menuItemRepeatCanada.Index = 3; this.menuItemRepeatCanada.Text = "Canada Monthly"; this.menuItemRepeatCanada.Click += new System.EventHandler(this.menuItemRepeatCanada_Click); // // panelProgNotes // this.panelProgNotes.Controls.Add(this.butShowNone); this.panelProgNotes.Controls.Add(this.butShowAll); this.panelProgNotes.Controls.Add(this.checkNotes); this.panelProgNotes.Controls.Add(this.groupBox7); this.panelProgNotes.Controls.Add(this.groupBox6); this.panelProgNotes.Controls.Add(this.gridProg); this.panelProgNotes.Location = new System.Drawing.Point(0, 461); this.panelProgNotes.Name = "panelProgNotes"; this.panelProgNotes.Size = new System.Drawing.Size(749, 227); this.panelProgNotes.TabIndex = 211; // // checkNotes // this.checkNotes.AllowDrop = true; this.checkNotes.Checked = true; this.checkNotes.CheckState = System.Windows.Forms.CheckState.Checked; this.checkNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNotes.Location = new System.Drawing.Point(624, 191); this.checkNotes.Name = "checkNotes"; this.checkNotes.Size = new System.Drawing.Size(102, 13); this.checkNotes.TabIndex = 214; this.checkNotes.Text = "Proc Notes"; this.checkNotes.Visible = false; this.checkNotes.Click += new System.EventHandler(this.checkNotes_Click); // // groupBox7 // this.groupBox7.Controls.Add(this.checkShowTeeth); this.groupBox7.Controls.Add(this.checkAudit); this.groupBox7.Controls.Add(this.checkExtraNotes); this.groupBox7.Controls.Add(this.checkAppt); this.groupBox7.Controls.Add(this.checkLabCase); this.groupBox7.Controls.Add(this.checkRx); this.groupBox7.Controls.Add(this.checkComm); this.groupBox7.Location = new System.Drawing.Point(614, 88); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(121, 101); this.groupBox7.TabIndex = 213; this.groupBox7.TabStop = false; this.groupBox7.Text = "Object Types"; this.groupBox7.Visible = false; // // checkShowTeeth // this.checkShowTeeth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowTeeth.Location = new System.Drawing.Point(44, 63); this.checkShowTeeth.Name = "checkShowTeeth"; this.checkShowTeeth.Size = new System.Drawing.Size(104, 13); this.checkShowTeeth.TabIndex = 217; this.checkShowTeeth.Text = "Selected Teeth"; this.checkShowTeeth.Visible = false; // // checkAudit // this.checkAudit.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAudit.Location = new System.Drawing.Point(44, 79); this.checkAudit.Name = "checkAudit"; this.checkAudit.Size = new System.Drawing.Size(73, 13); this.checkAudit.TabIndex = 218; this.checkAudit.Text = "Audit"; this.checkAudit.Visible = false; // // checkExtraNotes // this.checkExtraNotes.AllowDrop = true; this.checkExtraNotes.Checked = true; this.checkExtraNotes.CheckState = System.Windows.Forms.CheckState.Checked; this.checkExtraNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExtraNotes.Location = new System.Drawing.Point(9, 82); this.checkExtraNotes.Name = "checkExtraNotes"; this.checkExtraNotes.Size = new System.Drawing.Size(102, 13); this.checkExtraNotes.TabIndex = 215; this.checkExtraNotes.Text = "Extra Notes"; this.checkExtraNotes.Visible = false; this.checkExtraNotes.Click += new System.EventHandler(this.checkExtraNotes_Click); // // checkAppt // this.checkAppt.Checked = true; this.checkAppt.CheckState = System.Windows.Forms.CheckState.Checked; this.checkAppt.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAppt.Location = new System.Drawing.Point(10, 17); this.checkAppt.Name = "checkAppt"; this.checkAppt.Size = new System.Drawing.Size(102, 13); this.checkAppt.TabIndex = 20; this.checkAppt.Text = "Appointments"; this.checkAppt.Click += new System.EventHandler(this.checkAppt_Click); // // checkLabCase // this.checkLabCase.Checked = true; this.checkLabCase.CheckState = System.Windows.Forms.CheckState.Checked; this.checkLabCase.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkLabCase.Location = new System.Drawing.Point(10, 49); this.checkLabCase.Name = "checkLabCase"; this.checkLabCase.Size = new System.Drawing.Size(102, 13); this.checkLabCase.TabIndex = 17; this.checkLabCase.Text = "Lab Cases"; this.checkLabCase.Click += new System.EventHandler(this.checkLabCase_Click); // // checkRx // this.checkRx.Checked = true; this.checkRx.CheckState = System.Windows.Forms.CheckState.Checked; this.checkRx.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRx.Location = new System.Drawing.Point(10, 65); this.checkRx.Name = "checkRx"; this.checkRx.Size = new System.Drawing.Size(102, 13); this.checkRx.TabIndex = 8; this.checkRx.Text = "Rx"; this.checkRx.Click += new System.EventHandler(this.checkRx_Click); // // checkComm // this.checkComm.Checked = true; this.checkComm.CheckState = System.Windows.Forms.CheckState.Checked; this.checkComm.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkComm.Location = new System.Drawing.Point(10, 33); this.checkComm.Name = "checkComm"; this.checkComm.Size = new System.Drawing.Size(102, 13); this.checkComm.TabIndex = 16; this.checkComm.Text = "Comm Log"; this.checkComm.Click += new System.EventHandler(this.checkComm_Click); // // groupBox6 // this.groupBox6.Controls.Add(this.checkShowE); this.groupBox6.Controls.Add(this.checkShowR); this.groupBox6.Controls.Add(this.checkShowC); this.groupBox6.Controls.Add(this.checkShowTP); this.groupBox6.Location = new System.Drawing.Point(614, 1); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(121, 85); this.groupBox6.TabIndex = 212; this.groupBox6.TabStop = false; this.groupBox6.Text = "Procedures"; this.groupBox6.Visible = false; // // checkShowE // this.checkShowE.Checked = true; this.checkShowE.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowE.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowE.Location = new System.Drawing.Point(9, 49); this.checkShowE.Name = "checkShowE"; this.checkShowE.Size = new System.Drawing.Size(101, 13); this.checkShowE.TabIndex = 10; this.checkShowE.Text = "Existing"; this.checkShowE.Click += new System.EventHandler(this.checkShowE_Click); // // checkShowR // this.checkShowR.Checked = true; this.checkShowR.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowR.Location = new System.Drawing.Point(9, 65); this.checkShowR.Name = "checkShowR"; this.checkShowR.Size = new System.Drawing.Size(101, 13); this.checkShowR.TabIndex = 14; this.checkShowR.Text = "Referred"; this.checkShowR.Click += new System.EventHandler(this.checkShowR_Click); // // checkShowC // this.checkShowC.Checked = true; this.checkShowC.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowC.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowC.Location = new System.Drawing.Point(9, 33); this.checkShowC.Name = "checkShowC"; this.checkShowC.Size = new System.Drawing.Size(101, 13); this.checkShowC.TabIndex = 9; this.checkShowC.Text = "Completed"; this.checkShowC.Click += new System.EventHandler(this.checkShowC_Click); // // checkShowTP // this.checkShowTP.Checked = true; this.checkShowTP.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowTP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowTP.Location = new System.Drawing.Point(9, 17); this.checkShowTP.Name = "checkShowTP"; this.checkShowTP.Size = new System.Drawing.Size(101, 13); this.checkShowTP.TabIndex = 8; this.checkShowTP.Text = "Treat Plan"; this.checkShowTP.Click += new System.EventHandler(this.checkShowTP_Click); // // gridProg // this.gridProg.HScrollVisible = true; this.gridProg.Location = new System.Drawing.Point(3, 0); this.gridProg.Name = "gridProg"; this.gridProg.ScrollValue = 0; this.gridProg.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridProg.Size = new System.Drawing.Size(603, 230); this.gridProg.TabIndex = 211; this.gridProg.Title = "Progress Notes"; this.gridProg.TranslationName = "TableProg"; this.gridProg.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProg_CellDoubleClick); // // panelAging // this.panelAging.Controls.Add(this.labelInsRem); this.panelAging.Controls.Add(this.labelUnearnedAmt); this.panelAging.Controls.Add(this.labelUnearned); this.panelAging.Controls.Add(this.labelBalanceAmt); this.panelAging.Controls.Add(this.labelTotalAmt); this.panelAging.Controls.Add(this.panelTotalOwes); this.panelAging.Controls.Add(this.labelPatEstBalAmt); this.panelAging.Controls.Add(this.labelPatEstBal); this.panelAging.Controls.Add(this.panel2); this.panelAging.Controls.Add(this.panel1); this.panelAging.Controls.Add(this.panelAgeLine); this.panelAging.Controls.Add(this.labelInsEstAmt); this.panelAging.Controls.Add(this.labelBalance); this.panelAging.Controls.Add(this.labelInsEst); this.panelAging.Controls.Add(this.labelTotal); this.panelAging.Controls.Add(this.label7); this.panelAging.Controls.Add(this.text0_30); this.panelAging.Controls.Add(this.label6); this.panelAging.Controls.Add(this.text31_60); this.panelAging.Controls.Add(this.label5); this.panelAging.Controls.Add(this.text61_90); this.panelAging.Controls.Add(this.label3); this.panelAging.Controls.Add(this.textOver90); this.panelAging.Controls.Add(this.label2); this.panelAging.Location = new System.Drawing.Point(0, 25); this.panelAging.Name = "panelAging"; this.panelAging.Size = new System.Drawing.Size(749, 37); this.panelAging.TabIndex = 213; // // labelInsRem // this.labelInsRem.BackColor = System.Drawing.Color.LightGray; this.labelInsRem.Location = new System.Drawing.Point(700, 4); this.labelInsRem.Name = "labelInsRem"; this.labelInsRem.Size = new System.Drawing.Size(45, 29); this.labelInsRem.TabIndex = 0; this.labelInsRem.Text = "Ins\r\nRem"; this.labelInsRem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.labelInsRem.MouseEnter += new System.EventHandler(this.labelInsRem_MouseEnter); this.labelInsRem.MouseLeave += new System.EventHandler(this.labelInsRem_MouseLeave); // // labelUnearnedAmt // this.labelUnearnedAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelUnearnedAmt.ForeColor = System.Drawing.Color.Firebrick; this.labelUnearnedAmt.Location = new System.Drawing.Point(636, 18); this.labelUnearnedAmt.Name = "labelUnearnedAmt"; this.labelUnearnedAmt.Size = new System.Drawing.Size(60, 13); this.labelUnearnedAmt.TabIndex = 228; this.labelUnearnedAmt.Text = "25000.00"; this.labelUnearnedAmt.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelUnearned // this.labelUnearned.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelUnearned.ForeColor = System.Drawing.SystemColors.ControlText; this.labelUnearned.Location = new System.Drawing.Point(632, 2); this.labelUnearned.Name = "labelUnearned"; this.labelUnearned.Size = new System.Drawing.Size(68, 13); this.labelUnearned.TabIndex = 227; this.labelUnearned.Text = "Unearned"; this.labelUnearned.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelBalanceAmt // this.labelBalanceAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBalanceAmt.ForeColor = System.Drawing.Color.Firebrick; this.labelBalanceAmt.Location = new System.Drawing.Point(456, 16); this.labelBalanceAmt.Name = "labelBalanceAmt"; this.labelBalanceAmt.Size = new System.Drawing.Size(80, 19); this.labelBalanceAmt.TabIndex = 60; this.labelBalanceAmt.Text = "25000.00"; this.labelBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labelTotalAmt // this.labelTotalAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTotalAmt.ForeColor = System.Drawing.Color.Firebrick; this.labelTotalAmt.Location = new System.Drawing.Point(294, 16); this.labelTotalAmt.Name = "labelTotalAmt"; this.labelTotalAmt.Size = new System.Drawing.Size(80, 19); this.labelTotalAmt.TabIndex = 61; this.labelTotalAmt.Text = "25000.00"; this.labelTotalAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panelTotalOwes // this.panelTotalOwes.Controls.Add(this.label21); this.panelTotalOwes.Controls.Add(this.labelTotalPtOwes); this.panelTotalOwes.Location = new System.Drawing.Point(560, -38); this.panelTotalOwes.Name = "panelTotalOwes"; this.panelTotalOwes.Size = new System.Drawing.Size(126, 37); this.panelTotalOwes.TabIndex = 226; // // label21 // this.label21.Location = new System.Drawing.Point(3, 0); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(123, 12); this.label21.TabIndex = 223; this.label21.Text = "TOTAL Owed w/ Plan:"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.toolTip1.SetToolTip(this.label21, "Total balance owed on all payment plans "); // // labelTotalPtOwes // this.labelTotalPtOwes.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTotalPtOwes.ForeColor = System.Drawing.Color.Firebrick; this.labelTotalPtOwes.Location = new System.Drawing.Point(6, 12); this.labelTotalPtOwes.Name = "labelTotalPtOwes"; this.labelTotalPtOwes.Size = new System.Drawing.Size(112, 23); this.labelTotalPtOwes.TabIndex = 222; this.labelTotalPtOwes.Text = "2500.00"; this.labelTotalPtOwes.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelPatEstBalAmt // this.labelPatEstBalAmt.Location = new System.Drawing.Point(550, 19); this.labelPatEstBalAmt.Name = "labelPatEstBalAmt"; this.labelPatEstBalAmt.Size = new System.Drawing.Size(65, 13); this.labelPatEstBalAmt.TabIndex = 89; this.labelPatEstBalAmt.Text = "25000.00"; this.labelPatEstBalAmt.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelPatEstBal // this.labelPatEstBal.Location = new System.Drawing.Point(550, 3); this.labelPatEstBal.Name = "labelPatEstBal"; this.labelPatEstBal.Size = new System.Drawing.Size(65, 13); this.labelPatEstBal.TabIndex = 88; this.labelPatEstBal.Text = "Pat Est Bal"; this.labelPatEstBal.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.ControlDark; this.panel2.Location = new System.Drawing.Point(624, 3); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(2, 32); this.panel2.TabIndex = 87; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlDark; this.panel1.Location = new System.Drawing.Point(541, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(2, 32); this.panel1.TabIndex = 86; // // panelAgeLine // this.panelAgeLine.BackColor = System.Drawing.SystemColors.ControlDark; this.panelAgeLine.Location = new System.Drawing.Point(379, 2); this.panelAgeLine.Name = "panelAgeLine"; this.panelAgeLine.Size = new System.Drawing.Size(2, 32); this.panelAgeLine.TabIndex = 63; // // labelInsEstAmt // this.labelInsEstAmt.Location = new System.Drawing.Point(387, 18); this.labelInsEstAmt.Name = "labelInsEstAmt"; this.labelInsEstAmt.Size = new System.Drawing.Size(65, 13); this.labelInsEstAmt.TabIndex = 62; this.labelInsEstAmt.Text = "2500.00"; this.labelInsEstAmt.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelBalance // this.labelBalance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelBalance.Location = new System.Drawing.Point(454, 2); this.labelBalance.Name = "labelBalance"; this.labelBalance.Size = new System.Drawing.Size(80, 13); this.labelBalance.TabIndex = 59; this.labelBalance.Text = "= Balance"; this.labelBalance.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelInsEst // this.labelInsEst.Location = new System.Drawing.Point(387, 2); this.labelInsEst.Name = "labelInsEst"; this.labelInsEst.Size = new System.Drawing.Size(65, 13); this.labelInsEst.TabIndex = 57; this.labelInsEst.Text = "- InsEst"; this.labelInsEst.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // labelTotal // this.labelTotal.Location = new System.Drawing.Point(294, 2); this.labelTotal.Name = "labelTotal"; this.labelTotal.Size = new System.Drawing.Size(80, 13); this.labelTotal.TabIndex = 55; this.labelTotal.Text = "Total"; this.labelTotal.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label7 // this.label7.Location = new System.Drawing.Point(69, 2); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(55, 13); this.label7.TabIndex = 53; this.label7.Text = "0-30"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // text0_30 // this.text0_30.Location = new System.Drawing.Point(67, 15); this.text0_30.Name = "text0_30"; this.text0_30.ReadOnly = true; this.text0_30.Size = new System.Drawing.Size(55, 20); this.text0_30.TabIndex = 52; this.text0_30.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label6 // this.label6.Location = new System.Drawing.Point(122, 2); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 13); this.label6.TabIndex = 51; this.label6.Text = "31-60"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // text31_60 // this.text31_60.Location = new System.Drawing.Point(122, 15); this.text31_60.Name = "text31_60"; this.text31_60.ReadOnly = true; this.text31_60.Size = new System.Drawing.Size(55, 20); this.text31_60.TabIndex = 50; this.text31_60.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label5 // this.label5.Location = new System.Drawing.Point(177, 2); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 13); this.label5.TabIndex = 49; this.label5.Text = "61-90"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // text61_90 // this.text61_90.Location = new System.Drawing.Point(177, 15); this.text61_90.Name = "text61_90"; this.text61_90.ReadOnly = true; this.text61_90.Size = new System.Drawing.Size(55, 20); this.text61_90.TabIndex = 48; this.text61_90.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.Location = new System.Drawing.Point(232, 2); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 13); this.label3.TabIndex = 47; this.label3.Text = "over 90"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textOver90 // this.textOver90.Location = new System.Drawing.Point(232, 15); this.textOver90.Name = "textOver90"; this.textOver90.ReadOnly = true; this.textOver90.Size = new System.Drawing.Size(55, 20); this.textOver90.TabIndex = 46; this.textOver90.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(14, 2); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(50, 33); this.label2.TabIndex = 45; this.label2.Text = "Family\r\nAging"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tabControlShow // this.tabControlShow.Controls.Add(this.tabMain); this.tabControlShow.Controls.Add(this.tabShow); this.tabControlShow.Location = new System.Drawing.Point(749, 27); this.tabControlShow.Name = "tabControlShow"; this.tabControlShow.SelectedIndex = 0; this.tabControlShow.Size = new System.Drawing.Size(186, 497); this.tabControlShow.TabIndex = 216; // // tabMain // this.tabMain.BackColor = System.Drawing.Color.Transparent; this.tabMain.Controls.Add(this.butCreditCard); this.tabMain.Controls.Add(this.labelUrgFinNote); this.tabMain.Controls.Add(this.labelFamFinancial); this.tabMain.Controls.Add(this.textUrgFinNote); this.tabMain.Controls.Add(this.gridAcctPat); this.tabMain.Controls.Add(this.textFinNotes); this.tabMain.Location = new System.Drawing.Point(4, 22); this.tabMain.Name = "tabMain"; this.tabMain.Padding = new System.Windows.Forms.Padding(3); this.tabMain.Size = new System.Drawing.Size(178, 471); this.tabMain.TabIndex = 0; this.tabMain.Text = "Main"; this.tabMain.UseVisualStyleBackColor = true; // // gridAcctPat // this.gridAcctPat.HScrollVisible = false; this.gridAcctPat.Location = new System.Drawing.Point(0, 135); this.gridAcctPat.Name = "gridAcctPat"; this.gridAcctPat.ScrollValue = 0; this.gridAcctPat.SelectedRowColor = System.Drawing.Color.DarkSalmon; this.gridAcctPat.Size = new System.Drawing.Size(178, 180); this.gridAcctPat.TabIndex = 72; this.gridAcctPat.Title = "Select Patient"; this.gridAcctPat.TranslationName = "TableAccountPat"; this.gridAcctPat.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAcctPat_CellClick); // // tabShow // this.tabShow.BackColor = System.Drawing.Color.Transparent; this.tabShow.Controls.Add(this.checkShowFamilyComm); this.tabShow.Controls.Add(this.butToday); this.tabShow.Controls.Add(this.checkShowDetail); this.tabShow.Controls.Add(this.butDatesAll); this.tabShow.Controls.Add(this.but90days); this.tabShow.Controls.Add(this.but45days); this.tabShow.Controls.Add(this.butRefresh); this.tabShow.Controls.Add(this.labelEndDate); this.tabShow.Controls.Add(this.labelStartDate); this.tabShow.Controls.Add(this.textDateEnd); this.tabShow.Controls.Add(this.textDateStart); this.tabShow.Location = new System.Drawing.Point(4, 22); this.tabShow.Name = "tabShow"; this.tabShow.Padding = new System.Windows.Forms.Padding(3); this.tabShow.Size = new System.Drawing.Size(178, 569); this.tabShow.TabIndex = 1; this.tabShow.Text = "Show"; this.tabShow.UseVisualStyleBackColor = true; // // checkShowFamilyComm // this.checkShowFamilyComm.AutoSize = true; this.checkShowFamilyComm.Location = new System.Drawing.Point(8, 220); this.checkShowFamilyComm.Name = "checkShowFamilyComm"; this.checkShowFamilyComm.Size = new System.Drawing.Size(152, 17); this.checkShowFamilyComm.TabIndex = 221; this.checkShowFamilyComm.Text = "Show Family Comm Entries"; this.checkShowFamilyComm.UseVisualStyleBackColor = true; this.checkShowFamilyComm.Click += new System.EventHandler(this.checkShowFamilyComm_Click); // // checkShowDetail // this.checkShowDetail.Checked = true; this.checkShowDetail.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowDetail.Location = new System.Drawing.Point(8, 196); this.checkShowDetail.Name = "checkShowDetail"; this.checkShowDetail.Size = new System.Drawing.Size(164, 18); this.checkShowDetail.TabIndex = 219; this.checkShowDetail.Text = "Show Proc Breakdowns"; this.checkShowDetail.UseVisualStyleBackColor = true; this.checkShowDetail.Click += new System.EventHandler(this.checkShowDetail_Click); // // labelEndDate // this.labelEndDate.Location = new System.Drawing.Point(2, 34); this.labelEndDate.Name = "labelEndDate"; this.labelEndDate.Size = new System.Drawing.Size(91, 14); this.labelEndDate.TabIndex = 211; this.labelEndDate.Text = "End Date"; this.labelEndDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelStartDate // this.labelStartDate.Location = new System.Drawing.Point(8, 11); this.labelStartDate.Name = "labelStartDate"; this.labelStartDate.Size = new System.Drawing.Size(84, 14); this.labelStartDate.TabIndex = 210; this.labelStartDate.Text = "Start Date"; this.labelStartDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBoxIndIns // this.groupBoxIndIns.Controls.Add(this.textPriDed); this.groupBoxIndIns.Controls.Add(this.textPriUsed); this.groupBoxIndIns.Controls.Add(this.textPriDedRem); this.groupBoxIndIns.Controls.Add(this.textPriPend); this.groupBoxIndIns.Controls.Add(this.textPriRem); this.groupBoxIndIns.Controls.Add(this.textPriMax); this.groupBoxIndIns.Controls.Add(this.textSecRem); this.groupBoxIndIns.Controls.Add(this.label10); this.groupBoxIndIns.Controls.Add(this.textSecPend); this.groupBoxIndIns.Controls.Add(this.label11); this.groupBoxIndIns.Controls.Add(this.label18); this.groupBoxIndIns.Controls.Add(this.label12); this.groupBoxIndIns.Controls.Add(this.label13); this.groupBoxIndIns.Controls.Add(this.textSecDedRem); this.groupBoxIndIns.Controls.Add(this.label14); this.groupBoxIndIns.Controls.Add(this.label15); this.groupBoxIndIns.Controls.Add(this.textSecMax); this.groupBoxIndIns.Controls.Add(this.label16); this.groupBoxIndIns.Controls.Add(this.textSecDed); this.groupBoxIndIns.Controls.Add(this.textSecUsed); this.groupBoxIndIns.Location = new System.Drawing.Point(556, 144); this.groupBoxIndIns.Name = "groupBoxIndIns"; this.groupBoxIndIns.Size = new System.Drawing.Size(193, 160); this.groupBoxIndIns.TabIndex = 219; this.groupBoxIndIns.TabStop = false; this.groupBoxIndIns.Text = "Individual Insurance"; this.groupBoxIndIns.Visible = false; // // textPriDed // this.textPriDed.BackColor = System.Drawing.Color.White; this.textPriDed.Location = new System.Drawing.Point(71, 55); this.textPriDed.Name = "textPriDed"; this.textPriDed.ReadOnly = true; this.textPriDed.Size = new System.Drawing.Size(60, 20); this.textPriDed.TabIndex = 45; this.textPriDed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPriUsed // this.textPriUsed.BackColor = System.Drawing.Color.White; this.textPriUsed.Location = new System.Drawing.Point(71, 95); this.textPriUsed.Name = "textPriUsed"; this.textPriUsed.ReadOnly = true; this.textPriUsed.Size = new System.Drawing.Size(60, 20); this.textPriUsed.TabIndex = 44; this.textPriUsed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPriDedRem // this.textPriDedRem.BackColor = System.Drawing.Color.White; this.textPriDedRem.Location = new System.Drawing.Point(71, 75); this.textPriDedRem.Name = "textPriDedRem"; this.textPriDedRem.ReadOnly = true; this.textPriDedRem.Size = new System.Drawing.Size(60, 20); this.textPriDedRem.TabIndex = 51; this.textPriDedRem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPriPend // this.textPriPend.BackColor = System.Drawing.Color.White; this.textPriPend.Location = new System.Drawing.Point(71, 115); this.textPriPend.Name = "textPriPend"; this.textPriPend.ReadOnly = true; this.textPriPend.Size = new System.Drawing.Size(60, 20); this.textPriPend.TabIndex = 43; this.textPriPend.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPriRem // this.textPriRem.BackColor = System.Drawing.Color.White; this.textPriRem.Location = new System.Drawing.Point(71, 135); this.textPriRem.Name = "textPriRem"; this.textPriRem.ReadOnly = true; this.textPriRem.Size = new System.Drawing.Size(60, 20); this.textPriRem.TabIndex = 42; this.textPriRem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPriMax // this.textPriMax.BackColor = System.Drawing.Color.White; this.textPriMax.Location = new System.Drawing.Point(71, 35); this.textPriMax.Name = "textPriMax"; this.textPriMax.ReadOnly = true; this.textPriMax.Size = new System.Drawing.Size(60, 20); this.textPriMax.TabIndex = 38; this.textPriMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textSecRem // this.textSecRem.BackColor = System.Drawing.Color.White; this.textSecRem.Location = new System.Drawing.Point(130, 135); this.textSecRem.Name = "textSecRem"; this.textSecRem.ReadOnly = true; this.textSecRem.Size = new System.Drawing.Size(60, 20); this.textSecRem.TabIndex = 46; this.textSecRem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label10 // this.label10.Location = new System.Drawing.Point(73, 16); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(60, 15); this.label10.TabIndex = 31; this.label10.Text = "Primary"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textSecPend // this.textSecPend.BackColor = System.Drawing.Color.White; this.textSecPend.Location = new System.Drawing.Point(130, 115); this.textSecPend.Name = "textSecPend"; this.textSecPend.ReadOnly = true; this.textSecPend.Size = new System.Drawing.Size(60, 20); this.textSecPend.TabIndex = 47; this.textSecPend.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label11 // this.label11.Location = new System.Drawing.Point(4, 37); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(66, 15); this.label11.TabIndex = 32; this.label11.Text = "Annual Max"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label18 // this.label18.Location = new System.Drawing.Point(2, 77); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(69, 15); this.label18.TabIndex = 50; this.label18.Text = "Ded Remain"; this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label12 // this.label12.Location = new System.Drawing.Point(4, 57); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(66, 15); this.label12.TabIndex = 33; this.label12.Text = "Deductible"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label13 // this.label13.Location = new System.Drawing.Point(4, 97); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(66, 15); this.label13.TabIndex = 34; this.label13.Text = "Ins Used"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSecDedRem // this.textSecDedRem.BackColor = System.Drawing.Color.White; this.textSecDedRem.Location = new System.Drawing.Point(130, 75); this.textSecDedRem.Name = "textSecDedRem"; this.textSecDedRem.ReadOnly = true; this.textSecDedRem.Size = new System.Drawing.Size(60, 20); this.textSecDedRem.TabIndex = 52; this.textSecDedRem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label14 // this.label14.Location = new System.Drawing.Point(4, 137); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(66, 15); this.label14.TabIndex = 35; this.label14.Text = "Remaining"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(4, 117); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(66, 15); this.label15.TabIndex = 36; this.label15.Text = "Pending"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSecMax // this.textSecMax.BackColor = System.Drawing.Color.White; this.textSecMax.Location = new System.Drawing.Point(130, 35); this.textSecMax.Name = "textSecMax"; this.textSecMax.ReadOnly = true; this.textSecMax.Size = new System.Drawing.Size(60, 20); this.textSecMax.TabIndex = 41; this.textSecMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label16 // this.label16.Location = new System.Drawing.Point(130, 16); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(60, 14); this.label16.TabIndex = 37; this.label16.Text = "Secondary"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textSecDed // this.textSecDed.BackColor = System.Drawing.Color.White; this.textSecDed.Location = new System.Drawing.Point(130, 55); this.textSecDed.Name = "textSecDed"; this.textSecDed.ReadOnly = true; this.textSecDed.Size = new System.Drawing.Size(60, 20); this.textSecDed.TabIndex = 40; this.textSecDed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textSecUsed // this.textSecUsed.BackColor = System.Drawing.Color.White; this.textSecUsed.Location = new System.Drawing.Point(130, 95); this.textSecUsed.Name = "textSecUsed"; this.textSecUsed.ReadOnly = true; this.textSecUsed.Size = new System.Drawing.Size(60, 20); this.textSecUsed.TabIndex = 39; this.textSecUsed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // groupBoxFamilyIns // this.groupBoxFamilyIns.Controls.Add(this.textFamPriMax); this.groupBoxFamilyIns.Controls.Add(this.textFamPriDed); this.groupBoxFamilyIns.Controls.Add(this.label4); this.groupBoxFamilyIns.Controls.Add(this.label8); this.groupBoxFamilyIns.Controls.Add(this.textFamSecMax); this.groupBoxFamilyIns.Controls.Add(this.label9); this.groupBoxFamilyIns.Controls.Add(this.textFamSecDed); this.groupBoxFamilyIns.Controls.Add(this.label17); this.groupBoxFamilyIns.Location = new System.Drawing.Point(556, 64); this.groupBoxFamilyIns.Name = "groupBoxFamilyIns"; this.groupBoxFamilyIns.Size = new System.Drawing.Size(193, 80); this.groupBoxFamilyIns.TabIndex = 218; this.groupBoxFamilyIns.TabStop = false; this.groupBoxFamilyIns.Text = "Family Insurance"; this.groupBoxFamilyIns.Visible = false; // // textFamPriMax // this.textFamPriMax.BackColor = System.Drawing.Color.White; this.textFamPriMax.Location = new System.Drawing.Point(72, 35); this.textFamPriMax.Name = "textFamPriMax"; this.textFamPriMax.ReadOnly = true; this.textFamPriMax.Size = new System.Drawing.Size(60, 20); this.textFamPriMax.TabIndex = 69; this.textFamPriMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textFamPriDed // this.textFamPriDed.BackColor = System.Drawing.Color.White; this.textFamPriDed.Location = new System.Drawing.Point(72, 55); this.textFamPriDed.Name = "textFamPriDed"; this.textFamPriDed.ReadOnly = true; this.textFamPriDed.Size = new System.Drawing.Size(60, 20); this.textFamPriDed.TabIndex = 65; this.textFamPriDed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // this.label4.Location = new System.Drawing.Point(74, 16); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 15); this.label4.TabIndex = 66; this.label4.Text = "Primary"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label8 // this.label8.Location = new System.Drawing.Point(4, 37); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(66, 15); this.label8.TabIndex = 67; this.label8.Text = "Annual Max"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFamSecMax // this.textFamSecMax.BackColor = System.Drawing.Color.White; this.textFamSecMax.Location = new System.Drawing.Point(131, 35); this.textFamSecMax.Name = "textFamSecMax"; this.textFamSecMax.ReadOnly = true; this.textFamSecMax.Size = new System.Drawing.Size(60, 20); this.textFamSecMax.TabIndex = 70; this.textFamSecMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label9 // this.label9.Location = new System.Drawing.Point(131, 16); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(60, 14); this.label9.TabIndex = 68; this.label9.Text = "Secondary"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textFamSecDed // this.textFamSecDed.BackColor = System.Drawing.Color.White; this.textFamSecDed.Location = new System.Drawing.Point(131, 55); this.textFamSecDed.Name = "textFamSecDed"; this.textFamSecDed.ReadOnly = true; this.textFamSecDed.Size = new System.Drawing.Size(60, 20); this.textFamSecDed.TabIndex = 64; this.textFamSecDed.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label17 // this.label17.Location = new System.Drawing.Point(4, 57); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(66, 15); this.label17.TabIndex = 63; this.label17.Text = "Fam Ded"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // gridPayPlan // this.gridPayPlan.HScrollVisible = false; this.gridPayPlan.Location = new System.Drawing.Point(0, 144); this.gridPayPlan.Name = "gridPayPlan"; this.gridPayPlan.ScrollValue = 0; this.gridPayPlan.Size = new System.Drawing.Size(749, 93); this.gridPayPlan.TabIndex = 217; this.gridPayPlan.Title = "Payment Plans"; this.gridPayPlan.TranslationName = "TablePaymentPlans"; this.gridPayPlan.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPayPlan_CellDoubleClick); // // gridRepeat // this.gridRepeat.HScrollVisible = false; this.gridRepeat.Location = new System.Drawing.Point(0, 63); this.gridRepeat.Name = "gridRepeat"; this.gridRepeat.ScrollValue = 0; this.gridRepeat.Size = new System.Drawing.Size(749, 75); this.gridRepeat.TabIndex = 74; this.gridRepeat.Title = "Repeating Charges"; this.gridRepeat.TranslationName = "TableRepeatCharges"; this.gridRepeat.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridRepeat_CellDoubleClick); // // gridAccount // this.gridAccount.HScrollVisible = true; this.gridAccount.Location = new System.Drawing.Point(0, 243); this.gridAccount.Name = "gridAccount"; this.gridAccount.ScrollValue = 0; this.gridAccount.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridAccount.Size = new System.Drawing.Size(749, 179); this.gridAccount.TabIndex = 73; this.gridAccount.Title = "Patient Account"; this.gridAccount.TranslationName = "TableAccount"; this.gridAccount.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAccount_CellDoubleClick); this.gridAccount.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAccount_CellClick); // // gridComm // this.gridComm.HScrollVisible = false; this.gridComm.Location = new System.Drawing.Point(0, 440); this.gridComm.Name = "gridComm"; this.gridComm.ScrollValue = 0; this.gridComm.Size = new System.Drawing.Size(749, 226); this.gridComm.TabIndex = 71; this.gridComm.Title = "Communications Log"; this.gridComm.TranslationName = "TableCommLogAccount"; this.gridComm.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridComm_CellDoubleClick); // // butCreditCard // this.butCreditCard.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCreditCard.Autosize = true; this.butCreditCard.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCreditCard.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCreditCard.CornerRadius = 4F; this.butCreditCard.Location = new System.Drawing.Point(22, 103); this.butCreditCard.Name = "butCreditCard"; this.butCreditCard.Size = new System.Drawing.Size(137, 26); this.butCreditCard.TabIndex = 216; this.butCreditCard.Text = "Credit Card Manage"; this.butCreditCard.UseVisualStyleBackColor = true; this.butCreditCard.Click += new System.EventHandler(this.butCreditCard_Click); // // textUrgFinNote // this.textUrgFinNote.AcceptsTab = true; this.textUrgFinNote.BackColor = System.Drawing.Color.White; this.textUrgFinNote.DetectUrls = false; this.textUrgFinNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textUrgFinNote.ForeColor = System.Drawing.Color.Red; this.textUrgFinNote.Location = new System.Drawing.Point(0, 20); this.textUrgFinNote.Name = "textUrgFinNote"; this.textUrgFinNote.QuickPasteType = OpenDentBusiness.QuickPasteType.None; this.textUrgFinNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textUrgFinNote.Size = new System.Drawing.Size(178, 77); this.textUrgFinNote.TabIndex = 11; this.textUrgFinNote.Text = ""; this.textUrgFinNote.TextChanged += new System.EventHandler(this.textUrgFinNote_TextChanged); this.textUrgFinNote.Leave += new System.EventHandler(this.textUrgFinNote_Leave); // // textFinNotes // this.textFinNotes.AcceptsTab = true; this.textFinNotes.DetectUrls = false; this.textFinNotes.Location = new System.Drawing.Point(0, 337); this.textFinNotes.Name = "textFinNotes"; this.textFinNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.FinancialNotes; this.textFinNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textFinNotes.Size = new System.Drawing.Size(178, 134); this.textFinNotes.TabIndex = 70; this.textFinNotes.Text = ""; this.textFinNotes.TextChanged += new System.EventHandler(this.textFinNotes_TextChanged); this.textFinNotes.Leave += new System.EventHandler(this.textFinNotes_Leave); // // butToday // this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butToday.Autosize = true; this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butToday.CornerRadius = 4F; this.butToday.Location = new System.Drawing.Point(95, 54); this.butToday.Name = "butToday"; this.butToday.Size = new System.Drawing.Size(77, 24); this.butToday.TabIndex = 220; this.butToday.Text = "Today"; this.butToday.Click += new System.EventHandler(this.butToday_Click); // // butDatesAll // this.butDatesAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDatesAll.Autosize = true; this.butDatesAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDatesAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDatesAll.CornerRadius = 4F; this.butDatesAll.Location = new System.Drawing.Point(95, 132); this.butDatesAll.Name = "butDatesAll"; this.butDatesAll.Size = new System.Drawing.Size(77, 24); this.butDatesAll.TabIndex = 218; this.butDatesAll.Text = "All Dates"; this.butDatesAll.Click += new System.EventHandler(this.butDatesAll_Click); // // but90days // this.but90days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but90days.Autosize = true; this.but90days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but90days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but90days.CornerRadius = 4F; this.but90days.Location = new System.Drawing.Point(95, 106); this.but90days.Name = "but90days"; this.but90days.Size = new System.Drawing.Size(77, 24); this.but90days.TabIndex = 217; this.but90days.Text = "Last 90 Days"; this.but90days.Click += new System.EventHandler(this.but90days_Click); // // but45days // this.but45days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but45days.Autosize = true; this.but45days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but45days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but45days.CornerRadius = 4F; this.but45days.Location = new System.Drawing.Point(95, 80); this.but45days.Name = "but45days"; this.but45days.Size = new System.Drawing.Size(77, 24); this.but45days.TabIndex = 216; this.but45days.Text = "Last 45 Days"; this.but45days.Click += new System.EventHandler(this.but45days_Click); // // butRefresh // this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRefresh.Autosize = true; this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRefresh.CornerRadius = 4F; this.butRefresh.Location = new System.Drawing.Point(95, 158); this.butRefresh.Name = "butRefresh"; this.butRefresh.Size = new System.Drawing.Size(77, 24); this.butRefresh.TabIndex = 214; this.butRefresh.Text = "Refresh"; this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click); // // textDateEnd // this.textDateEnd.Location = new System.Drawing.Point(95, 31); this.textDateEnd.Name = "textDateEnd"; this.textDateEnd.Size = new System.Drawing.Size(77, 20); this.textDateEnd.TabIndex = 213; // // textDateStart // this.textDateStart.BackColor = System.Drawing.SystemColors.Window; this.textDateStart.ForeColor = System.Drawing.SystemColors.WindowText; this.textDateStart.Location = new System.Drawing.Point(95, 8); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(77, 20); this.textDateStart.TabIndex = 212; // // butShowNone // this.butShowNone.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butShowNone.Autosize = true; this.butShowNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowNone.CornerRadius = 4F; this.butShowNone.Location = new System.Drawing.Point(677, 207); this.butShowNone.Name = "butShowNone"; this.butShowNone.Size = new System.Drawing.Size(58, 16); this.butShowNone.TabIndex = 216; this.butShowNone.Text = "None"; this.butShowNone.Visible = false; this.butShowNone.Click += new System.EventHandler(this.butShowNone_Click); // // butShowAll // this.butShowAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butShowAll.Autosize = true; this.butShowAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowAll.CornerRadius = 4F; this.butShowAll.Location = new System.Drawing.Point(614, 207); this.butShowAll.Name = "butShowAll"; this.butShowAll.Size = new System.Drawing.Size(53, 16); this.butShowAll.TabIndex = 215; this.butShowAll.Text = "All"; this.butShowAll.Visible = false; this.butShowAll.Click += new System.EventHandler(this.butShowAll_Click); // // butComm // this.butComm.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butComm.Autosize = true; this.butComm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butComm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butComm.CornerRadius = 4F; this.butComm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butComm.Location = new System.Drawing.Point(3, 31); this.butComm.Name = "butComm"; this.butComm.Size = new System.Drawing.Size(98, 26); this.butComm.TabIndex = 94; this.butComm.Text = "Questionnaire"; this.butComm.Click += new System.EventHandler(this.butComm_Click); // // butTrojan // this.butTrojan.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTrojan.Autosize = true; this.butTrojan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTrojan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTrojan.CornerRadius = 4F; this.butTrojan.Location = new System.Drawing.Point(3, 3); this.butTrojan.Name = "butTrojan"; this.butTrojan.Size = new System.Drawing.Size(146, 25); this.butTrojan.TabIndex = 93; this.butTrojan.Text = "Send Transaction to Trojan"; this.butTrojan.Click += new System.EventHandler(this.butTrojan_Click); // // ToolBarMain // this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top; this.ToolBarMain.ImageList = this.imageListMain; this.ToolBarMain.Location = new System.Drawing.Point(0, 0); this.ToolBarMain.Name = "ToolBarMain"; this.ToolBarMain.Size = new System.Drawing.Size(939, 25); this.ToolBarMain.TabIndex = 47; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // ContrAccount // this.Controls.Add(this.groupBoxIndIns); this.Controls.Add(this.groupBoxFamilyIns); this.Controls.Add(this.gridPayPlan); this.Controls.Add(this.tabControlShow); this.Controls.Add(this.panelAging); this.Controls.Add(this.panelProgNotes); this.Controls.Add(this.gridRepeat); this.Controls.Add(this.gridAccount); this.Controls.Add(this.gridComm); this.Controls.Add(this.panelSplitter); this.Controls.Add(this.panelCommButs); this.Controls.Add(this.ToolBarMain); this.Name = "ContrAccount"; this.Size = new System.Drawing.Size(939, 732); this.Load += new System.EventHandler(this.ContrAccount_Load); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ContrAccount_Layout); this.Resize += new System.EventHandler(this.ContrAccount_Resize); this.panelCommButs.ResumeLayout(false); this.panelProgNotes.ResumeLayout(false); this.groupBox7.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.panelAging.ResumeLayout(false); this.panelAging.PerformLayout(); this.panelTotalOwes.ResumeLayout(false); this.tabControlShow.ResumeLayout(false); this.tabMain.ResumeLayout(false); this.tabShow.ResumeLayout(false); this.tabShow.PerformLayout(); this.groupBoxIndIns.ResumeLayout(false); this.groupBoxIndIns.PerformLayout(); this.groupBoxFamilyIns.ResumeLayout(false); this.groupBoxFamilyIns.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormPayPlanChargeEdit)); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textPrincipal = new OpenDental.ValidDouble(); this.textNote = new OpenDental.ODtextBox(); this.textInterest = new OpenDental.ValidDouble(); this.label1 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label4 // this.label4.Location = new System.Drawing.Point(5, 76); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 3; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(6, 31); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 4; this.label5.Text = "Principal"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.Location = new System.Drawing.Point(437, 126); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(437, 164); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(24, 162); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(78, 26); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textPrincipal // this.textPrincipal.Location = new System.Drawing.Point(108, 28); this.textPrincipal.Name = "textPrincipal"; this.textPrincipal.TabIndex = 1; this.textPrincipal.Text = ""; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(108, 76); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(245, 55); this.textNote.TabIndex = 0; this.textNote.Text = ""; // // textInterest // this.textInterest.Location = new System.Drawing.Point(108, 52); this.textInterest.Name = "textInterest"; this.textInterest.TabIndex = 20; this.textInterest.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(6, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 16); this.label1.TabIndex = 21; this.label1.Text = "Interest"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(108, 4); this.textDate.Name = "textDate"; this.textDate.TabIndex = 22; this.textDate.Text = ""; // // label2 // this.label2.Location = new System.Drawing.Point(6, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 23; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FormPayPlanChargeEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(541, 212); this.Controls.Add(this.label2); this.Controls.Add(this.textDate); this.Controls.Add(this.textInterest); this.Controls.Add(this.label1); this.Controls.Add(this.textNote); this.Controls.Add(this.textPrincipal); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPayPlanChargeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Payment Plan Charge"; this.Load += new System.EventHandler(this.FormPayPlanCharge_Load); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormMedicationEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textGenericName = new System.Windows.Forms.TextBox(); this.textMedName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.label4 = new System.Windows.Forms.Label(); this.comboPatients = new System.Windows.Forms.ComboBox(); this.labelPatients = new System.Windows.Forms.Label(); this.labelBrands = new System.Windows.Forms.Label(); this.comboBrands = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(535, 401); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.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(535, 363); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(20, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 17); this.label1.TabIndex = 2; this.label1.Text = "Generic name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textGenericName // this.textGenericName.Location = new System.Drawing.Point(148, 42); this.textGenericName.Name = "textGenericName"; this.textGenericName.ReadOnly = true; this.textGenericName.Size = new System.Drawing.Size(248, 20); this.textGenericName.TabIndex = 3; this.textGenericName.Text = ""; // // textMedName // this.textMedName.Location = new System.Drawing.Point(148, 17); this.textMedName.Name = "textMedName"; this.textMedName.Size = new System.Drawing.Size(248, 20); this.textMedName.TabIndex = 0; this.textMedName.Text = ""; this.textMedName.TextChanged += new System.EventHandler(this.textMedName_TextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(20, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(127, 17); this.label2.TabIndex = 6; this.label2.Text = "Drug name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(21, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127, 17); this.label3.TabIndex = 8; this.label3.Text = "Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNotes // this.textNotes.AcceptsReturn = true; this.textNotes.Location = new System.Drawing.Point(148, 67); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = QuickPasteType.MedicationEdit; this.textNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(459, 194); this.textNotes.TabIndex = 9; this.textNotes.Text = ""; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(43, 398); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 26); this.butDelete.TabIndex = 32; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label4 // this.label4.Location = new System.Drawing.Point(399, 15); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(208, 47); this.label4.TabIndex = 33; this.label4.Text = "Make sure you spell it right, because you can\'t ever change it"; // // comboPatients // this.comboPatients.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatients.Location = new System.Drawing.Point(105, 23); this.comboPatients.MaxDropDownItems = 30; this.comboPatients.Name = "comboPatients"; this.comboPatients.Size = new System.Drawing.Size(299, 21); this.comboPatients.TabIndex = 34; // // labelPatients // this.labelPatients.Location = new System.Drawing.Point(24, 25); this.labelPatients.Name = "labelPatients"; this.labelPatients.Size = new System.Drawing.Size(78, 17); this.labelPatients.TabIndex = 35; this.labelPatients.Text = "Patients"; this.labelPatients.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelBrands // this.labelBrands.Location = new System.Drawing.Point(27, 52); this.labelBrands.Name = "labelBrands"; this.labelBrands.Size = new System.Drawing.Size(75, 17); this.labelBrands.TabIndex = 37; this.labelBrands.Text = "Brands"; this.labelBrands.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboBrands // this.comboBrands.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBrands.Location = new System.Drawing.Point(105, 50); this.comboBrands.MaxDropDownItems = 30; this.comboBrands.Name = "comboBrands"; this.comboBrands.Size = new System.Drawing.Size(299, 21); this.comboBrands.TabIndex = 36; // // groupBox1 // this.groupBox1.Controls.Add(this.labelPatients); this.groupBox1.Controls.Add(this.comboPatients); this.groupBox1.Controls.Add(this.labelBrands); this.groupBox1.Controls.Add(this.comboBrands); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(43, 279); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(423, 86); this.groupBox1.TabIndex = 38; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dependencies"; // // FormMedicationEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(653, 444); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label4); this.Controls.Add(this.butDelete); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textMedName); this.Controls.Add(this.label2); this.Controls.Add(this.textGenericName); 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 = "FormMedicationEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Medication"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormMedicationEdit_Closing); this.Load += new System.EventHandler(this.MedicationEdit_Load); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormMedPat)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textMedName = new System.Windows.Forms.TextBox(); this.textGenericName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textMedNote = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.butEdit = new OpenDental.UI.Button(); this.butRemove = new OpenDental.UI.Button(); this.label5 = new System.Windows.Forms.Label(); this.textPatNote = new OpenDental.ODtextBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(563, 474); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.Location = new System.Drawing.Point(461, 474); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 1; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(38, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(145, 17); this.label1.TabIndex = 2; this.label1.Text = "Drug Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMedName // this.textMedName.Location = new System.Drawing.Point(183, 22); this.textMedName.Name = "textMedName"; this.textMedName.ReadOnly = true; this.textMedName.Size = new System.Drawing.Size(348, 20); this.textMedName.TabIndex = 3; this.textMedName.Text = ""; // // textGenericName // this.textGenericName.Location = new System.Drawing.Point(183, 57); this.textGenericName.Name = "textGenericName"; this.textGenericName.ReadOnly = true; this.textGenericName.Size = new System.Drawing.Size(348, 20); this.textGenericName.TabIndex = 5; this.textGenericName.Text = ""; // // label2 // this.label2.Location = new System.Drawing.Point(19, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(163, 17); this.label2.TabIndex = 4; this.label2.Text = "Generic Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMedNote // this.textMedNote.Location = new System.Drawing.Point(183, 92); this.textMedNote.Multiline = true; this.textMedNote.Name = "textMedNote"; this.textMedNote.ReadOnly = true; this.textMedNote.Size = new System.Drawing.Size(348, 105); this.textMedNote.TabIndex = 7; this.textMedNote.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(9, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(174, 17); this.label3.TabIndex = 6; this.label3.Text = "Medication Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(66, 320); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(182, 17); this.label4.TabIndex = 8; this.label4.Text = "Notes for this Patient"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox1 // this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.butEdit); this.groupBox1.Controls.Add(this.textMedNote); this.groupBox1.Controls.Add(this.textMedName); this.groupBox1.Controls.Add(this.textGenericName); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(71, 34); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(565, 264); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "Medication"; // // label6 // this.label6.Location = new System.Drawing.Point(266, 218); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 28); this.label6.TabIndex = 11; this.label6.Text = "(edit this medication for all patients)"; // // butEdit // this.butEdit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEdit.Autosize = true; this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdit.Location = new System.Drawing.Point(183, 218); this.butEdit.Name = "butEdit"; this.butEdit.Size = new System.Drawing.Size(75, 26); this.butEdit.TabIndex = 9; this.butEdit.Text = "&Edit"; this.butEdit.Click += new System.EventHandler(this.butEdit_Click); // // butRemove // this.butRemove.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRemove.Autosize = true; this.butRemove.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRemove.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRemove.Location = new System.Drawing.Point(49, 474); this.butRemove.Name = "butRemove"; this.butRemove.Size = new System.Drawing.Size(75, 26); this.butRemove.TabIndex = 8; this.butRemove.Text = "&Remove"; this.butRemove.Click += new System.EventHandler(this.butRemove_Click); // // label5 // this.label5.Location = new System.Drawing.Point(20, 502); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(127, 43); this.label5.TabIndex = 10; this.label5.Text = "(remove this medication from this patient)"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textPatNote // this.textPatNote.AcceptsReturn = true; this.textPatNote.Location = new System.Drawing.Point(253, 320); this.textPatNote.Multiline = true; this.textPatNote.Name = "textPatNote"; this.textPatNote.QuickPasteType = QuickPasteType.MedicationPat; this.textPatNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textPatNote.Size = new System.Drawing.Size(352, 129); this.textPatNote.TabIndex = 11; this.textPatNote.Text = ""; // // FormMedPat // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(685, 540); this.Controls.Add(this.textPatNote); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label4); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Controls.Add(this.butRemove); this.Controls.Add(this.label5); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMedPat"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Medication for Patient"; this.Load += new System.EventHandler(this.FormMedPat_Load); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMedical)); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textMedUrgNote = new OpenDental.ODtextBox(); this.textService = new OpenDental.ODtextBox(); this.textMedical = new OpenDental.ODtextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.butAdd = new OpenDental.UI.Button(); this.textMedicalComp = new OpenDental.ODtextBox(); this.butAddDisease = new OpenDental.UI.Button(); this.gridMeds = new OpenDental.UI.ODGrid(); this.gridDiseases = new OpenDental.UI.ODGrid(); this.checkPremed = new System.Windows.Forms.CheckBox(); this.butIcd9 = new OpenDental.UI.Button(); this.checkDiscontinued = new System.Windows.Forms.CheckBox(); this.gridAllergies = new OpenDental.UI.ODGrid(); this.butAddAllergy = new OpenDental.UI.Button(); this.checkShowInactiveAllergies = new System.Windows.Forms.CheckBox(); this.butPrint = new OpenDental.UI.Button(); this.SuspendLayout(); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(786, 650); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 0; 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(879, 650); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textMedUrgNote // this.textMedUrgNote.AcceptsReturn = true; this.textMedUrgNote.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textMedUrgNote.ForeColor = System.Drawing.Color.Red; this.textMedUrgNote.Location = new System.Drawing.Point(115, 447); this.textMedUrgNote.Multiline = true; this.textMedUrgNote.Name = "textMedUrgNote"; this.textMedUrgNote.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalUrgent; this.textMedUrgNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedUrgNote.Size = new System.Drawing.Size(252, 33); this.textMedUrgNote.TabIndex = 53; // // textService // this.textService.AcceptsReturn = true; this.textService.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.textService.Location = new System.Drawing.Point(115, 558); this.textService.Multiline = true; this.textService.Name = "textService"; this.textService.QuickPasteType = OpenDentBusiness.QuickPasteType.ServiceNotes; this.textService.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textService.Size = new System.Drawing.Size(252, 83); this.textService.TabIndex = 52; // // textMedical // this.textMedical.AcceptsReturn = true; this.textMedical.Location = new System.Drawing.Point(115, 482); this.textMedical.Multiline = true; this.textMedical.Name = "textMedical"; this.textMedical.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalSummary; this.textMedical.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedical.Size = new System.Drawing.Size(252, 74); this.textMedical.TabIndex = 51; // // label3 // this.label3.Location = new System.Drawing.Point(6, 559); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106, 16); this.label3.TabIndex = 50; this.label3.Text = "Service Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(6, 445); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 21); this.label2.TabIndex = 49; this.label2.Text = "Med Urgent"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(6, 483); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(106, 17); this.label4.TabIndex = 47; this.label4.Text = "Medical Summary"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Location = new System.Drawing.Point(371, 242); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(421, 18); this.label6.TabIndex = 6; this.label6.Text = "Medical History - Complete and Detailed (does not show in chart)"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 1); 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(374, 1); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(123, 23); this.butAdd.TabIndex = 51; this.butAdd.Text = "&Add Medication"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // textMedicalComp // this.textMedicalComp.AcceptsReturn = true; this.textMedicalComp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textMedicalComp.Location = new System.Drawing.Point(374, 262); this.textMedicalComp.Multiline = true; this.textMedicalComp.Name = "textMedicalComp"; this.textMedicalComp.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicalHistory; this.textMedicalComp.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textMedicalComp.Size = new System.Drawing.Size(585, 379); this.textMedicalComp.TabIndex = 54; // // butAddDisease // this.butAddDisease.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butAddDisease.Autosize = true; this.butAddDisease.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddDisease.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddDisease.CornerRadius = 4F; this.butAddDisease.Image = global::OpenDental.Properties.Resources.Add; this.butAddDisease.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddDisease.Location = new System.Drawing.Point(5, 1); this.butAddDisease.Name = "butAddDisease"; this.butAddDisease.Size = new System.Drawing.Size(98, 23); this.butAddDisease.TabIndex = 58; this.butAddDisease.Text = "Add Problem"; this.butAddDisease.Click += new System.EventHandler(this.butAddProblem_Click); // // gridMeds // this.gridMeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMeds.HScrollVisible = false; this.gridMeds.Location = new System.Drawing.Point(374, 26); this.gridMeds.Name = "gridMeds"; this.gridMeds.ScrollValue = 0; this.gridMeds.Size = new System.Drawing.Size(585, 216); this.gridMeds.TabIndex = 59; this.gridMeds.Title = "Medications"; this.gridMeds.TranslationName = "TableMedications"; this.gridMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellDoubleClick); // // gridDiseases // this.gridDiseases.HScrollVisible = false; this.gridDiseases.Location = new System.Drawing.Point(4, 26); this.gridDiseases.Name = "gridDiseases"; this.gridDiseases.ScrollValue = 0; this.gridDiseases.Size = new System.Drawing.Size(363, 216); this.gridDiseases.TabIndex = 60; this.gridDiseases.Title = "Problems"; this.gridDiseases.TranslationName = "TableDiseases"; this.gridDiseases.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDiseases_CellDoubleClick); // // checkPremed // this.checkPremed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.Location = new System.Drawing.Point(6, 407); this.checkPremed.Name = "checkPremed"; this.checkPremed.Size = new System.Drawing.Size(123, 35); this.checkPremed.TabIndex = 61; this.checkPremed.Text = "Premedicate (PAC or other)"; this.checkPremed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkPremed.UseVisualStyleBackColor = true; // // butIcd9 // this.butIcd9.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butIcd9.Autosize = true; this.butIcd9.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butIcd9.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butIcd9.CornerRadius = 4F; this.butIcd9.Image = global::OpenDental.Properties.Resources.Add; this.butIcd9.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butIcd9.Location = new System.Drawing.Point(129, 1); this.butIcd9.Name = "butIcd9"; this.butIcd9.Size = new System.Drawing.Size(98, 23); this.butIcd9.TabIndex = 62; this.butIcd9.Text = "Add ICD9"; this.butIcd9.Click += new System.EventHandler(this.butIcd9_Click); // // checkDiscontinued // this.checkDiscontinued.Location = new System.Drawing.Point(514, 2); this.checkDiscontinued.Name = "checkDiscontinued"; this.checkDiscontinued.Size = new System.Drawing.Size(201, 23); this.checkDiscontinued.TabIndex = 61; this.checkDiscontinued.Tag = ""; this.checkDiscontinued.Text = "Show Discontinued Medications"; this.checkDiscontinued.UseVisualStyleBackColor = true; this.checkDiscontinued.KeyUp += new System.Windows.Forms.KeyEventHandler(this.checkDiscontinued_KeyUp); this.checkDiscontinued.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkShowDiscontinuedMeds_MouseUp); // // gridAllergies // this.gridAllergies.HScrollVisible = false; this.gridAllergies.Location = new System.Drawing.Point(4, 278); this.gridAllergies.Name = "gridAllergies"; this.gridAllergies.ScrollValue = 0; this.gridAllergies.Size = new System.Drawing.Size(363, 123); this.gridAllergies.TabIndex = 63; this.gridAllergies.Title = "Allergies"; this.gridAllergies.TranslationName = "TableDiseases"; this.gridAllergies.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridAllergies_CellDoubleClick); // // butAddAllergy // this.butAddAllergy.AdjustImageLocation = new System.Drawing.Point(0, 1); this.butAddAllergy.Autosize = true; this.butAddAllergy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddAllergy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddAllergy.CornerRadius = 4F; this.butAddAllergy.Image = global::OpenDental.Properties.Resources.Add; this.butAddAllergy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddAllergy.Location = new System.Drawing.Point(5, 249); this.butAddAllergy.Name = "butAddAllergy"; this.butAddAllergy.Size = new System.Drawing.Size(98, 23); this.butAddAllergy.TabIndex = 64; this.butAddAllergy.Text = "Add Allergy"; this.butAddAllergy.Click += new System.EventHandler(this.butAddAllergy_Click); // // checkShowInactiveAllergies // this.checkShowInactiveAllergies.Location = new System.Drawing.Point(129, 250); this.checkShowInactiveAllergies.Name = "checkShowInactiveAllergies"; this.checkShowInactiveAllergies.Size = new System.Drawing.Size(201, 23); this.checkShowInactiveAllergies.TabIndex = 65; this.checkShowInactiveAllergies.Tag = ""; this.checkShowInactiveAllergies.Text = "Show Inactive Allergies"; this.checkShowInactiveAllergies.UseVisualStyleBackColor = true; this.checkShowInactiveAllergies.CheckedChanged += new System.EventHandler(this.checkShowInactiveAllergies_CheckedChanged); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(843, 1); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(116, 24); this.butPrint.TabIndex = 66; this.butPrint.Text = "Print Medications"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // FormMedical // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(964, 683); this.Controls.Add(this.butPrint); this.Controls.Add(this.checkShowInactiveAllergies); this.Controls.Add(this.butAddAllergy); this.Controls.Add(this.gridAllergies); this.Controls.Add(this.butIcd9); this.Controls.Add(this.checkDiscontinued); this.Controls.Add(this.checkPremed); this.Controls.Add(this.gridDiseases); this.Controls.Add(this.gridMeds); this.Controls.Add(this.butAddDisease); this.Controls.Add(this.textMedUrgNote); this.Controls.Add(this.textService); this.Controls.Add(this.textMedicalComp); this.Controls.Add(this.textMedical); this.Controls.Add(this.butAdd); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label4); this.Controls.Add(this.label6); 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 = "FormMedical"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Medical"; this.Load += new System.EventHandler(this.FormMedical_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBillingOptions)); this.butCancel = new OpenDental.UI.Button(); this.butCreate = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.butSaveDefault = new OpenDental.UI.Button(); this.textExcludeLessThan = new OpenDental.ValidDouble(); this.checkExcludeInactive = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.labelClinic = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.checkExcludeIfProcs = new System.Windows.Forms.CheckBox(); this.checkIgnoreInPerson = new System.Windows.Forms.CheckBox(); this.labelSaveDefaults = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.comboAge = new System.Windows.Forms.ComboBox(); this.checkExcludeInsPending = new System.Windows.Forms.CheckBox(); this.checkIncludeChanged = new System.Windows.Forms.CheckBox(); this.textLastStatement = new OpenDental.ValidDate(); this.label5 = new System.Windows.Forms.Label(); this.checkExcludeNegative = new System.Windows.Forms.CheckBox(); this.checkBadAddress = new System.Windows.Forms.CheckBox(); this.listBillType = new System.Windows.Forms.ListBox(); this.gridDun = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.groupDateRange = new System.Windows.Forms.GroupBox(); this.but30days = new OpenDental.UI.Button(); this.textDateStart = new OpenDental.ValidDate(); this.labelStartDate = new System.Windows.Forms.Label(); this.labelEndDate = new System.Windows.Forms.Label(); this.textDateEnd = new OpenDental.ValidDate(); this.but45days = new OpenDental.UI.Button(); this.but90days = new OpenDental.UI.Button(); this.butDatesAll = new OpenDental.UI.Button(); this.checkIntermingled = new System.Windows.Forms.CheckBox(); this.butDefaults = new OpenDental.UI.Button(); this.butUndo = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.groupDateRange.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(806, 631); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(79, 24); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Close"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butCreate // this.butCreate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCreate.Autosize = true; this.butCreate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCreate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCreate.CornerRadius = 4F; this.butCreate.Location = new System.Drawing.Point(693, 631); this.butCreate.Name = "butCreate"; this.butCreate.Size = new System.Drawing.Size(92, 24); this.butCreate.TabIndex = 3; this.butCreate.Text = "Create &List"; this.butCreate.Click += new System.EventHandler(this.butCreate_Click); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.Location = new System.Drawing.Point(5, 206); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(192, 16); this.label1.TabIndex = 18; this.label1.Text = "Exclude if Balance is less than"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butSaveDefault // this.butSaveDefault.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSaveDefault.Autosize = true; this.butSaveDefault.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSaveDefault.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSaveDefault.CornerRadius = 4F; this.butSaveDefault.Location = new System.Drawing.Point(168, 561); this.butSaveDefault.Name = "butSaveDefault"; this.butSaveDefault.Size = new System.Drawing.Size(108, 24); this.butSaveDefault.TabIndex = 20; this.butSaveDefault.Text = "&Save As Default"; this.butSaveDefault.Click += new System.EventHandler(this.butSaveDefault_Click); // // textExcludeLessThan // this.textExcludeLessThan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textExcludeLessThan.Location = new System.Drawing.Point(199, 205); this.textExcludeLessThan.Name = "textExcludeLessThan"; this.textExcludeLessThan.Size = new System.Drawing.Size(77, 20); this.textExcludeLessThan.TabIndex = 22; // // checkExcludeInactive // this.checkExcludeInactive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkExcludeInactive.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeInactive.Location = new System.Drawing.Point(45, 122); this.checkExcludeInactive.Name = "checkExcludeInactive"; this.checkExcludeInactive.Size = new System.Drawing.Size(231, 18); this.checkExcludeInactive.TabIndex = 23; this.checkExcludeInactive.Text = "Exclude inactive families"; this.checkExcludeInactive.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.labelClinic); this.groupBox2.Controls.Add(this.comboClinic); this.groupBox2.Controls.Add(this.checkExcludeIfProcs); this.groupBox2.Controls.Add(this.checkIgnoreInPerson); this.groupBox2.Controls.Add(this.labelSaveDefaults); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.comboAge); this.groupBox2.Controls.Add(this.checkExcludeInsPending); this.groupBox2.Controls.Add(this.checkIncludeChanged); this.groupBox2.Controls.Add(this.textLastStatement); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.checkExcludeNegative); this.groupBox2.Controls.Add(this.checkBadAddress); this.groupBox2.Controls.Add(this.checkExcludeInactive); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.textExcludeLessThan); this.groupBox2.Controls.Add(this.butSaveDefault); this.groupBox2.Controls.Add(this.listBillType); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(7, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(283, 609); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "Filter"; // // labelClinic // this.labelClinic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelClinic.Location = new System.Drawing.Point(3, 492); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(128, 16); this.labelClinic.TabIndex = 250; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelClinic.Visible = false; // // comboClinic // this.comboClinic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.FormattingEnabled = true; this.comboClinic.Location = new System.Drawing.Point(132, 491); this.comboClinic.MaxDropDownItems = 40; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(145, 21); this.comboClinic.TabIndex = 249; this.comboClinic.Visible = false; // // checkExcludeIfProcs // this.checkExcludeIfProcs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkExcludeIfProcs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkExcludeIfProcs.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeIfProcs.Location = new System.Drawing.Point(45, 182); this.checkExcludeIfProcs.Name = "checkExcludeIfProcs"; this.checkExcludeIfProcs.Size = new System.Drawing.Size(231, 18); this.checkExcludeIfProcs.TabIndex = 248; this.checkExcludeIfProcs.Text = "Exclude if unsent procedures"; this.checkExcludeIfProcs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIgnoreInPerson // this.checkIgnoreInPerson.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkIgnoreInPerson.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIgnoreInPerson.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIgnoreInPerson.Location = new System.Drawing.Point(2, 233); this.checkIgnoreInPerson.Name = "checkIgnoreInPerson"; this.checkIgnoreInPerson.Size = new System.Drawing.Size(274, 18); this.checkIgnoreInPerson.TabIndex = 247; this.checkIgnoreInPerson.Text = "Ignore walkout (InPerson) statements"; this.checkIgnoreInPerson.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelSaveDefaults // this.labelSaveDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelSaveDefaults.Location = new System.Drawing.Point(6, 590); this.labelSaveDefaults.Name = "labelSaveDefaults"; this.labelSaveDefaults.Size = new System.Drawing.Size(270, 16); this.labelSaveDefaults.TabIndex = 246; this.labelSaveDefaults.Text = "(except the date at the top)"; this.labelSaveDefaults.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label7 // this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label7.Location = new System.Drawing.Point(5, 258); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(111, 16); this.label7.TabIndex = 245; this.label7.Text = "Billing Types"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label6.Location = new System.Drawing.Point(3, 75); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 16); this.label6.TabIndex = 243; this.label6.Text = "Age of Account"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboAge // this.comboAge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboAge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAge.FormattingEnabled = true; this.comboAge.Location = new System.Drawing.Point(132, 73); this.comboAge.Name = "comboAge"; this.comboAge.Size = new System.Drawing.Size(145, 21); this.comboAge.TabIndex = 242; // // checkExcludeInsPending // this.checkExcludeInsPending.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkExcludeInsPending.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkExcludeInsPending.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeInsPending.Location = new System.Drawing.Point(45, 162); this.checkExcludeInsPending.Name = "checkExcludeInsPending"; this.checkExcludeInsPending.Size = new System.Drawing.Size(231, 18); this.checkExcludeInsPending.TabIndex = 27; this.checkExcludeInsPending.Text = "Exclude if insurance pending"; this.checkExcludeInsPending.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIncludeChanged // this.checkIncludeChanged.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkIncludeChanged.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIncludeChanged.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIncludeChanged.Location = new System.Drawing.Point(3, 39); this.checkIncludeChanged.Name = "checkIncludeChanged"; this.checkIncludeChanged.Size = new System.Drawing.Size(273, 28); this.checkIncludeChanged.TabIndex = 26; this.checkIncludeChanged.Text = "Include any accounts with insurance payments or procedures since the last bill"; this.checkIncludeChanged.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textLastStatement // this.textLastStatement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textLastStatement.Location = new System.Drawing.Point(183, 13); this.textLastStatement.Name = "textLastStatement"; this.textLastStatement.Size = new System.Drawing.Size(94, 20); this.textLastStatement.TabIndex = 25; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label5.Location = new System.Drawing.Point(6, 15); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(176, 16); this.label5.TabIndex = 24; this.label5.Text = "Include anyone not billed since"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkExcludeNegative // this.checkExcludeNegative.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkExcludeNegative.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkExcludeNegative.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeNegative.Location = new System.Drawing.Point(45, 142); this.checkExcludeNegative.Name = "checkExcludeNegative"; this.checkExcludeNegative.Size = new System.Drawing.Size(231, 18); this.checkExcludeNegative.TabIndex = 17; this.checkExcludeNegative.Text = "Exclude negative balances (credits)"; this.checkExcludeNegative.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkBadAddress // this.checkBadAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkBadAddress.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBadAddress.Location = new System.Drawing.Point(45, 102); this.checkBadAddress.Name = "checkBadAddress"; this.checkBadAddress.Size = new System.Drawing.Size(231, 18); this.checkBadAddress.TabIndex = 16; this.checkBadAddress.Text = "Exclude bad addresses (no zipcode)"; this.checkBadAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listBillType // this.listBillType.Location = new System.Drawing.Point(118, 258); this.listBillType.Name = "listBillType"; this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBillType.Size = new System.Drawing.Size(158, 225); this.listBillType.TabIndex = 2; // // gridDun // this.gridDun.HScrollVisible = false; this.gridDun.Location = new System.Drawing.Point(331, 31); this.gridDun.Name = "gridDun"; this.gridDun.ScrollValue = 0; this.gridDun.Size = new System.Drawing.Size(561, 366); this.gridDun.TabIndex = 0; this.gridDun.Title = "Dunning Messages"; this.gridDun.TranslationName = "TableBillingMessages"; this.gridDun.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDun_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(768, 403); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(124, 24); this.butAdd.TabIndex = 5; this.butAdd.Text = "Add Dunning Msg"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // label3 // this.label3.Location = new System.Drawing.Point(328, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(564, 16); this.label3.TabIndex = 25; this.label3.Text = "Items higher in the list are more general. Items lower in the list take preceden" + "ce ."; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label4 // this.label4.Location = new System.Drawing.Point(328, 498); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(564, 16); this.label4.TabIndex = 26; this.label4.Text = "General Message (in addition to any dunning messages and appointment reminders, [" + "InstallmentPlanTerms] allowed)"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.Location = new System.Drawing.Point(331, 518); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Statement; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(561, 102); this.textNote.TabIndex = 28; this.textNote.Text = ""; // // groupDateRange // this.groupDateRange.Controls.Add(this.but30days); this.groupDateRange.Controls.Add(this.textDateStart); this.groupDateRange.Controls.Add(this.labelStartDate); this.groupDateRange.Controls.Add(this.labelEndDate); this.groupDateRange.Controls.Add(this.textDateEnd); this.groupDateRange.Controls.Add(this.but45days); this.groupDateRange.Controls.Add(this.but90days); this.groupDateRange.Controls.Add(this.butDatesAll); this.groupDateRange.Location = new System.Drawing.Point(331, 403); this.groupDateRange.Name = "groupDateRange"; this.groupDateRange.Size = new System.Drawing.Size(319, 69); this.groupDateRange.TabIndex = 237; this.groupDateRange.TabStop = false; this.groupDateRange.Text = "Date Range"; // // but30days // this.but30days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but30days.Autosize = true; this.but30days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but30days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but30days.CornerRadius = 4F; this.but30days.Location = new System.Drawing.Point(154, 13); this.but30days.Name = "but30days"; this.but30days.Size = new System.Drawing.Size(77, 24); this.but30days.TabIndex = 242; this.but30days.Text = "Last 30 Days"; this.but30days.Click += new System.EventHandler(this.but30days_Click); // // textDateStart // this.textDateStart.BackColor = System.Drawing.SystemColors.Window; this.textDateStart.ForeColor = System.Drawing.SystemColors.WindowText; this.textDateStart.Location = new System.Drawing.Point(75, 16); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(77, 20); this.textDateStart.TabIndex = 223; // // labelStartDate // this.labelStartDate.Location = new System.Drawing.Point(6, 19); this.labelStartDate.Name = "labelStartDate"; this.labelStartDate.Size = new System.Drawing.Size(69, 14); this.labelStartDate.TabIndex = 221; this.labelStartDate.Text = "Start Date"; this.labelStartDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelEndDate // this.labelEndDate.Location = new System.Drawing.Point(6, 42); this.labelEndDate.Name = "labelEndDate"; this.labelEndDate.Size = new System.Drawing.Size(69, 14); this.labelEndDate.TabIndex = 222; this.labelEndDate.Text = "End Date"; this.labelEndDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEnd // this.textDateEnd.Location = new System.Drawing.Point(75, 39); this.textDateEnd.Name = "textDateEnd"; this.textDateEnd.Size = new System.Drawing.Size(77, 20); this.textDateEnd.TabIndex = 224; // // but45days // this.but45days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but45days.Autosize = true; this.but45days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but45days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but45days.CornerRadius = 4F; this.but45days.Location = new System.Drawing.Point(154, 37); this.but45days.Name = "but45days"; this.but45days.Size = new System.Drawing.Size(77, 24); this.but45days.TabIndex = 226; this.but45days.Text = "Last 45 Days"; this.but45days.Click += new System.EventHandler(this.but45days_Click); // // but90days // this.but90days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but90days.Autosize = true; this.but90days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but90days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but90days.CornerRadius = 4F; this.but90days.Location = new System.Drawing.Point(233, 37); this.but90days.Name = "but90days"; this.but90days.Size = new System.Drawing.Size(77, 24); this.but90days.TabIndex = 227; this.but90days.Text = "Last 90 Days"; this.but90days.Click += new System.EventHandler(this.but90days_Click); // // butDatesAll // this.butDatesAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDatesAll.Autosize = true; this.butDatesAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDatesAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDatesAll.CornerRadius = 4F; this.butDatesAll.Location = new System.Drawing.Point(233, 13); this.butDatesAll.Name = "butDatesAll"; this.butDatesAll.Size = new System.Drawing.Size(77, 24); this.butDatesAll.TabIndex = 228; this.butDatesAll.Text = "All Dates"; this.butDatesAll.Click += new System.EventHandler(this.butDatesAll_Click); // // checkIntermingled // this.checkIntermingled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIntermingled.Location = new System.Drawing.Point(331, 475); this.checkIntermingled.Name = "checkIntermingled"; this.checkIntermingled.Size = new System.Drawing.Size(150, 20); this.checkIntermingled.TabIndex = 239; this.checkIntermingled.Text = "Intermingle family members"; // // butDefaults // this.butDefaults.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDefaults.Autosize = true; this.butDefaults.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDefaults.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDefaults.CornerRadius = 4F; this.butDefaults.Location = new System.Drawing.Point(656, 440); this.butDefaults.Name = "butDefaults"; this.butDefaults.Size = new System.Drawing.Size(76, 24); this.butDefaults.TabIndex = 241; this.butDefaults.Text = "Defaults"; this.butDefaults.Click += new System.EventHandler(this.butDefaults_Click); // // butUndo // this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butUndo.Autosize = true; this.butUndo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUndo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUndo.CornerRadius = 4F; this.butUndo.Location = new System.Drawing.Point(7, 631); this.butUndo.Name = "butUndo"; this.butUndo.Size = new System.Drawing.Size(88, 24); this.butUndo.TabIndex = 243; this.butUndo.Text = "Undo Billing"; this.butUndo.Click += new System.EventHandler(this.butUndo_Click); // // FormBillingOptions // this.AcceptButton = this.butCreate; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(898, 666); this.Controls.Add(this.butUndo); this.Controls.Add(this.butDefaults); this.Controls.Add(this.checkIntermingled); this.Controls.Add(this.groupDateRange); this.Controls.Add(this.textNote); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.butCancel); this.Controls.Add(this.butCreate); this.Controls.Add(this.butAdd); this.Controls.Add(this.gridDun); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormBillingOptions"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Billing Options"; this.Load += new System.EventHandler(this.FormBillingOptions_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupDateRange.ResumeLayout(false); this.groupDateRange.PerformLayout(); this.ResumeLayout(false); }
/// <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(FormLetters)); this.butCancel = new OpenDental.UI.Button(); this.listLetters = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.butEdit = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.textBody = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(758,633); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(79,26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // listLetters // this.listLetters.Location = new System.Drawing.Point(20,133); this.listLetters.Name = "listLetters"; this.listLetters.Size = new System.Drawing.Size(164,277); this.listLetters.TabIndex = 2; this.listLetters.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listLetters_MouseDown); // // label1 // this.label1.Location = new System.Drawing.Point(19,114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(124,14); this.label1.TabIndex = 3; this.label1.Text = "Letters"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butEdit // this.butEdit.AdjustImageLocation = new System.Drawing.Point(0,0); this.butEdit.Autosize = true; this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdit.CornerRadius = 4F; this.butEdit.Image = global::OpenDental.Properties.Resources.editPencil; this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEdit.Location = new System.Drawing.Point(106,414); this.butEdit.Name = "butEdit"; this.butEdit.Size = new System.Drawing.Size(79,26); this.butEdit.TabIndex = 8; this.butEdit.Text = "&Edit"; this.butEdit.Click += new System.EventHandler(this.butEdit_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19,414); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(79,26); this.butAdd.TabIndex = 7; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // label2 // this.label2.Location = new System.Drawing.Point(22,12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(711,32); this.label2.TabIndex = 12; this.label2.Text = resources.GetString("label2.Text"); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(19,448); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(79,26); this.butDelete.TabIndex = 16; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textBody // this.textBody.Location = new System.Drawing.Point(206,133); this.textBody.Multiline = true; this.textBody.Name = "textBody"; this.textBody.QuickPasteType = OpenDentBusiness.QuickPasteType.Letter; this.textBody.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textBody.Size = new System.Drawing.Size(630,486); this.textBody.TabIndex = 18; // // FormLetters // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(858,674); this.Controls.Add(this.textBody); this.Controls.Add(this.butDelete); this.Controls.Add(this.label2); this.Controls.Add(this.butEdit); this.Controls.Add(this.butAdd); this.Controls.Add(this.label1); this.Controls.Add(this.listLetters); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormLetters"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Letters"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormLetters_Closing); this.Load += new System.EventHandler(this.FormLetterSetup_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPhoneEmpDefaultEdit)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listRingGroup = new System.Windows.Forms.ListBox(); this.checkIsGraphed = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.checkHasColor = new System.Windows.Forms.CheckBox(); this.textEmpName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.label3 = new System.Windows.Forms.Label(); this.textComputerName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.checkIsPrivateScreen = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.listStatusOverride = new System.Windows.Forms.ListBox(); this.label17 = new System.Windows.Forms.Label(); this.checkIsTriageOperator = new System.Windows.Forms.CheckBox(); this.butAddPhoneGraphEntry = new OpenDental.UI.Button(); this.gridGraph = new OpenDental.UI.ODGrid(); this.textPhoneExt = new OpenDental.ValidNum(); this.textEmployeeNum = new OpenDental.ValidNum(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(40, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 11; this.label1.Text = "EmployeeNum"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(1, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 20); this.label2.TabIndex = 13; this.label2.Text = "Default Ring Group"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listRingGroup // this.listRingGroup.FormattingEnabled = true; this.listRingGroup.Location = new System.Drawing.Point(144, 144); this.listRingGroup.Name = "listRingGroup"; this.listRingGroup.Size = new System.Drawing.Size(120, 43); this.listRingGroup.TabIndex = 4; // // checkIsGraphed // this.checkIsGraphed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.Location = new System.Drawing.Point(3, 87); this.checkIsGraphed.Name = "checkIsGraphed"; this.checkIsGraphed.Size = new System.Drawing.Size(155, 20); this.checkIsGraphed.TabIndex = 2; this.checkIsGraphed.Text = "Is Graphed (default)"; this.checkIsGraphed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.UseVisualStyleBackColor = true; this.checkIsGraphed.Click += new System.EventHandler(this.checkIsGraphed_Click); // // label5 // this.label5.Location = new System.Drawing.Point(40, 200); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 23; this.label5.Text = "Extension"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkHasColor // this.checkHasColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.Location = new System.Drawing.Point(3, 113); this.checkHasColor.Name = "checkHasColor"; this.checkHasColor.Size = new System.Drawing.Size(155, 20); this.checkHasColor.TabIndex = 3; this.checkHasColor.Text = "Has Color"; this.checkHasColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.UseVisualStyleBackColor = true; this.checkHasColor.Click += new System.EventHandler(this.checkHasColor_Click); // // textEmpName // this.textEmpName.Location = new System.Drawing.Point(144, 56); this.textEmpName.Name = "textEmpName"; this.textEmpName.Size = new System.Drawing.Size(170, 20); this.textEmpName.TabIndex = 1; // // label6 // this.label6.Location = new System.Drawing.Point(3, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(137, 20); this.label6.TabIndex = 26; this.label6.Text = "Employee First Name"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNotes // this.textNotes.Location = new System.Drawing.Point(144, 292); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.Size = new System.Drawing.Size(352, 51); this.textNotes.TabIndex = 7; // // label3 // this.label3.Location = new System.Drawing.Point(40, 291); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 29; this.label3.Text = "Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textComputerName // this.textComputerName.Location = new System.Drawing.Point(144, 358); this.textComputerName.Name = "textComputerName"; this.textComputerName.Size = new System.Drawing.Size(213, 20); this.textComputerName.TabIndex = 8; // // label4 // this.label4.Location = new System.Drawing.Point(40, 357); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 31; this.label4.Text = "Computer Name"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsPrivateScreen // this.checkIsPrivateScreen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.Enabled = false; this.checkIsPrivateScreen.Location = new System.Drawing.Point(3, 389); this.checkIsPrivateScreen.Name = "checkIsPrivateScreen"; this.checkIsPrivateScreen.Size = new System.Drawing.Size(155, 20); this.checkIsPrivateScreen.TabIndex = 9; this.checkIsPrivateScreen.Text = "Private Screen"; this.checkIsPrivateScreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.UseVisualStyleBackColor = true; this.checkIsPrivateScreen.Click += new System.EventHandler(this.checkIsPrivateScreen_Click); // // label7 // this.label7.Location = new System.Drawing.Point(200, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(366, 20); this.label7.TabIndex = 34; this.label7.Text = "This number must be looked up in the employee table"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // this.label8.Location = new System.Drawing.Point(161, 85); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(428, 27); this.label8.TabIndex = 35; this.label8.Text = "This employee\'s default \'Graph\' status. Should be checked for most phone techs.\r\n" + "Use Phone Graph Edits grid to create exceptions."; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.Location = new System.Drawing.Point(161, 112); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(414, 20); this.label9.TabIndex = 36; this.label9.Text = "Show the red and green phone status colors in the phone panel"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label10 // this.label10.Location = new System.Drawing.Point(267, 143); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(359, 47); this.label10.TabIndex = 37; this.label10.Text = "The normal ring group for this employee when clocked in. If you change this valu" + "e, the change will not immediately show on each workstation, but will instead re" + "quire a restart of OD."; // // label11 // this.label11.Location = new System.Drawing.Point(204, 194); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(498, 32); this.label11.TabIndex = 38; this.label11.Text = "Phone extension for this employee. Change this number to 0 if you are going to b" + "e floating. Changing the extension to 0 will allow you to use the manage module" + " to clock in and out."; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label12 // this.label12.Location = new System.Drawing.Point(315, 56); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(366, 20); this.label12.TabIndex = 39; this.label12.Text = "This is the name that will show in the phone panel."; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // this.label13.Location = new System.Drawing.Point(268, 235); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(321, 20); this.label13.TabIndex = 40; this.label13.Text = "Mark yourself unavailable only if approved by manager"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label14 // this.label14.Location = new System.Drawing.Point(502, 291); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(157, 35); this.label14.TabIndex = 41; this.label14.Text = "Why unavailable?\r\nWhy offline assist?"; // // label15 // this.label15.Location = new System.Drawing.Point(363, 355); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(350, 48); this.label15.TabIndex = 42; this.label15.Text = "Do NOT set computer name unless approved by management. Used when the IP does no" + "t match the extension. Not used by floaters."; // // label16 // this.label16.Location = new System.Drawing.Point(161, 386); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(194, 47); this.label16.TabIndex = 43; this.label16.Text = "Halts screen captures. Only used/allowed by managers. "; // // listStatusOverride // this.listStatusOverride.FormattingEnabled = true; this.listStatusOverride.Location = new System.Drawing.Point(144, 235); this.listStatusOverride.Name = "listStatusOverride"; this.listStatusOverride.Size = new System.Drawing.Size(120, 43); this.listStatusOverride.TabIndex = 6; // // label17 // this.label17.Location = new System.Drawing.Point(2, 237); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(139, 20); this.label17.TabIndex = 46; this.label17.Text = "StatusOverride"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkIsTriageOperator // this.checkIsTriageOperator.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.Location = new System.Drawing.Point(3, 415); this.checkIsTriageOperator.Name = "checkIsTriageOperator"; this.checkIsTriageOperator.Size = new System.Drawing.Size(155, 20); this.checkIsTriageOperator.TabIndex = 10; this.checkIsTriageOperator.Text = "Triage Operator"; this.checkIsTriageOperator.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.UseVisualStyleBackColor = true; // // butAddPhoneGraphEntry // this.butAddPhoneGraphEntry.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddPhoneGraphEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAddPhoneGraphEntry.Autosize = true; this.butAddPhoneGraphEntry.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddPhoneGraphEntry.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddPhoneGraphEntry.CornerRadius = 4F; this.butAddPhoneGraphEntry.Image = global::OpenDental.Properties.Resources.Add; this.butAddPhoneGraphEntry.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddPhoneGraphEntry.Location = new System.Drawing.Point(832, 415); this.butAddPhoneGraphEntry.Name = "butAddPhoneGraphEntry"; this.butAddPhoneGraphEntry.Size = new System.Drawing.Size(75, 24); this.butAddPhoneGraphEntry.TabIndex = 48; this.butAddPhoneGraphEntry.Text = "Add"; this.butAddPhoneGraphEntry.Click += new System.EventHandler(this.butAddPhoneGraphEntry_Click); // // gridGraph // this.gridGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridGraph.HScrollVisible = false; this.gridGraph.Location = new System.Drawing.Point(745, 55); this.gridGraph.Name = "gridGraph"; this.gridGraph.ScrollValue = 0; this.gridGraph.Size = new System.Drawing.Size(162, 354); this.gridGraph.TabIndex = 47; this.gridGraph.Title = "Phone Graph Edits"; this.gridGraph.TranslationName = "TablePhoneGraph"; this.gridGraph.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridGraph_CellDoubleClick); // // textPhoneExt // this.textPhoneExt.Location = new System.Drawing.Point(144, 201); this.textPhoneExt.MaxVal = 1000; this.textPhoneExt.MinVal = 0; this.textPhoneExt.Name = "textPhoneExt"; this.textPhoneExt.Size = new System.Drawing.Size(54, 20); this.textPhoneExt.TabIndex = 5; // // textEmployeeNum // this.textEmployeeNum.Location = new System.Drawing.Point(144, 24); this.textEmployeeNum.MaxVal = 255; this.textEmployeeNum.MinVal = 0; this.textEmployeeNum.Name = "textEmployeeNum"; this.textEmployeeNum.Size = new System.Drawing.Size(54, 20); this.textEmployeeNum.TabIndex = 0; // // 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(28, 474); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 24); this.butDelete.TabIndex = 13; 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(739, 474); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 11; 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(832, 474); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 12; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormPhoneEmpDefaultEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(924, 511); this.Controls.Add(this.butAddPhoneGraphEntry); this.Controls.Add(this.gridGraph); this.Controls.Add(this.checkIsTriageOperator); this.Controls.Add(this.listStatusOverride); this.Controls.Add(this.label17); this.Controls.Add(this.textPhoneExt); this.Controls.Add(this.textEmployeeNum); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.checkIsPrivateScreen); this.Controls.Add(this.textComputerName); this.Controls.Add(this.label4); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textEmpName); this.Controls.Add(this.label6); this.Controls.Add(this.checkHasColor); this.Controls.Add(this.label5); this.Controls.Add(this.checkIsGraphed); this.Controls.Add(this.listRingGroup); this.Controls.Add(this.butDelete); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaultEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Employee Setting"; this.Load += new System.EventHandler(this.FormPhoneEmpDefaultEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMedicationEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textGenericName = new System.Windows.Forms.TextBox(); this.textMedName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.label4 = new System.Windows.Forms.Label(); this.comboPatients = new System.Windows.Forms.ComboBox(); this.labelPatients = new System.Windows.Forms.Label(); this.labelBrands = new System.Windows.Forms.Label(); this.comboBrands = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.textRxNormDesc = new System.Windows.Forms.TextBox(); this.butRxNormSelect = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(535,466); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,25); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.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(535,428); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,25); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(20,70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127,17); this.label1.TabIndex = 2; this.label1.Text = "Generic name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textGenericName // this.textGenericName.Location = new System.Drawing.Point(148,67); this.textGenericName.Name = "textGenericName"; this.textGenericName.ReadOnly = true; this.textGenericName.Size = new System.Drawing.Size(248,20); this.textGenericName.TabIndex = 3; // // textMedName // this.textMedName.Location = new System.Drawing.Point(148,42); this.textMedName.Name = "textMedName"; this.textMedName.Size = new System.Drawing.Size(434,20); this.textMedName.TabIndex = 0; this.textMedName.TextChanged += new System.EventHandler(this.textMedName_TextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(20,45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(127,17); this.label2.TabIndex = 6; this.label2.Text = "Drug name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(20,102); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127,47); this.label3.TabIndex = 8; this.label3.Text = "Notes\r\n(for generic only)"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNotes // this.textNotes.AcceptsReturn = true; this.textNotes.Location = new System.Drawing.Point(147,103); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicationEdit; this.textNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(459,194); this.textNotes.TabIndex = 9; // // 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(43,459); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84,26); this.butDelete.TabIndex = 32; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label4 // this.label4.Location = new System.Drawing.Point(399,67); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(208,31); this.label4.TabIndex = 33; this.label4.Text = "Make sure you spell it right, because you can\'t ever change it."; // // comboPatients // this.comboPatients.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatients.Location = new System.Drawing.Point(105,23); this.comboPatients.MaxDropDownItems = 30; this.comboPatients.Name = "comboPatients"; this.comboPatients.Size = new System.Drawing.Size(299,21); this.comboPatients.TabIndex = 34; // // labelPatients // this.labelPatients.Location = new System.Drawing.Point(24,25); this.labelPatients.Name = "labelPatients"; this.labelPatients.Size = new System.Drawing.Size(78,17); this.labelPatients.TabIndex = 35; this.labelPatients.Text = "Patients"; this.labelPatients.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelBrands // this.labelBrands.Location = new System.Drawing.Point(27,52); this.labelBrands.Name = "labelBrands"; this.labelBrands.Size = new System.Drawing.Size(75,17); this.labelBrands.TabIndex = 37; this.labelBrands.Text = "Brands"; this.labelBrands.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboBrands // this.comboBrands.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBrands.Location = new System.Drawing.Point(105,50); this.comboBrands.MaxDropDownItems = 30; this.comboBrands.Name = "comboBrands"; this.comboBrands.Size = new System.Drawing.Size(299,21); this.comboBrands.TabIndex = 36; // // groupBox1 // this.groupBox1.Controls.Add(this.labelPatients); this.groupBox1.Controls.Add(this.comboPatients); this.groupBox1.Controls.Add(this.labelBrands); this.groupBox1.Controls.Add(this.comboBrands); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(43,303); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(423,86); this.groupBox1.TabIndex = 38; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dependencies"; // // label5 // this.label5.Location = new System.Drawing.Point(20,19); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(127,17); this.label5.TabIndex = 6; this.label5.Text = "RxNorm"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textRxNormDesc // this.textRxNormDesc.Location = new System.Drawing.Point(148,16); this.textRxNormDesc.Name = "textRxNormDesc"; this.textRxNormDesc.ReadOnly = true; this.textRxNormDesc.Size = new System.Drawing.Size(434,20); this.textRxNormDesc.TabIndex = 0; this.textRxNormDesc.TextChanged += new System.EventHandler(this.textMedName_TextChanged); // // butRxNormSelect // this.butRxNormSelect.AdjustImageLocation = new System.Drawing.Point(0,0); this.butRxNormSelect.Autosize = true; this.butRxNormSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRxNormSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRxNormSelect.CornerRadius = 4F; this.butRxNormSelect.Location = new System.Drawing.Point(585,15); this.butRxNormSelect.Name = "butRxNormSelect"; this.butRxNormSelect.Size = new System.Drawing.Size(22,22); this.butRxNormSelect.TabIndex = 2; this.butRxNormSelect.Text = "..."; this.butRxNormSelect.Click += new System.EventHandler(this.butRxNorm_Click); // // FormMedicationEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(653,506); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label4); this.Controls.Add(this.butDelete); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textRxNormDesc); this.Controls.Add(this.textMedName); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.textGenericName); this.Controls.Add(this.label1); this.Controls.Add(this.butRxNormSelect); 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 = "FormMedicationEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Medication"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormMedicationEdit_Closing); this.Load += new System.EventHandler(this.MedicationEdit_Load); 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(FormScheduleEdit)); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.label4 = new System.Windows.Forms.Label(); this.comboStop = new System.Windows.Forms.ComboBox(); this.comboStart = new System.Windows.Forms.ComboBox(); this.listOps = new System.Windows.Forms.ListBox(); this.labelOps = new System.Windows.Forms.Label(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(27, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 16); this.label2.TabIndex = 9; this.label2.Text = "Stop Time"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(27, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 16); this.label1.TabIndex = 7; this.label1.Text = "Start Time"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(97, 63); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Schedule; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(220, 113); this.textNote.TabIndex = 15; this.textNote.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(31, 64); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 16); this.label4.TabIndex = 16; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboStop // this.comboStop.FormattingEnabled = true; this.comboStop.Location = new System.Drawing.Point(97, 37); this.comboStop.MaxDropDownItems = 48; this.comboStop.Name = "comboStop"; this.comboStop.Size = new System.Drawing.Size(120, 21); this.comboStop.TabIndex = 25; // // comboStart // this.comboStart.FormattingEnabled = true; this.comboStart.Location = new System.Drawing.Point(97, 11); this.comboStart.MaxDropDownItems = 48; this.comboStart.Name = "comboStart"; this.comboStart.Size = new System.Drawing.Size(120, 21); this.comboStart.TabIndex = 24; // // listOps // this.listOps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listOps.IntegralHeight = false; this.listOps.Location = new System.Drawing.Point(348, 26); this.listOps.Name = "listOps"; this.listOps.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listOps.Size = new System.Drawing.Size(243, 357); this.listOps.TabIndex = 27; // // labelOps // this.labelOps.Location = new System.Drawing.Point(345, 7); this.labelOps.Name = "labelOps"; this.labelOps.Size = new System.Drawing.Size(95, 16); this.labelOps.TabIndex = 26; this.labelOps.Text = "Operatories"; this.labelOps.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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(528, 393); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 14; 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(440, 393); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 12; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // FormScheduleEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(615, 431); this.Controls.Add(this.listOps); this.Controls.Add(this.labelOps); this.Controls.Add(this.comboStop); this.Controls.Add(this.comboStart); this.Controls.Add(this.textNote); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormScheduleEdit"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Schedule"; this.Load += new System.EventHandler(this.FormScheduleEdit_Load); 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(FormMedPat)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textMedName = new System.Windows.Forms.TextBox(); this.textGenericName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textMedNote = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.labelPatNote = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.butEdit = new OpenDental.UI.Button(); this.butRemove = new OpenDental.UI.Button(); this.label5 = new System.Windows.Forms.Label(); this.textPatNote = new OpenDental.ODtextBox(); this.butFormulary = new OpenDental.UI.Button(); this.groupOrder = new System.Windows.Forms.GroupBox(); this.butTodayStop = new OpenDental.UI.Button(); this.butTodayStart = new OpenDental.UI.Button(); this.textDateStop = new OpenDental.ValidDate(); this.label7 = new System.Windows.Forms.Label(); this.textDateStart = new OpenDental.ValidDate(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.comboProv = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupOrder.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(563, 444); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(461, 444); 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); // // label1 // this.label1.Location = new System.Drawing.Point(38, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(145, 17); this.label1.TabIndex = 2; this.label1.Text = "Drug Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMedName // this.textMedName.Location = new System.Drawing.Point(183, 20); this.textMedName.Name = "textMedName"; this.textMedName.ReadOnly = true; this.textMedName.Size = new System.Drawing.Size(348, 20); this.textMedName.TabIndex = 3; // // textGenericName // this.textGenericName.Location = new System.Drawing.Point(183, 42); this.textGenericName.Name = "textGenericName"; this.textGenericName.ReadOnly = true; this.textGenericName.Size = new System.Drawing.Size(348, 20); this.textGenericName.TabIndex = 5; // // label2 // this.label2.Location = new System.Drawing.Point(19, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(163, 17); this.label2.TabIndex = 4; this.label2.Text = "Generic Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMedNote // this.textMedNote.Location = new System.Drawing.Point(183, 64); this.textMedNote.Multiline = true; this.textMedNote.Name = "textMedNote"; this.textMedNote.ReadOnly = true; this.textMedNote.Size = new System.Drawing.Size(348, 87); this.textMedNote.TabIndex = 7; // // label3 // this.label3.Location = new System.Drawing.Point(8, 68); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(174, 17); this.label3.TabIndex = 6; this.label3.Text = "Medication Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelPatNote // this.labelPatNote.Location = new System.Drawing.Point(6, 44); this.labelPatNote.Name = "labelPatNote"; this.labelPatNote.Size = new System.Drawing.Size(175, 43); this.labelPatNote.TabIndex = 8; this.labelPatNote.Text = "Notes for this Patient"; this.labelPatNote.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox1 // this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.butEdit); this.groupBox1.Controls.Add(this.textMedNote); this.groupBox1.Controls.Add(this.textMedName); this.groupBox1.Controls.Add(this.textGenericName); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label3); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(36, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(565, 185); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "Medication"; // // label6 // this.label6.Location = new System.Drawing.Point(266, 154); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 28); this.label6.TabIndex = 11; this.label6.Text = "(edit this medication for all patients)"; // // butEdit // this.butEdit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEdit.Autosize = true; this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdit.CornerRadius = 4F; this.butEdit.Location = new System.Drawing.Point(183, 154); this.butEdit.Name = "butEdit"; this.butEdit.Size = new System.Drawing.Size(75, 24); this.butEdit.TabIndex = 9; this.butEdit.Text = "&Edit"; this.butEdit.Click += new System.EventHandler(this.butEdit_Click); // // butRemove // this.butRemove.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butRemove.Autosize = true; this.butRemove.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRemove.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRemove.CornerRadius = 4F; this.butRemove.Location = new System.Drawing.Point(49, 444); this.butRemove.Name = "butRemove"; this.butRemove.Size = new System.Drawing.Size(75, 24); this.butRemove.TabIndex = 8; this.butRemove.Text = "&Remove"; this.butRemove.Click += new System.EventHandler(this.butRemove_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.Location = new System.Drawing.Point(20, 472); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(127, 43); this.label5.TabIndex = 10; this.label5.Text = "(remove this medication from this patient)"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textPatNote // this.textPatNote.AcceptsReturn = true; this.textPatNote.Location = new System.Drawing.Point(183, 44); this.textPatNote.Multiline = true; this.textPatNote.Name = "textPatNote"; this.textPatNote.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicationPat; this.textPatNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textPatNote.Size = new System.Drawing.Size(348, 111); this.textPatNote.TabIndex = 11; // // butFormulary // this.butFormulary.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butFormulary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butFormulary.Autosize = true; this.butFormulary.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFormulary.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFormulary.CornerRadius = 4F; this.butFormulary.Location = new System.Drawing.Point(217, 444); this.butFormulary.Name = "butFormulary"; this.butFormulary.Size = new System.Drawing.Size(117, 24); this.butFormulary.TabIndex = 63; this.butFormulary.Text = "Check &Formulary"; this.butFormulary.Click += new System.EventHandler(this.butFormulary_Click); // // groupOrder // this.groupOrder.Controls.Add(this.label8); this.groupOrder.Controls.Add(this.comboProv); this.groupOrder.Controls.Add(this.butTodayStop); this.groupOrder.Controls.Add(this.butTodayStart); this.groupOrder.Controls.Add(this.textDateStop); this.groupOrder.Controls.Add(this.label7); this.groupOrder.Controls.Add(this.textDateStart); this.groupOrder.Controls.Add(this.label4); this.groupOrder.Controls.Add(this.labelPatNote); this.groupOrder.Controls.Add(this.textPatNote); this.groupOrder.Location = new System.Drawing.Point(36, 204); this.groupOrder.Name = "groupOrder"; this.groupOrder.Size = new System.Drawing.Size(565, 215); this.groupOrder.TabIndex = 64; this.groupOrder.TabStop = false; // // butTodayStop // this.butTodayStop.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTodayStop.Autosize = true; this.butTodayStop.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTodayStop.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTodayStop.CornerRadius = 4F; this.butTodayStop.Location = new System.Drawing.Point(288, 183); this.butTodayStop.Name = "butTodayStop"; this.butTodayStop.Size = new System.Drawing.Size(64, 23); this.butTodayStop.TabIndex = 17; this.butTodayStop.Text = "Today"; this.butTodayStop.Click += new System.EventHandler(this.butTodayStop_Click); // // butTodayStart // this.butTodayStart.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTodayStart.Autosize = true; this.butTodayStart.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTodayStart.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTodayStart.CornerRadius = 4F; this.butTodayStart.Location = new System.Drawing.Point(288, 159); this.butTodayStart.Name = "butTodayStart"; this.butTodayStart.Size = new System.Drawing.Size(64, 23); this.butTodayStart.TabIndex = 16; this.butTodayStart.Text = "Today"; this.butTodayStart.Click += new System.EventHandler(this.butTodayStart_Click); // // textDateStop // this.textDateStop.Location = new System.Drawing.Point(183, 185); this.textDateStop.Name = "textDateStop"; this.textDateStop.Size = new System.Drawing.Size(100, 20); this.textDateStop.TabIndex = 15; // // label7 // this.label7.Location = new System.Drawing.Point(18, 186); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(163, 17); this.label7.TabIndex = 14; this.label7.Text = "Date Stop"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateStart // this.textDateStart.Location = new System.Drawing.Point(183, 160); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(100, 20); this.textDateStart.TabIndex = 13; // // label4 // this.label4.Location = new System.Drawing.Point(18, 161); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(163, 17); this.label4.TabIndex = 12; this.label4.Text = "Date Start"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(65, 22); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(116, 17); this.label8.TabIndex = 32; this.label8.Text = "Provider"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.FormattingEnabled = true; this.comboProv.Location = new System.Drawing.Point(183, 19); this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(207, 21); this.comboProv.TabIndex = 31; // // FormMedPat // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(685, 510); this.Controls.Add(this.groupOrder); this.Controls.Add(this.butFormulary); this.Controls.Add(this.groupBox1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Controls.Add(this.butRemove); this.Controls.Add(this.label5); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormMedPat"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Medication for Patient"; this.Load += new System.EventHandler(this.FormMedPat_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupOrder.ResumeLayout(false); this.groupOrder.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormInsPlan)); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.labelGroupNum = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.labelCitySTZip = new System.Windows.Forms.Label(); this.labelElectronicID = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.textCarrier = new System.Windows.Forms.TextBox(); this.textPhone = new System.Windows.Forms.TextBox(); this.textGroupName = new System.Windows.Forms.TextBox(); this.textGroupNum = new System.Windows.Forms.TextBox(); this.textAddress = new System.Windows.Forms.TextBox(); this.textCity = new System.Windows.Forms.TextBox(); this.textState = new System.Windows.Forms.TextBox(); this.textZip = new System.Windows.Forms.TextBox(); this.textElectID = new System.Windows.Forms.TextBox(); this.textEmployer = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.textAddress2 = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.checkAssign = new System.Windows.Forms.CheckBox(); this.checkRelease = new System.Windows.Forms.CheckBox(); this.checkNoSendElect = new System.Windows.Forms.CheckBox(); this.label23 = new System.Windows.Forms.Label(); this.checkAlternateCode = new System.Windows.Forms.CheckBox(); this.checkClaimsUseUCR = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.textSubscriber = new System.Windows.Forms.TextBox(); this.groupSubscriber = new System.Windows.Forms.GroupBox(); this.label25 = new System.Windows.Forms.Label(); this.textSubscriberID = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.comboLinked = new System.Windows.Forms.ComboBox(); this.textLinkedNum = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.comboPlanType = new System.Windows.Forms.ComboBox(); this.checkIsMedical = new System.Windows.Forms.CheckBox(); this.textDivisionNo = new System.Windows.Forms.TextBox(); this.labelDivisionDash = new System.Windows.Forms.Label(); this.comboClaimForm = new System.Windows.Forms.ComboBox(); this.comboFeeSched = new System.Windows.Forms.ComboBox(); this.groupCoPay = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.comboAllowedFeeSched = new System.Windows.Forms.ComboBox(); this.label11 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.comboCopay = new System.Windows.Forms.ComboBox(); this.comboElectIDdescript = new System.Windows.Forms.ComboBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.labelDrop = new System.Windows.Forms.Label(); this.groupRequestBen = new System.Windows.Forms.GroupBox(); this.labelHistElect = new System.Windows.Forms.Label(); this.textElectBenLastDate = new System.Windows.Forms.TextBox(); this.labelTrojanID = new System.Windows.Forms.Label(); this.textTrojanID = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.comboRelationship = new System.Windows.Forms.ComboBox(); this.label31 = new System.Windows.Forms.Label(); this.checkIsPending = new System.Windows.Forms.CheckBox(); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.listAdj = new System.Windows.Forms.ListBox(); this.label35 = new System.Windows.Forms.Label(); this.textPatID = new System.Windows.Forms.TextBox(); this.labelPatID = new System.Windows.Forms.Label(); this.panelPat = new System.Windows.Forms.Panel(); this.textPlanNum = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.groupPlan = new System.Windows.Forms.GroupBox(); this.textBIN = new System.Windows.Forms.TextBox(); this.labelBIN = new System.Windows.Forms.Label(); this.groupCarrier = new System.Windows.Forms.GroupBox(); this.panelPlan = new System.Windows.Forms.Panel(); this.comboCobRule = new System.Windows.Forms.ComboBox(); this.label20 = new System.Windows.Forms.Label(); this.groupCanadian = new System.Windows.Forms.GroupBox(); this.label19 = new System.Windows.Forms.Label(); this.textCanadianInstCode = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.textCanadianDiagCode = new System.Windows.Forms.TextBox(); this.checkIsPMP = new System.Windows.Forms.CheckBox(); this.label24 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.textPlanFlag = new System.Windows.Forms.TextBox(); this.labelDentaide = new System.Windows.Forms.Label(); this.comboFilingCodeSubtype = new System.Windows.Forms.ComboBox(); this.label15 = new System.Windows.Forms.Label(); this.checkIsHidden = new System.Windows.Forms.CheckBox(); this.checkCodeSubst = new System.Windows.Forms.CheckBox(); this.checkShowBaseUnits = new System.Windows.Forms.CheckBox(); this.comboFilingCode = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.radioChangeAll = new System.Windows.Forms.RadioButton(); this.groupChanges = new System.Windows.Forms.GroupBox(); this.radioCreateNew = new System.Windows.Forms.RadioButton(); this.gridBenefits = new OpenDental.UI.ODGrid(); this.textDentaide = new OpenDental.ValidNumber(); this.butPickCarrier = new OpenDental.UI.Button(); this.butSearch = new OpenDental.UI.Button(); this.butAudit = new OpenDental.UI.Button(); this.butPick = new OpenDental.UI.Button(); this.textPlanNote = new OpenDental.ODtextBox(); this.butOK = new OpenDental.UI.Button(); this.textOrdinal = new OpenDental.ValidNumber(); this.butAdjAdd = new OpenDental.UI.Button(); this.butDrop = new OpenDental.UI.Button(); this.butLabel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butHistoryElect = new OpenDental.UI.Button(); this.butImportTrojan = new OpenDental.UI.Button(); this.butGetElectronic = new OpenDental.UI.Button(); this.butBenefitNotes = new OpenDental.UI.Button(); this.butIapFind = new OpenDental.UI.Button(); this.butChange = new OpenDental.UI.Button(); this.textDateEffect = new OpenDental.ValidDate(); this.textDateTerm = new OpenDental.ValidDate(); this.textSubscNote = new OpenDental.ODtextBox(); this.groupSubscriber.SuspendLayout(); this.groupCoPay.SuspendLayout(); this.groupRequestBen.SuspendLayout(); this.panelPat.SuspendLayout(); this.groupPlan.SuspendLayout(); this.groupCarrier.SuspendLayout(); this.panelPlan.SuspendLayout(); this.groupCanadian.SuspendLayout(); this.groupChanges.SuspendLayout(); this.SuspendLayout(); // // label5 // this.label5.Location = new System.Drawing.Point(7, 57); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 15); this.label5.TabIndex = 5; this.label5.Text = "Effective Dates"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(182, 57); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 15); this.label6.TabIndex = 6; this.label6.Text = "To"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.Location = new System.Drawing.Point(5, 34); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(95, 15); this.label7.TabIndex = 7; this.label7.Text = "Phone"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(16, 203); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(95, 15); this.label8.TabIndex = 8; this.label8.Text = "Group Name"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelGroupNum // this.labelGroupNum.Location = new System.Drawing.Point(16, 223); this.labelGroupNum.Name = "labelGroupNum"; this.labelGroupNum.Size = new System.Drawing.Size(95, 15); this.labelGroupNum.TabIndex = 9; this.labelGroupNum.Text = "Group Num"; this.labelGroupNum.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label10 // this.label10.Location = new System.Drawing.Point(5, 53); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(95, 15); this.label10.TabIndex = 10; this.label10.Text = "Address"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelCitySTZip // this.labelCitySTZip.Location = new System.Drawing.Point(5, 93); this.labelCitySTZip.Name = "labelCitySTZip"; this.labelCitySTZip.Size = new System.Drawing.Size(95, 15); this.labelCitySTZip.TabIndex = 11; this.labelCitySTZip.Text = "City,ST,Zip"; this.labelCitySTZip.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelElectronicID // this.labelElectronicID.Location = new System.Drawing.Point(4, 113); this.labelElectronicID.Name = "labelElectronicID"; this.labelElectronicID.Size = new System.Drawing.Size(95, 15); this.labelElectronicID.TabIndex = 15; this.labelElectronicID.Text = "Electronic ID"; this.labelElectronicID.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label28 // this.label28.Location = new System.Drawing.Point(2, 78); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(55, 41); this.label28.TabIndex = 28; this.label28.Text = "Note"; this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCarrier // this.textCarrier.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textCarrier.Location = new System.Drawing.Point(102, 11); this.textCarrier.MaxLength = 50; this.textCarrier.Name = "textCarrier"; this.textCarrier.Size = new System.Drawing.Size(273, 21); this.textCarrier.TabIndex = 0; this.textCarrier.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCarrier_KeyUp); this.textCarrier.Leave += new System.EventHandler(this.textCarrier_Leave); // // textPhone // this.textPhone.Location = new System.Drawing.Point(102, 31); this.textPhone.MaxLength = 30; this.textPhone.Name = "textPhone"; this.textPhone.Size = new System.Drawing.Size(157, 20); this.textPhone.TabIndex = 1; this.textPhone.TextChanged += new System.EventHandler(this.textPhone_TextChanged); // // textGroupName // this.textGroupName.Location = new System.Drawing.Point(112, 200); this.textGroupName.MaxLength = 50; this.textGroupName.Name = "textGroupName"; this.textGroupName.Size = new System.Drawing.Size(193, 20); this.textGroupName.TabIndex = 2; // // textGroupNum // this.textGroupNum.Location = new System.Drawing.Point(112, 220); this.textGroupNum.MaxLength = 20; this.textGroupNum.Name = "textGroupNum"; this.textGroupNum.Size = new System.Drawing.Size(129, 20); this.textGroupNum.TabIndex = 3; // // textAddress // this.textAddress.Location = new System.Drawing.Point(102, 51); this.textAddress.MaxLength = 60; this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(291, 20); this.textAddress.TabIndex = 2; this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged); // // textCity // this.textCity.Location = new System.Drawing.Point(102, 91); this.textCity.MaxLength = 40; this.textCity.Name = "textCity"; this.textCity.Size = new System.Drawing.Size(155, 20); this.textCity.TabIndex = 4; this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged); // // textState // this.textState.Location = new System.Drawing.Point(257, 91); this.textState.MaxLength = 2; this.textState.Name = "textState"; this.textState.Size = new System.Drawing.Size(65, 20); this.textState.TabIndex = 5; this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged); // // textZip // this.textZip.Location = new System.Drawing.Point(322, 91); this.textZip.MaxLength = 10; this.textZip.Name = "textZip"; this.textZip.Size = new System.Drawing.Size(71, 20); this.textZip.TabIndex = 6; // // textElectID // this.textElectID.Location = new System.Drawing.Point(102, 111); this.textElectID.MaxLength = 20; this.textElectID.Name = "textElectID"; this.textElectID.Size = new System.Drawing.Size(54, 20); this.textElectID.TabIndex = 7; this.textElectID.Validating += new System.ComponentModel.CancelEventHandler(this.textElectID_Validating); // // textEmployer // this.textEmployer.Location = new System.Drawing.Point(112, 26); this.textEmployer.MaxLength = 40; this.textEmployer.Name = "textEmployer"; this.textEmployer.Size = new System.Drawing.Size(291, 20); this.textEmployer.TabIndex = 0; this.textEmployer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEmployer_KeyUp); this.textEmployer.Leave += new System.EventHandler(this.textEmployer_Leave); // // label16 // this.label16.Location = new System.Drawing.Point(33, 28); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(78, 15); this.label16.TabIndex = 73; this.label16.Text = "Employer"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAddress2 // this.textAddress2.Location = new System.Drawing.Point(102, 71); this.textAddress2.MaxLength = 60; this.textAddress2.Name = "textAddress2"; this.textAddress2.Size = new System.Drawing.Size(291, 20); this.textAddress2.TabIndex = 3; this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged); // // label21 // this.label21.Location = new System.Drawing.Point(5, 74); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(95, 15); this.label21.TabIndex = 79; this.label21.Text = "Address 2"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(18, 360); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 16); this.label1.TabIndex = 91; this.label1.Text = "Fee Schedule"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAssign // this.checkAssign.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAssign.Location = new System.Drawing.Point(300, 54); this.checkAssign.Name = "checkAssign"; this.checkAssign.Size = new System.Drawing.Size(199, 20); this.checkAssign.TabIndex = 4; this.checkAssign.Text = "Assignment of Benefits (pay dentist)"; // // checkRelease // this.checkRelease.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRelease.Location = new System.Drawing.Point(300, 36); this.checkRelease.Name = "checkRelease"; this.checkRelease.Size = new System.Drawing.Size(199, 20); this.checkRelease.TabIndex = 3; this.checkRelease.Text = "Release of Information"; // // checkNoSendElect // this.checkNoSendElect.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoSendElect.Location = new System.Drawing.Point(178, 133); this.checkNoSendElect.Name = "checkNoSendElect"; this.checkNoSendElect.Size = new System.Drawing.Size(213, 17); this.checkNoSendElect.TabIndex = 8; this.checkNoSendElect.Text = "Don\'t Usually Send Electronically"; // // label23 // this.label23.Location = new System.Drawing.Point(17, 384); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(95, 15); this.label23.TabIndex = 96; this.label23.Text = "Claim Form"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAlternateCode // this.checkAlternateCode.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAlternateCode.Location = new System.Drawing.Point(115, 293); this.checkAlternateCode.Name = "checkAlternateCode"; this.checkAlternateCode.Size = new System.Drawing.Size(275, 16); this.checkAlternateCode.TabIndex = 2; this.checkAlternateCode.Text = "Use Alternate Code (for some Medicaid plans)"; // // checkClaimsUseUCR // this.checkClaimsUseUCR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkClaimsUseUCR.Location = new System.Drawing.Point(115, 325); this.checkClaimsUseUCR.Name = "checkClaimsUseUCR"; this.checkClaimsUseUCR.Size = new System.Drawing.Size(275, 16); this.checkClaimsUseUCR.TabIndex = 4; this.checkClaimsUseUCR.Text = "Claims show UCR fee, not billed fee"; // // label14 // this.label14.Location = new System.Drawing.Point(20, 271); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(95, 16); this.label14.TabIndex = 104; this.label14.Text = "Plan Type"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSubscriber // this.textSubscriber.Location = new System.Drawing.Point(109, 14); this.textSubscriber.Name = "textSubscriber"; this.textSubscriber.ReadOnly = true; this.textSubscriber.Size = new System.Drawing.Size(298, 20); this.textSubscriber.TabIndex = 109; // // groupSubscriber // this.groupSubscriber.Controls.Add(this.butChange); this.groupSubscriber.Controls.Add(this.checkAssign); this.groupSubscriber.Controls.Add(this.label25); this.groupSubscriber.Controls.Add(this.checkRelease); this.groupSubscriber.Controls.Add(this.textSubscriber); this.groupSubscriber.Controls.Add(this.textSubscriberID); this.groupSubscriber.Controls.Add(this.label2); this.groupSubscriber.Controls.Add(this.textDateEffect); this.groupSubscriber.Controls.Add(this.label5); this.groupSubscriber.Controls.Add(this.textDateTerm); this.groupSubscriber.Controls.Add(this.label6); this.groupSubscriber.Controls.Add(this.textSubscNote); this.groupSubscriber.Controls.Add(this.label28); this.groupSubscriber.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSubscriber.Location = new System.Drawing.Point(468, 94); this.groupSubscriber.Name = "groupSubscriber"; this.groupSubscriber.Size = new System.Drawing.Size(502, 176); this.groupSubscriber.TabIndex = 2; this.groupSubscriber.TabStop = false; this.groupSubscriber.Text = "Subscriber Information"; // // label25 // this.label25.Location = new System.Drawing.Point(8, 18); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(99, 15); this.label25.TabIndex = 115; this.label25.Text = "Name"; this.label25.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textSubscriberID // this.textSubscriberID.Location = new System.Drawing.Point(109, 34); this.textSubscriberID.MaxLength = 20; this.textSubscriberID.Name = "textSubscriberID"; this.textSubscriberID.Size = new System.Drawing.Size(129, 20); this.textSubscriberID.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(8, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(99, 15); this.label2.TabIndex = 114; this.label2.Text = "Subscriber ID"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboLinked // this.comboLinked.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLinked.Location = new System.Drawing.Point(150, 240); this.comboLinked.MaxDropDownItems = 30; this.comboLinked.Name = "comboLinked"; this.comboLinked.Size = new System.Drawing.Size(253, 21); this.comboLinked.TabIndex = 68; // // textLinkedNum // this.textLinkedNum.BackColor = System.Drawing.Color.White; this.textLinkedNum.Location = new System.Drawing.Point(112, 240); this.textLinkedNum.Multiline = true; this.textLinkedNum.Name = "textLinkedNum"; this.textLinkedNum.ReadOnly = true; this.textLinkedNum.Size = new System.Drawing.Size(37, 21); this.textLinkedNum.TabIndex = 67; // // label4 // this.label4.Location = new System.Drawing.Point(6, 242); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104, 17); this.label4.TabIndex = 66; this.label4.Text = "Other Subscribers"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPlanType // this.comboPlanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPlanType.Location = new System.Drawing.Point(115, 270); this.comboPlanType.Name = "comboPlanType"; this.comboPlanType.Size = new System.Drawing.Size(212, 21); this.comboPlanType.TabIndex = 1; this.comboPlanType.SelectionChangeCommitted += new System.EventHandler(this.comboPlanType_SelectionChangeCommitted); // // checkIsMedical // this.checkIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsMedical.Location = new System.Drawing.Point(112, 9); this.checkIsMedical.Name = "checkIsMedical"; this.checkIsMedical.Size = new System.Drawing.Size(202, 17); this.checkIsMedical.TabIndex = 113; this.checkIsMedical.Text = "Medical Insurance"; // // textDivisionNo // this.textDivisionNo.Location = new System.Drawing.Point(296, 220); this.textDivisionNo.MaxLength = 20; this.textDivisionNo.Name = "textDivisionNo"; this.textDivisionNo.Size = new System.Drawing.Size(107, 20); this.textDivisionNo.TabIndex = 3; // // labelDivisionDash // this.labelDivisionDash.Location = new System.Drawing.Point(242, 224); this.labelDivisionDash.Name = "labelDivisionDash"; this.labelDivisionDash.Size = new System.Drawing.Size(53, 16); this.labelDivisionDash.TabIndex = 111; this.labelDivisionDash.Text = "Div. No."; this.labelDivisionDash.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClaimForm // this.comboClaimForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClaimForm.Location = new System.Drawing.Point(115, 381); this.comboClaimForm.MaxDropDownItems = 30; this.comboClaimForm.Name = "comboClaimForm"; this.comboClaimForm.Size = new System.Drawing.Size(212, 21); this.comboClaimForm.TabIndex = 7; // // comboFeeSched // this.comboFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFeeSched.Location = new System.Drawing.Point(115, 359); this.comboFeeSched.MaxDropDownItems = 30; this.comboFeeSched.Name = "comboFeeSched"; this.comboFeeSched.Size = new System.Drawing.Size(212, 21); this.comboFeeSched.TabIndex = 6; // // groupCoPay // this.groupCoPay.Controls.Add(this.label12); this.groupCoPay.Controls.Add(this.comboAllowedFeeSched); this.groupCoPay.Controls.Add(this.label11); this.groupCoPay.Controls.Add(this.label3); this.groupCoPay.Controls.Add(this.comboCopay); this.groupCoPay.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupCoPay.Location = new System.Drawing.Point(8, 409); this.groupCoPay.Name = "groupCoPay"; this.groupCoPay.Size = new System.Drawing.Size(404, 99); this.groupCoPay.TabIndex = 8; this.groupCoPay.TabStop = false; this.groupCoPay.Text = "Other Fee Schedules"; // // label12 // this.label12.Location = new System.Drawing.Point(1, 67); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(105, 27); this.label12.TabIndex = 111; this.label12.Text = "Carrier Allowed Amounts"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboAllowedFeeSched // this.comboAllowedFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAllowedFeeSched.Location = new System.Drawing.Point(107, 67); this.comboAllowedFeeSched.MaxDropDownItems = 30; this.comboAllowedFeeSched.Name = "comboAllowedFeeSched"; this.comboAllowedFeeSched.Size = new System.Drawing.Size(212, 21); this.comboAllowedFeeSched.TabIndex = 1; // // label11 // this.label11.Location = new System.Drawing.Point(1, 36); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(105, 26); this.label11.TabIndex = 109; this.label11.Text = "Patient Co-pay Amounts"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(1, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(390, 17); this.label3.TabIndex = 106; this.label3.Text = "Don\'t use these unless you understand how they will affect your estimates"; // // comboCopay // this.comboCopay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCopay.Location = new System.Drawing.Point(107, 37); this.comboCopay.MaxDropDownItems = 30; this.comboCopay.Name = "comboCopay"; this.comboCopay.Size = new System.Drawing.Size(212, 21); this.comboCopay.TabIndex = 0; // // comboElectIDdescript // this.comboElectIDdescript.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboElectIDdescript.Location = new System.Drawing.Point(156, 111); this.comboElectIDdescript.MaxDropDownItems = 30; this.comboElectIDdescript.Name = "comboElectIDdescript"; this.comboElectIDdescript.Size = new System.Drawing.Size(237, 21); this.comboElectIDdescript.TabIndex = 125; this.comboElectIDdescript.SelectedIndexChanged += new System.EventHandler(this.comboElectIDdescript_SelectedIndexChanged); // // labelDrop // this.labelDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelDrop.Location = new System.Drawing.Point(101, 72); this.labelDrop.Name = "labelDrop"; this.labelDrop.Size = new System.Drawing.Size(554, 15); this.labelDrop.TabIndex = 124; this.labelDrop.Text = "Drop a plan when a patient changes carriers or is no longer covered. This does n" + "ot delete the plan."; this.labelDrop.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupRequestBen // this.groupRequestBen.Controls.Add(this.butHistoryElect); this.groupRequestBen.Controls.Add(this.labelHistElect); this.groupRequestBen.Controls.Add(this.textElectBenLastDate); this.groupRequestBen.Controls.Add(this.butImportTrojan); this.groupRequestBen.Controls.Add(this.butGetElectronic); this.groupRequestBen.Controls.Add(this.butBenefitNotes); this.groupRequestBen.Controls.Add(this.butIapFind); this.groupRequestBen.Controls.Add(this.labelTrojanID); this.groupRequestBen.Controls.Add(this.textTrojanID); this.groupRequestBen.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupRequestBen.Location = new System.Drawing.Point(468, 269); this.groupRequestBen.Name = "groupRequestBen"; this.groupRequestBen.Size = new System.Drawing.Size(502, 63); this.groupRequestBen.TabIndex = 10; this.groupRequestBen.TabStop = false; this.groupRequestBen.Text = "Request Electronic Benefits"; // // labelHistElect // this.labelHistElect.Location = new System.Drawing.Point(3, 19); this.labelHistElect.Name = "labelHistElect"; this.labelHistElect.Size = new System.Drawing.Size(84, 15); this.labelHistElect.TabIndex = 119; this.labelHistElect.Text = "Last Request"; this.labelHistElect.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textElectBenLastDate // this.textElectBenLastDate.Location = new System.Drawing.Point(89, 17); this.textElectBenLastDate.MaxLength = 30; this.textElectBenLastDate.Name = "textElectBenLastDate"; this.textElectBenLastDate.Size = new System.Drawing.Size(73, 20); this.textElectBenLastDate.TabIndex = 118; // // labelTrojanID // this.labelTrojanID.Location = new System.Drawing.Point(360, 18); this.labelTrojanID.Name = "labelTrojanID"; this.labelTrojanID.Size = new System.Drawing.Size(23, 15); this.labelTrojanID.TabIndex = 9; this.labelTrojanID.Text = "ID"; this.labelTrojanID.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTrojanID // this.textTrojanID.Location = new System.Drawing.Point(387, 14); this.textTrojanID.MaxLength = 30; this.textTrojanID.Name = "textTrojanID"; this.textTrojanID.Size = new System.Drawing.Size(109, 20); this.textTrojanID.TabIndex = 8; // // label26 // this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label26.Location = new System.Drawing.Point(20, 22); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(148, 14); this.label26.TabIndex = 127; this.label26.Text = "Relationship to Subscriber"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.ControlText; this.panel1.Location = new System.Drawing.Point(0, 90); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(988, 2); this.panel1.TabIndex = 128; // // comboRelationship // this.comboRelationship.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRelationship.Location = new System.Drawing.Point(170, 18); this.comboRelationship.MaxDropDownItems = 30; this.comboRelationship.Name = "comboRelationship"; this.comboRelationship.Size = new System.Drawing.Size(151, 21); this.comboRelationship.TabIndex = 0; // // label31 // this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.Location = new System.Drawing.Point(396, 23); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(109, 14); this.label31.TabIndex = 130; this.label31.Text = "Order"; this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsPending // this.checkIsPending.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPending.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsPending.Location = new System.Drawing.Point(396, 42); this.checkIsPending.Name = "checkIsPending"; this.checkIsPending.Size = new System.Drawing.Size(125, 16); this.checkIsPending.TabIndex = 3; this.checkIsPending.Text = "Pending"; this.checkIsPending.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label32 // this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label32.Location = new System.Drawing.Point(5, 94); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(304, 19); this.label32.TabIndex = 134; this.label32.Text = "Insurance Plan Information"; // // label33 // this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.Location = new System.Drawing.Point(5, 0); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(188, 19); this.label33.TabIndex = 135; this.label33.Text = "Patient Information"; // // listAdj // this.listAdj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listAdj.Items.AddRange(new object[] { "03/05/2001 Ins Used: $124.00 Ded Used: $50.00", "03/05/2002 Ins Used: $0.00 Ded Used: $50.00"}); this.listAdj.Location = new System.Drawing.Point(613, 28); this.listAdj.Name = "listAdj"; this.listAdj.Size = new System.Drawing.Size(341, 56); this.listAdj.TabIndex = 137; this.listAdj.DoubleClick += new System.EventHandler(this.listAdj_DoubleClick); // // label35 // this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label35.Location = new System.Drawing.Point(613, 8); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(218, 17); this.label35.TabIndex = 138; this.label35.Text = "Adjustments to Insurance Benefits: "; this.label35.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatID // this.textPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textPatID.Location = new System.Drawing.Point(170, 40); this.textPatID.MaxLength = 100; this.textPatID.Name = "textPatID"; this.textPatID.Size = new System.Drawing.Size(151, 20); this.textPatID.TabIndex = 1; // // labelPatID // this.labelPatID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelPatID.Location = new System.Drawing.Point(30, 42); this.labelPatID.Name = "labelPatID"; this.labelPatID.Size = new System.Drawing.Size(138, 16); this.labelPatID.TabIndex = 143; this.labelPatID.Text = "Optional Patient ID"; this.labelPatID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelPat // this.panelPat.Controls.Add(this.comboRelationship); this.panelPat.Controls.Add(this.label33); this.panelPat.Controls.Add(this.textOrdinal); this.panelPat.Controls.Add(this.butAdjAdd); this.panelPat.Controls.Add(this.listAdj); this.panelPat.Controls.Add(this.label35); this.panelPat.Controls.Add(this.textPatID); this.panelPat.Controls.Add(this.labelPatID); this.panelPat.Controls.Add(this.labelDrop); this.panelPat.Controls.Add(this.butDrop); this.panelPat.Controls.Add(this.label26); this.panelPat.Controls.Add(this.label31); this.panelPat.Controls.Add(this.checkIsPending); this.panelPat.Location = new System.Drawing.Point(0, 0); this.panelPat.Name = "panelPat"; this.panelPat.Size = new System.Drawing.Size(982, 90); this.panelPat.TabIndex = 15; // // textPlanNum // this.textPlanNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textPlanNum.Location = new System.Drawing.Point(310, 676); this.textPlanNum.Name = "textPlanNum"; this.textPlanNum.Size = new System.Drawing.Size(100, 20); this.textPlanNum.TabIndex = 148; // // label17 // this.label17.Location = new System.Drawing.Point(7, 13); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(94, 15); this.label17.TabIndex = 152; this.label17.Text = "Carrier"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label18 // this.label18.Location = new System.Drawing.Point(12, 563); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(272, 15); this.label18.TabIndex = 156; this.label18.Text = "Plan Note"; this.label18.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupPlan // this.groupPlan.Controls.Add(this.textBIN); this.groupPlan.Controls.Add(this.labelBIN); this.groupPlan.Controls.Add(this.textDivisionNo); this.groupPlan.Controls.Add(this.textGroupName); this.groupPlan.Controls.Add(this.textEmployer); this.groupPlan.Controls.Add(this.groupCarrier); this.groupPlan.Controls.Add(this.checkIsMedical); this.groupPlan.Controls.Add(this.textGroupNum); this.groupPlan.Controls.Add(this.labelGroupNum); this.groupPlan.Controls.Add(this.label8); this.groupPlan.Controls.Add(this.comboLinked); this.groupPlan.Controls.Add(this.textLinkedNum); this.groupPlan.Controls.Add(this.label16); this.groupPlan.Controls.Add(this.label4); this.groupPlan.Controls.Add(this.labelDivisionDash); this.groupPlan.Location = new System.Drawing.Point(3, 3); this.groupPlan.Name = "groupPlan"; this.groupPlan.Size = new System.Drawing.Size(425, 264); this.groupPlan.TabIndex = 0; this.groupPlan.TabStop = false; // // textBIN // this.textBIN.Location = new System.Drawing.Point(341, 200); this.textBIN.MaxLength = 20; this.textBIN.Name = "textBIN"; this.textBIN.Size = new System.Drawing.Size(62, 20); this.textBIN.TabIndex = 115; // // labelBIN // this.labelBIN.Location = new System.Drawing.Point(307, 201); this.labelBIN.Name = "labelBIN"; this.labelBIN.Size = new System.Drawing.Size(32, 16); this.labelBIN.TabIndex = 114; this.labelBIN.Text = "BIN"; this.labelBIN.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupCarrier // this.groupCarrier.Controls.Add(this.butPickCarrier); this.groupCarrier.Controls.Add(this.textPhone); this.groupCarrier.Controls.Add(this.textAddress); this.groupCarrier.Controls.Add(this.comboElectIDdescript); this.groupCarrier.Controls.Add(this.textElectID); this.groupCarrier.Controls.Add(this.butSearch); this.groupCarrier.Controls.Add(this.textAddress2); this.groupCarrier.Controls.Add(this.textZip); this.groupCarrier.Controls.Add(this.checkNoSendElect); this.groupCarrier.Controls.Add(this.label10); this.groupCarrier.Controls.Add(this.textCity); this.groupCarrier.Controls.Add(this.label7); this.groupCarrier.Controls.Add(this.textCarrier); this.groupCarrier.Controls.Add(this.labelElectronicID); this.groupCarrier.Controls.Add(this.label21); this.groupCarrier.Controls.Add(this.label17); this.groupCarrier.Controls.Add(this.textState); this.groupCarrier.Controls.Add(this.labelCitySTZip); this.groupCarrier.Location = new System.Drawing.Point(10, 44); this.groupCarrier.Name = "groupCarrier"; this.groupCarrier.Size = new System.Drawing.Size(402, 155); this.groupCarrier.TabIndex = 1; this.groupCarrier.TabStop = false; this.groupCarrier.Text = "Carrier"; // // panelPlan // this.panelPlan.AutoScroll = true; this.panelPlan.AutoScrollMargin = new System.Drawing.Size(0, 10); this.panelPlan.BackColor = System.Drawing.SystemColors.Control; this.panelPlan.Controls.Add(this.comboCobRule); this.panelPlan.Controls.Add(this.label20); this.panelPlan.Controls.Add(this.groupCanadian); this.panelPlan.Controls.Add(this.comboFilingCodeSubtype); this.panelPlan.Controls.Add(this.label15); this.panelPlan.Controls.Add(this.checkIsHidden); this.panelPlan.Controls.Add(this.checkCodeSubst); this.panelPlan.Controls.Add(this.checkShowBaseUnits); this.panelPlan.Controls.Add(this.comboFeeSched); this.panelPlan.Controls.Add(this.groupPlan); this.panelPlan.Controls.Add(this.comboFilingCode); this.panelPlan.Controls.Add(this.groupCoPay); this.panelPlan.Controls.Add(this.comboPlanType); this.panelPlan.Controls.Add(this.label13); this.panelPlan.Controls.Add(this.comboClaimForm); this.panelPlan.Controls.Add(this.label1); this.panelPlan.Controls.Add(this.label14); this.panelPlan.Controls.Add(this.label23); this.panelPlan.Controls.Add(this.checkAlternateCode); this.panelPlan.Controls.Add(this.checkClaimsUseUCR); this.panelPlan.Location = new System.Drawing.Point(8, 116); this.panelPlan.Name = "panelPlan"; this.panelPlan.Size = new System.Drawing.Size(454, 438); this.panelPlan.TabIndex = 0; // // comboCobRule // this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCobRule.Location = new System.Drawing.Point(115, 512); this.comboCobRule.MaxDropDownItems = 30; this.comboCobRule.Name = "comboCobRule"; this.comboCobRule.Size = new System.Drawing.Size(111, 21); this.comboCobRule.TabIndex = 167; // // label20 // this.label20.Location = new System.Drawing.Point(17, 515); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(95, 15); this.label20.TabIndex = 168; this.label20.Text = "COB Rule"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupCanadian // this.groupCanadian.Controls.Add(this.label19); this.groupCanadian.Controls.Add(this.textCanadianInstCode); this.groupCanadian.Controls.Add(this.label9); this.groupCanadian.Controls.Add(this.textCanadianDiagCode); this.groupCanadian.Controls.Add(this.checkIsPMP); this.groupCanadian.Controls.Add(this.label24); this.groupCanadian.Controls.Add(this.label22); this.groupCanadian.Controls.Add(this.textPlanFlag); this.groupCanadian.Controls.Add(this.textDentaide); this.groupCanadian.Controls.Add(this.labelDentaide); this.groupCanadian.Location = new System.Drawing.Point(8, 600); this.groupCanadian.Name = "groupCanadian"; this.groupCanadian.Size = new System.Drawing.Size(404, 129); this.groupCanadian.TabIndex = 12; this.groupCanadian.TabStop = false; this.groupCanadian.Text = "Canadian"; // // label19 // this.label19.Location = new System.Drawing.Point(37, 106); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(140, 19); this.label19.TabIndex = 173; this.label19.Text = "Institution Code"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCanadianInstCode // this.textCanadianInstCode.Location = new System.Drawing.Point(181, 103); this.textCanadianInstCode.MaxLength = 20; this.textCanadianInstCode.Name = "textCanadianInstCode"; this.textCanadianInstCode.Size = new System.Drawing.Size(88, 20); this.textCanadianInstCode.TabIndex = 172; // // label9 // this.label9.Location = new System.Drawing.Point(37, 85); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(140, 19); this.label9.TabIndex = 171; this.label9.Text = "Diagnostic Code"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCanadianDiagCode // this.textCanadianDiagCode.Location = new System.Drawing.Point(181, 82); this.textCanadianDiagCode.MaxLength = 20; this.textCanadianDiagCode.Name = "textCanadianDiagCode"; this.textCanadianDiagCode.Size = new System.Drawing.Size(88, 20); this.textCanadianDiagCode.TabIndex = 170; // // checkIsPMP // this.checkIsPMP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPMP.Location = new System.Drawing.Point(18, 62); this.checkIsPMP.Name = "checkIsPMP"; this.checkIsPMP.Size = new System.Drawing.Size(178, 17); this.checkIsPMP.TabIndex = 169; this.checkIsPMP.Text = "Is Provincial Medical Plan"; this.checkIsPMP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPMP.UseVisualStyleBackColor = true; // // label24 // this.label24.Location = new System.Drawing.Point(221, 39); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(140, 19); this.label24.TabIndex = 168; this.label24.Text = "A, V, N, or blank"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label22 // this.label22.Location = new System.Drawing.Point(37, 41); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(140, 19); this.label22.TabIndex = 167; this.label22.Text = "Plan Flag"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPlanFlag // this.textPlanFlag.Location = new System.Drawing.Point(181, 38); this.textPlanFlag.MaxLength = 20; this.textPlanFlag.Name = "textPlanFlag"; this.textPlanFlag.Size = new System.Drawing.Size(37, 20); this.textPlanFlag.TabIndex = 1; // // labelDentaide // this.labelDentaide.Location = new System.Drawing.Point(37, 20); this.labelDentaide.Name = "labelDentaide"; this.labelDentaide.Size = new System.Drawing.Size(140, 19); this.labelDentaide.TabIndex = 160; this.labelDentaide.Text = "Dentaide Card Sequence"; this.labelDentaide.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboFilingCodeSubtype // this.comboFilingCodeSubtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFilingCodeSubtype.Location = new System.Drawing.Point(115, 556); this.comboFilingCodeSubtype.MaxDropDownItems = 30; this.comboFilingCodeSubtype.Name = "comboFilingCodeSubtype"; this.comboFilingCodeSubtype.Size = new System.Drawing.Size(212, 21); this.comboFilingCodeSubtype.TabIndex = 10; // // label15 // this.label15.Location = new System.Drawing.Point(3, 558); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(110, 19); this.label15.TabIndex = 166; this.label15.Text = "Filing Code Subtype"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkIsHidden // this.checkIsHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsHidden.Location = new System.Drawing.Point(115, 341); this.checkIsHidden.Name = "checkIsHidden"; this.checkIsHidden.Size = new System.Drawing.Size(275, 16); this.checkIsHidden.TabIndex = 5; this.checkIsHidden.Text = "Hidden"; // // checkCodeSubst // this.checkCodeSubst.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCodeSubst.Location = new System.Drawing.Point(115, 309); this.checkCodeSubst.Name = "checkCodeSubst"; this.checkCodeSubst.Size = new System.Drawing.Size(275, 16); this.checkCodeSubst.TabIndex = 3; this.checkCodeSubst.Text = "Don\'t Substitute Codes (e.g. posterior composites)"; // // checkShowBaseUnits // this.checkShowBaseUnits.Location = new System.Drawing.Point(115, 582); this.checkShowBaseUnits.Name = "checkShowBaseUnits"; this.checkShowBaseUnits.Size = new System.Drawing.Size(289, 17); this.checkShowBaseUnits.TabIndex = 11; this.checkShowBaseUnits.Text = "Claims show base units (Does not affect billed amount)"; this.checkShowBaseUnits.UseVisualStyleBackColor = true; // // comboFilingCode // this.comboFilingCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFilingCode.Location = new System.Drawing.Point(115, 534); this.comboFilingCode.MaxDropDownItems = 30; this.comboFilingCode.Name = "comboFilingCode"; this.comboFilingCode.Size = new System.Drawing.Size(212, 21); this.comboFilingCode.TabIndex = 9; this.comboFilingCode.SelectionChangeCommitted += new System.EventHandler(this.comboFilingCode_SelectionChangeCommitted); // // label13 // this.label13.Location = new System.Drawing.Point(13, 536); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(100, 19); this.label13.TabIndex = 158; this.label13.Text = "Filing Code"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; // // radioChangeAll // this.radioChangeAll.Location = new System.Drawing.Point(6, 25); this.radioChangeAll.Name = "radioChangeAll"; this.radioChangeAll.Size = new System.Drawing.Size(211, 17); this.radioChangeAll.TabIndex = 158; this.radioChangeAll.Text = "Change Plan for all subscribers"; this.radioChangeAll.UseVisualStyleBackColor = true; // // groupChanges // this.groupChanges.Controls.Add(this.radioCreateNew); this.groupChanges.Controls.Add(this.radioChangeAll); this.groupChanges.Location = new System.Drawing.Point(467, 653); this.groupChanges.Name = "groupChanges"; this.groupChanges.Size = new System.Drawing.Size(240, 45); this.groupChanges.TabIndex = 159; this.groupChanges.TabStop = false; // // radioCreateNew // this.radioCreateNew.Checked = true; this.radioCreateNew.Location = new System.Drawing.Point(6, 8); this.radioCreateNew.Name = "radioCreateNew"; this.radioCreateNew.Size = new System.Drawing.Size(211, 17); this.radioCreateNew.TabIndex = 159; this.radioCreateNew.TabStop = true; this.radioCreateNew.Text = "Create new Plan if needed"; this.radioCreateNew.UseVisualStyleBackColor = true; // // gridBenefits // this.gridBenefits.HScrollVisible = false; this.gridBenefits.Location = new System.Drawing.Point(468, 332); this.gridBenefits.Name = "gridBenefits"; this.gridBenefits.ScrollValue = 0; this.gridBenefits.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridBenefits.Size = new System.Drawing.Size(502, 326); this.gridBenefits.TabIndex = 146; this.gridBenefits.Title = "Benefit Information"; this.gridBenefits.TranslationName = "TableBenefits"; this.gridBenefits.DoubleClick += new System.EventHandler(this.gridBenefits_DoubleClick); // // textDentaide // this.textDentaide.Location = new System.Drawing.Point(181, 17); this.textDentaide.MaxVal = 255; this.textDentaide.MinVal = 0; this.textDentaide.Name = "textDentaide"; this.textDentaide.Size = new System.Drawing.Size(37, 20); this.textDentaide.TabIndex = 0; // // butPickCarrier // this.butPickCarrier.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickCarrier.Autosize = true; this.butPickCarrier.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickCarrier.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickCarrier.CornerRadius = 3F; this.butPickCarrier.Location = new System.Drawing.Point(376, 11); this.butPickCarrier.Name = "butPickCarrier"; this.butPickCarrier.Size = new System.Drawing.Size(19, 20); this.butPickCarrier.TabIndex = 153; this.butPickCarrier.Text = "..."; this.butPickCarrier.Click += new System.EventHandler(this.butPickCarrier_Click); // // butSearch // this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSearch.Autosize = true; this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSearch.CornerRadius = 4F; this.butSearch.Location = new System.Drawing.Point(86, 132); this.butSearch.Name = "butSearch"; this.butSearch.Size = new System.Drawing.Size(84, 20); this.butSearch.TabIndex = 124; this.butSearch.Text = "Search IDs"; this.butSearch.Click += new System.EventHandler(this.butSearch_Click); // // butAudit // this.butAudit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAudit.Autosize = true; this.butAudit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAudit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAudit.CornerRadius = 4F; this.butAudit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAudit.Location = new System.Drawing.Point(229, 93); this.butAudit.Name = "butAudit"; this.butAudit.Size = new System.Drawing.Size(69, 23); this.butAudit.TabIndex = 153; this.butAudit.Text = "Audit Trail"; this.butAudit.Click += new System.EventHandler(this.butAudit_Click); // // butPick // this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPick.Autosize = true; this.butPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPick.CornerRadius = 4F; this.butPick.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPick.Location = new System.Drawing.Point(326, 93); this.butPick.Name = "butPick"; this.butPick.Size = new System.Drawing.Size(90, 23); this.butPick.TabIndex = 153; this.butPick.Text = "Pick From List"; this.butPick.Click += new System.EventHandler(this.butPick_Click); // // textPlanNote // this.textPlanNote.AcceptsTab = true; this.textPlanNote.DetectUrls = false; this.textPlanNote.Location = new System.Drawing.Point(14, 581); this.textPlanNote.Name = "textPlanNote"; this.textPlanNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan; this.textPlanNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textPlanNote.Size = new System.Drawing.Size(395, 85); this.textPlanNote.TabIndex = 1; this.textPlanNote.Text = "1 - InsPlan\n2\n3 lines will show here in 46 vert.\n4 lines will show here in 59 ver" + "t.\n5 lines in 72 vert\n6 in 85"; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(810, 673); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textOrdinal // this.textOrdinal.Location = new System.Drawing.Point(508, 22); this.textOrdinal.MaxVal = 10; this.textOrdinal.MinVal = 1; this.textOrdinal.Name = "textOrdinal"; this.textOrdinal.Size = new System.Drawing.Size(45, 20); this.textOrdinal.TabIndex = 2; // // butAdjAdd // this.butAdjAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdjAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAdjAdd.Autosize = true; this.butAdjAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdjAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdjAdd.CornerRadius = 4F; this.butAdjAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butAdjAdd.Location = new System.Drawing.Point(895, 6); this.butAdjAdd.Name = "butAdjAdd"; this.butAdjAdd.Size = new System.Drawing.Size(59, 21); this.butAdjAdd.TabIndex = 4; this.butAdjAdd.Text = "Add"; this.butAdjAdd.Click += new System.EventHandler(this.butAdjAdd_Click); // // butDrop // this.butDrop.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDrop.Autosize = true; this.butDrop.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDrop.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDrop.CornerRadius = 4F; this.butDrop.Location = new System.Drawing.Point(7, 67); this.butDrop.Name = "butDrop"; this.butDrop.Size = new System.Drawing.Size(72, 21); this.butDrop.TabIndex = 5; this.butDrop.Text = "Drop"; this.butDrop.Click += new System.EventHandler(this.butDrop_Click); // // butLabel // this.butLabel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butLabel.Autosize = true; this.butLabel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLabel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLabel.CornerRadius = 4F; this.butLabel.Image = global::OpenDental.Properties.Resources.butLabel; this.butLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLabel.Location = new System.Drawing.Point(201, 673); this.butLabel.Name = "butLabel"; this.butLabel.Size = new System.Drawing.Size(81, 24); this.butLabel.TabIndex = 125; this.butLabel.Text = "Label"; this.butLabel.Click += new System.EventHandler(this.butLabel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(13, 673); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(81, 24); this.butDelete.TabIndex = 112; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(896, 673); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 14; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butHistoryElect // this.butHistoryElect.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butHistoryElect.Autosize = true; this.butHistoryElect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butHistoryElect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butHistoryElect.CornerRadius = 4F; this.butHistoryElect.Location = new System.Drawing.Point(89, 38); this.butHistoryElect.Name = "butHistoryElect"; this.butHistoryElect.Size = new System.Drawing.Size(73, 21); this.butHistoryElect.TabIndex = 120; this.butHistoryElect.Text = "History"; this.toolTip1.SetToolTip(this.butHistoryElect, "Edit all the similar plans at once"); this.butHistoryElect.Click += new System.EventHandler(this.butHistoryElect_Click); // // butImportTrojan // this.butImportTrojan.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butImportTrojan.Autosize = true; this.butImportTrojan.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butImportTrojan.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butImportTrojan.CornerRadius = 4F; this.butImportTrojan.Location = new System.Drawing.Point(294, 15); this.butImportTrojan.Name = "butImportTrojan"; this.butImportTrojan.Size = new System.Drawing.Size(69, 21); this.butImportTrojan.TabIndex = 0; this.butImportTrojan.Text = "Trojan"; this.toolTip1.SetToolTip(this.butImportTrojan, "Edit all the similar plans at once"); this.butImportTrojan.Click += new System.EventHandler(this.butImportTrojan_Click); // // butGetElectronic // this.butGetElectronic.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butGetElectronic.Autosize = true; this.butGetElectronic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGetElectronic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGetElectronic.CornerRadius = 4F; this.butGetElectronic.Location = new System.Drawing.Point(11, 38); this.butGetElectronic.Name = "butGetElectronic"; this.butGetElectronic.Size = new System.Drawing.Size(73, 21); this.butGetElectronic.TabIndex = 116; this.butGetElectronic.Text = "Request"; this.toolTip1.SetToolTip(this.butGetElectronic, "Edit all the similar plans at once"); this.butGetElectronic.Click += new System.EventHandler(this.butGetElectronic_Click); // // butBenefitNotes // this.butBenefitNotes.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBenefitNotes.Autosize = true; this.butBenefitNotes.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBenefitNotes.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBenefitNotes.CornerRadius = 4F; this.butBenefitNotes.Location = new System.Drawing.Point(387, 38); this.butBenefitNotes.Name = "butBenefitNotes"; this.butBenefitNotes.Size = new System.Drawing.Size(98, 21); this.butBenefitNotes.TabIndex = 2; this.butBenefitNotes.Text = "Trojan/IAP Note"; this.toolTip1.SetToolTip(this.butBenefitNotes, "Edit all the similar plans at once"); this.butBenefitNotes.Click += new System.EventHandler(this.butBenefitNotes_Click); // // butIapFind // this.butIapFind.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butIapFind.Autosize = true; this.butIapFind.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butIapFind.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butIapFind.CornerRadius = 4F; this.butIapFind.Location = new System.Drawing.Point(294, 38); this.butIapFind.Name = "butIapFind"; this.butIapFind.Size = new System.Drawing.Size(69, 21); this.butIapFind.TabIndex = 1; this.butIapFind.Text = "IAP"; this.toolTip1.SetToolTip(this.butIapFind, "Edit all the similar plans at once"); this.butIapFind.Click += new System.EventHandler(this.butIapFind_Click); // // butChange // this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChange.Autosize = true; this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChange.CornerRadius = 4F; this.butChange.Location = new System.Drawing.Point(413, 13); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(73, 21); this.butChange.TabIndex = 121; this.butChange.Text = "Change"; this.toolTip1.SetToolTip(this.butChange, "Change subscriber name"); this.butChange.Click += new System.EventHandler(this.butChange_Click); // // textDateEffect // this.textDateEffect.Location = new System.Drawing.Point(109, 54); this.textDateEffect.Name = "textDateEffect"; this.textDateEffect.Size = new System.Drawing.Size(72, 20); this.textDateEffect.TabIndex = 1; // // textDateTerm // this.textDateTerm.Location = new System.Drawing.Point(221, 54); this.textDateTerm.Name = "textDateTerm"; this.textDateTerm.Size = new System.Drawing.Size(72, 20); this.textDateTerm.TabIndex = 2; // // textSubscNote // this.textSubscNote.AcceptsTab = true; this.textSubscNote.DetectUrls = false; this.textSubscNote.Location = new System.Drawing.Point(57, 75); this.textSubscNote.Name = "textSubscNote"; this.textSubscNote.QuickPasteType = OpenDentBusiness.QuickPasteType.InsPlan; this.textSubscNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textSubscNote.Size = new System.Drawing.Size(439, 98); this.textSubscNote.TabIndex = 5; this.textSubscNote.Text = "1 - InsPlan subscriber\n2\n3 lines will show here in 46 vert.\n4 lines will show her" + "e in 59 vert.\n5 lines in 72 vert\n6 lines in 85 vert\n7 lines in 98"; // // FormInsPlan // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(982, 700); this.Controls.Add(this.gridBenefits); this.Controls.Add(this.groupChanges); this.Controls.Add(this.panelPlan); this.Controls.Add(this.butAudit); this.Controls.Add(this.butPick); this.Controls.Add(this.textPlanNote); this.Controls.Add(this.label18); this.Controls.Add(this.panel1); this.Controls.Add(this.butOK); this.Controls.Add(this.textPlanNum); this.Controls.Add(this.panelPat); this.Controls.Add(this.butLabel); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.label32); this.Controls.Add(this.groupRequestBen); this.Controls.Add(this.groupSubscriber); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormInsPlan"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Insurance Plan"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormInsPlan_Closing); this.Load += new System.EventHandler(this.FormInsPlan_Load); this.groupSubscriber.ResumeLayout(false); this.groupSubscriber.PerformLayout(); this.groupCoPay.ResumeLayout(false); this.groupRequestBen.ResumeLayout(false); this.groupRequestBen.PerformLayout(); this.panelPat.ResumeLayout(false); this.panelPat.PerformLayout(); this.groupPlan.ResumeLayout(false); this.groupPlan.PerformLayout(); this.groupCarrier.ResumeLayout(false); this.groupCarrier.PerformLayout(); this.panelPlan.ResumeLayout(false); this.groupCanadian.ResumeLayout(false); this.groupCanadian.PerformLayout(); this.groupChanges.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPatientEdit)); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.labelSSN = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.labelCity = new System.Windows.Forms.Label(); this.labelST = new System.Windows.Forms.Label(); this.labelZip = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textLName = new System.Windows.Forms.TextBox(); this.textFName = new System.Windows.Forms.TextBox(); this.textMiddleI = new System.Windows.Forms.TextBox(); this.textPreferred = new System.Windows.Forms.TextBox(); this.textSSN = new System.Windows.Forms.TextBox(); this.textAddress = new System.Windows.Forms.TextBox(); this.textAddress2 = new System.Windows.Forms.TextBox(); this.textCity = new System.Windows.Forms.TextBox(); this.textState = new System.Windows.Forms.TextBox(); this.textHmPhone = new System.Windows.Forms.TextBox(); this.textWkPhone = new System.Windows.Forms.TextBox(); this.textWirelessPhone = new System.Windows.Forms.TextBox(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.label20 = new System.Windows.Forms.Label(); this.textAge = new System.Windows.Forms.TextBox(); this.textSalutation = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.textEmail = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.textCreditType = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.labelCanadianEligibilityCode = new System.Windows.Forms.Label(); this.comboCanadianEligibilityCode = new System.Windows.Forms.ComboBox(); this.textSchool = new System.Windows.Forms.TextBox(); this.radioStudentN = new System.Windows.Forms.RadioButton(); this.radioStudentP = new System.Windows.Forms.RadioButton(); this.radioStudentF = new System.Windows.Forms.RadioButton(); this.labelSchoolName = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.textChartNumber = new System.Windows.Forms.TextBox(); this.textBirthdate = new OpenDental.ValidDate(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label40 = new System.Windows.Forms.Label(); this.label39 = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.comboFeeSched = new System.Windows.Forms.ComboBox(); this.comboSecProv = new System.Windows.Forms.ComboBox(); this.comboPriProv = new System.Windows.Forms.ComboBox(); this.comboBillType = new System.Windows.Forms.ComboBox(); this.butEditZip = new OpenDental.UI.Button(); this.textZip = new System.Windows.Forms.TextBox(); this.comboZip = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.checkSame = new System.Windows.Forms.CheckBox(); this.groupNotes = new System.Windows.Forms.GroupBox(); this.textAddrNotes = new OpenDental.ODtextBox(); this.checkNotesSame = new System.Windows.Forms.CheckBox(); this.textPatNum = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.butAuto = new OpenDental.UI.Button(); this.textMedicaidID = new System.Windows.Forms.TextBox(); this.label31 = new System.Windows.Forms.Label(); this.listStatus = new System.Windows.Forms.ListBox(); this.listGender = new System.Windows.Forms.ListBox(); this.listPosition = new System.Windows.Forms.ListBox(); this.textEmployer = new System.Windows.Forms.TextBox(); this.label33 = new System.Windows.Forms.Label(); this.groupPH = new System.Windows.Forms.GroupBox(); this.comboEthnicity = new System.Windows.Forms.ComboBox(); this.labelEthnicity = new System.Windows.Forms.Label(); this.butClearResponsParty = new OpenDental.UI.Button(); this.butPickResponsParty = new OpenDental.UI.Button(); this.textResponsParty = new System.Windows.Forms.TextBox(); this.label34 = new System.Windows.Forms.Label(); this.butPickSite = new OpenDental.UI.Button(); this.comboUrgency = new System.Windows.Forms.ComboBox(); this.comboGradeLevel = new System.Windows.Forms.ComboBox(); this.textSite = new System.Windows.Forms.TextBox(); this.label35 = new System.Windows.Forms.Label(); this.comboRace = new System.Windows.Forms.ComboBox(); this.textCounty = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.labelRaceEthnicity = new System.Windows.Forms.Label(); this.textDateFirstVisit = new OpenDental.ValidDate(); this.label36 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.labelClinic = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.textTrophyFolder = new System.Windows.Forms.TextBox(); this.labelTrophyFolder = new System.Windows.Forms.Label(); this.textWard = new System.Windows.Forms.TextBox(); this.labelWard = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.comboLanguage = new System.Windows.Forms.ComboBox(); this.comboContact = new System.Windows.Forms.ComboBox(); this.label23 = new System.Windows.Forms.Label(); this.comboConfirm = new System.Windows.Forms.ComboBox(); this.label24 = new System.Windows.Forms.Label(); this.comboRecall = new System.Windows.Forms.ComboBox(); this.label25 = new System.Windows.Forms.Label(); this.textAdmitDate = new OpenDental.ValidDate(); this.labelAdmitDate = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.listGuardians = new System.Windows.Forms.ListBox(); this.butAddGuardian = new OpenDental.UI.Button(); this.butGuardianDefaults = new OpenDental.UI.Button(); this.textAskToArriveEarly = new System.Windows.Forms.TextBox(); this.label42 = new System.Windows.Forms.Label(); this.checkArriveEarlySame = new System.Windows.Forms.CheckBox(); this.label43 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupNotes.SuspendLayout(); this.groupPH.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(8,31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(125,16); this.label2.TabIndex = 1; this.label2.Text = "Last Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(6,53); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127,16); this.label3.TabIndex = 2; this.label3.Text = "First Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(9,74); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(124,16); this.label4.TabIndex = 3; this.label4.Text = "Middle Initial"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(4,95); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(129,16); this.label5.TabIndex = 4; this.label5.Text = "Preferred Name"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(12,159); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(114,17); this.label6.TabIndex = 5; this.label6.Text = "Status"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label7 // this.label7.Location = new System.Drawing.Point(130,160); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(106,16); this.label7.TabIndex = 6; this.label7.Text = "Gender"; this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label8 // this.label8.Location = new System.Drawing.Point(245,160); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100,16); this.label8.TabIndex = 7; this.label8.Text = "Position"; this.label8.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label9 // this.label9.Location = new System.Drawing.Point(28,257); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(105,14); this.label9.TabIndex = 8; this.label9.Text = "Birthdate"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelSSN // this.labelSSN.Location = new System.Drawing.Point(19,279); this.labelSSN.Name = "labelSSN"; this.labelSSN.Size = new System.Drawing.Size(113,14); this.labelSSN.TabIndex = 9; this.labelSSN.Text = "SS#"; this.labelSSN.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label11 // this.label11.Location = new System.Drawing.Point(49,58); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(98,14); this.label11.TabIndex = 10; this.label11.Text = "Address"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label12 // this.label12.Location = new System.Drawing.Point(49,79); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(99,14); this.label12.TabIndex = 11; this.label12.Text = "Address2"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelCity // this.labelCity.Location = new System.Drawing.Point(48,99); this.labelCity.Name = "labelCity"; this.labelCity.Size = new System.Drawing.Size(98,14); this.labelCity.TabIndex = 12; this.labelCity.Text = "City"; this.labelCity.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelST // this.labelST.Location = new System.Drawing.Point(51,119); this.labelST.Name = "labelST"; this.labelST.Size = new System.Drawing.Size(96,14); this.labelST.TabIndex = 13; this.labelST.Text = "ST"; this.labelST.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelZip // this.labelZip.Location = new System.Drawing.Point(51,140); this.labelZip.Name = "labelZip"; this.labelZip.Size = new System.Drawing.Size(96,14); this.labelZip.TabIndex = 14; this.labelZip.Text = "Zip"; this.labelZip.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(51,37); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(98,14); this.label16.TabIndex = 15; this.label16.Text = "Home Phone"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label17 // this.label17.Location = new System.Drawing.Point(16,446); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(118,14); this.label17.TabIndex = 16; this.label17.Text = "Work Phone"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label18 // this.label18.Location = new System.Drawing.Point(10,425); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(124,14); this.label18.TabIndex = 17; this.label18.Text = "Wireless Phone"; this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textLName // this.textLName.Location = new System.Drawing.Point(135,29); this.textLName.MaxLength = 100; this.textLName.Name = "textLName"; this.textLName.Size = new System.Drawing.Size(228,20); this.textLName.TabIndex = 0; this.textLName.TextChanged += new System.EventHandler(this.textLName_TextChanged); // // textFName // this.textFName.Location = new System.Drawing.Point(135,50); this.textFName.MaxLength = 100; this.textFName.Name = "textFName"; this.textFName.Size = new System.Drawing.Size(228,20); this.textFName.TabIndex = 1; this.textFName.TextChanged += new System.EventHandler(this.textFName_TextChanged); // // textMiddleI // this.textMiddleI.Location = new System.Drawing.Point(135,71); this.textMiddleI.MaxLength = 100; this.textMiddleI.Name = "textMiddleI"; this.textMiddleI.Size = new System.Drawing.Size(75,20); this.textMiddleI.TabIndex = 2; this.textMiddleI.TextChanged += new System.EventHandler(this.textMiddleI_TextChanged); // // textPreferred // this.textPreferred.Location = new System.Drawing.Point(135,92); this.textPreferred.MaxLength = 100; this.textPreferred.Name = "textPreferred"; this.textPreferred.Size = new System.Drawing.Size(228,20); this.textPreferred.TabIndex = 3; this.textPreferred.TextChanged += new System.EventHandler(this.textPreferred_TextChanged); // // textSSN // this.textSSN.Location = new System.Drawing.Point(135,274); this.textSSN.MaxLength = 100; this.textSSN.Name = "textSSN"; this.textSSN.Size = new System.Drawing.Size(82,20); this.textSSN.TabIndex = 9; this.textSSN.Validating += new System.ComponentModel.CancelEventHandler(this.textSSN_Validating); // // textAddress // this.textAddress.Location = new System.Drawing.Point(149,55); this.textAddress.MaxLength = 100; this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(254,20); this.textAddress.TabIndex = 13; this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged); // // textAddress2 // this.textAddress2.Location = new System.Drawing.Point(149,75); this.textAddress2.MaxLength = 100; this.textAddress2.Name = "textAddress2"; this.textAddress2.Size = new System.Drawing.Size(253,20); this.textAddress2.TabIndex = 21; this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged); // // textCity // this.textCity.Location = new System.Drawing.Point(149,95); this.textCity.MaxLength = 100; this.textCity.Name = "textCity"; this.textCity.Size = new System.Drawing.Size(191,20); this.textCity.TabIndex = 22; this.textCity.TabStop = false; this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged); // // textState // this.textState.Location = new System.Drawing.Point(149,115); this.textState.MaxLength = 100; this.textState.Name = "textState"; this.textState.Size = new System.Drawing.Size(61,20); this.textState.TabIndex = 23; this.textState.TabStop = false; this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged); // // textHmPhone // this.textHmPhone.Location = new System.Drawing.Point(149,35); this.textHmPhone.MaxLength = 30; this.textHmPhone.Name = "textHmPhone"; this.textHmPhone.Size = new System.Drawing.Size(174,20); this.textHmPhone.TabIndex = 12; this.textHmPhone.TextChanged += new System.EventHandler(this.textHmPhone_TextChanged); // // textWkPhone // this.textWkPhone.Location = new System.Drawing.Point(135,442); this.textWkPhone.MaxLength = 30; this.textWkPhone.Name = "textWkPhone"; this.textWkPhone.Size = new System.Drawing.Size(174,20); this.textWkPhone.TabIndex = 16; this.textWkPhone.TextChanged += new System.EventHandler(this.textWkPhone_TextChanged); // // textWirelessPhone // this.textWirelessPhone.Location = new System.Drawing.Point(135,421); this.textWirelessPhone.MaxLength = 30; this.textWirelessPhone.Name = "textWirelessPhone"; this.textWirelessPhone.Size = new System.Drawing.Size(174,20); this.textWirelessPhone.TabIndex = 15; this.textWirelessPhone.TextChanged += new System.EventHandler(this.textWirelessPhone_TextChanged); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(906,597); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 26; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(906,637); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 27; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // label20 // this.label20.Location = new System.Drawing.Point(209,257); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(53,16); this.label20.TabIndex = 40; this.label20.Text = "Age"; this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textAge // this.textAge.Location = new System.Drawing.Point(262,253); this.textAge.Name = "textAge"; this.textAge.ReadOnly = true; this.textAge.Size = new System.Drawing.Size(68,20); this.textAge.TabIndex = 0; // // textSalutation // this.textSalutation.Location = new System.Drawing.Point(135,134); this.textSalutation.MaxLength = 100; this.textSalutation.Name = "textSalutation"; this.textSalutation.Size = new System.Drawing.Size(228,20); this.textSalutation.TabIndex = 4; this.textSalutation.TextChanged += new System.EventHandler(this.textSalutation_TextChanged); // // label21 // this.label21.Location = new System.Drawing.Point(6,138); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(127,16); this.label21.TabIndex = 42; this.label21.Text = "Salutation (Dear __)"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textEmail // this.textEmail.Location = new System.Drawing.Point(135,316); this.textEmail.MaxLength = 100; this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(226,20); this.textEmail.TabIndex = 11; // // label22 // this.label22.Location = new System.Drawing.Point(29,321); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(104,14); this.label22.TabIndex = 44; this.label22.Text = "E-mail"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label27 // this.label27.Location = new System.Drawing.Point(50,159); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(97,16); this.label27.TabIndex = 55; this.label27.Text = "Credit Type"; this.label27.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCreditType // this.textCreditType.Location = new System.Drawing.Point(149,156); this.textCreditType.MaxLength = 1; this.textCreditType.Name = "textCreditType"; this.textCreditType.Size = new System.Drawing.Size(18,20); this.textCreditType.TabIndex = 15; this.textCreditType.TextChanged += new System.EventHandler(this.textCreditType_TextChanged); // // label1 // this.label1.Location = new System.Drawing.Point(26,178); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121,16); this.label1.TabIndex = 57; this.label1.Text = "Billing Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.labelCanadianEligibilityCode); this.groupBox2.Controls.Add(this.comboCanadianEligibilityCode); this.groupBox2.Controls.Add(this.textSchool); this.groupBox2.Controls.Add(this.radioStudentN); this.groupBox2.Controls.Add(this.radioStudentP); this.groupBox2.Controls.Add(this.radioStudentF); this.groupBox2.Controls.Add(this.labelSchoolName); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(472,397); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(382,87); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "Student Status if Dependent Over 19 (for Ins)"; // // labelCanadianEligibilityCode // this.labelCanadianEligibilityCode.Location = new System.Drawing.Point(1,63); this.labelCanadianEligibilityCode.Name = "labelCanadianEligibilityCode"; this.labelCanadianEligibilityCode.Size = new System.Drawing.Size(121,16); this.labelCanadianEligibilityCode.TabIndex = 11; this.labelCanadianEligibilityCode.Text = "Eligibility Excep. Code"; this.labelCanadianEligibilityCode.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelCanadianEligibilityCode.Visible = false; // // comboCanadianEligibilityCode // this.comboCanadianEligibilityCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCanadianEligibilityCode.FormattingEnabled = true; this.comboCanadianEligibilityCode.Location = new System.Drawing.Point(124,60); this.comboCanadianEligibilityCode.Name = "comboCanadianEligibilityCode"; this.comboCanadianEligibilityCode.Size = new System.Drawing.Size(223,21); this.comboCanadianEligibilityCode.TabIndex = 10; this.comboCanadianEligibilityCode.Visible = false; // // textSchool // this.textSchool.Location = new System.Drawing.Point(123,37); this.textSchool.MaxLength = 255; this.textSchool.Name = "textSchool"; this.textSchool.Size = new System.Drawing.Size(224,20); this.textSchool.TabIndex = 3; // // radioStudentN // this.radioStudentN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioStudentN.Location = new System.Drawing.Point(52,18); this.radioStudentN.Name = "radioStudentN"; this.radioStudentN.Size = new System.Drawing.Size(108,16); this.radioStudentN.TabIndex = 0; this.radioStudentN.Text = "Nonstudent"; this.radioStudentN.Click += new System.EventHandler(this.radioStudentN_Click); // // radioStudentP // this.radioStudentP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioStudentP.Location = new System.Drawing.Point(262,18); this.radioStudentP.Name = "radioStudentP"; this.radioStudentP.Size = new System.Drawing.Size(104,16); this.radioStudentP.TabIndex = 2; this.radioStudentP.Text = "Parttime"; this.radioStudentP.Click += new System.EventHandler(this.radioStudentP_Click); // // radioStudentF // this.radioStudentF.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioStudentF.Location = new System.Drawing.Point(164,18); this.radioStudentF.Name = "radioStudentF"; this.radioStudentF.Size = new System.Drawing.Size(98,16); this.radioStudentF.TabIndex = 1; this.radioStudentF.Text = "Fulltime"; this.radioStudentF.Click += new System.EventHandler(this.radioStudentF_Click); // // labelSchoolName // this.labelSchoolName.Location = new System.Drawing.Point(5,41); this.labelSchoolName.Name = "labelSchoolName"; this.labelSchoolName.Size = new System.Drawing.Size(116,16); this.labelSchoolName.TabIndex = 9; this.labelSchoolName.Text = "College Name"; this.labelSchoolName.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label29 // this.label29.Location = new System.Drawing.Point(18,341); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(116,16); this.label29.TabIndex = 62; this.label29.Text = "ChartNumber"; this.label29.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textChartNumber // this.textChartNumber.Location = new System.Drawing.Point(135,337); this.textChartNumber.MaxLength = 20; this.textChartNumber.Name = "textChartNumber"; this.textChartNumber.Size = new System.Drawing.Size(99,20); this.textChartNumber.TabIndex = 12; // // textBirthdate // this.textBirthdate.Location = new System.Drawing.Point(135,253); this.textBirthdate.Name = "textBirthdate"; this.textBirthdate.Size = new System.Drawing.Size(82,20); this.textBirthdate.TabIndex = 8; this.textBirthdate.Validated += new System.EventHandler(this.textBirthdate_Validated); // // groupBox1 // this.groupBox1.Controls.Add(this.label40); this.groupBox1.Controls.Add(this.label39); this.groupBox1.Controls.Add(this.label38); this.groupBox1.Controls.Add(this.comboFeeSched); this.groupBox1.Controls.Add(this.comboSecProv); this.groupBox1.Controls.Add(this.comboPriProv); this.groupBox1.Controls.Add(this.comboBillType); this.groupBox1.Controls.Add(this.textHmPhone); this.groupBox1.Controls.Add(this.butEditZip); this.groupBox1.Controls.Add(this.textZip); this.groupBox1.Controls.Add(this.comboZip); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.checkSame); this.groupBox1.Controls.Add(this.textState); this.groupBox1.Controls.Add(this.labelST); this.groupBox1.Controls.Add(this.textAddress); this.groupBox1.Controls.Add(this.label27); this.groupBox1.Controls.Add(this.textCreditType); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.labelCity); this.groupBox1.Controls.Add(this.textAddress2); this.groupBox1.Controls.Add(this.labelZip); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.textCity); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.label1); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(472,3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(424,278); this.groupBox1.TabIndex = 25; this.groupBox1.TabStop = false; this.groupBox1.Text = "Address and Phone"; // // label40 // this.label40.Location = new System.Drawing.Point(1,242); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(147,18); this.label40.TabIndex = 69; this.label40.Text = "Fee Schedule (rarely used)"; this.label40.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label39 // this.label39.Location = new System.Drawing.Point(26,222); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(121,16); this.label39.TabIndex = 68; this.label39.Text = "Secondary Provider"; this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label38 // this.label38.Location = new System.Drawing.Point(26,199); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(121,16); this.label38.TabIndex = 67; this.label38.Text = "Primary Provider"; this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboFeeSched // this.comboFeeSched.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboFeeSched.FormattingEnabled = true; this.comboFeeSched.Location = new System.Drawing.Point(149,239); this.comboFeeSched.MaxDropDownItems = 30; this.comboFeeSched.Name = "comboFeeSched"; this.comboFeeSched.Size = new System.Drawing.Size(198,21); this.comboFeeSched.TabIndex = 20; // // comboSecProv // this.comboSecProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSecProv.FormattingEnabled = true; this.comboSecProv.Location = new System.Drawing.Point(149,218); this.comboSecProv.MaxDropDownItems = 30; this.comboSecProv.Name = "comboSecProv"; this.comboSecProv.Size = new System.Drawing.Size(198,21); this.comboSecProv.TabIndex = 19; // // comboPriProv // this.comboPriProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPriProv.FormattingEnabled = true; this.comboPriProv.Location = new System.Drawing.Point(149,197); this.comboPriProv.MaxDropDownItems = 30; this.comboPriProv.Name = "comboPriProv"; this.comboPriProv.Size = new System.Drawing.Size(198,21); this.comboPriProv.TabIndex = 17; // // comboBillType // this.comboBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBillType.FormattingEnabled = true; this.comboBillType.Location = new System.Drawing.Point(149,176); this.comboBillType.MaxDropDownItems = 30; this.comboBillType.Name = "comboBillType"; this.comboBillType.Size = new System.Drawing.Size(198,21); this.comboBillType.TabIndex = 16; // // butEditZip // this.butEditZip.AdjustImageLocation = new System.Drawing.Point(0,0); this.butEditZip.Autosize = true; this.butEditZip.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEditZip.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEditZip.CornerRadius = 4F; this.butEditZip.Location = new System.Drawing.Point(349,134); this.butEditZip.Name = "butEditZip"; this.butEditZip.Size = new System.Drawing.Size(73,23); this.butEditZip.TabIndex = 62; this.butEditZip.TabStop = false; this.butEditZip.Text = "&Edit Zip"; this.butEditZip.Click += new System.EventHandler(this.butEditZip_Click); // // textZip // this.textZip.Location = new System.Drawing.Point(149,135); this.textZip.MaxLength = 100; this.textZip.Name = "textZip"; this.textZip.Size = new System.Drawing.Size(179,20); this.textZip.TabIndex = 14; this.textZip.TextChanged += new System.EventHandler(this.textZip_TextChanged); this.textZip.Validating += new System.ComponentModel.CancelEventHandler(this.textZip_Validating); // // comboZip // this.comboZip.DropDownWidth = 198; this.comboZip.Location = new System.Drawing.Point(149,135); this.comboZip.MaxDropDownItems = 20; this.comboZip.Name = "comboZip"; this.comboZip.Size = new System.Drawing.Size(198,21); this.comboZip.TabIndex = 60; this.comboZip.TabStop = false; this.comboZip.SelectionChangeCommitted += new System.EventHandler(this.comboZip_SelectionChangeCommitted); // // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.Control; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Location = new System.Drawing.Point(167,17); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(230,16); this.textBox1.TabIndex = 57; this.textBox1.TabStop = false; this.textBox1.Text = "Same for entire family"; // // checkSame // this.checkSame.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSame.Location = new System.Drawing.Point(149,14); this.checkSame.Name = "checkSame"; this.checkSame.Size = new System.Drawing.Size(18,21); this.checkSame.TabIndex = 11; this.checkSame.TabStop = false; // // groupNotes // this.groupNotes.Controls.Add(this.textAddrNotes); this.groupNotes.Controls.Add(this.checkNotesSame); this.groupNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupNotes.Location = new System.Drawing.Point(472,285); this.groupNotes.Name = "groupNotes"; this.groupNotes.Size = new System.Drawing.Size(424,107); this.groupNotes.TabIndex = 26; this.groupNotes.TabStop = false; this.groupNotes.Text = "Address and Phone Notes"; // // textAddrNotes // this.textAddrNotes.AcceptsReturn = true; this.textAddrNotes.Location = new System.Drawing.Point(123,42); this.textAddrNotes.Multiline = true; this.textAddrNotes.Name = "textAddrNotes"; this.textAddrNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.PatAddressNote; this.textAddrNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textAddrNotes.Size = new System.Drawing.Size(224,59); this.textAddrNotes.TabIndex = 0; // // checkNotesSame // this.checkNotesSame.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNotesSame.Location = new System.Drawing.Point(124,22); this.checkNotesSame.Name = "checkNotesSame"; this.checkNotesSame.Size = new System.Drawing.Size(247,18); this.checkNotesSame.TabIndex = 1; this.checkNotesSame.Text = "Same for entire family"; // // textPatNum // this.textPatNum.Location = new System.Drawing.Point(135,8); this.textPatNum.MaxLength = 100; this.textPatNum.Name = "textPatNum"; this.textPatNum.ReadOnly = true; this.textPatNum.Size = new System.Drawing.Size(228,20); this.textPatNum.TabIndex = 71; // // label19 // this.label19.Location = new System.Drawing.Point(9,11); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(125,16); this.label19.TabIndex = 72; this.label19.Text = "Patient Number"; this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label32 // this.label32.Location = new System.Drawing.Point(303,341); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(88,17); this.label32.TabIndex = 73; this.label32.Text = "(if used)"; // // butAuto // this.butAuto.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAuto.Autosize = true; this.butAuto.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAuto.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAuto.CornerRadius = 4F; this.butAuto.Location = new System.Drawing.Point(236,336); this.butAuto.Name = "butAuto"; this.butAuto.Size = new System.Drawing.Size(62,22); this.butAuto.TabIndex = 74; this.butAuto.Text = "Auto"; this.butAuto.Click += new System.EventHandler(this.butAuto_Click); // // textMedicaidID // this.textMedicaidID.Location = new System.Drawing.Point(135,295); this.textMedicaidID.MaxLength = 20; this.textMedicaidID.Name = "textMedicaidID"; this.textMedicaidID.Size = new System.Drawing.Size(99,20); this.textMedicaidID.TabIndex = 10; // // label31 // this.label31.Location = new System.Drawing.Point(26,300); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(106,14); this.label31.TabIndex = 75; this.label31.Text = "Medicaid ID"; this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listStatus // this.listStatus.Location = new System.Drawing.Point(12,177); this.listStatus.Name = "listStatus"; this.listStatus.Size = new System.Drawing.Size(105,69); this.listStatus.TabIndex = 5; // // listGender // this.listGender.Location = new System.Drawing.Point(130,177); this.listGender.Name = "listGender"; this.listGender.Size = new System.Drawing.Size(105,43); this.listGender.TabIndex = 6; // // listPosition // this.listPosition.Location = new System.Drawing.Point(248,177); this.listPosition.Name = "listPosition"; this.listPosition.Size = new System.Drawing.Size(105,69); this.listPosition.TabIndex = 7; this.listPosition.SelectedIndexChanged += new System.EventHandler(this.listPosition_SelectedIndexChanged); // // textEmployer // this.textEmployer.Location = new System.Drawing.Point(135,400); this.textEmployer.MaxLength = 255; this.textEmployer.Name = "textEmployer"; this.textEmployer.Size = new System.Drawing.Size(226,20); this.textEmployer.TabIndex = 14; this.textEmployer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textEmployer_KeyUp); this.textEmployer.Leave += new System.EventHandler(this.textEmployer_Leave); // // label33 // this.label33.Location = new System.Drawing.Point(10,404); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(124,14); this.label33.TabIndex = 83; this.label33.Text = "Employer"; this.label33.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupPH // this.groupPH.Controls.Add(this.comboEthnicity); this.groupPH.Controls.Add(this.labelEthnicity); this.groupPH.Controls.Add(this.butClearResponsParty); this.groupPH.Controls.Add(this.butPickResponsParty); this.groupPH.Controls.Add(this.textResponsParty); this.groupPH.Controls.Add(this.label34); this.groupPH.Controls.Add(this.butPickSite); this.groupPH.Controls.Add(this.comboUrgency); this.groupPH.Controls.Add(this.comboGradeLevel); this.groupPH.Controls.Add(this.textSite); this.groupPH.Controls.Add(this.label35); this.groupPH.Controls.Add(this.comboRace); this.groupPH.Controls.Add(this.textCounty); this.groupPH.Controls.Add(this.label15); this.groupPH.Controls.Add(this.label14); this.groupPH.Controls.Add(this.label13); this.groupPH.Controls.Add(this.labelRaceEthnicity); this.groupPH.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupPH.Location = new System.Drawing.Point(472,489); this.groupPH.Name = "groupPH"; this.groupPH.Size = new System.Drawing.Size(424,168); this.groupPH.TabIndex = 23; this.groupPH.TabStop = false; this.groupPH.Text = "Public Health"; // // comboEthnicity // this.comboEthnicity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboEthnicity.Location = new System.Drawing.Point(149,36); this.comboEthnicity.MaxDropDownItems = 20; this.comboEthnicity.Name = "comboEthnicity"; this.comboEthnicity.Size = new System.Drawing.Size(156,21); this.comboEthnicity.TabIndex = 69; // // labelEthnicity // this.labelEthnicity.Location = new System.Drawing.Point(6,37); this.labelEthnicity.Name = "labelEthnicity"; this.labelEthnicity.Size = new System.Drawing.Size(141,17); this.labelEthnicity.TabIndex = 68; this.labelEthnicity.Text = "Ethnicity"; this.labelEthnicity.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butClearResponsParty // this.butClearResponsParty.AdjustImageLocation = new System.Drawing.Point(1,1); this.butClearResponsParty.Autosize = true; this.butClearResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClearResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClearResponsParty.CornerRadius = 4F; this.butClearResponsParty.Image = global::OpenDental.Properties.Resources.deleteX; this.butClearResponsParty.Location = new System.Drawing.Point(397,137); this.butClearResponsParty.Name = "butClearResponsParty"; this.butClearResponsParty.Size = new System.Drawing.Size(25,23); this.butClearResponsParty.TabIndex = 67; this.butClearResponsParty.TabStop = false; this.butClearResponsParty.Click += new System.EventHandler(this.butClearResponsParty_Click); // // butPickResponsParty // this.butPickResponsParty.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPickResponsParty.Autosize = true; this.butPickResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickResponsParty.CornerRadius = 4F; this.butPickResponsParty.Location = new System.Drawing.Point(349,137); this.butPickResponsParty.Name = "butPickResponsParty"; this.butPickResponsParty.Size = new System.Drawing.Size(48,23); this.butPickResponsParty.TabIndex = 66; this.butPickResponsParty.TabStop = false; this.butPickResponsParty.Text = "Pick"; this.butPickResponsParty.Click += new System.EventHandler(this.butPickResponsParty_Click); // // textResponsParty // this.textResponsParty.AcceptsReturn = true; this.textResponsParty.Location = new System.Drawing.Point(149,139); this.textResponsParty.Name = "textResponsParty"; this.textResponsParty.ReadOnly = true; this.textResponsParty.Size = new System.Drawing.Size(198,20); this.textResponsParty.TabIndex = 65; // // label34 // this.label34.Location = new System.Drawing.Point(1,139); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(146,17); this.label34.TabIndex = 64; this.label34.Text = "Responsible Party"; this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butPickSite // this.butPickSite.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPickSite.Autosize = true; this.butPickSite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickSite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickSite.CornerRadius = 4F; this.butPickSite.Location = new System.Drawing.Point(349,75); this.butPickSite.Name = "butPickSite"; this.butPickSite.Size = new System.Drawing.Size(58,23); this.butPickSite.TabIndex = 63; this.butPickSite.TabStop = false; this.butPickSite.Text = "Pick"; this.butPickSite.Click += new System.EventHandler(this.butPickSite_Click); // // comboUrgency // this.comboUrgency.BackColor = System.Drawing.SystemColors.Window; this.comboUrgency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUrgency.Location = new System.Drawing.Point(149,118); this.comboUrgency.Name = "comboUrgency"; this.comboUrgency.Size = new System.Drawing.Size(155,21); this.comboUrgency.TabIndex = 4; // // comboGradeLevel // this.comboGradeLevel.BackColor = System.Drawing.SystemColors.Window; this.comboGradeLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboGradeLevel.Location = new System.Drawing.Point(149,97); this.comboGradeLevel.MaxDropDownItems = 25; this.comboGradeLevel.Name = "comboGradeLevel"; this.comboGradeLevel.Size = new System.Drawing.Size(155,21); this.comboGradeLevel.TabIndex = 3; // // textSite // this.textSite.AcceptsReturn = true; this.textSite.Location = new System.Drawing.Point(149,77); this.textSite.Name = "textSite"; this.textSite.Size = new System.Drawing.Size(198,20); this.textSite.TabIndex = 2; this.textSite.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textSite_KeyUp); this.textSite.Leave += new System.EventHandler(this.textSite_Leave); // // label35 // this.label35.Location = new System.Drawing.Point(1,117); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(146,17); this.label35.TabIndex = 6; this.label35.Text = "Treatment Urgency"; this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboRace // this.comboRace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRace.Location = new System.Drawing.Point(149,15); this.comboRace.MaxDropDownItems = 20; this.comboRace.Name = "comboRace"; this.comboRace.Size = new System.Drawing.Size(156,21); this.comboRace.TabIndex = 0; // // textCounty // this.textCounty.AcceptsReturn = true; this.textCounty.Location = new System.Drawing.Point(149,57); this.textCounty.Name = "textCounty"; this.textCounty.Size = new System.Drawing.Size(198,20); this.textCounty.TabIndex = 1; this.textCounty.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textCounty_KeyUp); this.textCounty.Leave += new System.EventHandler(this.textCounty_Leave); // // label15 // this.label15.Location = new System.Drawing.Point(7,97); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(140,17); this.label15.TabIndex = 3; this.label15.Text = "Grade Level"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label14 // this.label14.Location = new System.Drawing.Point(1,77); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(146,17); this.label14.TabIndex = 2; this.label14.Text = "Site (or Grade School)"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.Location = new System.Drawing.Point(4,57); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(143,17); this.label13.TabIndex = 1; this.label13.Text = "County"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRaceEthnicity // this.labelRaceEthnicity.Location = new System.Drawing.Point(6,16); this.labelRaceEthnicity.Name = "labelRaceEthnicity"; this.labelRaceEthnicity.Size = new System.Drawing.Size(141,17); this.labelRaceEthnicity.TabIndex = 0; this.labelRaceEthnicity.Text = "Race/Ethnicity"; this.labelRaceEthnicity.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateFirstVisit // this.textDateFirstVisit.Location = new System.Drawing.Point(135,358); this.textDateFirstVisit.Name = "textDateFirstVisit"; this.textDateFirstVisit.Size = new System.Drawing.Size(82,20); this.textDateFirstVisit.TabIndex = 13; // // label36 // this.label36.Location = new System.Drawing.Point(8,362); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(125,14); this.label36.TabIndex = 86; this.label36.Text = "Date of First Visit"; this.label36.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label37 // this.label37.Location = new System.Drawing.Point(239,299); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(179,14); this.label37.TabIndex = 88; this.label37.Text = "(put in InsPlan too)"; this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(45,575); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(86,14); this.labelClinic.TabIndex = 89; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(135,572); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(198,21); this.comboClinic.TabIndex = 22; // // textTrophyFolder // this.textTrophyFolder.Location = new System.Drawing.Point(135,529); this.textTrophyFolder.MaxLength = 30; this.textTrophyFolder.Name = "textTrophyFolder"; this.textTrophyFolder.Size = new System.Drawing.Size(226,20); this.textTrophyFolder.TabIndex = 20; // // labelTrophyFolder // this.labelTrophyFolder.Location = new System.Drawing.Point(16,532); this.labelTrophyFolder.Name = "labelTrophyFolder"; this.labelTrophyFolder.Size = new System.Drawing.Size(118,14); this.labelTrophyFolder.TabIndex = 90; this.labelTrophyFolder.Text = "Trophy Folder"; this.labelTrophyFolder.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textWard // this.textWard.Location = new System.Drawing.Point(135,594); this.textWard.MaxLength = 100; this.textWard.Name = "textWard"; this.textWard.Size = new System.Drawing.Size(55,20); this.textWard.TabIndex = 23; // // labelWard // this.labelWard.Location = new System.Drawing.Point(79,599); this.labelWard.Name = "labelWard"; this.labelWard.Size = new System.Drawing.Size(53,14); this.labelWard.TabIndex = 92; this.labelWard.Text = "Ward"; this.labelWard.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label28 // this.label28.Location = new System.Drawing.Point(15,553); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(118,14); this.label28.TabIndex = 94; this.label28.Text = "Language"; this.label28.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboLanguage // this.comboLanguage.BackColor = System.Drawing.SystemColors.Window; this.comboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboLanguage.Location = new System.Drawing.Point(135,550); this.comboLanguage.MaxDropDownItems = 25; this.comboLanguage.Name = "comboLanguage"; this.comboLanguage.Size = new System.Drawing.Size(226,21); this.comboLanguage.TabIndex = 21; // // comboContact // this.comboContact.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboContact.FormattingEnabled = true; this.comboContact.Location = new System.Drawing.Point(135,463); this.comboContact.MaxDropDownItems = 30; this.comboContact.Name = "comboContact"; this.comboContact.Size = new System.Drawing.Size(174,21); this.comboContact.TabIndex = 17; // // label23 // this.label23.Location = new System.Drawing.Point(1,465); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(132,16); this.label23.TabIndex = 96; this.label23.Text = "Prefer Contact Method"; this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboConfirm // this.comboConfirm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboConfirm.FormattingEnabled = true; this.comboConfirm.Location = new System.Drawing.Point(135,485); this.comboConfirm.MaxDropDownItems = 30; this.comboConfirm.Name = "comboConfirm"; this.comboConfirm.Size = new System.Drawing.Size(174,21); this.comboConfirm.TabIndex = 18; // // label24 // this.label24.Location = new System.Drawing.Point(1,487); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(132,16); this.label24.TabIndex = 98; this.label24.Text = "Prefer Confirm Method"; this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboRecall // this.comboRecall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRecall.FormattingEnabled = true; this.comboRecall.Location = new System.Drawing.Point(135,507); this.comboRecall.MaxDropDownItems = 30; this.comboRecall.Name = "comboRecall"; this.comboRecall.Size = new System.Drawing.Size(174,21); this.comboRecall.TabIndex = 19; // // label25 // this.label25.Location = new System.Drawing.Point(1,509); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(132,16); this.label25.TabIndex = 100; this.label25.Text = "Prefer Recall Method"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAdmitDate // this.textAdmitDate.Location = new System.Drawing.Point(312,594); this.textAdmitDate.Name = "textAdmitDate"; this.textAdmitDate.Size = new System.Drawing.Size(82,20); this.textAdmitDate.TabIndex = 102; // // labelAdmitDate // this.labelAdmitDate.Location = new System.Drawing.Point(206,598); this.labelAdmitDate.Name = "labelAdmitDate"; this.labelAdmitDate.Size = new System.Drawing.Size(104,14); this.labelAdmitDate.TabIndex = 101; this.labelAdmitDate.Text = "Admit Date"; this.labelAdmitDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTitle // this.textTitle.Location = new System.Drawing.Point(135,113); this.textTitle.MaxLength = 100; this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(75,20); this.textTitle.TabIndex = 103; // // label26 // this.label26.Location = new System.Drawing.Point(9,116); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(124,16); this.label26.TabIndex = 104; this.label26.Text = "Title (Mr., Ms.)"; this.label26.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label41 // this.label41.Location = new System.Drawing.Point(365,162); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(73,13); this.label41.TabIndex = 105; this.label41.Text = "Guardians"; this.label41.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listGuardians // this.listGuardians.FormattingEnabled = true; this.listGuardians.Location = new System.Drawing.Point(367,177); this.listGuardians.Name = "listGuardians"; this.listGuardians.Size = new System.Drawing.Size(94,69); this.listGuardians.TabIndex = 106; this.listGuardians.DoubleClick += new System.EventHandler(this.listGuardians_DoubleClick); // // butAddGuardian // this.butAddGuardian.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddGuardian.Autosize = true; this.butAddGuardian.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddGuardian.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddGuardian.CornerRadius = 4F; this.butAddGuardian.Location = new System.Drawing.Point(367,249); this.butAddGuardian.Name = "butAddGuardian"; this.butAddGuardian.Size = new System.Drawing.Size(36,22); this.butAddGuardian.TabIndex = 107; this.butAddGuardian.Text = "Add"; this.butAddGuardian.Click += new System.EventHandler(this.butAddGuardian_Click); // // butGuardianDefaults // this.butGuardianDefaults.AdjustImageLocation = new System.Drawing.Point(0,0); this.butGuardianDefaults.Autosize = true; this.butGuardianDefaults.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGuardianDefaults.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGuardianDefaults.CornerRadius = 4F; this.butGuardianDefaults.Location = new System.Drawing.Point(404,249); this.butGuardianDefaults.Name = "butGuardianDefaults"; this.butGuardianDefaults.Size = new System.Drawing.Size(57,22); this.butGuardianDefaults.TabIndex = 109; this.butGuardianDefaults.Text = "Defaults"; this.butGuardianDefaults.Click += new System.EventHandler(this.butGuardianDefaults_Click); // // textAskToArriveEarly // this.textAskToArriveEarly.Location = new System.Drawing.Point(135,379); this.textAskToArriveEarly.MaxLength = 100; this.textAskToArriveEarly.Name = "textAskToArriveEarly"; this.textAskToArriveEarly.Size = new System.Drawing.Size(36,20); this.textAskToArriveEarly.TabIndex = 117; // // label42 // this.label42.Location = new System.Drawing.Point(6,383); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(128,14); this.label42.TabIndex = 118; this.label42.Text = "Ask To Arrive Early"; this.label42.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkArriveEarlySame // this.checkArriveEarlySame.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkArriveEarlySame.Location = new System.Drawing.Point(233,382); this.checkArriveEarlySame.Name = "checkArriveEarlySame"; this.checkArriveEarlySame.Size = new System.Drawing.Size(142,18); this.checkArriveEarlySame.TabIndex = 119; this.checkArriveEarlySame.Text = "Same for entire family"; // // label43 // this.label43.Location = new System.Drawing.Point(171,382); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(68,14); this.label43.TabIndex = 120; this.label43.Text = "(minutes)"; this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FormPatientEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(994,673); this.Controls.Add(this.checkArriveEarlySame); this.Controls.Add(this.label43); this.Controls.Add(this.textAskToArriveEarly); this.Controls.Add(this.label42); this.Controls.Add(this.butGuardianDefaults); this.Controls.Add(this.butAddGuardian); this.Controls.Add(this.listGuardians); this.Controls.Add(this.label41); this.Controls.Add(this.textTitle); this.Controls.Add(this.label26); this.Controls.Add(this.textAdmitDate); this.Controls.Add(this.labelAdmitDate); this.Controls.Add(this.comboRecall); this.Controls.Add(this.label25); this.Controls.Add(this.comboConfirm); this.Controls.Add(this.label24); this.Controls.Add(this.comboContact); this.Controls.Add(this.label23); this.Controls.Add(this.comboLanguage); this.Controls.Add(this.label28); this.Controls.Add(this.textWard); this.Controls.Add(this.labelWard); this.Controls.Add(this.textTrophyFolder); this.Controls.Add(this.labelTrophyFolder); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.label37); this.Controls.Add(this.textDateFirstVisit); this.Controls.Add(this.textEmployer); this.Controls.Add(this.textMedicaidID); this.Controls.Add(this.textPatNum); this.Controls.Add(this.textBirthdate); this.Controls.Add(this.textChartNumber); this.Controls.Add(this.textEmail); this.Controls.Add(this.textSalutation); this.Controls.Add(this.textAge); this.Controls.Add(this.textWirelessPhone); this.Controls.Add(this.textWkPhone); this.Controls.Add(this.textSSN); this.Controls.Add(this.textPreferred); this.Controls.Add(this.textMiddleI); this.Controls.Add(this.textFName); this.Controls.Add(this.textLName); this.Controls.Add(this.butAuto); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label36); this.Controls.Add(this.groupPH); this.Controls.Add(this.label33); this.Controls.Add(this.label7); this.Controls.Add(this.listPosition); this.Controls.Add(this.listGender); this.Controls.Add(this.listStatus); this.Controls.Add(this.label31); this.Controls.Add(this.label32); this.Controls.Add(this.label19); this.Controls.Add(this.groupNotes); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label29); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label22); this.Controls.Add(this.label6); this.Controls.Add(this.label21); this.Controls.Add(this.label20); this.Controls.Add(this.label18); this.Controls.Add(this.label17); this.Controls.Add(this.labelSSN); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPatientEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Patient Information"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPatientEdit_Closing); this.Load += new System.EventHandler(this.FormPatientEdit_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupNotes.ResumeLayout(false); this.groupNotes.PerformLayout(); this.groupPH.ResumeLayout(false); this.groupPH.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormReferralEdit)); this.textLName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textFName = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textMName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textST = new System.Windows.Forms.TextBox(); this.groupSSN = new System.Windows.Forms.GroupBox(); this.radioTIN = new System.Windows.Forms.RadioButton(); this.radioSSN = new System.Windows.Forms.RadioButton(); this.textSSN = new System.Windows.Forms.TextBox(); this.listSpecialty = new System.Windows.Forms.ListBox(); this.label10 = new System.Windows.Forms.Label(); this.textPhone3 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textPhone2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.textPhone1 = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textEmail = new System.Windows.Forms.TextBox(); this.textOtherPhone = new System.Windows.Forms.TextBox(); this.textZip = new System.Windows.Forms.TextBox(); this.textCity = new System.Windows.Forms.TextBox(); this.textAddress2 = new System.Windows.Forms.TextBox(); this.textAddress = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.checkHidden = new System.Windows.Forms.CheckBox(); this.labelPatient = new System.Windows.Forms.Label(); this.checkNotPerson = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label18 = new System.Windows.Forms.Label(); this.textPatientsNumFrom = new System.Windows.Forms.TextBox(); this.comboPatientsFrom = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.textPatientsNumTo = new System.Windows.Forms.TextBox(); this.comboPatientsTo = new System.Windows.Forms.ComboBox(); this.textNationalProvID = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.comboSlip = new System.Windows.Forms.ComboBox(); this.butDelete = new OpenDental.UI.Button(); this.textNotes = new OpenDental.ODtextBox(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.checkIsDoctor = new System.Windows.Forms.CheckBox(); this.groupSSN.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textLName // this.textLName.Location = new System.Drawing.Point(129,78); this.textLName.Name = "textLName"; this.textLName.Size = new System.Drawing.Size(297,20); this.textLName.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(24,80); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104,16); this.label1.TabIndex = 0; this.label1.Text = "Last Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(24,106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104,16); this.label2.TabIndex = 0; this.label2.Text = "First Name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFName // this.textFName.Location = new System.Drawing.Point(129,104); this.textFName.Name = "textFName"; this.textFName.Size = new System.Drawing.Size(297,20); this.textFName.TabIndex = 2; // // label3 // this.label3.Location = new System.Drawing.Point(24,132); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104,16); this.label3.TabIndex = 0; this.label3.Text = "Middle Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textMName // this.textMName.Location = new System.Drawing.Point(129,130); this.textMName.Name = "textMName"; this.textMName.Size = new System.Drawing.Size(169,20); this.textMName.TabIndex = 3; // // label4 // this.label4.Location = new System.Drawing.Point(24,262); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(104,16); this.label4.TabIndex = 0; this.label4.Text = "ST"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textST // this.textST.Location = new System.Drawing.Point(129,260); this.textST.Name = "textST"; this.textST.Size = new System.Drawing.Size(118,20); this.textST.TabIndex = 8; // // groupSSN // this.groupSSN.Controls.Add(this.radioTIN); this.groupSSN.Controls.Add(this.radioSSN); this.groupSSN.Controls.Add(this.textSSN); this.groupSSN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSSN.Location = new System.Drawing.Point(121,392); this.groupSSN.Name = "groupSSN"; this.groupSSN.Size = new System.Drawing.Size(141,82); this.groupSSN.TabIndex = 0; this.groupSSN.TabStop = false; this.groupSSN.Text = "SSN or TIN (no dashes)"; // // radioTIN // this.radioTIN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioTIN.Location = new System.Drawing.Point(9,34); this.radioTIN.Name = "radioTIN"; this.radioTIN.Size = new System.Drawing.Size(104,16); this.radioTIN.TabIndex = 18; this.radioTIN.Text = "TIN"; this.radioTIN.Click += new System.EventHandler(this.radioTIN_Click); // // radioSSN // this.radioSSN.Checked = true; this.radioSSN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioSSN.Location = new System.Drawing.Point(9,17); this.radioSSN.Name = "radioSSN"; this.radioSSN.Size = new System.Drawing.Size(104,14); this.radioSSN.TabIndex = 17; this.radioSSN.TabStop = true; this.radioSSN.Text = "SSN"; this.radioSSN.Click += new System.EventHandler(this.radioSSN_Click); // // textSSN // this.textSSN.Location = new System.Drawing.Point(8,54); this.textSSN.Name = "textSSN"; this.textSSN.Size = new System.Drawing.Size(100,20); this.textSSN.TabIndex = 15; // // listSpecialty // this.listSpecialty.Items.AddRange(new object[] { "Dental General Practice", "Dental Hygienist", "Endodontics", "Pediatric Dentistry", "Periodontics", "Prosthodontics", "Orthodontics", "Denturist", "Surgery, Oral & Maxillofacial", "Dental Assistant", "Dental Laboratory Technician", "Pathology, Oral & MaxFac", "Public Health", "Radiology"}); this.listSpecialty.Location = new System.Drawing.Point(501,98); this.listSpecialty.Name = "listSpecialty"; this.listSpecialty.Size = new System.Drawing.Size(154,186); this.listSpecialty.TabIndex = 0; this.listSpecialty.TabStop = false; // // label10 // this.label10.Location = new System.Drawing.Point(499,78); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(99,16); this.label10.TabIndex = 0; this.label10.Text = "Specialty"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textPhone3 // this.textPhone3.Location = new System.Drawing.Point(210,312); this.textPhone3.MaxLength = 4; this.textPhone3.Name = "textPhone3"; this.textPhone3.Size = new System.Drawing.Size(39,20); this.textPhone3.TabIndex = 12; // // label13 // this.label13.Location = new System.Drawing.Point(200,314); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(6,16); this.label13.TabIndex = 0; this.label13.Text = "-"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textPhone2 // this.textPhone2.Location = new System.Drawing.Point(170,312); this.textPhone2.MaxLength = 3; this.textPhone2.Name = "textPhone2"; this.textPhone2.Size = new System.Drawing.Size(28,20); this.textPhone2.TabIndex = 11; // // label11 // this.label11.Location = new System.Drawing.Point(158,314); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(6,16); this.label11.TabIndex = 0; this.label11.Text = ")"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label12 // this.label12.Location = new System.Drawing.Point(119,314); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(11,16); this.label12.TabIndex = 0; this.label12.Text = "("; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPhone1 // this.textPhone1.Location = new System.Drawing.Point(129,312); this.textPhone1.MaxLength = 3; this.textPhone1.Name = "textPhone1"; this.textPhone1.Size = new System.Drawing.Size(28,20); this.textPhone1.TabIndex = 10; // // label14 // this.label14.Location = new System.Drawing.Point(24,314); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(95,16); this.label14.TabIndex = 0; this.label14.Text = "Phone"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTitle // this.textTitle.Location = new System.Drawing.Point(129,156); this.textTitle.MaxLength = 100; this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(70,20); this.textTitle.TabIndex = 4; // // label5 // this.label5.Location = new System.Drawing.Point(40,158); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(89,16); this.label5.TabIndex = 0; this.label5.Text = "Title (DDS)"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textEmail // this.textEmail.Location = new System.Drawing.Point(129,366); this.textEmail.MaxLength = 100; this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(297,20); this.textEmail.TabIndex = 14; // // textOtherPhone // this.textOtherPhone.Location = new System.Drawing.Point(129,339); this.textOtherPhone.MaxLength = 30; this.textOtherPhone.Name = "textOtherPhone"; this.textOtherPhone.Size = new System.Drawing.Size(161,20); this.textOtherPhone.TabIndex = 13; this.textOtherPhone.TextChanged += new System.EventHandler(this.textOtherPhone_TextChanged); // // textZip // this.textZip.Location = new System.Drawing.Point(129,286); this.textZip.MaxLength = 10; this.textZip.Name = "textZip"; this.textZip.Size = new System.Drawing.Size(161,20); this.textZip.TabIndex = 9; // // textCity // this.textCity.Location = new System.Drawing.Point(129,234); this.textCity.MaxLength = 50; this.textCity.Name = "textCity"; this.textCity.Size = new System.Drawing.Size(190,20); this.textCity.TabIndex = 7; // // textAddress2 // this.textAddress2.Location = new System.Drawing.Point(129,208); this.textAddress2.MaxLength = 100; this.textAddress2.Name = "textAddress2"; this.textAddress2.Size = new System.Drawing.Size(297,20); this.textAddress2.TabIndex = 6; // // textAddress // this.textAddress.Location = new System.Drawing.Point(129,182); this.textAddress.MaxLength = 100; this.textAddress.Name = "textAddress"; this.textAddress.Size = new System.Drawing.Size(297,20); this.textAddress.TabIndex = 5; // // label22 // this.label22.Location = new System.Drawing.Point(24,368); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(104,16); this.label22.TabIndex = 0; this.label22.Text = "E-mail"; this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(24,342); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(104,16); this.label16.TabIndex = 0; this.label16.Text = "Other Phone"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(24,288); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(104,16); this.label15.TabIndex = 0; this.label15.Text = "Zip"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label7 // this.label7.Location = new System.Drawing.Point(24,236); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104,16); this.label7.TabIndex = 0; this.label7.Text = "City"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(24,210); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104,16); this.label8.TabIndex = 0; this.label8.Text = "Address2"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(24,184); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(104,16); this.label9.TabIndex = 0; this.label9.Text = "Address"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label17 // this.label17.Location = new System.Drawing.Point(25,508); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(101,14); this.label17.TabIndex = 0; this.label17.Text = "Notes"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkHidden // this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHidden.Location = new System.Drawing.Point(39,29); this.checkHidden.Name = "checkHidden"; this.checkHidden.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.checkHidden.Size = new System.Drawing.Size(104,18); this.checkHidden.TabIndex = 24; this.checkHidden.Text = "Hidden "; // // labelPatient // this.labelPatient.Location = new System.Drawing.Point(43,11); this.labelPatient.Name = "labelPatient"; this.labelPatient.Size = new System.Drawing.Size(612,17); this.labelPatient.TabIndex = 70; this.labelPatient.Text = "This referral is a patient. Some information can only be changed from the patien" + "t\'s edit form."; this.labelPatient.Visible = false; // // checkNotPerson // this.checkNotPerson.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkNotPerson.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNotPerson.Location = new System.Drawing.Point(30,52); this.checkNotPerson.Name = "checkNotPerson"; this.checkNotPerson.Size = new System.Drawing.Size(113,21); this.checkNotPerson.TabIndex = 71; this.checkNotPerson.Text = "Not Person"; this.checkNotPerson.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.label18); this.groupBox2.Controls.Add(this.textPatientsNumFrom); this.groupBox2.Controls.Add(this.comboPatientsFrom); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.textPatientsNumTo); this.groupBox2.Controls.Add(this.comboPatientsTo); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(481,298); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(383,109); this.groupBox2.TabIndex = 74; this.groupBox2.TabStop = false; this.groupBox2.Text = "Used By Patients"; // // label18 // this.label18.Location = new System.Drawing.Point(15,57); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(323,19); this.label18.TabIndex = 72; this.label18.Text = "Patients referred FROM this referral"; this.label18.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatientsNumFrom // this.textPatientsNumFrom.BackColor = System.Drawing.Color.White; this.textPatientsNumFrom.Location = new System.Drawing.Point(17,78); this.textPatientsNumFrom.Name = "textPatientsNumFrom"; this.textPatientsNumFrom.ReadOnly = true; this.textPatientsNumFrom.Size = new System.Drawing.Size(35,20); this.textPatientsNumFrom.TabIndex = 71; // // comboPatientsFrom // this.comboPatientsFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatientsFrom.Location = new System.Drawing.Point(61,78); this.comboPatientsFrom.MaxDropDownItems = 30; this.comboPatientsFrom.Name = "comboPatientsFrom"; this.comboPatientsFrom.Size = new System.Drawing.Size(299,21); this.comboPatientsFrom.TabIndex = 70; // // label6 // this.label6.Location = new System.Drawing.Point(15,14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(323,19); this.label6.TabIndex = 69; this.label6.Text = "Patients referred TO this referral"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textPatientsNumTo // this.textPatientsNumTo.BackColor = System.Drawing.Color.White; this.textPatientsNumTo.Location = new System.Drawing.Point(17,35); this.textPatientsNumTo.Name = "textPatientsNumTo"; this.textPatientsNumTo.ReadOnly = true; this.textPatientsNumTo.Size = new System.Drawing.Size(35,20); this.textPatientsNumTo.TabIndex = 68; // // comboPatientsTo // this.comboPatientsTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatientsTo.Location = new System.Drawing.Point(61,35); this.comboPatientsTo.MaxDropDownItems = 30; this.comboPatientsTo.Name = "comboPatientsTo"; this.comboPatientsTo.Size = new System.Drawing.Size(299,21); this.comboPatientsTo.TabIndex = 34; // // textNationalProvID // this.textNationalProvID.Location = new System.Drawing.Point(129,480); this.textNationalProvID.Name = "textNationalProvID"; this.textNationalProvID.Size = new System.Drawing.Size(100,20); this.textNationalProvID.TabIndex = 75; // // label19 // this.label19.Location = new System.Drawing.Point(10,483); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(117,16); this.label19.TabIndex = 76; this.label19.Text = "National Provider ID"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label20 // this.label20.Location = new System.Drawing.Point(157,315); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(11,16); this.label20.TabIndex = 77; this.label20.Text = ")"; this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label21 // this.label21.Location = new System.Drawing.Point(496,425); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(345,16); this.label21.TabIndex = 78; this.label21.Text = "Referral Slip (custom referral slips may be added in Sheets)"; this.label21.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboSlip // this.comboSlip.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSlip.Location = new System.Drawing.Point(498,445); this.comboSlip.MaxDropDownItems = 30; this.comboSlip.Name = "comboSlip"; this.comboSlip.Size = new System.Drawing.Size(275,21); this.comboSlip.TabIndex = 79; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(21,648); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(80,24); this.butDelete.TabIndex = 80; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textNotes // this.textNotes.AcceptsReturn = true; this.textNotes.Location = new System.Drawing.Point(129,506); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Referral; this.textNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(412,125); this.textNotes.TabIndex = 73; // // 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,648); this.butCancel.Name = "butCancel"; this.butCancel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 18; 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(698,648); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 17; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // checkIsDoctor // this.checkIsDoctor.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsDoctor.Location = new System.Drawing.Point(502,54); this.checkIsDoctor.Name = "checkIsDoctor"; this.checkIsDoctor.Size = new System.Drawing.Size(113,21); this.checkIsDoctor.TabIndex = 81; this.checkIsDoctor.Text = "Is Doctor"; // // FormReferralEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(877,690); this.Controls.Add(this.checkIsDoctor); this.Controls.Add(this.butDelete); this.Controls.Add(this.comboSlip); this.Controls.Add(this.label21); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.textNationalProvID); this.Controls.Add(this.groupBox2); this.Controls.Add(this.textNotes); this.Controls.Add(this.checkHidden); this.Controls.Add(this.checkNotPerson); this.Controls.Add(this.labelPatient); this.Controls.Add(this.textEmail); this.Controls.Add(this.textOtherPhone); this.Controls.Add(this.textZip); this.Controls.Add(this.textCity); this.Controls.Add(this.textAddress2); this.Controls.Add(this.textAddress); this.Controls.Add(this.textTitle); this.Controls.Add(this.textPhone3); this.Controls.Add(this.textPhone2); this.Controls.Add(this.textPhone1); this.Controls.Add(this.textST); this.Controls.Add(this.textMName); this.Controls.Add(this.textFName); this.Controls.Add(this.textLName); this.Controls.Add(this.label17); this.Controls.Add(this.label22); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label7); this.Controls.Add(this.label8); this.Controls.Add(this.label9); this.Controls.Add(this.label5); this.Controls.Add(this.label13); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.label14); this.Controls.Add(this.listSpecialty); this.Controls.Add(this.label10); this.Controls.Add(this.groupSSN); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.ForeColor = System.Drawing.SystemColors.ControlText; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormReferralEdit"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Referral"; this.Load += new System.EventHandler(this.FormReferralEdit_Load); this.groupSSN.ResumeLayout(false); this.groupSSN.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit)); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textPrincipal = new OpenDental.ValidDouble(); this.textNote = new OpenDental.ODtextBox(); this.textInterest = new OpenDental.ValidDouble(); this.label1 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.textProv = new System.Windows.Forms.TextBox(); this.textClinic = new System.Windows.Forms.TextBox(); this.labelClinic = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label4 // this.label4.Location = new System.Drawing.Point(5, 35); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 3; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(6, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 4; this.label5.Text = "Principal"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(437, 207); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(437, 245); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(24, 243); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(78, 26); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textPrincipal // this.textPrincipal.Location = new System.Drawing.Point(108, 93); this.textPrincipal.Name = "textPrincipal"; this.textPrincipal.Size = new System.Drawing.Size(100, 20); this.textPrincipal.TabIndex = 1; // // textNote // this.textNote.Location = new System.Drawing.Point(108, 33); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(245, 55); this.textNote.TabIndex = 0; // // textInterest // this.textInterest.Location = new System.Drawing.Point(108, 118); this.textInterest.Name = "textInterest"; this.textInterest.Size = new System.Drawing.Size(100, 20); this.textInterest.TabIndex = 20; // // label1 // this.label1.Location = new System.Drawing.Point(6, 120); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 16); this.label1.TabIndex = 21; this.label1.Text = "Interest"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(108, 8); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 22; // // label2 // this.label2.Location = new System.Drawing.Point(6, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 23; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(7, 146); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 14); this.label9.TabIndex = 101; this.label9.Text = "Provider"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textProv // this.textProv.Location = new System.Drawing.Point(108, 143); this.textProv.Name = "textProv"; this.textProv.Size = new System.Drawing.Size(201, 20); this.textProv.TabIndex = 102; // // textClinic // this.textClinic.Location = new System.Drawing.Point(108, 168); this.textClinic.Name = "textClinic"; this.textClinic.Size = new System.Drawing.Size(201, 20); this.textClinic.TabIndex = 104; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(7, 171); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(100, 14); this.labelClinic.TabIndex = 103; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormPayPlanChargeEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(541, 293); this.Controls.Add(this.textClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textProv); this.Controls.Add(this.label9); this.Controls.Add(this.label2); this.Controls.Add(this.textDate); this.Controls.Add(this.textInterest); this.Controls.Add(this.label1); this.Controls.Add(this.textNote); this.Controls.Add(this.textPrincipal); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPayPlanChargeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Payment Plan Charge"; this.Load += new System.EventHandler(this.FormPayPlanCharge_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormLetters)); this.butCancel = new OpenDental.UI.Button(); this.listLetters = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.butEdit = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.textBody = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(758, 633); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(79, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // listLetters // this.listLetters.Location = new System.Drawing.Point(20, 133); this.listLetters.Name = "listLetters"; this.listLetters.Size = new System.Drawing.Size(164, 277); this.listLetters.TabIndex = 2; this.listLetters.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listLetters_MouseDown); // // label1 // this.label1.Location = new System.Drawing.Point(19, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(124, 14); this.label1.TabIndex = 3; this.label1.Text = "Letters"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butEdit // this.butEdit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEdit.Autosize = true; this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdit.CornerRadius = 4F; this.butEdit.Image = global::OpenDental.Properties.Resources.editPencil; this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEdit.Location = new System.Drawing.Point(106, 414); this.butEdit.Name = "butEdit"; this.butEdit.Size = new System.Drawing.Size(79, 26); this.butEdit.TabIndex = 8; this.butEdit.Text = "&Edit"; this.butEdit.Click += new System.EventHandler(this.butEdit_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19, 414); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(79, 26); this.butAdd.TabIndex = 7; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // label2 // this.label2.Location = new System.Drawing.Point(22, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(711, 32); this.label2.TabIndex = 12; this.label2.Text = resources.GetString("label2.Text"); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(19, 448); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(79, 26); this.butDelete.TabIndex = 16; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textBody // this.textBody.AcceptsReturn = true; this.textBody.Location = new System.Drawing.Point(206, 133); this.textBody.Multiline = true; this.textBody.Name = "textBody"; this.textBody.QuickPasteType = OpenDentBusiness.QuickPasteType.Letter; this.textBody.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBody.Size = new System.Drawing.Size(630, 486); this.textBody.TabIndex = 18; // // FormLetters // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(858, 674); this.Controls.Add(this.textBody); this.Controls.Add(this.butDelete); this.Controls.Add(this.label2); this.Controls.Add(this.butEdit); this.Controls.Add(this.butAdd); this.Controls.Add(this.label1); this.Controls.Add(this.listLetters); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormLetters"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Letters"; this.Load += new System.EventHandler(this.FormLetterSetup_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.FormLetters_Closing); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit)); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textPrincipal = new OpenDental.ValidDouble(); this.textNote = new OpenDental.ODtextBox(); this.textInterest = new OpenDental.ValidDouble(); this.label1 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.textProv = new System.Windows.Forms.TextBox(); this.textClinic = new System.Windows.Forms.TextBox(); this.labelClinic = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label4 // this.label4.Location = new System.Drawing.Point(5, 35); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 0; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(6, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 0; this.label5.Text = "Principal"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(437, 207); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 5; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(437, 245); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 6; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(24, 243); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(78, 26); this.butDelete.TabIndex = 7; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textPrincipal // this.textPrincipal.Location = new System.Drawing.Point(108, 93); this.textPrincipal.MaxVal = 100000000D; this.textPrincipal.MinVal = 0D; this.textPrincipal.Name = "textPrincipal"; this.textPrincipal.Size = new System.Drawing.Size(100, 20); this.textPrincipal.TabIndex = 1; // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(108, 33); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(245, 55); this.textNote.TabIndex = 9; this.textNote.TabStop = false; this.textNote.Text = ""; // // textInterest // this.textInterest.Location = new System.Drawing.Point(108, 118); this.textInterest.MaxVal = 100000000D; this.textInterest.MinVal = 0D; this.textInterest.Name = "textInterest"; this.textInterest.Size = new System.Drawing.Size(100, 20); this.textInterest.TabIndex = 2; // // label1 // this.label1.Location = new System.Drawing.Point(6, 120); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 16); this.label1.TabIndex = 0; this.label1.Text = "Interest"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(108, 8); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 8; // // label2 // this.label2.Location = new System.Drawing.Point(6, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 0; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(7, 146); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 14); this.label9.TabIndex = 0; this.label9.Text = "Provider"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textProv // this.textProv.Location = new System.Drawing.Point(108, 143); this.textProv.Name = "textProv"; this.textProv.Size = new System.Drawing.Size(201, 20); this.textProv.TabIndex = 3; // // textClinic // this.textClinic.Location = new System.Drawing.Point(108, 168); this.textClinic.Name = "textClinic"; this.textClinic.Size = new System.Drawing.Size(201, 20); this.textClinic.TabIndex = 4; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(7, 171); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(100, 14); this.labelClinic.TabIndex = 0; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormPayPlanChargeEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(541, 293); this.Controls.Add(this.textClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textProv); this.Controls.Add(this.label9); this.Controls.Add(this.label2); this.Controls.Add(this.textDate); this.Controls.Add(this.textInterest); this.Controls.Add(this.label1); this.Controls.Add(this.textNote); this.Controls.Add(this.textPrincipal); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPayPlanChargeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Payment Plan Charge"; this.Load += new System.EventHandler(this.FormPayPlanCharge_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit)); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textPrincipal = new OpenDental.ValidDouble(); this.textNote = new OpenDental.ODtextBox(); this.textInterest = new OpenDental.ValidDouble(); this.labelInterest = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.textProv = new System.Windows.Forms.TextBox(); this.textClinic = new System.Windows.Forms.TextBox(); this.labelClinic = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textDateEdit = new OpenDental.ValidDate(); this.label6 = new System.Windows.Forms.Label(); this.textDateEntry = new OpenDental.ValidDate(); this.SuspendLayout(); // // label4 // this.label4.Location = new System.Drawing.Point(8, 91); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 0; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(9, 152); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 0; this.label5.Text = "Principal"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Location = new System.Drawing.Point(360, 230); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 5; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(360, 262); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 6; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(13, 262); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(78, 26); this.butDelete.TabIndex = 7; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textPrincipal // this.textPrincipal.Location = new System.Drawing.Point(111, 149); this.textPrincipal.MaxVal = 100000000D; this.textPrincipal.MinVal = 0D; this.textPrincipal.Name = "textPrincipal"; this.textPrincipal.Size = new System.Drawing.Size(100, 20); this.textPrincipal.TabIndex = 1; // // textNote // this.textNote.AcceptsTab = true; this.textNote.BackColor = System.Drawing.SystemColors.Window; this.textNote.DetectLinksEnabled = false; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(111, 89); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(245, 55); this.textNote.TabIndex = 9; this.textNote.TabStop = false; this.textNote.Text = ""; // // textInterest // this.textInterest.Location = new System.Drawing.Point(111, 174); this.textInterest.MaxVal = 100000000D; this.textInterest.MinVal = 0D; this.textInterest.Name = "textInterest"; this.textInterest.Size = new System.Drawing.Size(100, 20); this.textInterest.TabIndex = 2; // // labelInterest // this.labelInterest.Location = new System.Drawing.Point(9, 176); this.labelInterest.Name = "labelInterest"; this.labelInterest.Size = new System.Drawing.Size(100, 16); this.labelInterest.TabIndex = 0; this.labelInterest.Text = "Interest"; this.labelInterest.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(111, 64); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 8; // // label2 // this.label2.Location = new System.Drawing.Point(9, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 0; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(10, 202); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 14); this.label9.TabIndex = 0; this.label9.Text = "Provider"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textProv // this.textProv.Location = new System.Drawing.Point(111, 199); this.textProv.Name = "textProv"; this.textProv.ReadOnly = true; this.textProv.Size = new System.Drawing.Size(201, 20); this.textProv.TabIndex = 3; // // textClinic // this.textClinic.Location = new System.Drawing.Point(111, 224); this.textClinic.Name = "textClinic"; this.textClinic.ReadOnly = true; this.textClinic.Size = new System.Drawing.Size(201, 20); this.textClinic.TabIndex = 4; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(10, 227); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(100, 14); this.labelClinic.TabIndex = 0; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(9, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 16); this.label3.TabIndex = 10; this.label3.Text = "Date Edit"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEdit // this.textDateEdit.Location = new System.Drawing.Point(111, 38); this.textDateEdit.Name = "textDateEdit"; this.textDateEdit.ReadOnly = true; this.textDateEdit.Size = new System.Drawing.Size(128, 20); this.textDateEdit.TabIndex = 11; // // label6 // this.label6.Location = new System.Drawing.Point(9, 16); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 16); this.label6.TabIndex = 12; this.label6.Text = "Date Entry"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(111, 12); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(128, 20); this.textDateEntry.TabIndex = 13; // // FormPayPlanChargeEdit // this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(447, 300); this.Controls.Add(this.label6); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.label3); this.Controls.Add(this.textDateEdit); this.Controls.Add(this.textClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textProv); this.Controls.Add(this.label9); this.Controls.Add(this.label2); this.Controls.Add(this.textDate); this.Controls.Add(this.textInterest); this.Controls.Add(this.labelInterest); this.Controls.Add(this.textNote); this.Controls.Add(this.textPrincipal); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(463, 339); this.Name = "FormPayPlanChargeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Payment Plan Charge"; this.Load += new System.EventHandler(this.FormPayPlanCharge_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcCodeEdit)); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.textProcCode = new System.Windows.Forms.TextBox(); this.textAbbrev = new System.Windows.Forms.TextBox(); this.textDescription = new System.Windows.Forms.TextBox(); this.listTreatArea = new System.Windows.Forms.ListBox(); this.checkNoBillIns = new System.Windows.Forms.CheckBox(); this.listCategory = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.butSlider = new System.Windows.Forms.Button(); this.textTime2 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.checkIsHygiene = new System.Windows.Forms.CheckBox(); this.textAlternateCode1 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.checkIsProsth = new System.Windows.Forms.CheckBox(); this.textMedicalCode = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.listPaintType = new System.Windows.Forms.ListBox(); this.labelColor = new System.Windows.Forms.Label(); this.butColor = new System.Windows.Forms.Button(); this.textLaymanTerm = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.checkIsCanadianLab = new System.Windows.Forms.CheckBox(); this.label16 = new System.Windows.Forms.Label(); this.textBaseUnits = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.textSubstitutionCode = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.comboSubstOnlyIf = new System.Windows.Forms.ComboBox(); this.checkMultiVisit = new System.Windows.Forms.CheckBox(); this.butAddNote = new OpenDental.UI.Button(); this.gridNotes = new OpenDental.UI.ODGrid(); this.tbTime = new OpenDental.TableTimeBar(); this.butColorClear = new OpenDental.UI.Button(); this.gridFees = new OpenDental.UI.ODGrid(); this.textNote = new OpenDental.ODtextBox(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.labelDrugNDC = new System.Windows.Forms.Label(); this.labelRevenueCode = new System.Windows.Forms.Label(); this.textDrugNDC = new System.Windows.Forms.TextBox(); this.textRevenueCode = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(97,5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82,14); this.label1.TabIndex = 0; this.label1.Text = "Proc Code"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(474,247); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100,14); this.label4.TabIndex = 3; this.label4.Text = "Treatment Area"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(600,13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100,14); this.label5.TabIndex = 4; this.label5.Text = "Category"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label6 // this.label6.Location = new System.Drawing.Point(2,58); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53,39); this.label6.TabIndex = 5; this.label6.Text = "Time Pattern"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label7 // this.label7.Location = new System.Drawing.Point(83,104); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(94,16); this.label7.TabIndex = 6; this.label7.Text = "Abbreviation"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(83,85); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(94,14); this.label8.TabIndex = 7; this.label8.Text = "Description"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label10 // this.label10.Location = new System.Drawing.Point(43,354); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(148,14); this.label10.TabIndex = 9; this.label10.Text = "Default Note"; this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textProcCode // this.textProcCode.Location = new System.Drawing.Point(179,3); this.textProcCode.Name = "textProcCode"; this.textProcCode.ReadOnly = true; this.textProcCode.Size = new System.Drawing.Size(100,20); this.textProcCode.TabIndex = 14; // // textAbbrev // this.textAbbrev.Location = new System.Drawing.Point(179,103); this.textAbbrev.MaxLength = 20; this.textAbbrev.Name = "textAbbrev"; this.textAbbrev.Size = new System.Drawing.Size(100,20); this.textAbbrev.TabIndex = 1; // // textDescription // this.textDescription.Location = new System.Drawing.Point(179,83); this.textDescription.MaxLength = 255; this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(287,20); this.textDescription.TabIndex = 0; // // listTreatArea // this.listTreatArea.Items.AddRange(new object[] { "Surface", "Tooth", "Mouth", "Quadrant", "Sextant", "Arch", "Tooth Range"}); this.listTreatArea.Location = new System.Drawing.Point(476,265); this.listTreatArea.Name = "listTreatArea"; this.listTreatArea.Size = new System.Drawing.Size(118,95); this.listTreatArea.TabIndex = 2; // // checkNoBillIns // this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoBillIns.Location = new System.Drawing.Point(45,278); this.checkNoBillIns.Name = "checkNoBillIns"; this.checkNoBillIns.Size = new System.Drawing.Size(284,18); this.checkNoBillIns.TabIndex = 6; this.checkNoBillIns.Text = "Do not usually bill to insurance"; // // listCategory // this.listCategory.Location = new System.Drawing.Point(600,31); this.listCategory.Name = "listCategory"; this.listCategory.Size = new System.Drawing.Size(120,238); this.listCategory.TabIndex = 3; // // label3 // this.label3.Location = new System.Drawing.Point(184,669); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(388,29); this.label3.TabIndex = 28; this.label3.Text = "There is no way to delete a code once created because it might have been used som" + "eplace. Instead, move it to a category like \"obsolete\""; // // label9 // this.label9.Location = new System.Drawing.Point(750,670); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(178,28); this.label9.TabIndex = 29; this.label9.Text = "Even if you press cancel, changes to fees will not be undone."; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butSlider // this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark; this.butSlider.Location = new System.Drawing.Point(12,113); this.butSlider.Name = "butSlider"; this.butSlider.Size = new System.Drawing.Size(12,15); this.butSlider.TabIndex = 31; this.butSlider.UseVisualStyleBackColor = false; this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown); this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove); this.butSlider.MouseUp += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp); // // textTime2 // this.textTime2.Location = new System.Drawing.Point(10,674); this.textTime2.Name = "textTime2"; this.textTime2.Size = new System.Drawing.Size(60,20); this.textTime2.TabIndex = 32; // // label11 // this.label11.Location = new System.Drawing.Point(76,678); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(102,16); this.label11.TabIndex = 33; this.label11.Text = "Minutes"; // // checkIsHygiene // this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsHygiene.Location = new System.Drawing.Point(45,296); this.checkIsHygiene.Name = "checkIsHygiene"; this.checkIsHygiene.Size = new System.Drawing.Size(284,18); this.checkIsHygiene.TabIndex = 7; this.checkIsHygiene.Text = "Is Hygiene procedure"; // // textAlternateCode1 // this.textAlternateCode1.Location = new System.Drawing.Point(179,23); this.textAlternateCode1.MaxLength = 15; this.textAlternateCode1.Name = "textAlternateCode1"; this.textAlternateCode1.Size = new System.Drawing.Size(100,20); this.textAlternateCode1.TabIndex = 38; // // label12 // this.label12.Location = new System.Drawing.Point(100,25); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(79,14); this.label12.TabIndex = 37; this.label12.Text = "Alt Code"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label13 // this.label13.Location = new System.Drawing.Point(285,25); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(161,19); this.label13.TabIndex = 39; this.label13.Text = "(For some Medicaid)"; // // checkIsProsth // this.checkIsProsth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsProsth.Location = new System.Drawing.Point(45,314); this.checkIsProsth.Name = "checkIsProsth"; this.checkIsProsth.Size = new System.Drawing.Size(284,18); this.checkIsProsth.TabIndex = 41; this.checkIsProsth.Text = "Is Prosthesis (Crown,Bridge,Denture,RPD)"; // // textMedicalCode // this.textMedicalCode.Location = new System.Drawing.Point(179,43); this.textMedicalCode.MaxLength = 15; this.textMedicalCode.Name = "textMedicalCode"; this.textMedicalCode.Size = new System.Drawing.Size(100,20); this.textMedicalCode.TabIndex = 43; // // label14 // this.label14.Location = new System.Drawing.Point(100,45); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(79,14); this.label14.TabIndex = 42; this.label14.Text = "Medical Code"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(474,10); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(100,18); this.label15.TabIndex = 46; this.label15.Text = "Paint Type"; this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listPaintType // this.listPaintType.Location = new System.Drawing.Point(476,31); this.listPaintType.Name = "listPaintType"; this.listPaintType.Size = new System.Drawing.Size(118,212); this.listPaintType.TabIndex = 45; // // labelColor // this.labelColor.Location = new System.Drawing.Point(75,218); this.labelColor.Name = "labelColor"; this.labelColor.Size = new System.Drawing.Size(293,16); this.labelColor.TabIndex = 48; this.labelColor.Text = "Color override instead of using status colors."; this.labelColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // butColor // this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.butColor.Location = new System.Drawing.Point(44,215); this.butColor.Name = "butColor"; this.butColor.Size = new System.Drawing.Size(30,20); this.butColor.TabIndex = 47; this.butColor.Click += new System.EventHandler(this.butColor_Click); // // textLaymanTerm // this.textLaymanTerm.Location = new System.Drawing.Point(179,123); this.textLaymanTerm.MaxLength = 255; this.textLaymanTerm.Name = "textLaymanTerm"; this.textLaymanTerm.Size = new System.Drawing.Size(178,20); this.textLaymanTerm.TabIndex = 50; // // label2 // this.label2.Location = new System.Drawing.Point(53,124); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(124,16); this.label2.TabIndex = 51; this.label2.Text = "Layman\'s Term"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsCanadianLab // this.checkIsCanadianLab.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsCanadianLab.Location = new System.Drawing.Point(45,332); this.checkIsCanadianLab.Name = "checkIsCanadianLab"; this.checkIsCanadianLab.Size = new System.Drawing.Size(284,18); this.checkIsCanadianLab.TabIndex = 52; this.checkIsCanadianLab.Text = "Is Lab Fee"; // // label16 // this.label16.Location = new System.Drawing.Point(74,146); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(103,13); this.label16.TabIndex = 53; this.label16.Text = "Base Units"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBaseUnits // this.textBaseUnits.Location = new System.Drawing.Point(179,143); this.textBaseUnits.Name = "textBaseUnits"; this.textBaseUnits.Size = new System.Drawing.Size(30,20); this.textBaseUnits.TabIndex = 54; // // label17 // this.label17.Location = new System.Drawing.Point(215,146); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(251,17); this.label17.TabIndex = 55; this.label17.Text = "(zero unless for some medical claims)"; // // label18 // this.label18.Location = new System.Drawing.Point(56,66); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(121,13); this.label18.TabIndex = 56; this.label18.Text = "Ins. Subst Code"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSubstitutionCode // this.textSubstitutionCode.Location = new System.Drawing.Point(179,63); this.textSubstitutionCode.MaxLength = 255; this.textSubstitutionCode.Name = "textSubstitutionCode"; this.textSubstitutionCode.Size = new System.Drawing.Size(100,20); this.textSubstitutionCode.TabIndex = 57; // // label19 // this.label19.Location = new System.Drawing.Point(280,64); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(46,18); this.label19.TabIndex = 58; this.label19.Text = "Only if"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // comboSubstOnlyIf // this.comboSubstOnlyIf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSubstOnlyIf.FormattingEnabled = true; this.comboSubstOnlyIf.Location = new System.Drawing.Point(321,62); this.comboSubstOnlyIf.Name = "comboSubstOnlyIf"; this.comboSubstOnlyIf.Size = new System.Drawing.Size(145,21); this.comboSubstOnlyIf.TabIndex = 61; // // checkMultiVisit // this.checkMultiVisit.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkMultiVisit.Location = new System.Drawing.Point(45,260); this.checkMultiVisit.Name = "checkMultiVisit"; this.checkMultiVisit.Size = new System.Drawing.Size(284,18); this.checkMultiVisit.TabIndex = 62; this.checkMultiVisit.Text = "Multi Visit"; this.checkMultiVisit.UseVisualStyleBackColor = true; // // butAddNote // this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddNote.Autosize = true; this.butAddNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddNote.CornerRadius = 4F; this.butAddNote.Image = global::OpenDental.Properties.Resources.Add; this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddNote.Location = new System.Drawing.Point(600,450); this.butAddNote.Name = "butAddNote"; this.butAddNote.Size = new System.Drawing.Size(88,26); this.butAddNote.TabIndex = 60; this.butAddNote.Text = "Add Note"; this.butAddNote.Click += new System.EventHandler(this.butAddNote_Click); // // gridNotes // this.gridNotes.HScrollVisible = false; this.gridNotes.Location = new System.Drawing.Point(44,482); this.gridNotes.Name = "gridNotes"; this.gridNotes.ScrollValue = 0; this.gridNotes.Size = new System.Drawing.Size(676,180); this.gridNotes.TabIndex = 59; this.gridNotes.Title = "Notes and Times for Specific Providers"; this.gridNotes.TranslationName = "TableProcedureNotes"; this.gridNotes.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridNotes_CellDoubleClick); // // tbTime // this.tbTime.BackColor = System.Drawing.SystemColors.Window; this.tbTime.Location = new System.Drawing.Point(10,108); this.tbTime.Name = "tbTime"; this.tbTime.ScrollValue = 150; this.tbTime.SelectedIndices = new int[0]; this.tbTime.SelectionMode = System.Windows.Forms.SelectionMode.None; this.tbTime.Size = new System.Drawing.Size(15,561); this.tbTime.TabIndex = 30; // // butColorClear // this.butColorClear.AdjustImageLocation = new System.Drawing.Point(0,0); this.butColorClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butColorClear.Autosize = true; this.butColorClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butColorClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butColorClear.CornerRadius = 4F; this.butColorClear.Location = new System.Drawing.Point(44,237); this.butColorClear.Name = "butColorClear"; this.butColorClear.Size = new System.Drawing.Size(75,20); this.butColorClear.TabIndex = 49; this.butColorClear.Text = "Clear Color"; this.butColorClear.Click += new System.EventHandler(this.butColorClear_Click); // // gridFees // this.gridFees.HScrollVisible = false; this.gridFees.Location = new System.Drawing.Point(726,31); this.gridFees.Name = "gridFees"; this.gridFees.ScrollValue = 0; this.gridFees.Size = new System.Drawing.Size(199,445); this.gridFees.TabIndex = 44; this.gridFees.Title = "Fees"; this.gridFees.TranslationName = "TableProcFee"; this.gridFees.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFees_CellDoubleClick); // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(44,372); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(550,104); this.textNote.TabIndex = 40; // // 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(850,636); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,26); this.butCancel.TabIndex = 11; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.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(850,600); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,26); this.butOK.TabIndex = 10; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // labelDrugNDC // this.labelDrugNDC.Location = new System.Drawing.Point(74,166); this.labelDrugNDC.Name = "labelDrugNDC"; this.labelDrugNDC.Size = new System.Drawing.Size(103,13); this.labelDrugNDC.TabIndex = 53; this.labelDrugNDC.Text = "Drug NDC"; this.labelDrugNDC.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelRevenueCode // this.labelRevenueCode.Location = new System.Drawing.Point(31,186); this.labelRevenueCode.Name = "labelRevenueCode"; this.labelRevenueCode.Size = new System.Drawing.Size(146,13); this.labelRevenueCode.TabIndex = 53; this.labelRevenueCode.Text = "Default Revenue Code"; this.labelRevenueCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDrugNDC // this.textDrugNDC.Location = new System.Drawing.Point(179,163); this.textDrugNDC.Name = "textDrugNDC"; this.textDrugNDC.Size = new System.Drawing.Size(100,20); this.textDrugNDC.TabIndex = 54; // // textRevenueCode // this.textRevenueCode.Location = new System.Drawing.Point(179,183); this.textRevenueCode.Name = "textRevenueCode"; this.textRevenueCode.Size = new System.Drawing.Size(100,20); this.textRevenueCode.TabIndex = 54; // // label20 // this.label20.Location = new System.Drawing.Point(285,166); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(181,17); this.label20.TabIndex = 55; this.label20.Text = "(11 digits or blank)"; // // FormProcCodeEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(941,707); this.Controls.Add(this.checkMultiVisit); this.Controls.Add(this.comboSubstOnlyIf); this.Controls.Add(this.butAddNote); this.Controls.Add(this.gridNotes); this.Controls.Add(this.label19); this.Controls.Add(this.textSubstitutionCode); this.Controls.Add(this.butSlider); this.Controls.Add(this.tbTime); this.Controls.Add(this.label18); this.Controls.Add(this.label20); this.Controls.Add(this.label17); this.Controls.Add(this.textRevenueCode); this.Controls.Add(this.textDrugNDC); this.Controls.Add(this.textBaseUnits); this.Controls.Add(this.labelRevenueCode); this.Controls.Add(this.labelDrugNDC); this.Controls.Add(this.label16); this.Controls.Add(this.checkIsCanadianLab); this.Controls.Add(this.textLaymanTerm); this.Controls.Add(this.label2); this.Controls.Add(this.butColorClear); this.Controls.Add(this.labelColor); this.Controls.Add(this.butColor); this.Controls.Add(this.label15); this.Controls.Add(this.listPaintType); this.Controls.Add(this.gridFees); this.Controls.Add(this.textMedicalCode); this.Controls.Add(this.label14); this.Controls.Add(this.checkIsProsth); this.Controls.Add(this.textNote); this.Controls.Add(this.label13); this.Controls.Add(this.textAlternateCode1); this.Controls.Add(this.label12); this.Controls.Add(this.checkIsHygiene); this.Controls.Add(this.label11); this.Controls.Add(this.textTime2); this.Controls.Add(this.textDescription); this.Controls.Add(this.textAbbrev); this.Controls.Add(this.textProcCode); this.Controls.Add(this.label9); this.Controls.Add(this.label3); this.Controls.Add(this.listCategory); this.Controls.Add(this.checkNoBillIns); this.Controls.Add(this.listTreatArea); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label10); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProcCodeEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Procedure Code"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProcCodeEdit_Closing); this.Load += new System.EventHandler(this.FormProcCodeEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ContrChart)); SparksToothChart.ToothChartData toothChartData1 = new SparksToothChart.ToothChartData(); this.textSurf = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.radioEntryCn = new System.Windows.Forms.RadioButton(); this.radioEntryR = new System.Windows.Forms.RadioButton(); this.radioEntryC = new System.Windows.Forms.RadioButton(); this.radioEntryEO = new System.Windows.Forms.RadioButton(); this.radioEntryEC = new System.Windows.Forms.RadioButton(); this.radioEntryTP = new System.Windows.Forms.RadioButton(); this.listDx = new System.Windows.Forms.ListBox(); this.labelDx = new System.Windows.Forms.Label(); this.checkDone = new System.Windows.Forms.CheckBox(); this.listViewButtons = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.imageListProcButtons = new System.Windows.Forms.ImageList(this.components); this.listButtonCats = new System.Windows.Forms.ListBox(); this.comboPriority = new System.Windows.Forms.ComboBox(); this.checkToday = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.textProcCode = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.checkAudit = new System.Windows.Forms.CheckBox(); this.checkComm = new System.Windows.Forms.CheckBox(); this.checkShowTeeth = new System.Windows.Forms.CheckBox(); this.checkNotes = new System.Windows.Forms.CheckBox(); this.checkRx = new System.Windows.Forms.CheckBox(); this.checkShowR = new System.Windows.Forms.CheckBox(); this.checkShowE = new System.Windows.Forms.CheckBox(); this.checkShowC = new System.Windows.Forms.CheckBox(); this.checkShowTP = new System.Windows.Forms.CheckBox(); this.imageListMain = new System.Windows.Forms.ImageList(this.components); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.menuProgRight = new System.Windows.Forms.ContextMenu(); this.menuItemDelete = new System.Windows.Forms.MenuItem(); this.menuItemSetComplete = new System.Windows.Forms.MenuItem(); this.menuItemEditSelected = new System.Windows.Forms.MenuItem(); this.menuItemGroupSelected = new System.Windows.Forms.MenuItem(); this.menuItemPrintProg = new System.Windows.Forms.MenuItem(); this.menuItemPrintDay = new System.Windows.Forms.MenuItem(); this.menuItemLabFeeDetach = new System.Windows.Forms.MenuItem(); this.menuItemLabFee = new System.Windows.Forms.MenuItem(); this.tabControlImages = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.panelImages = new System.Windows.Forms.Panel(); this.listViewImages = new System.Windows.Forms.ListView(); this.imageListThumbnails = new System.Windows.Forms.ImageList(this.components); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.tabProc = new System.Windows.Forms.TabControl(); this.tabEnterTx = new System.Windows.Forms.TabPage(); this.comboPrognosis = new System.Windows.Forms.ComboBox(); this.labelPrognosis = new System.Windows.Forms.Label(); this.panelQuickButtons = new System.Windows.Forms.Panel(); this.panelQuickPasteAmalgam = new System.Windows.Forms.Panel(); this.buttonAMODB = new OpenDental.UI.Button(); this.buttonAMODL = new OpenDental.UI.Button(); this.buttonAOB = new OpenDental.UI.Button(); this.buttonAOL = new OpenDental.UI.Button(); this.buttonAO = new OpenDental.UI.Button(); this.buttonAMO = new OpenDental.UI.Button(); this.buttonAMOD = new OpenDental.UI.Button(); this.buttonADO = new OpenDental.UI.Button(); this.label24 = new System.Windows.Forms.Label(); this.buttonCMODB = new OpenDental.UI.Button(); this.buttonCMODL = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.butCMDL = new OpenDental.UI.Button(); this.butML = new OpenDental.UI.Button(); this.butDL = new OpenDental.UI.Button(); this.butCOB = new OpenDental.UI.Button(); this.butCOL = new OpenDental.UI.Button(); this.buttonCSeal = new OpenDental.UI.Button(); this.buttonCMO = new OpenDental.UI.Button(); this.buttonCMOD = new OpenDental.UI.Button(); this.buttonCO = new OpenDental.UI.Button(); this.label23 = new System.Windows.Forms.Label(); this.buttonCDO = new OpenDental.UI.Button(); this.butD = new OpenDental.UI.Button(); this.textDate = new OpenDental.ValidDate(); this.butBF = new OpenDental.UI.Button(); this.butL = new OpenDental.UI.Button(); this.butM = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butAddProc = new OpenDental.UI.Button(); this.butV = new OpenDental.UI.Button(); this.butOI = new OpenDental.UI.Button(); this.tabMissing = new System.Windows.Forms.TabPage(); this.butUnhide = new OpenDental.UI.Button(); this.label5 = new System.Windows.Forms.Label(); this.listHidden = new System.Windows.Forms.ListBox(); this.butEdentulous = new OpenDental.UI.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.butNotMissing = new OpenDental.UI.Button(); this.butMissing = new OpenDental.UI.Button(); this.butHidden = new OpenDental.UI.Button(); this.tabMovements = new System.Windows.Forms.TabPage(); this.label16 = new System.Windows.Forms.Label(); this.butApplyMovements = new OpenDental.UI.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.butTipBplus = new OpenDental.UI.Button(); this.butTipBminus = new OpenDental.UI.Button(); this.butTipMplus = new OpenDental.UI.Button(); this.butTipMminus = new OpenDental.UI.Button(); this.butRotatePlus = new OpenDental.UI.Button(); this.butRotateMinus = new OpenDental.UI.Button(); this.textTipB = new OpenDental.ValidDouble(); this.label11 = new System.Windows.Forms.Label(); this.textTipM = new OpenDental.ValidDouble(); this.label12 = new System.Windows.Forms.Label(); this.textRotate = new OpenDental.ValidDouble(); this.label15 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.butShiftBplus = new OpenDental.UI.Button(); this.butShiftBminus = new OpenDental.UI.Button(); this.butShiftOplus = new OpenDental.UI.Button(); this.butShiftOminus = new OpenDental.UI.Button(); this.butShiftMplus = new OpenDental.UI.Button(); this.butShiftMminus = new OpenDental.UI.Button(); this.textShiftB = new OpenDental.ValidDouble(); this.label10 = new System.Windows.Forms.Label(); this.textShiftO = new OpenDental.ValidDouble(); this.label9 = new System.Windows.Forms.Label(); this.textShiftM = new OpenDental.ValidDouble(); this.label8 = new System.Windows.Forms.Label(); this.tabPrimary = new System.Windows.Forms.TabPage(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.butPerm = new OpenDental.UI.Button(); this.butPrimary = new OpenDental.UI.Button(); this.butMixed = new OpenDental.UI.Button(); this.butAllPrimary = new OpenDental.UI.Button(); this.butAllPerm = new OpenDental.UI.Button(); this.tabPlanned = new System.Windows.Forms.TabPage(); this.butDown = new OpenDental.UI.Button(); this.butUp = new OpenDental.UI.Button(); this.butPin = new OpenDental.UI.Button(); this.butClear = new OpenDental.UI.Button(); this.butNew = new OpenDental.UI.Button(); this.gridPlanned = new OpenDental.UI.ODGrid(); this.tabShow = new System.Windows.Forms.TabPage(); this.butShowDateRange = new OpenDental.UI.Button(); this.textShowDateRange = new System.Windows.Forms.TextBox(); this.listProcStatusCodes = new System.Windows.Forms.ListBox(); this.gridChartViews = new OpenDental.UI.ODGrid(); this.labelCustView = new System.Windows.Forms.Label(); this.butChartViewDown = new OpenDental.UI.Button(); this.butChartViewUp = new OpenDental.UI.Button(); this.butChartViewAdd = new OpenDental.UI.Button(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.checkSheets = new System.Windows.Forms.CheckBox(); this.checkTasks = new System.Windows.Forms.CheckBox(); this.checkEmail = new System.Windows.Forms.CheckBox(); this.checkCommFamily = new System.Windows.Forms.CheckBox(); this.checkAppt = new System.Windows.Forms.CheckBox(); this.checkLabCase = new System.Windows.Forms.CheckBox(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.checkShowCn = new System.Windows.Forms.CheckBox(); this.butShowAll = new OpenDental.UI.Button(); this.butShowNone = new OpenDental.UI.Button(); this.tabDraw = new System.Windows.Forms.TabPage(); this.radioColorChanger = new System.Windows.Forms.RadioButton(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.panelBlack = new System.Windows.Forms.Panel(); this.label22 = new System.Windows.Forms.Label(); this.butColorOther = new OpenDental.UI.Button(); this.panelRdark = new System.Windows.Forms.Panel(); this.label21 = new System.Windows.Forms.Label(); this.panelRlight = new System.Windows.Forms.Panel(); this.panelEOdark = new System.Windows.Forms.Panel(); this.label20 = new System.Windows.Forms.Label(); this.panelEOlight = new System.Windows.Forms.Panel(); this.panelECdark = new System.Windows.Forms.Panel(); this.label19 = new System.Windows.Forms.Label(); this.panelEClight = new System.Windows.Forms.Panel(); this.panelCdark = new System.Windows.Forms.Panel(); this.label17 = new System.Windows.Forms.Label(); this.panelClight = new System.Windows.Forms.Panel(); this.panelTPdark = new System.Windows.Forms.Panel(); this.label18 = new System.Windows.Forms.Label(); this.panelTPlight = new System.Windows.Forms.Panel(); this.panelDrawColor = new System.Windows.Forms.Panel(); this.radioEraser = new System.Windows.Forms.RadioButton(); this.radioPen = new System.Windows.Forms.RadioButton(); this.radioPointer = new System.Windows.Forms.RadioButton(); this.tabPatInfo = new System.Windows.Forms.TabPage(); this.tabCustomer = new System.Windows.Forms.TabPage(); this.labelMonth0 = new System.Windows.Forms.Label(); this.textMonth0 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.labelCommonProc = new System.Windows.Forms.Label(); this.labelTimes = new System.Windows.Forms.Label(); this.labelMonth1 = new System.Windows.Forms.Label(); this.labelMonth2 = new System.Windows.Forms.Label(); this.labelMonth3 = new System.Windows.Forms.Label(); this.labelMonthAvg = new System.Windows.Forms.Label(); this.textMonthAvg = new System.Windows.Forms.TextBox(); this.textMonth3 = new System.Windows.Forms.TextBox(); this.textMonth2 = new System.Windows.Forms.TextBox(); this.textMonth1 = new System.Windows.Forms.TextBox(); this.listCommonProcs = new System.Windows.Forms.ListBox(); this.gridCustomerViews = new OpenDental.UI.ODGrid(); this.menuConsent = new System.Windows.Forms.ContextMenu(); this.panelEcw = new System.Windows.Forms.Panel(); this.labelECWerror = new System.Windows.Forms.Label(); this.webBrowserEcw = new System.Windows.Forms.WebBrowser(); this.butECWdown = new OpenDental.UI.Button(); this.butECWup = new OpenDental.UI.Button(); this.menuToothChart = new System.Windows.Forms.ContextMenu(); this.menuItemChartBig = new System.Windows.Forms.MenuItem(); this.menuItemChartSave = new System.Windows.Forms.MenuItem(); this.toothChart = new SparksToothChart.ToothChartWrapper(); this.gridProg = new OpenDental.UI.ODGrid(); this.gridPtInfo = new OpenDental.UI.ODGrid(); this.butForeignKey = new OpenDental.UI.Button(); this.butAddKey = new OpenDental.UI.Button(); this.ToolBarMain = new OpenDental.UI.ODToolBar(); this.button1 = new OpenDental.UI.Button(); this.textTreatmentNotes = new OpenDental.ODtextBox(); this.butPhoneNums = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.tabControlImages.SuspendLayout(); this.panelImages.SuspendLayout(); this.tabProc.SuspendLayout(); this.tabEnterTx.SuspendLayout(); this.panelQuickButtons.SuspendLayout(); this.panelQuickPasteAmalgam.SuspendLayout(); this.tabMissing.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabMovements.SuspendLayout(); this.groupBox4.SuspendLayout(); this.groupBox3.SuspendLayout(); this.tabPrimary.SuspendLayout(); this.groupBox5.SuspendLayout(); this.tabPlanned.SuspendLayout(); this.tabShow.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.tabDraw.SuspendLayout(); this.groupBox8.SuspendLayout(); this.tabCustomer.SuspendLayout(); this.panelEcw.SuspendLayout(); this.SuspendLayout(); // // textSurf // this.textSurf.BackColor = System.Drawing.SystemColors.Window; this.textSurf.Location = new System.Drawing.Point(8,2); this.textSurf.Name = "textSurf"; this.textSurf.ReadOnly = true; this.textSurf.Size = new System.Drawing.Size(72,20); this.textSurf.TabIndex = 25; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.SystemColors.Window; this.groupBox2.Controls.Add(this.radioEntryCn); this.groupBox2.Controls.Add(this.radioEntryR); this.groupBox2.Controls.Add(this.radioEntryC); this.groupBox2.Controls.Add(this.radioEntryEO); this.groupBox2.Controls.Add(this.radioEntryEC); this.groupBox2.Controls.Add(this.radioEntryTP); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(1,85); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(88,110); this.groupBox2.TabIndex = 35; this.groupBox2.TabStop = false; this.groupBox2.Text = "Entry Status"; // // radioEntryCn // this.radioEntryCn.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryCn.Location = new System.Drawing.Point(2,91); this.radioEntryCn.Name = "radioEntryCn"; this.radioEntryCn.Size = new System.Drawing.Size(75,16); this.radioEntryCn.TabIndex = 5; this.radioEntryCn.Text = "Condition"; this.radioEntryCn.CheckedChanged += new System.EventHandler(this.radioEntryCn_CheckedChanged); // // radioEntryR // this.radioEntryR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryR.Location = new System.Drawing.Point(2,76); this.radioEntryR.Name = "radioEntryR"; this.radioEntryR.Size = new System.Drawing.Size(75,16); this.radioEntryR.TabIndex = 4; this.radioEntryR.Text = "Referred"; this.radioEntryR.CheckedChanged += new System.EventHandler(this.radioEntryR_CheckedChanged); // // radioEntryC // this.radioEntryC.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryC.Location = new System.Drawing.Point(2,31); this.radioEntryC.Name = "radioEntryC"; this.radioEntryC.Size = new System.Drawing.Size(74,16); this.radioEntryC.TabIndex = 3; this.radioEntryC.Text = "Complete"; this.radioEntryC.CheckedChanged += new System.EventHandler(this.radioEntryC_CheckedChanged); // // radioEntryEO // this.radioEntryEO.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryEO.Location = new System.Drawing.Point(2,61); this.radioEntryEO.Name = "radioEntryEO"; this.radioEntryEO.Size = new System.Drawing.Size(72,16); this.radioEntryEO.TabIndex = 2; this.radioEntryEO.Text = "ExistOther"; this.radioEntryEO.CheckedChanged += new System.EventHandler(this.radioEntryEO_CheckedChanged); // // radioEntryEC // this.radioEntryEC.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryEC.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.radioEntryEC.Location = new System.Drawing.Point(2,46); this.radioEntryEC.Name = "radioEntryEC"; this.radioEntryEC.Size = new System.Drawing.Size(84,16); this.radioEntryEC.TabIndex = 1; this.radioEntryEC.Text = "ExistCurProv"; this.radioEntryEC.CheckedChanged += new System.EventHandler(this.radioEntryEC_CheckedChanged); // // radioEntryTP // this.radioEntryTP.Checked = true; this.radioEntryTP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioEntryTP.Location = new System.Drawing.Point(2,16); this.radioEntryTP.Name = "radioEntryTP"; this.radioEntryTP.Size = new System.Drawing.Size(77,16); this.radioEntryTP.TabIndex = 0; this.radioEntryTP.TabStop = true; this.radioEntryTP.Text = "TreatPlan"; this.radioEntryTP.CheckedChanged += new System.EventHandler(this.radioEntryTP_CheckedChanged); // // listDx // this.listDx.Location = new System.Drawing.Point(91,16); this.listDx.Name = "listDx"; this.listDx.Size = new System.Drawing.Size(94,134); this.listDx.TabIndex = 46; this.listDx.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listDx_MouseDown); // // labelDx // this.labelDx.Location = new System.Drawing.Point(89,-2); this.labelDx.Name = "labelDx"; this.labelDx.Size = new System.Drawing.Size(100,18); this.labelDx.TabIndex = 47; this.labelDx.Text = "Diagnosis"; this.labelDx.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkDone // this.checkDone.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkDone.Location = new System.Drawing.Point(413,5); this.checkDone.Name = "checkDone"; this.checkDone.Size = new System.Drawing.Size(67,16); this.checkDone.TabIndex = 0; this.checkDone.Text = "Done"; this.checkDone.Click += new System.EventHandler(this.checkDone_Click); // // listViewButtons // this.listViewButtons.Activation = System.Windows.Forms.ItemActivation.OneClick; this.listViewButtons.AutoArrange = false; this.listViewButtons.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listViewButtons.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewButtons.Location = new System.Drawing.Point(311,40); this.listViewButtons.MultiSelect = false; this.listViewButtons.Name = "listViewButtons"; this.listViewButtons.Size = new System.Drawing.Size(178,192); this.listViewButtons.SmallImageList = this.imageListProcButtons; this.listViewButtons.TabIndex = 188; this.listViewButtons.UseCompatibleStateImageBehavior = false; this.listViewButtons.View = System.Windows.Forms.View.Details; this.listViewButtons.Click += new System.EventHandler(this.listViewButtons_Click); // // columnHeader1 // this.columnHeader1.Width = 155; // // imageListProcButtons // this.imageListProcButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListProcButtons.ImageStream"))); this.imageListProcButtons.TransparentColor = System.Drawing.Color.Transparent; this.imageListProcButtons.Images.SetKeyName(0,"deposit.gif"); // // listButtonCats // this.listButtonCats.IntegralHeight = false; this.listButtonCats.Location = new System.Drawing.Point(187,40); this.listButtonCats.MultiColumn = true; this.listButtonCats.Name = "listButtonCats"; this.listButtonCats.Size = new System.Drawing.Size(122,192); this.listButtonCats.TabIndex = 59; this.listButtonCats.Click += new System.EventHandler(this.listButtonCats_Click); // // comboPriority // this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPriority.Location = new System.Drawing.Point(91,211); this.comboPriority.MaxDropDownItems = 40; this.comboPriority.Name = "comboPriority"; this.comboPriority.Size = new System.Drawing.Size(96,21); this.comboPriority.TabIndex = 54; // // checkToday // this.checkToday.Checked = true; this.checkToday.CheckState = System.Windows.Forms.CheckState.Checked; this.checkToday.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkToday.Location = new System.Drawing.Point(1,194); this.checkToday.Name = "checkToday"; this.checkToday.Size = new System.Drawing.Size(80,18); this.checkToday.TabIndex = 58; this.checkToday.Text = "Today"; this.checkToday.CheckedChanged += new System.EventHandler(this.checkToday_CheckedChanged); // // label6 // this.label6.Location = new System.Drawing.Point(89,192); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(79,17); this.label6.TabIndex = 57; this.label6.Text = "Priority"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textProcCode // this.textProcCode.Location = new System.Drawing.Point(330,3); this.textProcCode.Name = "textProcCode"; this.textProcCode.Size = new System.Drawing.Size(108,20); this.textProcCode.TabIndex = 50; this.textProcCode.Text = "Type Proc Code"; this.textProcCode.TextChanged += new System.EventHandler(this.textProcCode_TextChanged); this.textProcCode.Enter += new System.EventHandler(this.textProcCode_Enter); this.textProcCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textProcCode_KeyDown); // // label14 // this.label14.Location = new System.Drawing.Point(282,5); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(45,17); this.label14.TabIndex = 51; this.label14.Text = "Or"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label13 // this.label13.Location = new System.Drawing.Point(308,21); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(128,18); this.label13.TabIndex = 49; this.label13.Text = "Or Single Click:"; this.label13.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkAudit // this.checkAudit.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAudit.Location = new System.Drawing.Point(154,170); this.checkAudit.Name = "checkAudit"; this.checkAudit.Size = new System.Drawing.Size(73,13); this.checkAudit.TabIndex = 17; this.checkAudit.Text = "Audit"; this.checkAudit.Click += new System.EventHandler(this.checkAudit_Click); // // checkComm // this.checkComm.Checked = true; this.checkComm.CheckState = System.Windows.Forms.CheckState.Checked; this.checkComm.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkComm.Location = new System.Drawing.Point(10,33); this.checkComm.Name = "checkComm"; this.checkComm.Size = new System.Drawing.Size(102,13); this.checkComm.TabIndex = 16; this.checkComm.Text = "Comm Log"; this.checkComm.Click += new System.EventHandler(this.checkComm_Click); // // checkShowTeeth // this.checkShowTeeth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowTeeth.Location = new System.Drawing.Point(154,154); this.checkShowTeeth.Name = "checkShowTeeth"; this.checkShowTeeth.Size = new System.Drawing.Size(104,13); this.checkShowTeeth.TabIndex = 15; this.checkShowTeeth.Text = "Selected Teeth"; this.checkShowTeeth.Click += new System.EventHandler(this.checkShowTeeth_Click); // // checkNotes // this.checkNotes.AllowDrop = true; this.checkNotes.Checked = true; this.checkNotes.CheckState = System.Windows.Forms.CheckState.Checked; this.checkNotes.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNotes.Location = new System.Drawing.Point(15,105); this.checkNotes.Name = "checkNotes"; this.checkNotes.Size = new System.Drawing.Size(102,13); this.checkNotes.TabIndex = 11; this.checkNotes.Text = "Proc Notes"; this.checkNotes.Click += new System.EventHandler(this.checkNotes_Click); // // checkRx // this.checkRx.Checked = true; this.checkRx.CheckState = System.Windows.Forms.CheckState.Checked; this.checkRx.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRx.Location = new System.Drawing.Point(10,114); this.checkRx.Name = "checkRx"; this.checkRx.Size = new System.Drawing.Size(102,13); this.checkRx.TabIndex = 8; this.checkRx.Text = "Rx"; this.checkRx.Click += new System.EventHandler(this.checkRx_Click); // // checkShowR // this.checkShowR.Checked = true; this.checkShowR.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowR.Location = new System.Drawing.Point(9,65); this.checkShowR.Name = "checkShowR"; this.checkShowR.Size = new System.Drawing.Size(101,13); this.checkShowR.TabIndex = 14; this.checkShowR.Text = "Referred"; this.checkShowR.Click += new System.EventHandler(this.checkShowR_Click); // // checkShowE // this.checkShowE.Checked = true; this.checkShowE.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowE.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowE.Location = new System.Drawing.Point(9,49); this.checkShowE.Name = "checkShowE"; this.checkShowE.Size = new System.Drawing.Size(101,13); this.checkShowE.TabIndex = 10; this.checkShowE.Text = "Existing"; this.checkShowE.Click += new System.EventHandler(this.checkShowE_Click); // // checkShowC // this.checkShowC.Checked = true; this.checkShowC.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowC.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowC.Location = new System.Drawing.Point(9,33); this.checkShowC.Name = "checkShowC"; this.checkShowC.Size = new System.Drawing.Size(101,13); this.checkShowC.TabIndex = 9; this.checkShowC.Text = "Completed"; this.checkShowC.Click += new System.EventHandler(this.checkShowC_Click); // // checkShowTP // this.checkShowTP.Checked = true; this.checkShowTP.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowTP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowTP.Location = new System.Drawing.Point(9,17); this.checkShowTP.Name = "checkShowTP"; this.checkShowTP.Size = new System.Drawing.Size(101,13); this.checkShowTP.TabIndex = 8; this.checkShowTP.Text = "Treat Plan"; this.checkShowTP.Click += new System.EventHandler(this.checkShowTP_Click); // // imageListMain // this.imageListMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMain.ImageStream"))); this.imageListMain.TransparentColor = System.Drawing.Color.Transparent; this.imageListMain.Images.SetKeyName(0,"Pat.gif"); this.imageListMain.Images.SetKeyName(1,"Rx.gif"); this.imageListMain.Images.SetKeyName(2,"Probe.gif"); this.imageListMain.Images.SetKeyName(3,"Anesth.gif"); this.imageListMain.Images.SetKeyName(4,"commlog.gif"); // // menuProgRight // this.menuProgRight.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemDelete, this.menuItemSetComplete, this.menuItemEditSelected, this.menuItemGroupSelected, this.menuItemPrintProg, this.menuItemPrintDay, this.menuItemLabFeeDetach, this.menuItemLabFee}); // // menuItemDelete // this.menuItemDelete.Index = 0; this.menuItemDelete.Text = "Delete"; this.menuItemDelete.Click += new System.EventHandler(this.menuItemDelete_Click); // // menuItemSetComplete // this.menuItemSetComplete.Index = 1; this.menuItemSetComplete.Text = "Set Complete"; this.menuItemSetComplete.Click += new System.EventHandler(this.menuItemSetComplete_Click); // // menuItemEditSelected // this.menuItemEditSelected.Index = 2; this.menuItemEditSelected.Text = "Edit All"; this.menuItemEditSelected.Click += new System.EventHandler(this.menuItemEditSelected_Click); // // menuItemGroupSelected // this.menuItemGroupSelected.Index = 3; this.menuItemGroupSelected.Text = "Group Note"; this.menuItemGroupSelected.Click += new System.EventHandler(this.menuItemGroupSelected_Click); // // menuItemPrintProg // this.menuItemPrintProg.Index = 4; this.menuItemPrintProg.Text = "Print Progress Notes ..."; this.menuItemPrintProg.Click += new System.EventHandler(this.menuItemPrintProg_Click); // // menuItemPrintDay // this.menuItemPrintDay.Index = 5; this.menuItemPrintDay.Text = "Print Day for Hospital"; this.menuItemPrintDay.Click += new System.EventHandler(this.menuItemPrintDay_Click); // // menuItemLabFeeDetach // this.menuItemLabFeeDetach.Index = 6; this.menuItemLabFeeDetach.Text = "Detach Lab Fee"; this.menuItemLabFeeDetach.Click += new System.EventHandler(this.menuItemLabFeeDetach_Click); // // menuItemLabFee // this.menuItemLabFee.Index = 7; this.menuItemLabFee.Text = "Attach Lab Fee"; this.menuItemLabFee.Click += new System.EventHandler(this.menuItemLabFee_Click); // // tabControlImages // this.tabControlImages.Alignment = System.Windows.Forms.TabAlignment.Bottom; this.tabControlImages.Controls.Add(this.tabPage1); this.tabControlImages.Controls.Add(this.tabPage2); this.tabControlImages.Controls.Add(this.tabPage4); this.tabControlImages.Dock = System.Windows.Forms.DockStyle.Bottom; this.tabControlImages.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.tabControlImages.ItemSize = new System.Drawing.Size(42,22); this.tabControlImages.Location = new System.Drawing.Point(0,681); this.tabControlImages.Name = "tabControlImages"; this.tabControlImages.SelectedIndex = 0; this.tabControlImages.Size = new System.Drawing.Size(939,27); this.tabControlImages.TabIndex = 185; this.tabControlImages.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabControlImages_MouseDown); // // tabPage1 // this.tabPage1.Location = new System.Drawing.Point(4,4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(931,0); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "BW\'s"; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4,4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(931,0); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Pano"; // // tabPage4 // this.tabPage4.Location = new System.Drawing.Point(4,4); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(931,0); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "tabPage4"; // // panelImages // this.panelImages.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelImages.Controls.Add(this.listViewImages); this.panelImages.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelImages.ForeColor = System.Drawing.SystemColors.ControlText; this.panelImages.Location = new System.Drawing.Point(0,592); this.panelImages.Name = "panelImages"; this.panelImages.Padding = new System.Windows.Forms.Padding(0,4,0,0); this.panelImages.Size = new System.Drawing.Size(939,89); this.panelImages.TabIndex = 186; this.panelImages.Visible = false; this.panelImages.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseDown); this.panelImages.MouseLeave += new System.EventHandler(this.panelImages_MouseLeave); this.panelImages.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseMove); this.panelImages.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panelImages_MouseUp); // // listViewImages // this.listViewImages.Activation = System.Windows.Forms.ItemActivation.TwoClick; this.listViewImages.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewImages.HideSelection = false; this.listViewImages.LabelWrap = false; this.listViewImages.LargeImageList = this.imageListThumbnails; this.listViewImages.Location = new System.Drawing.Point(0,4); this.listViewImages.MultiSelect = false; this.listViewImages.Name = "listViewImages"; this.listViewImages.Size = new System.Drawing.Size(937,83); this.listViewImages.TabIndex = 0; this.listViewImages.UseCompatibleStateImageBehavior = false; this.listViewImages.DoubleClick += new System.EventHandler(this.listViewImages_DoubleClick); // // imageListThumbnails // this.imageListThumbnails.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.imageListThumbnails.ImageSize = new System.Drawing.Size(100,100); this.imageListThumbnails.TransparentColor = System.Drawing.Color.Transparent; // // pd2 // this.pd2.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.pd2_PrintPage); // // tabProc // this.tabProc.Controls.Add(this.tabEnterTx); this.tabProc.Controls.Add(this.tabMissing); this.tabProc.Controls.Add(this.tabMovements); this.tabProc.Controls.Add(this.tabPrimary); this.tabProc.Controls.Add(this.tabPlanned); this.tabProc.Controls.Add(this.tabShow); this.tabProc.Controls.Add(this.tabDraw); this.tabProc.Controls.Add(this.tabPatInfo); this.tabProc.Controls.Add(this.tabCustomer); this.tabProc.Location = new System.Drawing.Point(415,28); this.tabProc.Name = "tabProc"; this.tabProc.SelectedIndex = 0; this.tabProc.Size = new System.Drawing.Size(524,259); this.tabProc.TabIndex = 190; this.tabProc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tabProc_MouseDown); // // tabEnterTx // this.tabEnterTx.Controls.Add(this.comboPrognosis); this.tabEnterTx.Controls.Add(this.labelPrognosis); this.tabEnterTx.Controls.Add(this.panelQuickButtons); this.tabEnterTx.Controls.Add(this.listDx); this.tabEnterTx.Controls.Add(this.listViewButtons); this.tabEnterTx.Controls.Add(this.groupBox2); this.tabEnterTx.Controls.Add(this.listButtonCats); this.tabEnterTx.Controls.Add(this.butD); this.tabEnterTx.Controls.Add(this.comboPriority); this.tabEnterTx.Controls.Add(this.textSurf); this.tabEnterTx.Controls.Add(this.textDate); this.tabEnterTx.Controls.Add(this.butBF); this.tabEnterTx.Controls.Add(this.checkToday); this.tabEnterTx.Controls.Add(this.butL); this.tabEnterTx.Controls.Add(this.label6); this.tabEnterTx.Controls.Add(this.butM); this.tabEnterTx.Controls.Add(this.butOK); this.tabEnterTx.Controls.Add(this.butAddProc); this.tabEnterTx.Controls.Add(this.butV); this.tabEnterTx.Controls.Add(this.textProcCode); this.tabEnterTx.Controls.Add(this.butOI); this.tabEnterTx.Controls.Add(this.label14); this.tabEnterTx.Controls.Add(this.labelDx); this.tabEnterTx.Controls.Add(this.label13); this.tabEnterTx.Location = new System.Drawing.Point(4,22); this.tabEnterTx.Name = "tabEnterTx"; this.tabEnterTx.Padding = new System.Windows.Forms.Padding(3); this.tabEnterTx.Size = new System.Drawing.Size(516,233); this.tabEnterTx.TabIndex = 0; this.tabEnterTx.Text = "Enter Treatment"; this.tabEnterTx.UseVisualStyleBackColor = true; // // comboPrognosis // this.comboPrognosis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPrognosis.Location = new System.Drawing.Point(91,174); this.comboPrognosis.MaxDropDownItems = 40; this.comboPrognosis.Name = "comboPrognosis"; this.comboPrognosis.Size = new System.Drawing.Size(96,21); this.comboPrognosis.TabIndex = 199; // // labelPrognosis // this.labelPrognosis.Location = new System.Drawing.Point(89,155); this.labelPrognosis.Name = "labelPrognosis"; this.labelPrognosis.Size = new System.Drawing.Size(79,17); this.labelPrognosis.TabIndex = 200; this.labelPrognosis.Text = "Prognosis"; this.labelPrognosis.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // panelQuickButtons // this.panelQuickButtons.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panelQuickButtons.Controls.Add(this.panelQuickPasteAmalgam); this.panelQuickButtons.Controls.Add(this.buttonCMODB); this.panelQuickButtons.Controls.Add(this.buttonCMODL); this.panelQuickButtons.Controls.Add(this.label1); this.panelQuickButtons.Controls.Add(this.butCMDL); this.panelQuickButtons.Controls.Add(this.butML); this.panelQuickButtons.Controls.Add(this.butDL); this.panelQuickButtons.Controls.Add(this.butCOB); this.panelQuickButtons.Controls.Add(this.butCOL); this.panelQuickButtons.Controls.Add(this.buttonCSeal); this.panelQuickButtons.Controls.Add(this.buttonCMO); this.panelQuickButtons.Controls.Add(this.buttonCMOD); this.panelQuickButtons.Controls.Add(this.buttonCO); this.panelQuickButtons.Controls.Add(this.label23); this.panelQuickButtons.Controls.Add(this.buttonCDO); this.panelQuickButtons.Location = new System.Drawing.Point(311,41); this.panelQuickButtons.Name = "panelQuickButtons"; this.panelQuickButtons.Size = new System.Drawing.Size(175,191); this.panelQuickButtons.TabIndex = 198; this.panelQuickButtons.Visible = false; this.panelQuickButtons.Paint += new System.Windows.Forms.PaintEventHandler(this.panelQuickButtons_Paint); // // panelQuickPasteAmalgam // this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMODB); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMODL); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAOB); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAOL); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAO); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMO); this.panelQuickPasteAmalgam.Controls.Add(this.buttonAMOD); this.panelQuickPasteAmalgam.Controls.Add(this.buttonADO); this.panelQuickPasteAmalgam.Controls.Add(this.label24); this.panelQuickPasteAmalgam.Location = new System.Drawing.Point(0,106); this.panelQuickPasteAmalgam.Name = "panelQuickPasteAmalgam"; this.panelQuickPasteAmalgam.Size = new System.Drawing.Size(173,80); this.panelQuickPasteAmalgam.TabIndex = 221; // // buttonAMODB // this.buttonAMODB.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAMODB.Autosize = true; this.buttonAMODB.BackColor = System.Drawing.SystemColors.Control; this.buttonAMODB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAMODB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAMODB.CornerRadius = 4F; this.buttonAMODB.Location = new System.Drawing.Point(94,37); this.buttonAMODB.Name = "buttonAMODB"; this.buttonAMODB.Size = new System.Drawing.Size(43,18); this.buttonAMODB.TabIndex = 227; this.buttonAMODB.Text = "MODB"; this.buttonAMODB.UseVisualStyleBackColor = false; this.buttonAMODB.Click += new System.EventHandler(this.buttonAMODB_Click); // // buttonAMODL // this.buttonAMODL.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAMODL.Autosize = true; this.buttonAMODL.BackColor = System.Drawing.SystemColors.Control; this.buttonAMODL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAMODL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAMODL.CornerRadius = 4F; this.buttonAMODL.Location = new System.Drawing.Point(52,37); this.buttonAMODL.Name = "buttonAMODL"; this.buttonAMODL.Size = new System.Drawing.Size(42,18); this.buttonAMODL.TabIndex = 226; this.buttonAMODL.Text = "MODL"; this.buttonAMODL.UseVisualStyleBackColor = false; this.buttonAMODL.Click += new System.EventHandler(this.buttonAMODL_Click); // // buttonAOB // this.buttonAOB.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAOB.Autosize = true; this.buttonAOB.BackColor = System.Drawing.SystemColors.Control; this.buttonAOB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAOB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAOB.CornerRadius = 4F; this.buttonAOB.Location = new System.Drawing.Point(26,37); this.buttonAOB.Name = "buttonAOB"; this.buttonAOB.Size = new System.Drawing.Size(26,18); this.buttonAOB.TabIndex = 225; this.buttonAOB.Text = "OB"; this.buttonAOB.UseVisualStyleBackColor = false; this.buttonAOB.Click += new System.EventHandler(this.buttonAOB_Click); // // buttonAOL // this.buttonAOL.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAOL.Autosize = true; this.buttonAOL.BackColor = System.Drawing.SystemColors.Control; this.buttonAOL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAOL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAOL.CornerRadius = 4F; this.buttonAOL.Location = new System.Drawing.Point(0,37); this.buttonAOL.Name = "buttonAOL"; this.buttonAOL.Size = new System.Drawing.Size(26,18); this.buttonAOL.TabIndex = 224; this.buttonAOL.Text = "OL"; this.buttonAOL.UseVisualStyleBackColor = false; this.buttonAOL.Click += new System.EventHandler(this.buttonAOL_Click); // // buttonAO // this.buttonAO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAO.Autosize = true; this.buttonAO.BackColor = System.Drawing.SystemColors.Control; this.buttonAO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAO.CornerRadius = 4F; this.buttonAO.Location = new System.Drawing.Point(62,19); this.buttonAO.Name = "buttonAO"; this.buttonAO.Size = new System.Drawing.Size(18,18); this.buttonAO.TabIndex = 223; this.buttonAO.Text = "O"; this.buttonAO.UseVisualStyleBackColor = false; this.buttonAO.Click += new System.EventHandler(this.buttonAO_Click); // // buttonAMO // this.buttonAMO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAMO.Autosize = true; this.buttonAMO.BackColor = System.Drawing.SystemColors.Control; this.buttonAMO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAMO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAMO.CornerRadius = 4F; this.buttonAMO.Location = new System.Drawing.Point(0,19); this.buttonAMO.Name = "buttonAMO"; this.buttonAMO.Size = new System.Drawing.Size(27,18); this.buttonAMO.TabIndex = 222; this.buttonAMO.Text = "MO"; this.buttonAMO.UseVisualStyleBackColor = false; this.buttonAMO.Click += new System.EventHandler(this.buttonAMO_Click); // // buttonAMOD // this.buttonAMOD.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonAMOD.Autosize = true; this.buttonAMOD.BackColor = System.Drawing.SystemColors.Control; this.buttonAMOD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonAMOD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonAMOD.CornerRadius = 4F; this.buttonAMOD.Location = new System.Drawing.Point(27,19); this.buttonAMOD.Name = "buttonAMOD"; this.buttonAMOD.Size = new System.Drawing.Size(36,18); this.buttonAMOD.TabIndex = 221; this.buttonAMOD.Text = "MOD"; this.buttonAMOD.UseVisualStyleBackColor = false; this.buttonAMOD.Click += new System.EventHandler(this.buttonAMOD_Click); // // buttonADO // this.buttonADO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonADO.Autosize = true; this.buttonADO.BackColor = System.Drawing.SystemColors.Control; this.buttonADO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonADO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonADO.CornerRadius = 4F; this.buttonADO.Location = new System.Drawing.Point(80,19); this.buttonADO.Name = "buttonADO"; this.buttonADO.Size = new System.Drawing.Size(26,18); this.buttonADO.TabIndex = 220; this.buttonADO.Text = "DO"; this.buttonADO.UseVisualStyleBackColor = false; this.buttonADO.Click += new System.EventHandler(this.buttonADO_Click); // // label24 // this.label24.Location = new System.Drawing.Point(4,2); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(56,13); this.label24.TabIndex = 219; this.label24.Text = "Amalgam"; // // buttonCMODB // this.buttonCMODB.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCMODB.Autosize = true; this.buttonCMODB.BackColor = System.Drawing.SystemColors.Control; this.buttonCMODB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCMODB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCMODB.CornerRadius = 4F; this.buttonCMODB.Location = new System.Drawing.Point(93,35); this.buttonCMODB.Name = "buttonCMODB"; this.buttonCMODB.Size = new System.Drawing.Size(43,18); this.buttonCMODB.TabIndex = 220; this.buttonCMODB.Text = "MODB"; this.buttonCMODB.UseVisualStyleBackColor = false; this.buttonCMODB.Click += new System.EventHandler(this.buttonCMODB_Click); // // buttonCMODL // this.buttonCMODL.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCMODL.Autosize = true; this.buttonCMODL.BackColor = System.Drawing.SystemColors.Control; this.buttonCMODL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCMODL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCMODL.CornerRadius = 4F; this.buttonCMODL.Location = new System.Drawing.Point(51,35); this.buttonCMODL.Name = "buttonCMODL"; this.buttonCMODL.Size = new System.Drawing.Size(42,18); this.buttonCMODL.TabIndex = 219; this.buttonCMODL.Text = "MODL"; this.buttonCMODL.UseVisualStyleBackColor = false; this.buttonCMODL.Click += new System.EventHandler(this.buttonCMODL_Click); // // label1 // this.label1.Location = new System.Drawing.Point(3,65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(84,13); this.label1.TabIndex = 214; this.label1.Text = "Ant. Composite"; // // butCMDL // this.butCMDL.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCMDL.Autosize = true; this.butCMDL.BackColor = System.Drawing.SystemColors.Control; this.butCMDL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCMDL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCMDL.CornerRadius = 4F; this.butCMDL.Location = new System.Drawing.Point(26,82); this.butCMDL.Name = "butCMDL"; this.butCMDL.Size = new System.Drawing.Size(33,18); this.butCMDL.TabIndex = 213; this.butCMDL.Text = "MDL"; this.butCMDL.UseVisualStyleBackColor = false; this.butCMDL.Click += new System.EventHandler(this.butCMDL_Click); // // butML // this.butML.AdjustImageLocation = new System.Drawing.Point(0,0); this.butML.Autosize = true; this.butML.BackColor = System.Drawing.SystemColors.Control; this.butML.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butML.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butML.CornerRadius = 4F; this.butML.Location = new System.Drawing.Point(59,82); this.butML.Name = "butML"; this.butML.Size = new System.Drawing.Size(26,18); this.butML.TabIndex = 212; this.butML.Text = "ML"; this.butML.UseVisualStyleBackColor = false; this.butML.Click += new System.EventHandler(this.butML_Click); // // butDL // this.butDL.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDL.Autosize = true; this.butDL.BackColor = System.Drawing.SystemColors.Control; this.butDL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDL.CornerRadius = 4F; this.butDL.Location = new System.Drawing.Point(0,82); this.butDL.Name = "butDL"; this.butDL.Size = new System.Drawing.Size(26,18); this.butDL.TabIndex = 211; this.butDL.Text = "DL"; this.butDL.UseVisualStyleBackColor = false; this.butDL.Click += new System.EventHandler(this.butDL_Click); // // butCOB // this.butCOB.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCOB.Autosize = true; this.butCOB.BackColor = System.Drawing.SystemColors.Control; this.butCOB.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCOB.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCOB.CornerRadius = 4F; this.butCOB.Location = new System.Drawing.Point(26,35); this.butCOB.Name = "butCOB"; this.butCOB.Size = new System.Drawing.Size(26,18); this.butCOB.TabIndex = 210; this.butCOB.Text = "OB"; this.butCOB.UseVisualStyleBackColor = false; this.butCOB.Click += new System.EventHandler(this.butCOB_Click); // // butCOL // this.butCOL.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCOL.Autosize = true; this.butCOL.BackColor = System.Drawing.SystemColors.Control; this.butCOL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCOL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCOL.CornerRadius = 4F; this.butCOL.Location = new System.Drawing.Point(0,35); this.butCOL.Name = "butCOL"; this.butCOL.Size = new System.Drawing.Size(26,18); this.butCOL.TabIndex = 209; this.butCOL.Text = "OL"; this.butCOL.UseVisualStyleBackColor = false; this.butCOL.Click += new System.EventHandler(this.butCOL_Click); // // buttonCSeal // this.buttonCSeal.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCSeal.Autosize = true; this.buttonCSeal.BackColor = System.Drawing.SystemColors.Control; this.buttonCSeal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCSeal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCSeal.CornerRadius = 4F; this.buttonCSeal.Location = new System.Drawing.Point(136,17); this.buttonCSeal.Name = "buttonCSeal"; this.buttonCSeal.Size = new System.Drawing.Size(32,18); this.buttonCSeal.TabIndex = 203; this.buttonCSeal.Text = "Seal"; this.buttonCSeal.UseVisualStyleBackColor = false; this.buttonCSeal.Click += new System.EventHandler(this.buttonCSeal_Click); // // buttonCMO // this.buttonCMO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCMO.Autosize = true; this.buttonCMO.BackColor = System.Drawing.SystemColors.Control; this.buttonCMO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCMO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCMO.CornerRadius = 4F; this.buttonCMO.Location = new System.Drawing.Point(0,17); this.buttonCMO.Name = "buttonCMO"; this.buttonCMO.Size = new System.Drawing.Size(27,18); this.buttonCMO.TabIndex = 202; this.buttonCMO.Text = "MO"; this.buttonCMO.UseVisualStyleBackColor = false; this.buttonCMO.Click += new System.EventHandler(this.buttonCMO_Click); // // buttonCMOD // this.buttonCMOD.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCMOD.Autosize = true; this.buttonCMOD.BackColor = System.Drawing.SystemColors.Control; this.buttonCMOD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCMOD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCMOD.CornerRadius = 4F; this.buttonCMOD.Location = new System.Drawing.Point(26,17); this.buttonCMOD.Name = "buttonCMOD"; this.buttonCMOD.Size = new System.Drawing.Size(36,18); this.buttonCMOD.TabIndex = 201; this.buttonCMOD.Text = "MOD"; this.buttonCMOD.UseVisualStyleBackColor = false; this.buttonCMOD.Click += new System.EventHandler(this.buttonCMOD_Click); // // buttonCO // this.buttonCO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCO.Autosize = true; this.buttonCO.BackColor = System.Drawing.SystemColors.Control; this.buttonCO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCO.CornerRadius = 4F; this.buttonCO.Location = new System.Drawing.Point(62,17); this.buttonCO.Name = "buttonCO"; this.buttonCO.Size = new System.Drawing.Size(18,18); this.buttonCO.TabIndex = 200; this.buttonCO.Text = "O"; this.buttonCO.UseVisualStyleBackColor = false; this.buttonCO.Click += new System.EventHandler(this.buttonCO_Click); // // label23 // this.label23.Location = new System.Drawing.Point(4,1); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(88,13); this.label23.TabIndex = 198; this.label23.Text = "Post. Composite"; // // buttonCDO // this.buttonCDO.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonCDO.Autosize = true; this.buttonCDO.BackColor = System.Drawing.SystemColors.Control; this.buttonCDO.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonCDO.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonCDO.CornerRadius = 4F; this.buttonCDO.Location = new System.Drawing.Point(80,17); this.buttonCDO.Name = "buttonCDO"; this.buttonCDO.Size = new System.Drawing.Size(26,18); this.buttonCDO.TabIndex = 197; this.buttonCDO.Text = "DO"; this.buttonCDO.UseVisualStyleBackColor = false; this.buttonCDO.Click += new System.EventHandler(this.buttonCDO_Click); // // butD // this.butD.AdjustImageLocation = new System.Drawing.Point(0,0); this.butD.Autosize = true; this.butD.BackColor = System.Drawing.SystemColors.Control; this.butD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butD.CornerRadius = 4F; this.butD.Location = new System.Drawing.Point(61,43); this.butD.Name = "butD"; this.butD.Size = new System.Drawing.Size(24,20); this.butD.TabIndex = 20; this.butD.Text = "D"; this.butD.UseVisualStyleBackColor = false; this.butD.Click += new System.EventHandler(this.butD_Click); // // textDate // this.textDate.Location = new System.Drawing.Point(0,211); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(89,20); this.textDate.TabIndex = 55; // // butBF // this.butBF.AdjustImageLocation = new System.Drawing.Point(0,0); this.butBF.Autosize = true; this.butBF.BackColor = System.Drawing.SystemColors.Control; this.butBF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBF.CornerRadius = 4F; this.butBF.Location = new System.Drawing.Point(22,23); this.butBF.Name = "butBF"; this.butBF.Size = new System.Drawing.Size(28,20); this.butBF.TabIndex = 21; this.butBF.Text = "B/F"; this.butBF.UseVisualStyleBackColor = false; this.butBF.Click += new System.EventHandler(this.butBF_Click); // // butL // this.butL.AdjustImageLocation = new System.Drawing.Point(0,0); this.butL.Autosize = true; this.butL.BackColor = System.Drawing.SystemColors.Control; this.butL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butL.CornerRadius = 4F; this.butL.Location = new System.Drawing.Point(32,63); this.butL.Name = "butL"; this.butL.Size = new System.Drawing.Size(24,20); this.butL.TabIndex = 22; this.butL.Text = "L"; this.butL.UseVisualStyleBackColor = false; this.butL.Click += new System.EventHandler(this.butL_Click); // // butM // this.butM.AdjustImageLocation = new System.Drawing.Point(0,0); this.butM.Autosize = true; this.butM.BackColor = System.Drawing.SystemColors.Control; this.butM.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butM.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butM.CornerRadius = 4F; this.butM.Location = new System.Drawing.Point(3,43); this.butM.Name = "butM"; this.butM.Size = new System.Drawing.Size(24,20); this.butM.TabIndex = 18; this.butM.Text = "M"; this.butM.UseVisualStyleBackColor = false; this.butM.Click += new System.EventHandler(this.butM_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(442,1); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(44,23); this.butOK.TabIndex = 52; this.butOK.Text = "OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butAddProc // this.butAddProc.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddProc.Autosize = true; this.butAddProc.BackColor = System.Drawing.SystemColors.Control; this.butAddProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddProc.CornerRadius = 4F; this.butAddProc.Location = new System.Drawing.Point(191,1); this.butAddProc.Name = "butAddProc"; this.butAddProc.Size = new System.Drawing.Size(89,23); this.butAddProc.TabIndex = 17; this.butAddProc.Text = "Procedure List"; this.butAddProc.UseVisualStyleBackColor = false; this.butAddProc.Click += new System.EventHandler(this.butAddProc_Click); // // butV // this.butV.AdjustImageLocation = new System.Drawing.Point(0,0); this.butV.Autosize = true; this.butV.BackColor = System.Drawing.SystemColors.Control; this.butV.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butV.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butV.CornerRadius = 4F; this.butV.Location = new System.Drawing.Point(50,23); this.butV.Name = "butV"; this.butV.Size = new System.Drawing.Size(17,20); this.butV.TabIndex = 24; this.butV.Text = "V"; this.butV.UseVisualStyleBackColor = false; this.butV.Click += new System.EventHandler(this.butV_Click); // // butOI // this.butOI.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOI.Autosize = true; this.butOI.BackColor = System.Drawing.SystemColors.Control; this.butOI.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOI.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOI.CornerRadius = 4F; this.butOI.Location = new System.Drawing.Point(27,43); this.butOI.Name = "butOI"; this.butOI.Size = new System.Drawing.Size(34,20); this.butOI.TabIndex = 19; this.butOI.Text = "O/I"; this.butOI.UseVisualStyleBackColor = false; this.butOI.Click += new System.EventHandler(this.butOI_Click); // // tabMissing // this.tabMissing.Controls.Add(this.butUnhide); this.tabMissing.Controls.Add(this.label5); this.tabMissing.Controls.Add(this.listHidden); this.tabMissing.Controls.Add(this.butEdentulous); this.tabMissing.Controls.Add(this.groupBox1); this.tabMissing.Location = new System.Drawing.Point(4,22); this.tabMissing.Name = "tabMissing"; this.tabMissing.Padding = new System.Windows.Forms.Padding(3); this.tabMissing.Size = new System.Drawing.Size(516,233); this.tabMissing.TabIndex = 1; this.tabMissing.Text = "Missing Teeth"; this.tabMissing.UseVisualStyleBackColor = true; // // butUnhide // this.butUnhide.AdjustImageLocation = new System.Drawing.Point(0,0); this.butUnhide.Autosize = true; this.butUnhide.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUnhide.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUnhide.CornerRadius = 4F; this.butUnhide.Location = new System.Drawing.Point(307,113); this.butUnhide.Name = "butUnhide"; this.butUnhide.Size = new System.Drawing.Size(71,23); this.butUnhide.TabIndex = 20; this.butUnhide.Text = "Unhide"; this.butUnhide.Click += new System.EventHandler(this.butUnhide_Click); // // label5 // this.label5.Location = new System.Drawing.Point(304,12); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(147,17); this.label5.TabIndex = 19; this.label5.Text = "Hidden Teeth"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listHidden // this.listHidden.FormattingEnabled = true; this.listHidden.Location = new System.Drawing.Point(307,33); this.listHidden.Name = "listHidden"; this.listHidden.Size = new System.Drawing.Size(94,69); this.listHidden.TabIndex = 18; // // butEdentulous // this.butEdentulous.AdjustImageLocation = new System.Drawing.Point(0,0); this.butEdentulous.Autosize = true; this.butEdentulous.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdentulous.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdentulous.CornerRadius = 4F; this.butEdentulous.Location = new System.Drawing.Point(31,113); this.butEdentulous.Name = "butEdentulous"; this.butEdentulous.Size = new System.Drawing.Size(82,23); this.butEdentulous.TabIndex = 16; this.butEdentulous.Text = "Edentulous"; this.butEdentulous.Click += new System.EventHandler(this.butEdentulous_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.butNotMissing); this.groupBox1.Controls.Add(this.butMissing); this.groupBox1.Controls.Add(this.butHidden); this.groupBox1.Location = new System.Drawing.Point(20,12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(267,90); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Set Selected Teeth"; // // label7 // this.label7.Location = new System.Drawing.Point(115,46); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(146,17); this.label7.TabIndex = 20; this.label7.Text = "(including numbers)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butNotMissing // this.butNotMissing.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNotMissing.Autosize = true; this.butNotMissing.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNotMissing.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNotMissing.CornerRadius = 4F; this.butNotMissing.Location = new System.Drawing.Point(11,53); this.butNotMissing.Name = "butNotMissing"; this.butNotMissing.Size = new System.Drawing.Size(82,23); this.butNotMissing.TabIndex = 15; this.butNotMissing.Text = "Not Missing"; this.butNotMissing.Click += new System.EventHandler(this.butNotMissing_Click); // // butMissing // this.butMissing.AdjustImageLocation = new System.Drawing.Point(0,0); this.butMissing.Autosize = true; this.butMissing.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMissing.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMissing.CornerRadius = 4F; this.butMissing.Location = new System.Drawing.Point(11,21); this.butMissing.Name = "butMissing"; this.butMissing.Size = new System.Drawing.Size(82,23); this.butMissing.TabIndex = 14; this.butMissing.Text = "Missing"; this.butMissing.Click += new System.EventHandler(this.butMissing_Click); // // butHidden // this.butHidden.AdjustImageLocation = new System.Drawing.Point(0,0); this.butHidden.Autosize = true; this.butHidden.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butHidden.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butHidden.CornerRadius = 4F; this.butHidden.Location = new System.Drawing.Point(172,21); this.butHidden.Name = "butHidden"; this.butHidden.Size = new System.Drawing.Size(82,23); this.butHidden.TabIndex = 17; this.butHidden.Text = "Hidden"; this.butHidden.Click += new System.EventHandler(this.butHidden_Click); // // tabMovements // this.tabMovements.Controls.Add(this.label16); this.tabMovements.Controls.Add(this.butApplyMovements); this.tabMovements.Controls.Add(this.groupBox4); this.tabMovements.Controls.Add(this.groupBox3); this.tabMovements.Location = new System.Drawing.Point(4,22); this.tabMovements.Name = "tabMovements"; this.tabMovements.Size = new System.Drawing.Size(516,233); this.tabMovements.TabIndex = 3; this.tabMovements.Text = "Movements"; this.tabMovements.UseVisualStyleBackColor = true; // // label16 // this.label16.Location = new System.Drawing.Point(180,183); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(267,18); this.label16.TabIndex = 29; this.label16.Text = "(if you typed in changes)"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butApplyMovements // this.butApplyMovements.AdjustImageLocation = new System.Drawing.Point(0,0); this.butApplyMovements.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butApplyMovements.Autosize = true; this.butApplyMovements.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butApplyMovements.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butApplyMovements.CornerRadius = 4F; this.butApplyMovements.Location = new System.Drawing.Point(404,154); this.butApplyMovements.Name = "butApplyMovements"; this.butApplyMovements.Size = new System.Drawing.Size(68,23); this.butApplyMovements.TabIndex = 16; this.butApplyMovements.Text = "Apply"; this.butApplyMovements.Click += new System.EventHandler(this.butApplyMovements_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.butTipBplus); this.groupBox4.Controls.Add(this.butTipBminus); this.groupBox4.Controls.Add(this.butTipMplus); this.groupBox4.Controls.Add(this.butTipMminus); this.groupBox4.Controls.Add(this.butRotatePlus); this.groupBox4.Controls.Add(this.butRotateMinus); this.groupBox4.Controls.Add(this.textTipB); this.groupBox4.Controls.Add(this.label11); this.groupBox4.Controls.Add(this.textTipM); this.groupBox4.Controls.Add(this.label12); this.groupBox4.Controls.Add(this.textRotate); this.groupBox4.Controls.Add(this.label15); this.groupBox4.Location = new System.Drawing.Point(255,12); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(207,109); this.groupBox4.TabIndex = 15; this.groupBox4.TabStop = false; this.groupBox4.Text = "Rotate/Tip degrees"; // // butTipBplus // this.butTipBplus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butTipBplus.Autosize = true; this.butTipBplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTipBplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTipBplus.CornerRadius = 4F; this.butTipBplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butTipBplus.Location = new System.Drawing.Point(159,76); this.butTipBplus.Name = "butTipBplus"; this.butTipBplus.Size = new System.Drawing.Size(31,23); this.butTipBplus.TabIndex = 34; this.butTipBplus.Text = "+"; this.butTipBplus.Click += new System.EventHandler(this.butTipBplus_Click); // // butTipBminus // this.butTipBminus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butTipBminus.Autosize = true; this.butTipBminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTipBminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTipBminus.CornerRadius = 4F; this.butTipBminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butTipBminus.Location = new System.Drawing.Point(122,76); this.butTipBminus.Name = "butTipBminus"; this.butTipBminus.Size = new System.Drawing.Size(31,23); this.butTipBminus.TabIndex = 35; this.butTipBminus.Text = "-"; this.butTipBminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butTipBminus.Click += new System.EventHandler(this.butTipBminus_Click); // // butTipMplus // this.butTipMplus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butTipMplus.Autosize = true; this.butTipMplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTipMplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTipMplus.CornerRadius = 4F; this.butTipMplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butTipMplus.Location = new System.Drawing.Point(159,47); this.butTipMplus.Name = "butTipMplus"; this.butTipMplus.Size = new System.Drawing.Size(31,23); this.butTipMplus.TabIndex = 32; this.butTipMplus.Text = "+"; this.butTipMplus.Click += new System.EventHandler(this.butTipMplus_Click); // // butTipMminus // this.butTipMminus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butTipMminus.Autosize = true; this.butTipMminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTipMminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTipMminus.CornerRadius = 4F; this.butTipMminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butTipMminus.Location = new System.Drawing.Point(122,47); this.butTipMminus.Name = "butTipMminus"; this.butTipMminus.Size = new System.Drawing.Size(31,23); this.butTipMminus.TabIndex = 33; this.butTipMminus.Text = "-"; this.butTipMminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butTipMminus.Click += new System.EventHandler(this.butTipMminus_Click); // // butRotatePlus // this.butRotatePlus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butRotatePlus.Autosize = true; this.butRotatePlus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRotatePlus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRotatePlus.CornerRadius = 4F; this.butRotatePlus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butRotatePlus.Location = new System.Drawing.Point(159,18); this.butRotatePlus.Name = "butRotatePlus"; this.butRotatePlus.Size = new System.Drawing.Size(31,23); this.butRotatePlus.TabIndex = 30; this.butRotatePlus.Text = "+"; this.butRotatePlus.Click += new System.EventHandler(this.butRotatePlus_Click); // // butRotateMinus // this.butRotateMinus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butRotateMinus.Autosize = true; this.butRotateMinus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRotateMinus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRotateMinus.CornerRadius = 4F; this.butRotateMinus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butRotateMinus.Location = new System.Drawing.Point(122,18); this.butRotateMinus.Name = "butRotateMinus"; this.butRotateMinus.Size = new System.Drawing.Size(31,23); this.butRotateMinus.TabIndex = 31; this.butRotateMinus.Text = "-"; this.butRotateMinus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butRotateMinus.Click += new System.EventHandler(this.butRotateMinus_Click); // // textTipB // this.textTipB.Location = new System.Drawing.Point(72,77); this.textTipB.Name = "textTipB"; this.textTipB.Size = new System.Drawing.Size(38,20); this.textTipB.TabIndex = 29; // // label11 // this.label11.Location = new System.Drawing.Point(3,77); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(68,18); this.label11.TabIndex = 28; this.label11.Text = "Labial Tip"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTipM // this.textTipM.Location = new System.Drawing.Point(72,49); this.textTipM.Name = "textTipM"; this.textTipM.Size = new System.Drawing.Size(38,20); this.textTipM.TabIndex = 25; // // label12 // this.label12.Location = new System.Drawing.Point(3,49); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(68,18); this.label12.TabIndex = 24; this.label12.Text = "Mesial Tip"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRotate // this.textRotate.Location = new System.Drawing.Point(72,20); this.textRotate.Name = "textRotate"; this.textRotate.Size = new System.Drawing.Size(38,20); this.textRotate.TabIndex = 21; // // label15 // this.label15.Location = new System.Drawing.Point(3,20); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(68,18); this.label15.TabIndex = 20; this.label15.Text = "Rotate"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox3 // this.groupBox3.Controls.Add(this.butShiftBplus); this.groupBox3.Controls.Add(this.butShiftBminus); this.groupBox3.Controls.Add(this.butShiftOplus); this.groupBox3.Controls.Add(this.butShiftOminus); this.groupBox3.Controls.Add(this.butShiftMplus); this.groupBox3.Controls.Add(this.butShiftMminus); this.groupBox3.Controls.Add(this.textShiftB); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.textShiftO); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.textShiftM); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Location = new System.Drawing.Point(20,12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(207,109); this.groupBox3.TabIndex = 0; this.groupBox3.TabStop = false; this.groupBox3.Text = "Shift millimeters"; // // butShiftBplus // this.butShiftBplus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftBplus.Autosize = true; this.butShiftBplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftBplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftBplus.CornerRadius = 4F; this.butShiftBplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftBplus.Location = new System.Drawing.Point(158,76); this.butShiftBplus.Name = "butShiftBplus"; this.butShiftBplus.Size = new System.Drawing.Size(31,23); this.butShiftBplus.TabIndex = 40; this.butShiftBplus.Text = "+"; this.butShiftBplus.Click += new System.EventHandler(this.butShiftBplus_Click); // // butShiftBminus // this.butShiftBminus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftBminus.Autosize = true; this.butShiftBminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftBminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftBminus.CornerRadius = 4F; this.butShiftBminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftBminus.Location = new System.Drawing.Point(121,76); this.butShiftBminus.Name = "butShiftBminus"; this.butShiftBminus.Size = new System.Drawing.Size(31,23); this.butShiftBminus.TabIndex = 41; this.butShiftBminus.Text = "-"; this.butShiftBminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butShiftBminus.Click += new System.EventHandler(this.butShiftBminus_Click); // // butShiftOplus // this.butShiftOplus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftOplus.Autosize = true; this.butShiftOplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftOplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftOplus.CornerRadius = 4F; this.butShiftOplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftOplus.Location = new System.Drawing.Point(158,47); this.butShiftOplus.Name = "butShiftOplus"; this.butShiftOplus.Size = new System.Drawing.Size(31,23); this.butShiftOplus.TabIndex = 38; this.butShiftOplus.Text = "+"; this.butShiftOplus.Click += new System.EventHandler(this.butShiftOplus_Click); // // butShiftOminus // this.butShiftOminus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftOminus.Autosize = true; this.butShiftOminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftOminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftOminus.CornerRadius = 4F; this.butShiftOminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftOminus.Location = new System.Drawing.Point(121,47); this.butShiftOminus.Name = "butShiftOminus"; this.butShiftOminus.Size = new System.Drawing.Size(31,23); this.butShiftOminus.TabIndex = 39; this.butShiftOminus.Text = "-"; this.butShiftOminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butShiftOminus.Click += new System.EventHandler(this.butShiftOminus_Click); // // butShiftMplus // this.butShiftMplus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftMplus.Autosize = true; this.butShiftMplus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftMplus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftMplus.CornerRadius = 4F; this.butShiftMplus.Font = new System.Drawing.Font("Microsoft Sans Serif",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftMplus.Location = new System.Drawing.Point(158,18); this.butShiftMplus.Name = "butShiftMplus"; this.butShiftMplus.Size = new System.Drawing.Size(31,23); this.butShiftMplus.TabIndex = 36; this.butShiftMplus.Text = "+"; this.butShiftMplus.Click += new System.EventHandler(this.butShiftMplus_Click); // // butShiftMminus // this.butShiftMminus.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShiftMminus.Autosize = true; this.butShiftMminus.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShiftMminus.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShiftMminus.CornerRadius = 4F; this.butShiftMminus.Font = new System.Drawing.Font("Microsoft Sans Serif",15F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.butShiftMminus.Location = new System.Drawing.Point(121,18); this.butShiftMminus.Name = "butShiftMminus"; this.butShiftMminus.Size = new System.Drawing.Size(31,23); this.butShiftMminus.TabIndex = 37; this.butShiftMminus.Text = "-"; this.butShiftMminus.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.butShiftMminus.Click += new System.EventHandler(this.butShiftMminus_Click); // // textShiftB // this.textShiftB.Location = new System.Drawing.Point(72,77); this.textShiftB.Name = "textShiftB"; this.textShiftB.Size = new System.Drawing.Size(38,20); this.textShiftB.TabIndex = 29; // // label10 // this.label10.Location = new System.Drawing.Point(3,77); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(68,18); this.label10.TabIndex = 28; this.label10.Text = "Labial"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textShiftO // this.textShiftO.Location = new System.Drawing.Point(72,49); this.textShiftO.Name = "textShiftO"; this.textShiftO.Size = new System.Drawing.Size(38,20); this.textShiftO.TabIndex = 25; // // label9 // this.label9.Location = new System.Drawing.Point(3,49); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(68,18); this.label9.TabIndex = 24; this.label9.Text = "Occlusal"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textShiftM // this.textShiftM.Location = new System.Drawing.Point(72,20); this.textShiftM.Name = "textShiftM"; this.textShiftM.Size = new System.Drawing.Size(38,20); this.textShiftM.TabIndex = 21; // // label8 // this.label8.Location = new System.Drawing.Point(3,20); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(68,18); this.label8.TabIndex = 20; this.label8.Text = "Mesial"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabPrimary // this.tabPrimary.Controls.Add(this.groupBox5); this.tabPrimary.Controls.Add(this.butMixed); this.tabPrimary.Controls.Add(this.butAllPrimary); this.tabPrimary.Controls.Add(this.butAllPerm); this.tabPrimary.Location = new System.Drawing.Point(4,22); this.tabPrimary.Name = "tabPrimary"; this.tabPrimary.Size = new System.Drawing.Size(516,233); this.tabPrimary.TabIndex = 2; this.tabPrimary.Text = "Primary"; this.tabPrimary.UseVisualStyleBackColor = true; // // groupBox5 // this.groupBox5.Controls.Add(this.butPerm); this.groupBox5.Controls.Add(this.butPrimary); this.groupBox5.Location = new System.Drawing.Point(20,12); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(153,90); this.groupBox5.TabIndex = 21; this.groupBox5.TabStop = false; this.groupBox5.Text = "Set Selected Teeth"; // // butPerm // this.butPerm.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPerm.Autosize = true; this.butPerm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPerm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPerm.CornerRadius = 4F; this.butPerm.Location = new System.Drawing.Point(11,53); this.butPerm.Name = "butPerm"; this.butPerm.Size = new System.Drawing.Size(82,23); this.butPerm.TabIndex = 15; this.butPerm.Text = "Permanent"; this.butPerm.Click += new System.EventHandler(this.butPerm_Click); // // butPrimary // this.butPrimary.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPrimary.Autosize = true; this.butPrimary.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrimary.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrimary.CornerRadius = 4F; this.butPrimary.Location = new System.Drawing.Point(11,21); this.butPrimary.Name = "butPrimary"; this.butPrimary.Size = new System.Drawing.Size(82,23); this.butPrimary.TabIndex = 14; this.butPrimary.Text = "Primary"; this.butPrimary.Click += new System.EventHandler(this.butPrimary_Click); // // butMixed // this.butMixed.AdjustImageLocation = new System.Drawing.Point(0,0); this.butMixed.Autosize = true; this.butMixed.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMixed.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMixed.CornerRadius = 4F; this.butMixed.Location = new System.Drawing.Point(334,33); this.butMixed.Name = "butMixed"; this.butMixed.Size = new System.Drawing.Size(107,23); this.butMixed.TabIndex = 20; this.butMixed.Text = "Set Mixed Dentition"; this.butMixed.Click += new System.EventHandler(this.butMixed_Click); // // butAllPrimary // this.butAllPrimary.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAllPrimary.Autosize = true; this.butAllPrimary.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAllPrimary.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAllPrimary.CornerRadius = 4F; this.butAllPrimary.Location = new System.Drawing.Point(201,33); this.butAllPrimary.Name = "butAllPrimary"; this.butAllPrimary.Size = new System.Drawing.Size(107,23); this.butAllPrimary.TabIndex = 19; this.butAllPrimary.Text = "Set All Primary"; this.butAllPrimary.Click += new System.EventHandler(this.butAllPrimary_Click); // // butAllPerm // this.butAllPerm.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAllPerm.Autosize = true; this.butAllPerm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAllPerm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAllPerm.CornerRadius = 4F; this.butAllPerm.Location = new System.Drawing.Point(201,65); this.butAllPerm.Name = "butAllPerm"; this.butAllPerm.Size = new System.Drawing.Size(107,23); this.butAllPerm.TabIndex = 18; this.butAllPerm.Text = "Set All Permanent"; this.butAllPerm.Click += new System.EventHandler(this.butAllPerm_Click); // // tabPlanned // this.tabPlanned.BackColor = System.Drawing.Color.White; this.tabPlanned.Controls.Add(this.butDown); this.tabPlanned.Controls.Add(this.butUp); this.tabPlanned.Controls.Add(this.butPin); this.tabPlanned.Controls.Add(this.butClear); this.tabPlanned.Controls.Add(this.butNew); this.tabPlanned.Controls.Add(this.checkDone); this.tabPlanned.Controls.Add(this.gridPlanned); this.tabPlanned.Location = new System.Drawing.Point(4,22); this.tabPlanned.Name = "tabPlanned"; this.tabPlanned.Size = new System.Drawing.Size(516,233); this.tabPlanned.TabIndex = 4; this.tabPlanned.Text = "Planned Appts"; this.tabPlanned.UseVisualStyleBackColor = true; // // butDown // this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDown.Autosize = true; this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDown.CornerRadius = 4F; this.butDown.Image = global::OpenDental.Properties.Resources.down; this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDown.Location = new System.Drawing.Point(325,1); this.butDown.Name = "butDown"; this.butDown.Size = new System.Drawing.Size(75,23); this.butDown.TabIndex = 195; this.butDown.Text = "&Down"; this.butDown.Click += new System.EventHandler(this.butDown_Click); // // butUp // this.butUp.AdjustImageLocation = new System.Drawing.Point(0,1); this.butUp.Autosize = true; this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUp.CornerRadius = 4F; this.butUp.Image = global::OpenDental.Properties.Resources.up; this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUp.Location = new System.Drawing.Point(244,1); this.butUp.Name = "butUp"; this.butUp.Size = new System.Drawing.Size(75,23); this.butUp.TabIndex = 194; this.butUp.Text = "&Up"; this.butUp.Click += new System.EventHandler(this.butUp_Click); // // butPin // this.butPin.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPin.Autosize = true; this.butPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPin.CornerRadius = 4F; this.butPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPin.Location = new System.Drawing.Point(163,1); this.butPin.Name = "butPin"; this.butPin.Size = new System.Drawing.Size(75,23); this.butPin.TabIndex = 6; this.butPin.Text = "Pin Board"; this.butPin.Click += new System.EventHandler(this.butPin_Click); // // butClear // this.butClear.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClear.Autosize = true; this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClear.CornerRadius = 4F; this.butClear.Image = global::OpenDental.Properties.Resources.deleteX; this.butClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butClear.Location = new System.Drawing.Point(82,1); this.butClear.Name = "butClear"; this.butClear.Size = new System.Drawing.Size(75,23); this.butClear.TabIndex = 5; this.butClear.Text = "Delete"; this.butClear.Click += new System.EventHandler(this.butClear_Click); // // butNew // this.butNew.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNew.Autosize = true; this.butNew.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNew.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNew.CornerRadius = 4F; this.butNew.Image = global::OpenDental.Properties.Resources.Add; this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butNew.Location = new System.Drawing.Point(1,1); this.butNew.Name = "butNew"; this.butNew.Size = new System.Drawing.Size(75,23); this.butNew.TabIndex = 4; this.butNew.Text = "Add"; this.butNew.Click += new System.EventHandler(this.butNew_Click); // // gridPlanned // this.gridPlanned.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridPlanned.HScrollVisible = false; this.gridPlanned.Location = new System.Drawing.Point(0,25); this.gridPlanned.Name = "gridPlanned"; this.gridPlanned.ScrollValue = 0; this.gridPlanned.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridPlanned.Size = new System.Drawing.Size(516,208); this.gridPlanned.TabIndex = 193; this.gridPlanned.Title = "Planned Appointments"; this.gridPlanned.TranslationName = "TablePlannedAppts"; this.gridPlanned.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPlanned_CellDoubleClick); // // tabShow // this.tabShow.BackColor = System.Drawing.Color.White; this.tabShow.Controls.Add(this.butShowDateRange); this.tabShow.Controls.Add(this.textShowDateRange); this.tabShow.Controls.Add(this.listProcStatusCodes); this.tabShow.Controls.Add(this.gridChartViews); this.tabShow.Controls.Add(this.labelCustView); this.tabShow.Controls.Add(this.butChartViewDown); this.tabShow.Controls.Add(this.butChartViewUp); this.tabShow.Controls.Add(this.butChartViewAdd); this.tabShow.Controls.Add(this.groupBox7); this.tabShow.Controls.Add(this.groupBox6); this.tabShow.Controls.Add(this.checkShowTeeth); this.tabShow.Controls.Add(this.checkNotes); this.tabShow.Controls.Add(this.checkAudit); this.tabShow.Controls.Add(this.butShowAll); this.tabShow.Controls.Add(this.butShowNone); this.tabShow.Location = new System.Drawing.Point(4,22); this.tabShow.Name = "tabShow"; this.tabShow.Size = new System.Drawing.Size(516,233); this.tabShow.TabIndex = 5; this.tabShow.Text = "Show"; this.tabShow.UseVisualStyleBackColor = true; // // butShowDateRange // this.butShowDateRange.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShowDateRange.Autosize = true; this.butShowDateRange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowDateRange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowDateRange.CornerRadius = 4F; this.butShowDateRange.Location = new System.Drawing.Point(273,186); this.butShowDateRange.Name = "butShowDateRange"; this.butShowDateRange.Size = new System.Drawing.Size(24,22); this.butShowDateRange.TabIndex = 47; this.butShowDateRange.Text = "..."; this.butShowDateRange.UseVisualStyleBackColor = true; this.butShowDateRange.Click += new System.EventHandler(this.butShowDateRange_Click); // // textShowDateRange // this.textShowDateRange.Font = new System.Drawing.Font("Microsoft Sans Serif",7.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.textShowDateRange.Location = new System.Drawing.Point(144,188); this.textShowDateRange.Name = "textShowDateRange"; this.textShowDateRange.ReadOnly = true; this.textShowDateRange.Size = new System.Drawing.Size(125,19); this.textShowDateRange.TabIndex = 46; // // listProcStatusCodes // this.listProcStatusCodes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listProcStatusCodes.ColumnWidth = 60; this.listProcStatusCodes.FormattingEnabled = true; this.listProcStatusCodes.IntegralHeight = false; this.listProcStatusCodes.Location = new System.Drawing.Point(6,156); this.listProcStatusCodes.MultiColumn = true; this.listProcStatusCodes.Name = "listProcStatusCodes"; this.listProcStatusCodes.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listProcStatusCodes.Size = new System.Drawing.Size(134,74); this.listProcStatusCodes.TabIndex = 45; this.listProcStatusCodes.Visible = false; this.listProcStatusCodes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listProcStatusCodes_MouseUp); // // gridChartViews // this.gridChartViews.HScrollVisible = false; this.gridChartViews.Location = new System.Drawing.Point(303,8); this.gridChartViews.Name = "gridChartViews"; this.gridChartViews.ScrollValue = 0; this.gridChartViews.Size = new System.Drawing.Size(191,173); this.gridChartViews.TabIndex = 44; this.gridChartViews.Title = "Chart Views"; this.gridChartViews.TranslationName = "GridChartViews"; this.gridChartViews.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridChartViews_DoubleClick); this.gridChartViews.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridChartViews_CellClick); // // labelCustView // this.labelCustView.AutoSize = true; this.labelCustView.Font = new System.Drawing.Font("Microsoft Sans Serif",9.75F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.labelCustView.ForeColor = System.Drawing.Color.Red; this.labelCustView.Location = new System.Drawing.Point(160,211); this.labelCustView.Name = "labelCustView"; this.labelCustView.Size = new System.Drawing.Size(96,16); this.labelCustView.TabIndex = 43; this.labelCustView.Text = "Custom View"; this.labelCustView.Visible = false; // // butChartViewDown // this.butChartViewDown.AdjustImageLocation = new System.Drawing.Point(0,0); this.butChartViewDown.Autosize = true; this.butChartViewDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChartViewDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChartViewDown.CornerRadius = 4F; this.butChartViewDown.Image = global::OpenDental.Properties.Resources.down; this.butChartViewDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butChartViewDown.Location = new System.Drawing.Point(426,195); this.butChartViewDown.Name = "butChartViewDown"; this.butChartViewDown.Size = new System.Drawing.Size(68,24); this.butChartViewDown.TabIndex = 41; this.butChartViewDown.Text = "&Down"; this.butChartViewDown.Click += new System.EventHandler(this.butChartViewDown_Click); // // butChartViewUp // this.butChartViewUp.AdjustImageLocation = new System.Drawing.Point(0,0); this.butChartViewUp.Autosize = true; this.butChartViewUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChartViewUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChartViewUp.CornerRadius = 4F; this.butChartViewUp.Image = global::OpenDental.Properties.Resources.up; this.butChartViewUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butChartViewUp.Location = new System.Drawing.Point(367,195); this.butChartViewUp.Name = "butChartViewUp"; this.butChartViewUp.Size = new System.Drawing.Size(54,24); this.butChartViewUp.TabIndex = 42; this.butChartViewUp.Text = "&Up"; this.butChartViewUp.Click += new System.EventHandler(this.butChartViewUp_Click); // // butChartViewAdd // this.butChartViewAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butChartViewAdd.Autosize = true; this.butChartViewAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChartViewAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChartViewAdd.CornerRadius = 4F; this.butChartViewAdd.Image = global::OpenDental.Properties.Resources.Add; this.butChartViewAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butChartViewAdd.Location = new System.Drawing.Point(303,195); this.butChartViewAdd.Name = "butChartViewAdd"; this.butChartViewAdd.Size = new System.Drawing.Size(59,24); this.butChartViewAdd.TabIndex = 40; this.butChartViewAdd.Text = "&Add"; this.butChartViewAdd.Click += new System.EventHandler(this.butChartViewAdd_Click); // // groupBox7 // this.groupBox7.Controls.Add(this.checkSheets); this.groupBox7.Controls.Add(this.checkTasks); this.groupBox7.Controls.Add(this.checkEmail); this.groupBox7.Controls.Add(this.checkCommFamily); this.groupBox7.Controls.Add(this.checkAppt); this.groupBox7.Controls.Add(this.checkLabCase); this.groupBox7.Controls.Add(this.checkRx); this.groupBox7.Controls.Add(this.checkComm); this.groupBox7.Location = new System.Drawing.Point(144,4); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(125,148); this.groupBox7.TabIndex = 19; this.groupBox7.TabStop = false; this.groupBox7.Text = "Object Types"; // // checkSheets // this.checkSheets.Checked = true; this.checkSheets.CheckState = System.Windows.Forms.CheckState.Checked; this.checkSheets.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSheets.Location = new System.Drawing.Point(10,130); this.checkSheets.Name = "checkSheets"; this.checkSheets.Size = new System.Drawing.Size(102,13); this.checkSheets.TabIndex = 219; this.checkSheets.Text = "Sheets"; this.checkSheets.Click += new System.EventHandler(this.checkSheets_Click); // // checkTasks // this.checkTasks.Checked = true; this.checkTasks.CheckState = System.Windows.Forms.CheckState.Checked; this.checkTasks.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTasks.Location = new System.Drawing.Point(10,66); this.checkTasks.Name = "checkTasks"; this.checkTasks.Size = new System.Drawing.Size(102,13); this.checkTasks.TabIndex = 218; this.checkTasks.Text = "Tasks"; this.checkTasks.Click += new System.EventHandler(this.checkTasks_Click); // // checkEmail // this.checkEmail.Checked = true; this.checkEmail.CheckState = System.Windows.Forms.CheckState.Checked; this.checkEmail.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkEmail.Location = new System.Drawing.Point(10,82); this.checkEmail.Name = "checkEmail"; this.checkEmail.Size = new System.Drawing.Size(102,13); this.checkEmail.TabIndex = 217; this.checkEmail.Text = "Email"; this.checkEmail.Click += new System.EventHandler(this.checkEmail_Click); // // checkCommFamily // this.checkCommFamily.Checked = true; this.checkCommFamily.CheckState = System.Windows.Forms.CheckState.Checked; this.checkCommFamily.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCommFamily.Location = new System.Drawing.Point(26,49); this.checkCommFamily.Name = "checkCommFamily"; this.checkCommFamily.Size = new System.Drawing.Size(88,13); this.checkCommFamily.TabIndex = 20; this.checkCommFamily.Text = "Family"; this.checkCommFamily.Click += new System.EventHandler(this.checkCommFamily_Click); // // checkAppt // this.checkAppt.Checked = true; this.checkAppt.CheckState = System.Windows.Forms.CheckState.Checked; this.checkAppt.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAppt.Location = new System.Drawing.Point(10,17); this.checkAppt.Name = "checkAppt"; this.checkAppt.Size = new System.Drawing.Size(102,13); this.checkAppt.TabIndex = 20; this.checkAppt.Text = "Appointments"; this.checkAppt.Click += new System.EventHandler(this.checkAppt_Click); // // checkLabCase // this.checkLabCase.Checked = true; this.checkLabCase.CheckState = System.Windows.Forms.CheckState.Checked; this.checkLabCase.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkLabCase.Location = new System.Drawing.Point(10,98); this.checkLabCase.Name = "checkLabCase"; this.checkLabCase.Size = new System.Drawing.Size(102,13); this.checkLabCase.TabIndex = 17; this.checkLabCase.Text = "Lab Cases"; this.checkLabCase.Click += new System.EventHandler(this.checkLabCase_Click); // // groupBox6 // this.groupBox6.Controls.Add(this.checkShowCn); this.groupBox6.Controls.Add(this.checkShowE); this.groupBox6.Controls.Add(this.checkShowR); this.groupBox6.Controls.Add(this.checkShowC); this.groupBox6.Controls.Add(this.checkShowTP); this.groupBox6.Location = new System.Drawing.Point(6,4); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(121,99); this.groupBox6.TabIndex = 18; this.groupBox6.TabStop = false; this.groupBox6.Text = "Procedures"; // // checkShowCn // this.checkShowCn.Checked = true; this.checkShowCn.CheckState = System.Windows.Forms.CheckState.Checked; this.checkShowCn.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkShowCn.Location = new System.Drawing.Point(9,81); this.checkShowCn.Name = "checkShowCn"; this.checkShowCn.Size = new System.Drawing.Size(101,13); this.checkShowCn.TabIndex = 15; this.checkShowCn.Text = "Conditions"; this.checkShowCn.Click += new System.EventHandler(this.checkShowCn_Click); // // butShowAll // this.butShowAll.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShowAll.Autosize = true; this.butShowAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowAll.CornerRadius = 4F; this.butShowAll.Location = new System.Drawing.Point(6,129); this.butShowAll.Name = "butShowAll"; this.butShowAll.Size = new System.Drawing.Size(53,23); this.butShowAll.TabIndex = 12; this.butShowAll.Text = "All"; this.butShowAll.Click += new System.EventHandler(this.butShowAll_Click); // // butShowNone // this.butShowNone.AdjustImageLocation = new System.Drawing.Point(0,0); this.butShowNone.Autosize = true; this.butShowNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butShowNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butShowNone.CornerRadius = 4F; this.butShowNone.Location = new System.Drawing.Point(69,129); this.butShowNone.Name = "butShowNone"; this.butShowNone.Size = new System.Drawing.Size(58,23); this.butShowNone.TabIndex = 13; this.butShowNone.Text = "None"; this.butShowNone.Click += new System.EventHandler(this.butShowNone_Click); // // tabDraw // this.tabDraw.Controls.Add(this.radioColorChanger); this.tabDraw.Controls.Add(this.groupBox8); this.tabDraw.Controls.Add(this.panelDrawColor); this.tabDraw.Controls.Add(this.radioEraser); this.tabDraw.Controls.Add(this.radioPen); this.tabDraw.Controls.Add(this.radioPointer); this.tabDraw.Location = new System.Drawing.Point(4,22); this.tabDraw.Name = "tabDraw"; this.tabDraw.Size = new System.Drawing.Size(516,233); this.tabDraw.TabIndex = 6; this.tabDraw.Text = "Draw"; this.tabDraw.UseVisualStyleBackColor = true; // // radioColorChanger // this.radioColorChanger.Location = new System.Drawing.Point(14,70); this.radioColorChanger.Name = "radioColorChanger"; this.radioColorChanger.Size = new System.Drawing.Size(122,17); this.radioColorChanger.TabIndex = 5; this.radioColorChanger.TabStop = true; this.radioColorChanger.Text = "Color Changer"; this.radioColorChanger.UseVisualStyleBackColor = true; this.radioColorChanger.Click += new System.EventHandler(this.radioColorChanger_Click); // // groupBox8 // this.groupBox8.Controls.Add(this.panelBlack); this.groupBox8.Controls.Add(this.label22); this.groupBox8.Controls.Add(this.butColorOther); this.groupBox8.Controls.Add(this.panelRdark); this.groupBox8.Controls.Add(this.label21); this.groupBox8.Controls.Add(this.panelRlight); this.groupBox8.Controls.Add(this.panelEOdark); this.groupBox8.Controls.Add(this.label20); this.groupBox8.Controls.Add(this.panelEOlight); this.groupBox8.Controls.Add(this.panelECdark); this.groupBox8.Controls.Add(this.label19); this.groupBox8.Controls.Add(this.panelEClight); this.groupBox8.Controls.Add(this.panelCdark); this.groupBox8.Controls.Add(this.label17); this.groupBox8.Controls.Add(this.panelClight); this.groupBox8.Controls.Add(this.panelTPdark); this.groupBox8.Controls.Add(this.label18); this.groupBox8.Controls.Add(this.panelTPlight); this.groupBox8.Location = new System.Drawing.Point(160,11); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(157,214); this.groupBox8.TabIndex = 4; this.groupBox8.TabStop = false; this.groupBox8.Text = "Set Color"; // // panelBlack // this.panelBlack.BackColor = System.Drawing.Color.Black; this.panelBlack.Location = new System.Drawing.Point(95,147); this.panelBlack.Name = "panelBlack"; this.panelBlack.Size = new System.Drawing.Size(22,22); this.panelBlack.TabIndex = 194; this.panelBlack.Click += new System.EventHandler(this.panelBlack_Click); // // label22 // this.label22.Location = new System.Drawing.Point(11,150); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(82,17); this.label22.TabIndex = 193; this.label22.Text = "Black"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butColorOther // this.butColorOther.AdjustImageLocation = new System.Drawing.Point(0,0); this.butColorOther.Autosize = true; this.butColorOther.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butColorOther.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butColorOther.CornerRadius = 4F; this.butColorOther.Location = new System.Drawing.Point(95,179); this.butColorOther.Name = "butColorOther"; this.butColorOther.Size = new System.Drawing.Size(50,24); this.butColorOther.TabIndex = 192; this.butColorOther.Text = "Other"; this.butColorOther.Click += new System.EventHandler(this.butColorOther_Click); // // panelRdark // this.panelRdark.BackColor = System.Drawing.Color.Black; this.panelRdark.Location = new System.Drawing.Point(95,121); this.panelRdark.Name = "panelRdark"; this.panelRdark.Size = new System.Drawing.Size(22,22); this.panelRdark.TabIndex = 18; this.panelRdark.Click += new System.EventHandler(this.panelRdark_Click); // // label21 // this.label21.Location = new System.Drawing.Point(11,124); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(82,17); this.label21.TabIndex = 17; this.label21.Text = "Referred"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelRlight // this.panelRlight.BackColor = System.Drawing.Color.Black; this.panelRlight.Location = new System.Drawing.Point(123,121); this.panelRlight.Name = "panelRlight"; this.panelRlight.Size = new System.Drawing.Size(22,22); this.panelRlight.TabIndex = 16; this.panelRlight.Click += new System.EventHandler(this.panelRlight_Click); // // panelEOdark // this.panelEOdark.BackColor = System.Drawing.Color.Black; this.panelEOdark.Location = new System.Drawing.Point(95,95); this.panelEOdark.Name = "panelEOdark"; this.panelEOdark.Size = new System.Drawing.Size(22,22); this.panelEOdark.TabIndex = 15; this.panelEOdark.Click += new System.EventHandler(this.panelEOdark_Click); // // label20 // this.label20.Location = new System.Drawing.Point(11,98); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(82,17); this.label20.TabIndex = 14; this.label20.Text = "ExistOther"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelEOlight // this.panelEOlight.BackColor = System.Drawing.Color.Black; this.panelEOlight.Location = new System.Drawing.Point(123,95); this.panelEOlight.Name = "panelEOlight"; this.panelEOlight.Size = new System.Drawing.Size(22,22); this.panelEOlight.TabIndex = 13; this.panelEOlight.Click += new System.EventHandler(this.panelEOlight_Click); // // panelECdark // this.panelECdark.BackColor = System.Drawing.Color.Black; this.panelECdark.Location = new System.Drawing.Point(95,69); this.panelECdark.Name = "panelECdark"; this.panelECdark.Size = new System.Drawing.Size(22,22); this.panelECdark.TabIndex = 12; this.panelECdark.Click += new System.EventHandler(this.panelECdark_Click); // // label19 // this.label19.Location = new System.Drawing.Point(11,72); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(82,17); this.label19.TabIndex = 11; this.label19.Text = "ExistCurProv"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelEClight // this.panelEClight.BackColor = System.Drawing.Color.Black; this.panelEClight.Location = new System.Drawing.Point(123,69); this.panelEClight.Name = "panelEClight"; this.panelEClight.Size = new System.Drawing.Size(22,22); this.panelEClight.TabIndex = 10; this.panelEClight.Click += new System.EventHandler(this.panelEClight_Click); // // panelCdark // this.panelCdark.BackColor = System.Drawing.Color.Black; this.panelCdark.Location = new System.Drawing.Point(95,43); this.panelCdark.Name = "panelCdark"; this.panelCdark.Size = new System.Drawing.Size(22,22); this.panelCdark.TabIndex = 9; this.panelCdark.Click += new System.EventHandler(this.panelCdark_Click); // // label17 // this.label17.Location = new System.Drawing.Point(11,46); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(82,17); this.label17.TabIndex = 8; this.label17.Text = "Complete"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelClight // this.panelClight.BackColor = System.Drawing.Color.Black; this.panelClight.Location = new System.Drawing.Point(123,43); this.panelClight.Name = "panelClight"; this.panelClight.Size = new System.Drawing.Size(22,22); this.panelClight.TabIndex = 7; this.panelClight.Click += new System.EventHandler(this.panelClight_Click); // // panelTPdark // this.panelTPdark.BackColor = System.Drawing.Color.Black; this.panelTPdark.Location = new System.Drawing.Point(95,17); this.panelTPdark.Name = "panelTPdark"; this.panelTPdark.Size = new System.Drawing.Size(22,22); this.panelTPdark.TabIndex = 6; this.panelTPdark.Click += new System.EventHandler(this.panelTPdark_Click); // // label18 // this.label18.Location = new System.Drawing.Point(11,20); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(82,17); this.label18.TabIndex = 5; this.label18.Text = "TreatPlan"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelTPlight // this.panelTPlight.BackColor = System.Drawing.Color.Black; this.panelTPlight.Location = new System.Drawing.Point(123,17); this.panelTPlight.Name = "panelTPlight"; this.panelTPlight.Size = new System.Drawing.Size(22,22); this.panelTPlight.TabIndex = 4; this.panelTPlight.Click += new System.EventHandler(this.panelTPlight_Click); // // panelDrawColor // this.panelDrawColor.BackColor = System.Drawing.Color.Black; this.panelDrawColor.Location = new System.Drawing.Point(13,101); this.panelDrawColor.Name = "panelDrawColor"; this.panelDrawColor.Size = new System.Drawing.Size(22,22); this.panelDrawColor.TabIndex = 3; this.panelDrawColor.DoubleClick += new System.EventHandler(this.panelDrawColor_DoubleClick); // // radioEraser // this.radioEraser.Location = new System.Drawing.Point(14,51); this.radioEraser.Name = "radioEraser"; this.radioEraser.Size = new System.Drawing.Size(122,17); this.radioEraser.TabIndex = 2; this.radioEraser.TabStop = true; this.radioEraser.Text = "Eraser"; this.radioEraser.UseVisualStyleBackColor = true; this.radioEraser.Click += new System.EventHandler(this.radioEraser_Click); // // radioPen // this.radioPen.Location = new System.Drawing.Point(14,32); this.radioPen.Name = "radioPen"; this.radioPen.Size = new System.Drawing.Size(122,17); this.radioPen.TabIndex = 1; this.radioPen.TabStop = true; this.radioPen.Text = "Pen"; this.radioPen.UseVisualStyleBackColor = true; this.radioPen.Click += new System.EventHandler(this.radioPen_Click); // // radioPointer // this.radioPointer.Checked = true; this.radioPointer.Location = new System.Drawing.Point(14,13); this.radioPointer.Name = "radioPointer"; this.radioPointer.Size = new System.Drawing.Size(122,17); this.radioPointer.TabIndex = 0; this.radioPointer.TabStop = true; this.radioPointer.Text = "Pointer"; this.radioPointer.UseVisualStyleBackColor = true; this.radioPointer.Click += new System.EventHandler(this.radioPointer_Click); // // tabPatInfo // this.tabPatInfo.Location = new System.Drawing.Point(4,22); this.tabPatInfo.Name = "tabPatInfo"; this.tabPatInfo.Size = new System.Drawing.Size(516,233); this.tabPatInfo.TabIndex = 7; this.tabPatInfo.Text = "Pat Info"; this.tabPatInfo.UseVisualStyleBackColor = true; // // tabCustomer // this.tabCustomer.Controls.Add(this.labelMonth0); this.tabCustomer.Controls.Add(this.textMonth0); this.tabCustomer.Controls.Add(this.label2); this.tabCustomer.Controls.Add(this.labelCommonProc); this.tabCustomer.Controls.Add(this.labelTimes); this.tabCustomer.Controls.Add(this.labelMonth1); this.tabCustomer.Controls.Add(this.labelMonth2); this.tabCustomer.Controls.Add(this.labelMonth3); this.tabCustomer.Controls.Add(this.labelMonthAvg); this.tabCustomer.Controls.Add(this.textMonthAvg); this.tabCustomer.Controls.Add(this.textMonth3); this.tabCustomer.Controls.Add(this.textMonth2); this.tabCustomer.Controls.Add(this.textMonth1); this.tabCustomer.Controls.Add(this.listCommonProcs); this.tabCustomer.Controls.Add(this.gridCustomerViews); this.tabCustomer.Location = new System.Drawing.Point(4,22); this.tabCustomer.Name = "tabCustomer"; this.tabCustomer.Padding = new System.Windows.Forms.Padding(3); this.tabCustomer.Size = new System.Drawing.Size(516,233); this.tabCustomer.TabIndex = 8; this.tabCustomer.Text = "Customer"; this.tabCustomer.UseVisualStyleBackColor = true; // // labelMonth0 // this.labelMonth0.Location = new System.Drawing.Point(340,109); this.labelMonth0.Name = "labelMonth0"; this.labelMonth0.Size = new System.Drawing.Size(72,20); this.labelMonth0.TabIndex = 62; this.labelMonth0.Text = "month 0"; this.labelMonth0.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMonth0 // this.textMonth0.Location = new System.Drawing.Point(413,110); this.textMonth0.Name = "textMonth0"; this.textMonth0.ReadOnly = true; this.textMonth0.Size = new System.Drawing.Size(50,20); this.textMonth0.TabIndex = 61; // // label2 // this.label2.Location = new System.Drawing.Point(340,163); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(170,41); this.label2.TabIndex = 60; this.label2.Text = "(Avg is based on entire family call history excluding first two months)"; // // labelCommonProc // this.labelCommonProc.Location = new System.Drawing.Point(201,11); this.labelCommonProc.Name = "labelCommonProc"; this.labelCommonProc.Size = new System.Drawing.Size(123,16); this.labelCommonProc.TabIndex = 59; this.labelCommonProc.Text = "Quick add:"; this.labelCommonProc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelTimes // this.labelTimes.Location = new System.Drawing.Point(347,11); this.labelTimes.Name = "labelTimes"; this.labelTimes.Size = new System.Drawing.Size(120,16); this.labelTimes.TabIndex = 58; this.labelTimes.Text = "Total time for family:"; this.labelTimes.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelMonth1 // this.labelMonth1.Location = new System.Drawing.Point(340,83); this.labelMonth1.Name = "labelMonth1"; this.labelMonth1.Size = new System.Drawing.Size(72,20); this.labelMonth1.TabIndex = 57; this.labelMonth1.Text = "month 1"; this.labelMonth1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelMonth2 // this.labelMonth2.Location = new System.Drawing.Point(340,57); this.labelMonth2.Name = "labelMonth2"; this.labelMonth2.Size = new System.Drawing.Size(72,20); this.labelMonth2.TabIndex = 56; this.labelMonth2.Text = "month 2"; this.labelMonth2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelMonth3 // this.labelMonth3.Location = new System.Drawing.Point(340,31); this.labelMonth3.Name = "labelMonth3"; this.labelMonth3.Size = new System.Drawing.Size(72,20); this.labelMonth3.TabIndex = 55; this.labelMonth3.Text = "month 3"; this.labelMonth3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelMonthAvg // this.labelMonthAvg.Location = new System.Drawing.Point(340,135); this.labelMonthAvg.Name = "labelMonthAvg"; this.labelMonthAvg.Size = new System.Drawing.Size(72,20); this.labelMonthAvg.TabIndex = 54; this.labelMonthAvg.Text = "Avg"; this.labelMonthAvg.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMonthAvg // this.textMonthAvg.Location = new System.Drawing.Point(413,136); this.textMonthAvg.Name = "textMonthAvg"; this.textMonthAvg.ReadOnly = true; this.textMonthAvg.Size = new System.Drawing.Size(50,20); this.textMonthAvg.TabIndex = 50; // // textMonth3 // this.textMonth3.Location = new System.Drawing.Point(413,32); this.textMonth3.Name = "textMonth3"; this.textMonth3.ReadOnly = true; this.textMonth3.Size = new System.Drawing.Size(50,20); this.textMonth3.TabIndex = 49; // // textMonth2 // this.textMonth2.Location = new System.Drawing.Point(413,58); this.textMonth2.Name = "textMonth2"; this.textMonth2.ReadOnly = true; this.textMonth2.Size = new System.Drawing.Size(50,20); this.textMonth2.TabIndex = 48; // // textMonth1 // this.textMonth1.Location = new System.Drawing.Point(413,84); this.textMonth1.Name = "textMonth1"; this.textMonth1.ReadOnly = true; this.textMonth1.Size = new System.Drawing.Size(50,20); this.textMonth1.TabIndex = 47; // // listCommonProcs // this.listCommonProcs.FormattingEnabled = true; this.listCommonProcs.Items.AddRange(new object[] { "Monthly Maintenance", "Monthly Mobile", "Monthly E-Mail Support", "Monthly EHR", "Data Conversion", "Trial Conversion", "Demo", "Online Training", "Additional Online Training", "eCW Online Training", "eCW Installation Verify", "Programming", "Query Programming"}); this.listCommonProcs.Location = new System.Drawing.Point(203,30); this.listCommonProcs.Name = "listCommonProcs"; this.listCommonProcs.Size = new System.Drawing.Size(131,173); this.listCommonProcs.TabIndex = 46; this.listCommonProcs.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listCommonProcs_MouseDown); // // gridCustomerViews // this.gridCustomerViews.HScrollVisible = false; this.gridCustomerViews.Location = new System.Drawing.Point(6,30); this.gridCustomerViews.Name = "gridCustomerViews"; this.gridCustomerViews.ScrollValue = 0; this.gridCustomerViews.Size = new System.Drawing.Size(191,173); this.gridCustomerViews.TabIndex = 45; this.gridCustomerViews.Title = "Chart Views"; this.gridCustomerViews.TranslationName = "GridChartViews"; this.gridCustomerViews.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridCustomerViews_CellDoubleClick); this.gridCustomerViews.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridCustomerViews_CellClick); // // menuConsent // this.menuConsent.Popup += new System.EventHandler(this.menuConsent_Popup); // // panelEcw // this.panelEcw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEcw.Controls.Add(this.labelECWerror); this.panelEcw.Controls.Add(this.webBrowserEcw); this.panelEcw.Controls.Add(this.butECWdown); this.panelEcw.Controls.Add(this.butECWup); this.panelEcw.Location = new System.Drawing.Point(444,521); this.panelEcw.Name = "panelEcw"; this.panelEcw.Size = new System.Drawing.Size(373,65); this.panelEcw.TabIndex = 197; // // labelECWerror // this.labelECWerror.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelECWerror.Location = new System.Drawing.Point(25,22); this.labelECWerror.Name = "labelECWerror"; this.labelECWerror.Size = new System.Drawing.Size(314,27); this.labelECWerror.TabIndex = 199; this.labelECWerror.Text = "Error:"; this.labelECWerror.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // webBrowserEcw // this.webBrowserEcw.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.webBrowserEcw.Location = new System.Drawing.Point(1,11); this.webBrowserEcw.MinimumSize = new System.Drawing.Size(20,20); this.webBrowserEcw.Name = "webBrowserEcw"; this.webBrowserEcw.Size = new System.Drawing.Size(370,52); this.webBrowserEcw.TabIndex = 198; this.webBrowserEcw.Url = new System.Uri("",System.UriKind.Relative); // // butECWdown // this.butECWdown.AdjustImageLocation = new System.Drawing.Point(0,-1); this.butECWdown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butECWdown.Autosize = true; this.butECWdown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butECWdown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butECWdown.CornerRadius = 2F; this.butECWdown.Image = global::OpenDental.Properties.Resources.arrowDownTriangle; this.butECWdown.Location = new System.Drawing.Point(321,1); this.butECWdown.Name = "butECWdown"; this.butECWdown.Size = new System.Drawing.Size(24,9); this.butECWdown.TabIndex = 197; this.butECWdown.UseVisualStyleBackColor = true; this.butECWdown.Click += new System.EventHandler(this.butECWdown_Click); // // butECWup // this.butECWup.AdjustImageLocation = new System.Drawing.Point(0,-1); this.butECWup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butECWup.Autosize = true; this.butECWup.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butECWup.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butECWup.CornerRadius = 2F; this.butECWup.Image = global::OpenDental.Properties.Resources.arrowUpTriangle; this.butECWup.Location = new System.Drawing.Point(346,1); this.butECWup.Name = "butECWup"; this.butECWup.Size = new System.Drawing.Size(24,9); this.butECWup.TabIndex = 196; this.butECWup.UseVisualStyleBackColor = true; this.butECWup.Click += new System.EventHandler(this.butECWup_Click); // // menuToothChart // this.menuToothChart.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemChartBig, this.menuItemChartSave}); this.menuToothChart.Popup += new System.EventHandler(this.menuToothChart_Popup); // // menuItemChartBig // this.menuItemChartBig.Index = 0; this.menuItemChartBig.Text = "Show Big"; this.menuItemChartBig.Click += new System.EventHandler(this.menuItemChartBig_Click); // // menuItemChartSave // this.menuItemChartSave.Index = 1; this.menuItemChartSave.Text = "Save to Images"; this.menuItemChartSave.Click += new System.EventHandler(this.menuItemChartSave_Click); // // toothChart // this.toothChart.AutoFinish = false; this.toothChart.ColorBackground = System.Drawing.Color.FromArgb(((int)(((byte)(150)))),((int)(((byte)(145)))),((int)(((byte)(152))))); this.toothChart.Cursor = System.Windows.Forms.Cursors.Default; this.toothChart.CursorTool = SparksToothChart.CursorTool.Pointer; this.toothChart.DeviceFormat = null; this.toothChart.DrawMode = OpenDentBusiness.DrawingMode.Simple2D; this.toothChart.Location = new System.Drawing.Point(0,26); this.toothChart.Name = "toothChart"; this.toothChart.PerioMode = false; this.toothChart.PreferredPixelFormatNumber = 0; this.toothChart.Size = new System.Drawing.Size(410,307); this.toothChart.TabIndex = 194; toothChartData1.SizeControl = new System.Drawing.Size(410,307); this.toothChart.TcData = toothChartData1; this.toothChart.UseHardware = false; this.toothChart.SegmentDrawn += new SparksToothChart.ToothChartDrawEventHandler(this.toothChart_SegmentDrawn); // // gridProg // this.gridProg.AllowSortingByColumn = true; this.gridProg.HScrollVisible = true; this.gridProg.Location = new System.Drawing.Point(415,291); this.gridProg.Name = "gridProg"; this.gridProg.ScrollValue = 0; this.gridProg.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridProg.Size = new System.Drawing.Size(524,227); this.gridProg.TabIndex = 192; this.gridProg.Title = "Progress Notes"; this.gridProg.TranslationName = "TableProg"; this.gridProg.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProg_CellDoubleClick); this.gridProg.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProg_CellClick); this.gridProg.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridProg_KeyDown); this.gridProg.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridProg_MouseUp); // // gridPtInfo // this.gridPtInfo.HScrollVisible = false; this.gridPtInfo.Location = new System.Drawing.Point(0,405); this.gridPtInfo.Name = "gridPtInfo"; this.gridPtInfo.ScrollValue = 0; this.gridPtInfo.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridPtInfo.Size = new System.Drawing.Size(411,325); this.gridPtInfo.TabIndex = 193; this.gridPtInfo.Title = "Patient Info"; this.gridPtInfo.TranslationName = "TableChartPtInfo"; this.gridPtInfo.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPtInfo_CellDoubleClick); // // butForeignKey // this.butForeignKey.AdjustImageLocation = new System.Drawing.Point(0,0); this.butForeignKey.Autosize = true; this.butForeignKey.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butForeignKey.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butForeignKey.CornerRadius = 4F; this.butForeignKey.Enabled = false; this.butForeignKey.Location = new System.Drawing.Point(253,424); this.butForeignKey.Name = "butForeignKey"; this.butForeignKey.Size = new System.Drawing.Size(75,14); this.butForeignKey.TabIndex = 196; this.butForeignKey.Text = "Foreign Key"; this.butForeignKey.UseVisualStyleBackColor = true; this.butForeignKey.Click += new System.EventHandler(this.butForeignKey_Click); // // butAddKey // this.butAddKey.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAddKey.Autosize = true; this.butAddKey.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddKey.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddKey.CornerRadius = 4F; this.butAddKey.Enabled = false; this.butAddKey.Location = new System.Drawing.Point(334,424); this.butAddKey.Name = "butAddKey"; this.butAddKey.Size = new System.Drawing.Size(78,14); this.butAddKey.TabIndex = 195; this.butAddKey.Text = "USA Key"; this.butAddKey.UseVisualStyleBackColor = true; this.butAddKey.Click += new System.EventHandler(this.butAddKey_Click); // // ToolBarMain // this.ToolBarMain.Dock = System.Windows.Forms.DockStyle.Top; this.ToolBarMain.ImageList = this.imageListMain; this.ToolBarMain.Location = new System.Drawing.Point(0,0); this.ToolBarMain.Name = "ToolBarMain"; this.ToolBarMain.Size = new System.Drawing.Size(939,25); this.ToolBarMain.TabIndex = 177; this.ToolBarMain.ButtonClick += new OpenDental.UI.ODToolBarButtonClickEventHandler(this.ToolBarMain_ButtonClick); // // button1 // this.button1.AdjustImageLocation = new System.Drawing.Point(0,0); this.button1.Autosize = true; this.button1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.button1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.button1.CornerRadius = 4F; this.button1.Location = new System.Drawing.Point(127,692); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75,23); this.button1.TabIndex = 36; this.button1.Text = "invisible"; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // textTreatmentNotes // this.textTreatmentNotes.Location = new System.Drawing.Point(0,334); this.textTreatmentNotes.Multiline = true; this.textTreatmentNotes.Name = "textTreatmentNotes"; this.textTreatmentNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.ChartTreatment; this.textTreatmentNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textTreatmentNotes.Size = new System.Drawing.Size(411,71); this.textTreatmentNotes.TabIndex = 187; this.textTreatmentNotes.TextChanged += new System.EventHandler(this.textTreatmentNotes_TextChanged); this.textTreatmentNotes.Leave += new System.EventHandler(this.textTreatmentNotes_Leave); // // butPhoneNums // this.butPhoneNums.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPhoneNums.Autosize = true; this.butPhoneNums.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPhoneNums.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPhoneNums.CornerRadius = 4F; this.butPhoneNums.Enabled = false; this.butPhoneNums.Location = new System.Drawing.Point(172,424); this.butPhoneNums.Name = "butPhoneNums"; this.butPhoneNums.Size = new System.Drawing.Size(75,14); this.butPhoneNums.TabIndex = 198; this.butPhoneNums.Text = "Phone Nums"; this.butPhoneNums.UseVisualStyleBackColor = true; this.butPhoneNums.Click += new System.EventHandler(this.butPhoneNums_Click); // // ContrChart // this.Controls.Add(this.butPhoneNums); this.Controls.Add(this.panelEcw); this.Controls.Add(this.butForeignKey); this.Controls.Add(this.butAddKey); this.Controls.Add(this.toothChart); this.Controls.Add(this.gridProg); this.Controls.Add(this.tabProc); this.Controls.Add(this.panelImages); this.Controls.Add(this.tabControlImages); this.Controls.Add(this.ToolBarMain); this.Controls.Add(this.button1); this.Controls.Add(this.textTreatmentNotes); this.Controls.Add(this.gridPtInfo); this.Name = "ContrChart"; this.Size = new System.Drawing.Size(939,708); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.ContrChart_Layout); this.Resize += new System.EventHandler(this.ContrChart_Resize); this.groupBox2.ResumeLayout(false); this.tabControlImages.ResumeLayout(false); this.panelImages.ResumeLayout(false); this.tabProc.ResumeLayout(false); this.tabEnterTx.ResumeLayout(false); this.tabEnterTx.PerformLayout(); this.panelQuickButtons.ResumeLayout(false); this.panelQuickPasteAmalgam.ResumeLayout(false); this.tabMissing.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.tabMovements.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.tabPrimary.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.tabPlanned.ResumeLayout(false); this.tabShow.ResumeLayout(false); this.tabShow.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox6.ResumeLayout(false); this.tabDraw.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.tabCustomer.ResumeLayout(false); this.tabCustomer.PerformLayout(); this.panelEcw.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallEdit)); this.textDatePrevious = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDateDueCalc = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textWeeks = new OpenDental.ValidNum(); this.label7 = new System.Windows.Forms.Label(); this.textDays = new OpenDental.ValidNum(); this.label6 = new System.Windows.Forms.Label(); this.textMonths = new OpenDental.ValidNum(); this.label5 = new System.Windows.Forms.Label(); this.textYears = new OpenDental.ValidNum(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.checkIsDisabled = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.comboType = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBalance = new OpenDental.ValidDouble(); this.textDisableDate = new OpenDental.ValidDate(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.textScheduledDate = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textDateDue = new OpenDental.ValidDate(); this.butCancel = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textDatePrevious // this.textDatePrevious.Location = new System.Drawing.Point(184,171); this.textDatePrevious.Name = "textDatePrevious"; this.textDatePrevious.ReadOnly = true; this.textDatePrevious.Size = new System.Drawing.Size(85,20); this.textDatePrevious.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(11,170); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(170,19); this.label1.TabIndex = 2; this.label1.Text = "Previous Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(11,196); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(170,19); this.label2.TabIndex = 4; this.label2.Text = "Calculated Due Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateDueCalc // this.textDateDueCalc.Location = new System.Drawing.Point(184,197); this.textDateDueCalc.Name = "textDateDueCalc"; this.textDateDueCalc.ReadOnly = true; this.textDateDueCalc.Size = new System.Drawing.Size(85,20); this.textDateDueCalc.TabIndex = 3; // // label3 // this.label3.Location = new System.Drawing.Point(12,223); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(170,19); this.label3.TabIndex = 5; this.label3.Text = "Actual Due Date"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.textWeeks); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.textDays); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textMonths); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.textYears); this.groupBox1.Controls.Add(this.label4); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(78,50); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(170,115); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Recall Interval"; // // textWeeks // this.textWeeks.Location = new System.Drawing.Point(105,63); this.textWeeks.MaxVal = 255; this.textWeeks.MinVal = 0; this.textWeeks.Name = "textWeeks"; this.textWeeks.Size = new System.Drawing.Size(51,20); this.textWeeks.TabIndex = 12; // // label7 // this.label7.Location = new System.Drawing.Point(11,63); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92,19); this.label7.TabIndex = 11; this.label7.Text = "Weeks"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDays // this.textDays.Location = new System.Drawing.Point(105,85); this.textDays.MaxVal = 255; this.textDays.MinVal = 0; this.textDays.Name = "textDays"; this.textDays.Size = new System.Drawing.Size(51,20); this.textDays.TabIndex = 10; // // label6 // this.label6.Location = new System.Drawing.Point(11,85); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92,19); this.label6.TabIndex = 9; this.label6.Text = "Days"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMonths // this.textMonths.Location = new System.Drawing.Point(105,40); this.textMonths.MaxVal = 255; this.textMonths.MinVal = 0; this.textMonths.Name = "textMonths"; this.textMonths.Size = new System.Drawing.Size(51,20); this.textMonths.TabIndex = 8; // // label5 // this.label5.Location = new System.Drawing.Point(11,40); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92,19); this.label5.TabIndex = 7; this.label5.Text = "Months"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textYears // this.textYears.Location = new System.Drawing.Point(105,17); this.textYears.MaxVal = 127; this.textYears.MinVal = 0; this.textYears.Name = "textYears"; this.textYears.Size = new System.Drawing.Size(51,20); this.textYears.TabIndex = 6; // // label4 // this.label4.Location = new System.Drawing.Point(11,17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92,19); this.label4.TabIndex = 5; this.label4.Text = "Years"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(12,275); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(170,19); this.label8.TabIndex = 8; this.label8.Text = "Status"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(184,275); this.comboStatus.MaxDropDownItems = 50; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(188,21); this.comboStatus.TabIndex = 9; // // checkIsDisabled // this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsDisabled.Location = new System.Drawing.Point(24,20); this.checkIsDisabled.Name = "checkIsDisabled"; this.checkIsDisabled.Size = new System.Drawing.Size(132,18); this.checkIsDisabled.TabIndex = 10; this.checkIsDisabled.Text = "Always Disabled"; this.checkIsDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.Click += new System.EventHandler(this.checkIsDisabled_Click); // // label9 // this.label9.Location = new System.Drawing.Point(65,301); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(117,92); this.label9.TabIndex = 11; this.label9.Text = "Administrative Note (this note will get deleted every time recall gets reset)"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboType // this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboType.Location = new System.Drawing.Point(184,18); this.comboType.MaxDropDownItems = 50; this.comboType.Name = "comboType"; this.comboType.Size = new System.Drawing.Size(188,21); this.comboType.TabIndex = 17; this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted); // // label10 // this.label10.Location = new System.Drawing.Point(12,18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(170,19); this.label10.TabIndex = 16; this.label10.Text = "Type"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.textBalance); this.groupBox2.Controls.Add(this.textDisableDate); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.checkIsDisabled); this.groupBox2.Location = new System.Drawing.Point(423,50); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243,115); this.groupBox2.TabIndex = 18; this.groupBox2.TabStop = false; this.groupBox2.Text = "Disable Recall"; // // textBalance // this.textBalance.BackColor = System.Drawing.SystemColors.Window; this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText; this.textBalance.Location = new System.Drawing.Point(141,48); this.textBalance.Name = "textBalance"; this.textBalance.Size = new System.Drawing.Size(86,20); this.textBalance.TabIndex = 19; // // textDisableDate // this.textDisableDate.Location = new System.Drawing.Point(141,80); this.textDisableDate.Name = "textDisableDate"; this.textDisableDate.Size = new System.Drawing.Size(86,20); this.textDisableDate.TabIndex = 13; // // label12 // this.label12.Location = new System.Drawing.Point(40,80); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(101,18); this.label12.TabIndex = 12; this.label12.Text = "Until Date"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.Location = new System.Drawing.Point(3,39); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(138,37); this.label11.TabIndex = 11; this.label11.Text = "Until family Account balance is below"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textScheduledDate // this.textScheduledDate.Location = new System.Drawing.Point(184,249); this.textScheduledDate.Name = "textScheduledDate"; this.textScheduledDate.ReadOnly = true; this.textScheduledDate.Size = new System.Drawing.Size(85,20); this.textScheduledDate.TabIndex = 19; // // label13 // this.label13.Location = new System.Drawing.Point(11,248); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(170,19); this.label13.TabIndex = 20; this.label13.Text = "Scheduled Date"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.Location = new System.Drawing.Point(184,303); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(350,112); this.textNote.TabIndex = 15; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(26,442); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83,24); this.butDelete.TabIndex = 14; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(640,400); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 13; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textDateDue // this.textDateDue.Location = new System.Drawing.Point(184,223); this.textDateDue.Name = "textDateDue"; this.textDateDue.Size = new System.Drawing.Size(85,20); this.textDateDue.TabIndex = 6; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(640,442); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormRecallEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(736,491); this.Controls.Add(this.textScheduledDate); this.Controls.Add(this.label13); this.Controls.Add(this.groupBox2); this.Controls.Add(this.comboType); this.Controls.Add(this.label10); this.Controls.Add(this.textNote); this.Controls.Add(this.butDelete); this.Controls.Add(this.butOK); this.Controls.Add(this.textDateDue); this.Controls.Add(this.textDateDueCalc); this.Controls.Add(this.textDatePrevious); this.Controls.Add(this.butCancel); this.Controls.Add(this.label9); this.Controls.Add(this.comboStatus); this.Controls.Add(this.label8); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Recall"; this.Load += new System.EventHandler(this.FormRecallEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormMedicationEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textGenericName = new System.Windows.Forms.TextBox(); this.textMedName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.label4 = new System.Windows.Forms.Label(); this.comboPatients = new System.Windows.Forms.ComboBox(); this.labelPatients = new System.Windows.Forms.Label(); this.labelBrands = new System.Windows.Forms.Label(); this.comboBrands = new System.Windows.Forms.ComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.labelPatientAllergy = new System.Windows.Forms.Label(); this.comboPatientAllergy = new System.Windows.Forms.ComboBox(); this.labelRxNorm = new System.Windows.Forms.Label(); this.textRxNormDesc = new System.Windows.Forms.TextBox(); this.butRxNormSelect = new OpenDental.UI.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(535, 466); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.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(535, 428); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 2; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(20, 70); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 17); this.label1.TabIndex = 2; this.label1.Text = "Generic name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textGenericName // this.textGenericName.Location = new System.Drawing.Point(148, 67); this.textGenericName.Name = "textGenericName"; this.textGenericName.ReadOnly = true; this.textGenericName.Size = new System.Drawing.Size(248, 20); this.textGenericName.TabIndex = 3; // // textMedName // this.textMedName.Location = new System.Drawing.Point(148, 42); this.textMedName.Name = "textMedName"; this.textMedName.Size = new System.Drawing.Size(434, 20); this.textMedName.TabIndex = 0; this.textMedName.TextChanged += new System.EventHandler(this.textMedName_TextChanged); // // label2 // this.label2.Location = new System.Drawing.Point(20, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(127, 17); this.label2.TabIndex = 6; this.label2.Text = "Drug name"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(20, 102); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(127, 47); this.label3.TabIndex = 8; this.label3.Text = "Notes\r\n(for generic only)"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNotes // this.textNotes.AcceptsTab = true; this.textNotes.BackColor = System.Drawing.SystemColors.Window; this.textNotes.DetectLinksEnabled = false; this.textNotes.DetectUrls = false; this.textNotes.Location = new System.Drawing.Point(147, 103); this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicationEdit; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(459, 194); this.textNotes.TabIndex = 9; this.textNotes.Text = ""; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(43, 459); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 26); this.butDelete.TabIndex = 32; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label4 // this.label4.Location = new System.Drawing.Point(399, 67); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(208, 31); this.label4.TabIndex = 33; this.label4.Text = "Make sure you spell it right, because you can\'t ever change it."; // // comboPatients // this.comboPatients.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatients.Location = new System.Drawing.Point(144, 21); this.comboPatients.MaxDropDownItems = 30; this.comboPatients.Name = "comboPatients"; this.comboPatients.Size = new System.Drawing.Size(299, 21); this.comboPatients.TabIndex = 34; // // labelPatients // this.labelPatients.Location = new System.Drawing.Point(6, 24); this.labelPatients.Name = "labelPatients"; this.labelPatients.Size = new System.Drawing.Size(137, 17); this.labelPatients.TabIndex = 35; this.labelPatients.Text = "Patient medication"; this.labelPatients.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelBrands // this.labelBrands.Location = new System.Drawing.Point(6, 78); this.labelBrands.Name = "labelBrands"; this.labelBrands.Size = new System.Drawing.Size(137, 17); this.labelBrands.TabIndex = 37; this.labelBrands.Text = "Brands"; this.labelBrands.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboBrands // this.comboBrands.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBrands.Location = new System.Drawing.Point(144, 75); this.comboBrands.MaxDropDownItems = 30; this.comboBrands.Name = "comboBrands"; this.comboBrands.Size = new System.Drawing.Size(299, 21); this.comboBrands.TabIndex = 36; // // groupBox1 // this.groupBox1.Controls.Add(this.labelPatientAllergy); this.groupBox1.Controls.Add(this.comboPatientAllergy); this.groupBox1.Controls.Add(this.labelPatients); this.groupBox1.Controls.Add(this.comboPatients); this.groupBox1.Controls.Add(this.labelBrands); this.groupBox1.Controls.Add(this.comboBrands); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(43, 303); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(462, 108); this.groupBox1.TabIndex = 38; this.groupBox1.TabStop = false; this.groupBox1.Text = "Dependencies"; // // labelPatientAllergy // this.labelPatientAllergy.Location = new System.Drawing.Point(6, 51); this.labelPatientAllergy.Name = "labelPatientAllergy"; this.labelPatientAllergy.Size = new System.Drawing.Size(137, 17); this.labelPatientAllergy.TabIndex = 39; this.labelPatientAllergy.Text = "Patient allergy"; this.labelPatientAllergy.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboPatientAllergy // this.comboPatientAllergy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatientAllergy.Location = new System.Drawing.Point(144, 48); this.comboPatientAllergy.MaxDropDownItems = 30; this.comboPatientAllergy.Name = "comboPatientAllergy"; this.comboPatientAllergy.Size = new System.Drawing.Size(299, 21); this.comboPatientAllergy.TabIndex = 38; // // labelRxNorm // this.labelRxNorm.Location = new System.Drawing.Point(20, 19); this.labelRxNorm.Name = "labelRxNorm"; this.labelRxNorm.Size = new System.Drawing.Size(127, 17); this.labelRxNorm.TabIndex = 6; this.labelRxNorm.Text = "RxNorm"; this.labelRxNorm.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textRxNormDesc // this.textRxNormDesc.Location = new System.Drawing.Point(148, 16); this.textRxNormDesc.Name = "textRxNormDesc"; this.textRxNormDesc.ReadOnly = true; this.textRxNormDesc.Size = new System.Drawing.Size(434, 20); this.textRxNormDesc.TabIndex = 0; this.textRxNormDesc.TextChanged += new System.EventHandler(this.textMedName_TextChanged); // // butRxNormSelect // this.butRxNormSelect.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRxNormSelect.Autosize = true; this.butRxNormSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRxNormSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRxNormSelect.CornerRadius = 4F; this.butRxNormSelect.Location = new System.Drawing.Point(585, 15); this.butRxNormSelect.Name = "butRxNormSelect"; this.butRxNormSelect.Size = new System.Drawing.Size(22, 22); this.butRxNormSelect.TabIndex = 2; this.butRxNormSelect.Text = "..."; this.butRxNormSelect.Click += new System.EventHandler(this.butRxNorm_Click); // // FormMedicationEdit // this.AcceptButton = this.butOK; this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(653, 506); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label4); this.Controls.Add(this.butDelete); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textRxNormDesc); this.Controls.Add(this.textMedName); this.Controls.Add(this.labelRxNorm); this.Controls.Add(this.label2); this.Controls.Add(this.textGenericName); this.Controls.Add(this.label1); this.Controls.Add(this.butRxNormSelect); 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 = "FormMedicationEdit"; this.ShowInTaskbar = false; this.Text = "Edit Medication"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormMedicationEdit_Closing); this.Load += new System.EventHandler(this.MedicationEdit_Load); 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(FormScheduleEdit)); this.labelStop = new System.Windows.Forms.Label(); this.labelStart = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.label4 = new System.Windows.Forms.Label(); this.comboStop = new System.Windows.Forms.ComboBox(); this.comboStart = new System.Windows.Forms.ComboBox(); this.listOps = new System.Windows.Forms.ListBox(); this.labelOps = new System.Windows.Forms.Label(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelStop // this.labelStop.Location = new System.Drawing.Point(6, 39); this.labelStop.Name = "labelStop"; this.labelStop.Size = new System.Drawing.Size(89, 16); this.labelStop.TabIndex = 9; this.labelStop.Text = "Stop Time"; this.labelStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelStart // this.labelStart.Location = new System.Drawing.Point(6, 12); this.labelStart.Name = "labelStart"; this.labelStart.Size = new System.Drawing.Size(89, 16); this.labelStart.TabIndex = 7; this.labelStart.Text = "Start Time"; this.labelStart.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.AcceptsTab = true; this.textNote.BackColor = System.Drawing.SystemColors.Window; this.textNote.DetectLinksEnabled = false; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(97, 92); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Schedule; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(220, 113); this.textNote.TabIndex = 15; this.textNote.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(6, 93); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 16); this.label4.TabIndex = 16; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboStop // this.comboStop.FormattingEnabled = true; this.comboStop.Location = new System.Drawing.Point(97, 38); this.comboStop.MaxDropDownItems = 48; this.comboStop.Name = "comboStop"; this.comboStop.Size = new System.Drawing.Size(120, 21); this.comboStop.TabIndex = 25; // // comboStart // this.comboStart.FormattingEnabled = true; this.comboStart.Location = new System.Drawing.Point(97, 11); this.comboStart.MaxDropDownItems = 48; this.comboStart.Name = "comboStart"; this.comboStart.Size = new System.Drawing.Size(120, 21); this.comboStart.TabIndex = 24; // // listOps // this.listOps.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listOps.IntegralHeight = false; this.listOps.Location = new System.Drawing.Point(348, 34); this.listOps.Name = "listOps"; this.listOps.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listOps.Size = new System.Drawing.Size(243, 349); this.listOps.TabIndex = 27; // // labelOps // this.labelOps.Location = new System.Drawing.Point(348, 2); this.labelOps.Name = "labelOps"; this.labelOps.Size = new System.Drawing.Size(243, 28); this.labelOps.TabIndex = 26; this.labelOps.Text = "Operatories. Usually, do not select operatories. Only used to override default o" + "peratory provider."; this.labelOps.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Location = new System.Drawing.Point(516, 393); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 14; 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(428, 393); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 12; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(97, 65); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(198, 21); this.comboClinic.TabIndex = 94; this.comboClinic.Visible = false; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(6, 66); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(89, 16); this.labelClinic.TabIndex = 93; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelClinic.Visible = false; // // FormScheduleEdit // this.ClientSize = new System.Drawing.Size(603, 431); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.listOps); this.Controls.Add(this.labelOps); this.Controls.Add(this.comboStop); this.Controls.Add(this.comboStart); this.Controls.Add(this.textNote); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label4); this.Controls.Add(this.labelStop); this.Controls.Add(this.labelStart); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(539, 254); this.Name = "FormScheduleEdit"; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Edit Schedule"; this.Load += new System.EventHandler(this.FormScheduleEdit_Load); 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(FormEmailAutographEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.textEmailAddress = new System.Windows.Forms.TextBox(); this.textAutographText = new OpenDental.ODtextBox(); this.label1 = new System.Windows.Forms.Label(); this.textDescription = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // butCancel // this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(883, 656); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 5; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // 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(802, 656); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 4; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label2 // this.label2.Location = new System.Drawing.Point(6, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(102, 20); this.label2.TabIndex = 0; this.label2.Text = "Email Address"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textEmailAddress // this.textEmailAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textEmailAddress.Location = new System.Drawing.Point(109, 33); this.textEmailAddress.MaxLength = 200; this.textEmailAddress.Name = "textEmailAddress"; this.textEmailAddress.Size = new System.Drawing.Size(849, 20); this.textEmailAddress.TabIndex = 2; // // textAutographText // this.textAutographText.AcceptsTab = true; this.textAutographText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textAutographText.DetectUrls = false; this.textAutographText.Location = new System.Drawing.Point(109, 54); this.textAutographText.Name = "textAutographText"; this.textAutographText.QuickPasteType = OpenDentBusiness.QuickPasteType.Email; this.textAutographText.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textAutographText.Size = new System.Drawing.Size(849, 596); this.textAutographText.TabIndex = 3; this.textAutographText.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(3, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(105, 20); this.label1.TabIndex = 0; this.label1.Text = "Autograph Text"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDescription // this.textDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textDescription.Location = new System.Drawing.Point(109, 12); this.textDescription.MaxLength = 200; this.textDescription.Name = "textDescription"; this.textDescription.Size = new System.Drawing.Size(849, 20); this.textDescription.TabIndex = 1; // // label3 // this.label3.Location = new System.Drawing.Point(6, 12); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(102, 20); this.label3.TabIndex = 0; this.label3.Text = "Description"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormEmailAutographEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(974, 695); this.Controls.Add(this.textDescription); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.textAutographText); this.Controls.Add(this.textEmailAddress); this.Controls.Add(this.label2); 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(200, 200); this.Name = "FormEmailAutographEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Email Autograph"; this.Load += new System.EventHandler(this.FormEmailTemplateEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormClaimEdit)); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.labelDateService = new System.Windows.Forms.Label(); this.labelPredeterm = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.labelNote = new System.Windows.Forms.Label(); this.groupProsth = new System.Windows.Forms.GroupBox(); this.labelMissingTeeth = new System.Windows.Forms.Label(); this.textPriorDate = new OpenDental.ValidDate(); this.label18 = new System.Windows.Forms.Label(); this.radioProsthN = new System.Windows.Forms.RadioButton(); this.radioProsthR = new System.Windows.Forms.RadioButton(); this.radioProsthI = new System.Windows.Forms.RadioButton(); this.textInsPayEst = new System.Windows.Forms.TextBox(); this.textPredeterm = new System.Windows.Forms.TextBox(); this.textClaimFee = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textPlan = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.groupOrtho = new System.Windows.Forms.GroupBox(); this.textOrthoDate = new OpenDental.ValidDate(); this.labelOrthoDate = new System.Windows.Forms.Label(); this.textOrthoRemainM = new OpenDental.ValidNum(); this.checkIsOrtho = new System.Windows.Forms.CheckBox(); this.labelOrthoRemainM = new System.Windows.Forms.Label(); this.comboProvBill = new System.Windows.Forms.ComboBox(); this.comboProvTreat = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.comboPatRelat = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.butOtherNone = new OpenDental.UI.Button(); this.butOtherCovChange = new OpenDental.UI.Button(); this.comboPatRelat2 = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.textPlan2 = new System.Windows.Forms.TextBox(); this.labelRadiographs = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.groupValueCodes = new System.Windows.Forms.GroupBox(); this.textVC11Amount = new System.Windows.Forms.TextBox(); this.textVC8Amount = new System.Windows.Forms.TextBox(); this.textVC5Amount = new System.Windows.Forms.TextBox(); this.textVC2Amount = new System.Windows.Forms.TextBox(); this.textVC11Code = new System.Windows.Forms.TextBox(); this.textVC8Code = new System.Windows.Forms.TextBox(); this.textVC5Code = new System.Windows.Forms.TextBox(); this.textVC2Code = new System.Windows.Forms.TextBox(); this.label36 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.label39 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.textVC10Amount = new System.Windows.Forms.TextBox(); this.textVC7Amount = new System.Windows.Forms.TextBox(); this.textVC4Amount = new System.Windows.Forms.TextBox(); this.textVC1Amount = new System.Windows.Forms.TextBox(); this.textVC10Code = new System.Windows.Forms.TextBox(); this.textVC7Code = new System.Windows.Forms.TextBox(); this.textVC4Code = new System.Windows.Forms.TextBox(); this.textVC1Code = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.textVC9Amount = new System.Windows.Forms.TextBox(); this.textVC6Amount = new System.Windows.Forms.TextBox(); this.textVC3Amount = new System.Windows.Forms.TextBox(); this.textVC0Amount = new System.Windows.Forms.TextBox(); this.textVC9Code = new System.Windows.Forms.TextBox(); this.textVC6Code = new System.Windows.Forms.TextBox(); this.textVC3Code = new System.Windows.Forms.TextBox(); this.textVC0Code = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.panelBottomEdge = new System.Windows.Forms.Panel(); this.panelRightEdge = new System.Windows.Forms.Panel(); this.tabMain = new System.Windows.Forms.TabControl(); this.tabGeneral = new System.Windows.Forms.TabPage(); this.groupAccident = new System.Windows.Forms.GroupBox(); this.comboAccident = new System.Windows.Forms.ComboBox(); this.label44 = new System.Windows.Forms.Label(); this.textAccidentDate = new OpenDental.ValidDate(); this.label42 = new System.Windows.Forms.Label(); this.textAccidentST = new System.Windows.Forms.TextBox(); this.labelAccidentST = new System.Windows.Forms.Label(); this.groupAttachments = new System.Windows.Forms.GroupBox(); this.label65 = new System.Windows.Forms.Label(); this.textAttachID = new System.Windows.Forms.TextBox(); this.label64 = new System.Windows.Forms.Label(); this.radioAttachElect = new System.Windows.Forms.RadioButton(); this.radioAttachMail = new System.Windows.Forms.RadioButton(); this.checkAttachMisc = new System.Windows.Forms.CheckBox(); this.checkAttachPerio = new System.Windows.Forms.CheckBox(); this.checkAttachNarrative = new System.Windows.Forms.CheckBox(); this.checkAttachEoB = new System.Windows.Forms.CheckBox(); this.label63 = new System.Windows.Forms.Label(); this.textAttachModels = new OpenDental.ValidNum(); this.label62 = new System.Windows.Forms.Label(); this.textAttachImages = new OpenDental.ValidNum(); this.textRadiographs = new OpenDental.ValidNum(); this.groupAttachedImages = new System.Windows.Forms.GroupBox(); this.butExport = new OpenDental.UI.Button(); this.butAttachAdd = new OpenDental.UI.Button(); this.butAttachPerio = new OpenDental.UI.Button(); this.label61 = new System.Windows.Forms.Label(); this.listAttachments = new System.Windows.Forms.ListBox(); this.groupReferral = new System.Windows.Forms.GroupBox(); this.label45 = new System.Windows.Forms.Label(); this.textRefProv = new System.Windows.Forms.TextBox(); this.butReferralEdit = new OpenDental.UI.Button(); this.label47 = new System.Windows.Forms.Label(); this.butReferralNone = new OpenDental.UI.Button(); this.butReferralSelect = new OpenDental.UI.Button(); this.textRefNum = new System.Windows.Forms.TextBox(); this.label46 = new System.Windows.Forms.Label(); this.comboEmployRelated = new System.Windows.Forms.ComboBox(); this.textNote = new OpenDental.ODtextBox(); this.comboPlaceService = new System.Windows.Forms.ComboBox(); this.label48 = new System.Windows.Forms.Label(); this.label49 = new System.Windows.Forms.Label(); this.tabMisc = new System.Windows.Forms.TabPage(); this.textOrigRefNum = new System.Windows.Forms.TextBox(); this.label90 = new System.Windows.Forms.Label(); this.labelPriorAuth = new System.Windows.Forms.Label(); this.label92 = new System.Windows.Forms.Label(); this.textPriorAuth = new System.Windows.Forms.TextBox(); this.labelSpecialProgram = new System.Windows.Forms.Label(); this.textClaimIdentifier = new System.Windows.Forms.TextBox(); this.comboSpecialProgram = new System.Windows.Forms.ComboBox(); this.labelCustomTracking = new System.Windows.Forms.Label(); this.label91 = new System.Windows.Forms.Label(); this.comboCustomTracking = new System.Windows.Forms.ComboBox(); this.comboCorrectionType = new System.Windows.Forms.ComboBox(); this.tabUB04 = new System.Windows.Forms.TabPage(); this.textPatientStatus = new System.Windows.Forms.TextBox(); this.label85 = new System.Windows.Forms.Label(); this.textAdmissionSource = new System.Windows.Forms.TextBox(); this.label84 = new System.Windows.Forms.Label(); this.textAdmissionType = new System.Windows.Forms.TextBox(); this.label83 = new System.Windows.Forms.Label(); this.textBillType = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label60 = new System.Windows.Forms.Label(); this.label59 = new System.Windows.Forms.Label(); this.label58 = new System.Windows.Forms.Label(); this.label57 = new System.Windows.Forms.Label(); this.label56 = new System.Windows.Forms.Label(); this.label55 = new System.Windows.Forms.Label(); this.label54 = new System.Windows.Forms.Label(); this.label53 = new System.Windows.Forms.Label(); this.label52 = new System.Windows.Forms.Label(); this.label51 = new System.Windows.Forms.Label(); this.label50 = new System.Windows.Forms.Label(); this.textCode10 = new System.Windows.Forms.TextBox(); this.textCode9 = new System.Windows.Forms.TextBox(); this.textCode8 = new System.Windows.Forms.TextBox(); this.textCode7 = new System.Windows.Forms.TextBox(); this.textCode6 = new System.Windows.Forms.TextBox(); this.textCode5 = new System.Windows.Forms.TextBox(); this.textCode4 = new System.Windows.Forms.TextBox(); this.textCode3 = new System.Windows.Forms.TextBox(); this.textCode2 = new System.Windows.Forms.TextBox(); this.textCode1 = new System.Windows.Forms.TextBox(); this.textCode0 = new System.Windows.Forms.TextBox(); this.tabCanadian = new System.Windows.Forms.TabPage(); this.textCanadaTransRefNum = new System.Windows.Forms.TextBox(); this.groupCanadaOrthoPredeterm = new System.Windows.Forms.GroupBox(); this.textCanadaExpectedPayCycle = new System.Windows.Forms.TextBox(); this.textCanadaAnticipatedPayAmount = new System.Windows.Forms.TextBox(); this.label82 = new System.Windows.Forms.Label(); this.textCanadaNumPaymentsAnticipated = new System.Windows.Forms.TextBox(); this.label81 = new System.Windows.Forms.Label(); this.textCanadaTreatDuration = new System.Windows.Forms.TextBox(); this.label80 = new System.Windows.Forms.Label(); this.label79 = new System.Windows.Forms.Label(); this.textCanadaInitialPayment = new System.Windows.Forms.TextBox(); this.label78 = new System.Windows.Forms.Label(); this.label77 = new System.Windows.Forms.Label(); this.textDateCanadaEstTreatStartDate = new OpenDental.ValidDate(); this.label76 = new System.Windows.Forms.Label(); this.butReverse = new OpenDental.UI.Button(); this.textMissingTeeth = new System.Windows.Forms.TextBox(); this.label75 = new System.Windows.Forms.Label(); this.label74 = new System.Windows.Forms.Label(); this.listExtractedTeeth = new System.Windows.Forms.ListBox(); this.checkCanadianIsOrtho = new System.Windows.Forms.CheckBox(); this.label43 = new System.Windows.Forms.Label(); this.butMissingTeethHelp = new OpenDental.UI.Button(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.comboMandProsth = new System.Windows.Forms.ComboBox(); this.label66 = new System.Windows.Forms.Label(); this.textDateInitialLower = new OpenDental.ValidDate(); this.label67 = new System.Windows.Forms.Label(); this.comboMandProsthMaterial = new System.Windows.Forms.ComboBox(); this.label68 = new System.Windows.Forms.Label(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.comboMaxProsth = new System.Windows.Forms.ComboBox(); this.label69 = new System.Windows.Forms.Label(); this.textDateInitialUpper = new OpenDental.ValidDate(); this.label70 = new System.Windows.Forms.Label(); this.comboMaxProsthMaterial = new System.Windows.Forms.ComboBox(); this.label71 = new System.Windows.Forms.Label(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.checkImages = new System.Windows.Forms.CheckBox(); this.checkXrays = new System.Windows.Forms.CheckBox(); this.checkModels = new System.Windows.Forms.CheckBox(); this.checkCorrespondence = new System.Windows.Forms.CheckBox(); this.checkEmail = new System.Windows.Forms.CheckBox(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.label73 = new System.Windows.Forms.Label(); this.label72 = new System.Windows.Forms.Label(); this.comboReferralReason = new System.Windows.Forms.ComboBox(); this.textReferralProvider = new System.Windows.Forms.TextBox(); this.textCanadianAccidentDate = new OpenDental.ValidDate(); this.groupEnterPayment = new System.Windows.Forms.GroupBox(); this.butPaySupp = new OpenDental.UI.Button(); this.butPayTotal = new OpenDental.UI.Button(); this.butPayProc = new OpenDental.UI.Button(); this.textReasonUnder = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.contextMenuAttachments = new System.Windows.Forms.ContextMenu(); this.menuItemOpen = new System.Windows.Forms.MenuItem(); this.menuItemRename = new System.Windows.Forms.MenuItem(); this.menuItemRemove = new System.Windows.Forms.MenuItem(); this.comboClaimStatus = new System.Windows.Forms.ComboBox(); this.comboClaimType = new System.Windows.Forms.ComboBox(); this.comboMedType = new System.Windows.Forms.ComboBox(); this.label86 = new System.Windows.Forms.Label(); this.comboClaimForm = new System.Windows.Forms.ComboBox(); this.label87 = new System.Windows.Forms.Label(); this.labelBatch = new System.Windows.Forms.Label(); this.label89 = new System.Windows.Forms.Label(); this.butResend = new OpenDental.UI.Button(); this.textDateResent = new OpenDental.ValidDate(); this.butBatch = new OpenDental.UI.Button(); this.textLabFees = new OpenDental.ValidDouble(); this.butHistory = new OpenDental.UI.Button(); this.gridPay = new OpenDental.UI.ODGrid(); this.butSend = new OpenDental.UI.Button(); this.gridProc = new OpenDental.UI.ODGrid(); this.butSplit = new OpenDental.UI.Button(); this.butLabel = new OpenDental.UI.Button(); this.textDateService = new OpenDental.ValidDate(); this.textWriteOff = new OpenDental.ValidDouble(); this.textInsPayAmt = new OpenDental.ValidDouble(); this.textDedApplied = new OpenDental.ValidDouble(); this.textDateSent = new OpenDental.ValidDate(); this.textDateRec = new OpenDental.ValidDate(); this.butPreview = new OpenDental.UI.Button(); this.butPrint = new OpenDental.UI.Button(); this.butRecalc = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label88 = new System.Windows.Forms.Label(); this.label93 = new System.Windows.Forms.Label(); this.label94 = new System.Windows.Forms.Label(); this.groupProsth.SuspendLayout(); this.groupOrtho.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupValueCodes.SuspendLayout(); this.tabMain.SuspendLayout(); this.tabGeneral.SuspendLayout(); this.groupAccident.SuspendLayout(); this.groupAttachments.SuspendLayout(); this.groupAttachedImages.SuspendLayout(); this.groupReferral.SuspendLayout(); this.tabMisc.SuspendLayout(); this.tabUB04.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabCanadian.SuspendLayout(); this.groupCanadaOrthoPredeterm.SuspendLayout(); this.groupBox6.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox8.SuspendLayout(); this.groupBox9.SuspendLayout(); this.groupEnterPayment.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.Location = new System.Drawing.Point(256,78); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(94,15); this.label3.TabIndex = 2; this.label3.Text = "Billing Dentist"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(2,120); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(108,16); this.label6.TabIndex = 5; this.label6.Text = "Date Received"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.Location = new System.Drawing.Point(5,80); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104,16); this.label8.TabIndex = 7; this.label8.Text = "Date Sent"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelDateService // this.labelDateService.Location = new System.Drawing.Point(3,61); this.labelDateService.Name = "labelDateService"; this.labelDateService.Size = new System.Drawing.Size(107,16); this.labelDateService.TabIndex = 8; this.labelDateService.Text = "Date of Service"; this.labelDateService.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelPredeterm // this.labelPredeterm.Location = new System.Drawing.Point(214,120); this.labelPredeterm.Name = "labelPredeterm"; this.labelPredeterm.Size = new System.Drawing.Size(138,16); this.labelPredeterm.TabIndex = 11; this.labelPredeterm.Text = "Predeterm Benefits"; this.labelPredeterm.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(6,40); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(157,16); this.label16.TabIndex = 16; this.label16.Text = "Prior Date of Placement"; this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelNote // this.labelNote.Location = new System.Drawing.Point(626,3); this.labelNote.Name = "labelNote"; this.labelNote.Size = new System.Drawing.Size(299,16); this.labelNote.TabIndex = 19; this.labelNote.Text = "Claim Note (this will show on the claim when submitted)"; // // groupProsth // this.groupProsth.BackColor = System.Drawing.SystemColors.Window; this.groupProsth.Controls.Add(this.labelMissingTeeth); this.groupProsth.Controls.Add(this.textPriorDate); this.groupProsth.Controls.Add(this.label18); this.groupProsth.Controls.Add(this.radioProsthN); this.groupProsth.Controls.Add(this.radioProsthR); this.groupProsth.Controls.Add(this.radioProsthI); this.groupProsth.Controls.Add(this.label16); this.groupProsth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupProsth.Location = new System.Drawing.Point(3,3); this.groupProsth.Name = "groupProsth"; this.groupProsth.Size = new System.Drawing.Size(286,114); this.groupProsth.TabIndex = 9; this.groupProsth.TabStop = false; this.groupProsth.Text = "Crown, Bridge, or Denture"; // // labelMissingTeeth // this.labelMissingTeeth.Location = new System.Drawing.Point(3,77); this.labelMissingTeeth.Name = "labelMissingTeeth"; this.labelMissingTeeth.Size = new System.Drawing.Size(280,32); this.labelMissingTeeth.TabIndex = 28; this.labelMissingTeeth.Text = "For bridges, dentures, and partials, missing teeth must have been correctly enter" + "ed in the Chart module. "; // // textPriorDate // this.textPriorDate.Location = new System.Drawing.Point(168,36); this.textPriorDate.Name = "textPriorDate"; this.textPriorDate.Size = new System.Drawing.Size(66,20); this.textPriorDate.TabIndex = 3; // // label18 // this.label18.Location = new System.Drawing.Point(6,60); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(246,18); this.label18.TabIndex = 29; this.label18.Text = "(Might need a note. Might need to attach x-ray)"; // // radioProsthN // this.radioProsthN.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioProsthN.Location = new System.Drawing.Point(12,18); this.radioProsthN.Name = "radioProsthN"; this.radioProsthN.Size = new System.Drawing.Size(46,16); this.radioProsthN.TabIndex = 0; this.radioProsthN.Text = "No"; this.radioProsthN.Click += new System.EventHandler(this.radioProsthN_Click); // // radioProsthR // this.radioProsthR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioProsthR.Location = new System.Drawing.Point(132,18); this.radioProsthR.Name = "radioProsthR"; this.radioProsthR.Size = new System.Drawing.Size(104,16); this.radioProsthR.TabIndex = 2; this.radioProsthR.Text = "Replacement"; this.radioProsthR.Click += new System.EventHandler(this.radioProsthR_Click); // // radioProsthI // this.radioProsthI.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioProsthI.Location = new System.Drawing.Point(64,18); this.radioProsthI.Name = "radioProsthI"; this.radioProsthI.Size = new System.Drawing.Size(64,16); this.radioProsthI.TabIndex = 1; this.radioProsthI.Text = "Initial"; this.radioProsthI.Click += new System.EventHandler(this.radioProsthI_Click); // // textInsPayEst // this.textInsPayEst.Location = new System.Drawing.Point(511,363); this.textInsPayEst.Name = "textInsPayEst"; this.textInsPayEst.ReadOnly = true; this.textInsPayEst.Size = new System.Drawing.Size(51,20); this.textInsPayEst.TabIndex = 40; this.textInsPayEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textPredeterm // this.textPredeterm.Location = new System.Drawing.Point(351,116); this.textPredeterm.Name = "textPredeterm"; this.textPredeterm.Size = new System.Drawing.Size(170,20); this.textPredeterm.TabIndex = 1; // // textClaimFee // this.textClaimFee.Location = new System.Drawing.Point(349,363); this.textClaimFee.Name = "textClaimFee"; this.textClaimFee.ReadOnly = true; this.textClaimFee.Size = new System.Drawing.Size(63,20); this.textClaimFee.TabIndex = 51; this.textClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.label1.Location = new System.Drawing.Point(229,366); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116,15); this.label1.TabIndex = 50; this.label1.Text = "Totals"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPlan // this.textPlan.Location = new System.Drawing.Point(8,20); this.textPlan.Name = "textPlan"; this.textPlan.ReadOnly = true; this.textPlan.Size = new System.Drawing.Size(253,20); this.textPlan.TabIndex = 1; // // label21 // this.label21.Location = new System.Drawing.Point(249,98); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(102,15); this.label21.TabIndex = 93; this.label21.Text = "Treating Dentist"; this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupOrtho // this.groupOrtho.BackColor = System.Drawing.SystemColors.Window; this.groupOrtho.Controls.Add(this.textOrthoDate); this.groupOrtho.Controls.Add(this.labelOrthoDate); this.groupOrtho.Controls.Add(this.textOrthoRemainM); this.groupOrtho.Controls.Add(this.checkIsOrtho); this.groupOrtho.Controls.Add(this.labelOrthoRemainM); this.groupOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupOrtho.Location = new System.Drawing.Point(308,3); this.groupOrtho.Name = "groupOrtho"; this.groupOrtho.Size = new System.Drawing.Size(192,114); this.groupOrtho.TabIndex = 11; this.groupOrtho.TabStop = false; this.groupOrtho.Text = "Ortho"; // // textOrthoDate // this.textOrthoDate.Location = new System.Drawing.Point(115,36); this.textOrthoDate.Name = "textOrthoDate"; this.textOrthoDate.Size = new System.Drawing.Size(66,20); this.textOrthoDate.TabIndex = 1; // // labelOrthoDate // this.labelOrthoDate.Location = new System.Drawing.Point(5,40); this.labelOrthoDate.Name = "labelOrthoDate"; this.labelOrthoDate.Size = new System.Drawing.Size(109,16); this.labelOrthoDate.TabIndex = 104; this.labelOrthoDate.Text = "Date of Placement"; this.labelOrthoDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textOrthoRemainM // this.textOrthoRemainM.Location = new System.Drawing.Point(115,60); this.textOrthoRemainM.MaxVal = 255; this.textOrthoRemainM.MinVal = 0; this.textOrthoRemainM.Name = "textOrthoRemainM"; this.textOrthoRemainM.Size = new System.Drawing.Size(39,20); this.textOrthoRemainM.TabIndex = 2; // // checkIsOrtho // this.checkIsOrtho.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsOrtho.Location = new System.Drawing.Point(38,15); this.checkIsOrtho.Name = "checkIsOrtho"; this.checkIsOrtho.Size = new System.Drawing.Size(90,18); this.checkIsOrtho.TabIndex = 0; this.checkIsOrtho.Text = "Is For Ortho"; this.checkIsOrtho.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelOrthoRemainM // this.labelOrthoRemainM.Location = new System.Drawing.Point(2,61); this.labelOrthoRemainM.Name = "labelOrthoRemainM"; this.labelOrthoRemainM.Size = new System.Drawing.Size(112,18); this.labelOrthoRemainM.TabIndex = 102; this.labelOrthoRemainM.Text = "Months Remaining"; this.labelOrthoRemainM.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboProvBill // this.comboProvBill.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProvBill.Location = new System.Drawing.Point(351,74); this.comboProvBill.Name = "comboProvBill"; this.comboProvBill.Size = new System.Drawing.Size(100,21); this.comboProvBill.TabIndex = 97; // // comboProvTreat // this.comboProvTreat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProvTreat.Location = new System.Drawing.Point(351,95); this.comboProvTreat.Name = "comboProvTreat"; this.comboProvTreat.Size = new System.Drawing.Size(100,21); this.comboProvTreat.TabIndex = 99; // // label2 // this.label2.Location = new System.Drawing.Point(8,18); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100,14); this.label2.TabIndex = 104; this.label2.Text = "Claim Status"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.Location = new System.Drawing.Point(14,39); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(95,17); this.label9.TabIndex = 109; this.label9.Text = "Claim Type"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox2 // this.groupBox2.Controls.Add(this.comboPatRelat); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.textPlan); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(531,2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(269,70); this.groupBox2.TabIndex = 110; this.groupBox2.TabStop = false; this.groupBox2.Text = "Insurance Plan"; // // comboPatRelat // this.comboPatRelat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatRelat.Location = new System.Drawing.Point(90,43); this.comboPatRelat.Name = "comboPatRelat"; this.comboPatRelat.Size = new System.Drawing.Size(151,21); this.comboPatRelat.TabIndex = 3; // // label5 // this.label5.Location = new System.Drawing.Point(6,46); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(85,17); this.label5.TabIndex = 2; this.label5.Text = "Relationship"; // // groupBox3 // this.groupBox3.Controls.Add(this.butOtherNone); this.groupBox3.Controls.Add(this.butOtherCovChange); this.groupBox3.Controls.Add(this.comboPatRelat2); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.textPlan2); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(531,73); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(269,85); this.groupBox3.TabIndex = 111; this.groupBox3.TabStop = false; this.groupBox3.Text = "Other Coverage"; // // butOtherNone // this.butOtherNone.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOtherNone.Autosize = true; this.butOtherNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOtherNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOtherNone.CornerRadius = 4F; this.butOtherNone.Location = new System.Drawing.Point(196,9); this.butOtherNone.Name = "butOtherNone"; this.butOtherNone.Size = new System.Drawing.Size(65,22); this.butOtherNone.TabIndex = 5; this.butOtherNone.Text = "None"; this.butOtherNone.Click += new System.EventHandler(this.butOtherNone_Click); // // butOtherCovChange // this.butOtherCovChange.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOtherCovChange.Autosize = true; this.butOtherCovChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOtherCovChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOtherCovChange.CornerRadius = 4F; this.butOtherCovChange.Location = new System.Drawing.Point(129,9); this.butOtherCovChange.Name = "butOtherCovChange"; this.butOtherCovChange.Size = new System.Drawing.Size(65,22); this.butOtherCovChange.TabIndex = 4; this.butOtherCovChange.Text = "Change"; this.butOtherCovChange.Click += new System.EventHandler(this.butOtherCovChange_Click); // // comboPatRelat2 // this.comboPatRelat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPatRelat2.Location = new System.Drawing.Point(90,57); this.comboPatRelat2.Name = "comboPatRelat2"; this.comboPatRelat2.Size = new System.Drawing.Size(151,21); this.comboPatRelat2.TabIndex = 3; // // label10 // this.label10.Location = new System.Drawing.Point(6,60); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(84,17); this.label10.TabIndex = 2; this.label10.Text = "Relationship"; // // textPlan2 // this.textPlan2.Location = new System.Drawing.Point(8,34); this.textPlan2.Name = "textPlan2"; this.textPlan2.ReadOnly = true; this.textPlan2.Size = new System.Drawing.Size(253,20); this.textPlan2.TabIndex = 1; // // labelRadiographs // this.labelRadiographs.Location = new System.Drawing.Point(28,39); this.labelRadiographs.Name = "labelRadiographs"; this.labelRadiographs.Size = new System.Drawing.Size(79,18); this.labelRadiographs.TabIndex = 117; this.labelRadiographs.Text = "Radiographs"; this.labelRadiographs.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Enabled = false; this.comboClinic.Location = new System.Drawing.Point(351,11); this.comboClinic.MaxDropDownItems = 100; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(126,21); this.comboClinic.TabIndex = 121; // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(250,15); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(98,16); this.labelClinic.TabIndex = 120; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupValueCodes // this.groupValueCodes.Controls.Add(this.textVC11Amount); this.groupValueCodes.Controls.Add(this.textVC8Amount); this.groupValueCodes.Controls.Add(this.textVC5Amount); this.groupValueCodes.Controls.Add(this.textVC2Amount); this.groupValueCodes.Controls.Add(this.textVC11Code); this.groupValueCodes.Controls.Add(this.textVC8Code); this.groupValueCodes.Controls.Add(this.textVC5Code); this.groupValueCodes.Controls.Add(this.textVC2Code); this.groupValueCodes.Controls.Add(this.label36); this.groupValueCodes.Controls.Add(this.label37); this.groupValueCodes.Controls.Add(this.label38); this.groupValueCodes.Controls.Add(this.label39); this.groupValueCodes.Controls.Add(this.label40); this.groupValueCodes.Controls.Add(this.label41); this.groupValueCodes.Controls.Add(this.textVC10Amount); this.groupValueCodes.Controls.Add(this.textVC7Amount); this.groupValueCodes.Controls.Add(this.textVC4Amount); this.groupValueCodes.Controls.Add(this.textVC1Amount); this.groupValueCodes.Controls.Add(this.textVC10Code); this.groupValueCodes.Controls.Add(this.textVC7Code); this.groupValueCodes.Controls.Add(this.textVC4Code); this.groupValueCodes.Controls.Add(this.textVC1Code); this.groupValueCodes.Controls.Add(this.label17); this.groupValueCodes.Controls.Add(this.label19); this.groupValueCodes.Controls.Add(this.label23); this.groupValueCodes.Controls.Add(this.label24); this.groupValueCodes.Controls.Add(this.label28); this.groupValueCodes.Controls.Add(this.label29); this.groupValueCodes.Controls.Add(this.label27); this.groupValueCodes.Controls.Add(this.label26); this.groupValueCodes.Controls.Add(this.label25); this.groupValueCodes.Controls.Add(this.textVC9Amount); this.groupValueCodes.Controls.Add(this.textVC6Amount); this.groupValueCodes.Controls.Add(this.textVC3Amount); this.groupValueCodes.Controls.Add(this.textVC0Amount); this.groupValueCodes.Controls.Add(this.textVC9Code); this.groupValueCodes.Controls.Add(this.textVC6Code); this.groupValueCodes.Controls.Add(this.textVC3Code); this.groupValueCodes.Controls.Add(this.textVC0Code); this.groupValueCodes.Controls.Add(this.label22); this.groupValueCodes.Controls.Add(this.label15); this.groupValueCodes.Controls.Add(this.label14); this.groupValueCodes.Controls.Add(this.label13); this.groupValueCodes.Controls.Add(this.label12); this.groupValueCodes.Controls.Add(this.label11); this.groupValueCodes.Location = new System.Drawing.Point(226,77); this.groupValueCodes.Name = "groupValueCodes"; this.groupValueCodes.Size = new System.Drawing.Size(434,114); this.groupValueCodes.TabIndex = 130; this.groupValueCodes.TabStop = false; this.groupValueCodes.Text = "Value Codes"; // // textVC11Amount // this.textVC11Amount.Location = new System.Drawing.Point(343,90); this.textVC11Amount.Name = "textVC11Amount"; this.textVC11Amount.Size = new System.Drawing.Size(66,20); this.textVC11Amount.TabIndex = 56; this.textVC11Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC8Amount // this.textVC8Amount.Location = new System.Drawing.Point(343,71); this.textVC8Amount.Name = "textVC8Amount"; this.textVC8Amount.Size = new System.Drawing.Size(66,20); this.textVC8Amount.TabIndex = 55; this.textVC8Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC5Amount // this.textVC5Amount.Location = new System.Drawing.Point(343,52); this.textVC5Amount.Name = "textVC5Amount"; this.textVC5Amount.Size = new System.Drawing.Size(66,20); this.textVC5Amount.TabIndex = 54; this.textVC5Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC2Amount // this.textVC2Amount.Location = new System.Drawing.Point(343,33); this.textVC2Amount.Name = "textVC2Amount"; this.textVC2Amount.Size = new System.Drawing.Size(66,20); this.textVC2Amount.TabIndex = 53; this.textVC2Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC11Code // this.textVC11Code.Location = new System.Drawing.Point(313,90); this.textVC11Code.MaxLength = 2; this.textVC11Code.Name = "textVC11Code"; this.textVC11Code.Size = new System.Drawing.Size(26,20); this.textVC11Code.TabIndex = 52; this.textVC11Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC8Code // this.textVC8Code.Location = new System.Drawing.Point(313,71); this.textVC8Code.MaxLength = 2; this.textVC8Code.Name = "textVC8Code"; this.textVC8Code.Size = new System.Drawing.Size(26,20); this.textVC8Code.TabIndex = 51; this.textVC8Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC5Code // this.textVC5Code.Location = new System.Drawing.Point(313,52); this.textVC5Code.MaxLength = 2; this.textVC5Code.Name = "textVC5Code"; this.textVC5Code.Size = new System.Drawing.Size(26,20); this.textVC5Code.TabIndex = 50; this.textVC5Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC2Code // this.textVC2Code.Location = new System.Drawing.Point(313,33); this.textVC2Code.MaxLength = 2; this.textVC2Code.Name = "textVC2Code"; this.textVC2Code.Size = new System.Drawing.Size(26,20); this.textVC2Code.TabIndex = 49; this.textVC2Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label36 // this.label36.AutoSize = true; this.label36.Location = new System.Drawing.Point(355,18); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(42,13); this.label36.TabIndex = 48; this.label36.Text = "amount"; // // label37 // this.label37.AutoSize = true; this.label37.Location = new System.Drawing.Point(311,18); this.label37.Name = "label37"; this.label37.Size = new System.Drawing.Size(31,13); this.label37.TabIndex = 47; this.label37.Text = "code"; // // label38 // this.label38.AutoSize = true; this.label38.Location = new System.Drawing.Point(292,94); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(13,13); this.label38.TabIndex = 46; this.label38.Text = "d"; // // label39 // this.label39.AutoSize = true; this.label39.Location = new System.Drawing.Point(292,75); this.label39.Name = "label39"; this.label39.Size = new System.Drawing.Size(13,13); this.label39.TabIndex = 45; this.label39.Text = "c"; // // label40 // this.label40.AutoSize = true; this.label40.Location = new System.Drawing.Point(292,56); this.label40.Name = "label40"; this.label40.Size = new System.Drawing.Size(13,13); this.label40.TabIndex = 44; this.label40.Text = "b"; // // label41 // this.label41.AutoSize = true; this.label41.Location = new System.Drawing.Point(292,37); this.label41.Name = "label41"; this.label41.Size = new System.Drawing.Size(13,13); this.label41.TabIndex = 43; this.label41.Text = "a"; // // textVC10Amount // this.textVC10Amount.Location = new System.Drawing.Point(203,89); this.textVC10Amount.Name = "textVC10Amount"; this.textVC10Amount.Size = new System.Drawing.Size(66,20); this.textVC10Amount.TabIndex = 42; this.textVC10Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC7Amount // this.textVC7Amount.Location = new System.Drawing.Point(203,70); this.textVC7Amount.Name = "textVC7Amount"; this.textVC7Amount.Size = new System.Drawing.Size(66,20); this.textVC7Amount.TabIndex = 41; this.textVC7Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC4Amount // this.textVC4Amount.Location = new System.Drawing.Point(203,51); this.textVC4Amount.Name = "textVC4Amount"; this.textVC4Amount.Size = new System.Drawing.Size(66,20); this.textVC4Amount.TabIndex = 40; this.textVC4Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC1Amount // this.textVC1Amount.Location = new System.Drawing.Point(203,32); this.textVC1Amount.Name = "textVC1Amount"; this.textVC1Amount.Size = new System.Drawing.Size(66,20); this.textVC1Amount.TabIndex = 39; this.textVC1Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC10Code // this.textVC10Code.Location = new System.Drawing.Point(173,89); this.textVC10Code.MaxLength = 2; this.textVC10Code.Name = "textVC10Code"; this.textVC10Code.Size = new System.Drawing.Size(26,20); this.textVC10Code.TabIndex = 38; this.textVC10Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC7Code // this.textVC7Code.Location = new System.Drawing.Point(173,70); this.textVC7Code.MaxLength = 2; this.textVC7Code.Name = "textVC7Code"; this.textVC7Code.Size = new System.Drawing.Size(26,20); this.textVC7Code.TabIndex = 37; this.textVC7Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC4Code // this.textVC4Code.Location = new System.Drawing.Point(173,51); this.textVC4Code.MaxLength = 2; this.textVC4Code.Name = "textVC4Code"; this.textVC4Code.Size = new System.Drawing.Size(26,20); this.textVC4Code.TabIndex = 36; this.textVC4Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC1Code // this.textVC1Code.Location = new System.Drawing.Point(173,32); this.textVC1Code.MaxLength = 2; this.textVC1Code.Name = "textVC1Code"; this.textVC1Code.Size = new System.Drawing.Size(26,20); this.textVC1Code.TabIndex = 35; this.textVC1Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(215,17); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(42,13); this.label17.TabIndex = 34; this.label17.Text = "amount"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(171,17); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(31,13); this.label19.TabIndex = 33; this.label19.Text = "code"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(152,93); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(13,13); this.label23.TabIndex = 32; this.label23.Text = "d"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(152,74); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(13,13); this.label24.TabIndex = 31; this.label24.Text = "c"; // // label28 // this.label28.AutoSize = true; this.label28.Location = new System.Drawing.Point(152,55); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(13,13); this.label28.TabIndex = 30; this.label28.Text = "b"; // // label29 // this.label29.AutoSize = true; this.label29.Location = new System.Drawing.Point(152,36); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(13,13); this.label29.TabIndex = 29; this.label29.Text = "a"; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(292,16); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(19,13); this.label27.TabIndex = 28; this.label27.Text = "41"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(149,16); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(19,13); this.label26.TabIndex = 27; this.label26.Text = "40"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(12,16); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(19,13); this.label25.TabIndex = 18; this.label25.Text = "39"; // // textVC9Amount // this.textVC9Amount.Location = new System.Drawing.Point(66,88); this.textVC9Amount.Name = "textVC9Amount"; this.textVC9Amount.Size = new System.Drawing.Size(66,20); this.textVC9Amount.TabIndex = 17; this.textVC9Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC6Amount // this.textVC6Amount.Location = new System.Drawing.Point(66,69); this.textVC6Amount.Name = "textVC6Amount"; this.textVC6Amount.Size = new System.Drawing.Size(66,20); this.textVC6Amount.TabIndex = 16; this.textVC6Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC3Amount // this.textVC3Amount.Location = new System.Drawing.Point(66,50); this.textVC3Amount.Name = "textVC3Amount"; this.textVC3Amount.Size = new System.Drawing.Size(66,20); this.textVC3Amount.TabIndex = 15; this.textVC3Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC0Amount // this.textVC0Amount.Location = new System.Drawing.Point(66,31); this.textVC0Amount.Name = "textVC0Amount"; this.textVC0Amount.Size = new System.Drawing.Size(66,20); this.textVC0Amount.TabIndex = 14; this.textVC0Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textVC9Code // this.textVC9Code.Location = new System.Drawing.Point(36,88); this.textVC9Code.MaxLength = 2; this.textVC9Code.Name = "textVC9Code"; this.textVC9Code.Size = new System.Drawing.Size(26,20); this.textVC9Code.TabIndex = 13; this.textVC9Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC6Code // this.textVC6Code.Location = new System.Drawing.Point(36,69); this.textVC6Code.MaxLength = 2; this.textVC6Code.Name = "textVC6Code"; this.textVC6Code.Size = new System.Drawing.Size(26,20); this.textVC6Code.TabIndex = 12; this.textVC6Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC3Code // this.textVC3Code.Location = new System.Drawing.Point(36,50); this.textVC3Code.MaxLength = 2; this.textVC3Code.Name = "textVC3Code"; this.textVC3Code.Size = new System.Drawing.Size(26,20); this.textVC3Code.TabIndex = 11; this.textVC3Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textVC0Code // this.textVC0Code.Location = new System.Drawing.Point(36,31); this.textVC0Code.MaxLength = 2; this.textVC0Code.Name = "textVC0Code"; this.textVC0Code.Size = new System.Drawing.Size(26,20); this.textVC0Code.TabIndex = 10; this.textVC0Code.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(78,16); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(42,13); this.label22.TabIndex = 7; this.label22.Text = "amount"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(34,16); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(31,13); this.label15.TabIndex = 4; this.label15.Text = "code"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(15,92); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(13,13); this.label14.TabIndex = 3; this.label14.Text = "d"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(15,73); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(13,13); this.label13.TabIndex = 2; this.label13.Text = "c"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(15,54); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(13,13); this.label12.TabIndex = 1; this.label12.Text = "b"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(15,35); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(13,13); this.label11.TabIndex = 0; this.label11.Text = "a"; // // label30 // this.label30.AutoSize = true; this.label30.Location = new System.Drawing.Point(358,16); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(42,13); this.label30.TabIndex = 48; this.label30.Text = "amount"; // // label31 // this.label31.AutoSize = true; this.label31.Location = new System.Drawing.Point(314,16); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(31,13); this.label31.TabIndex = 47; this.label31.Text = "code"; // // label32 // this.label32.AutoSize = true; this.label32.Location = new System.Drawing.Point(295,92); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(13,13); this.label32.TabIndex = 46; this.label32.Text = "d"; // // label33 // this.label33.AutoSize = true; this.label33.Location = new System.Drawing.Point(295,73); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(13,13); this.label33.TabIndex = 45; this.label33.Text = "c"; // // label34 // this.label34.AutoSize = true; this.label34.Location = new System.Drawing.Point(295,54); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(13,13); this.label34.TabIndex = 44; this.label34.Text = "b"; // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(295,35); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(13,13); this.label35.TabIndex = 43; this.label35.Text = "a"; // // label20 // this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.label20.Location = new System.Drawing.Point(717,847); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(215,30); this.label20.TabIndex = 92; this.label20.Text = "(does not cancel payment edits)"; this.label20.TextAlign = System.Drawing.ContentAlignment.BottomRight; // // panelBottomEdge // this.panelBottomEdge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelBottomEdge.Location = new System.Drawing.Point(300,700); this.panelBottomEdge.Name = "panelBottomEdge"; this.panelBottomEdge.Size = new System.Drawing.Size(682,1); this.panelBottomEdge.TabIndex = 131; this.panelBottomEdge.Visible = false; // // panelRightEdge // this.panelRightEdge.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelRightEdge.Location = new System.Drawing.Point(982,200); this.panelRightEdge.Name = "panelRightEdge"; this.panelRightEdge.Size = new System.Drawing.Size(1,500); this.panelRightEdge.TabIndex = 132; this.panelRightEdge.Visible = false; // // tabMain // this.tabMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tabMain.Controls.Add(this.tabGeneral); this.tabMain.Controls.Add(this.tabMisc); this.tabMain.Controls.Add(this.tabUB04); this.tabMain.Controls.Add(this.tabCanadian); this.tabMain.Location = new System.Drawing.Point(2,478); this.tabMain.Name = "tabMain"; this.tabMain.SelectedIndex = 0; this.tabMain.Size = new System.Drawing.Size(976,378); this.tabMain.TabIndex = 133; // // tabGeneral // this.tabGeneral.AutoScroll = true; this.tabGeneral.BackColor = System.Drawing.Color.Transparent; this.tabGeneral.Controls.Add(this.groupAccident); this.tabGeneral.Controls.Add(this.groupAttachments); this.tabGeneral.Controls.Add(this.groupAttachedImages); this.tabGeneral.Controls.Add(this.groupReferral); this.tabGeneral.Controls.Add(this.groupProsth); this.tabGeneral.Controls.Add(this.comboEmployRelated); this.tabGeneral.Controls.Add(this.groupOrtho); this.tabGeneral.Controls.Add(this.labelNote); this.tabGeneral.Controls.Add(this.textNote); this.tabGeneral.Controls.Add(this.comboPlaceService); this.tabGeneral.Controls.Add(this.label48); this.tabGeneral.Controls.Add(this.label49); this.tabGeneral.Location = new System.Drawing.Point(4,22); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Size = new System.Drawing.Size(968,352); this.tabGeneral.TabIndex = 2; this.tabGeneral.Text = "General"; this.tabGeneral.UseVisualStyleBackColor = true; // // groupAccident // this.groupAccident.Controls.Add(this.comboAccident); this.groupAccident.Controls.Add(this.label44); this.groupAccident.Controls.Add(this.textAccidentDate); this.groupAccident.Controls.Add(this.label42); this.groupAccident.Controls.Add(this.textAccidentST); this.groupAccident.Controls.Add(this.labelAccidentST); this.groupAccident.Location = new System.Drawing.Point(3,165); this.groupAccident.Name = "groupAccident"; this.groupAccident.Size = new System.Drawing.Size(286,79); this.groupAccident.TabIndex = 149; this.groupAccident.TabStop = false; this.groupAccident.Text = "Accident"; // // comboAccident // this.comboAccident.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboAccident.FormattingEnabled = true; this.comboAccident.Location = new System.Drawing.Point(136,14); this.comboAccident.Name = "comboAccident"; this.comboAccident.Size = new System.Drawing.Size(101,21); this.comboAccident.TabIndex = 142; // // label44 // this.label44.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label44.Location = new System.Drawing.Point(17,36); this.label44.Name = "label44"; this.label44.Size = new System.Drawing.Size(117,17); this.label44.TabIndex = 130; this.label44.Text = "Accident Date"; this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAccidentDate // this.textAccidentDate.Location = new System.Drawing.Point(136,35); this.textAccidentDate.Name = "textAccidentDate"; this.textAccidentDate.Size = new System.Drawing.Size(75,20); this.textAccidentDate.TabIndex = 128; // // label42 // this.label42.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label42.Location = new System.Drawing.Point(17,15); this.label42.Name = "label42"; this.label42.Size = new System.Drawing.Size(117,17); this.label42.TabIndex = 143; this.label42.Text = "Accident Related"; this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAccidentST // this.textAccidentST.Location = new System.Drawing.Point(136,55); this.textAccidentST.Name = "textAccidentST"; this.textAccidentST.Size = new System.Drawing.Size(30,20); this.textAccidentST.TabIndex = 129; // // labelAccidentST // this.labelAccidentST.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.labelAccidentST.Location = new System.Drawing.Point(17,56); this.labelAccidentST.Name = "labelAccidentST"; this.labelAccidentST.Size = new System.Drawing.Size(117,17); this.labelAccidentST.TabIndex = 134; this.labelAccidentST.Text = "Accident State"; this.labelAccidentST.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupAttachments // this.groupAttachments.Controls.Add(this.label65); this.groupAttachments.Controls.Add(this.textAttachID); this.groupAttachments.Controls.Add(this.label64); this.groupAttachments.Controls.Add(this.radioAttachElect); this.groupAttachments.Controls.Add(this.radioAttachMail); this.groupAttachments.Controls.Add(this.checkAttachMisc); this.groupAttachments.Controls.Add(this.checkAttachPerio); this.groupAttachments.Controls.Add(this.checkAttachNarrative); this.groupAttachments.Controls.Add(this.checkAttachEoB); this.groupAttachments.Controls.Add(this.label63); this.groupAttachments.Controls.Add(this.textAttachModels); this.groupAttachments.Controls.Add(this.label62); this.groupAttachments.Controls.Add(this.textAttachImages); this.groupAttachments.Controls.Add(this.labelRadiographs); this.groupAttachments.Controls.Add(this.textRadiographs); this.groupAttachments.Location = new System.Drawing.Point(629,96); this.groupAttachments.Name = "groupAttachments"; this.groupAttachments.Size = new System.Drawing.Size(319,178); this.groupAttachments.TabIndex = 148; this.groupAttachments.TabStop = false; this.groupAttachments.Text = "Attachments"; // // label65 // this.label65.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label65.Location = new System.Drawing.Point(4,16); this.label65.Name = "label65"; this.label65.Size = new System.Drawing.Size(313,18); this.label65.TabIndex = 152; this.label65.Text = "The attachments indicated here must be sent separately."; // // textAttachID // this.textAttachID.Location = new System.Drawing.Point(171,152); this.textAttachID.Name = "textAttachID"; this.textAttachID.Size = new System.Drawing.Size(142,20); this.textAttachID.TabIndex = 133; // // label64 // this.label64.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label64.Location = new System.Drawing.Point(170,120); this.label64.Name = "label64"; this.label64.Size = new System.Drawing.Size(141,29); this.label64.TabIndex = 134; this.label64.Text = "Attachment ID Number\r\n(example: NEA#1234567)"; this.label64.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // radioAttachElect // this.radioAttachElect.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioAttachElect.Location = new System.Drawing.Point(171,59); this.radioAttachElect.Name = "radioAttachElect"; this.radioAttachElect.Size = new System.Drawing.Size(104,16); this.radioAttachElect.TabIndex = 129; this.radioAttachElect.Text = "Electronically"; // // radioAttachMail // this.radioAttachMail.Checked = true; this.radioAttachMail.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioAttachMail.Location = new System.Drawing.Point(171,39); this.radioAttachMail.Name = "radioAttachMail"; this.radioAttachMail.Size = new System.Drawing.Size(104,16); this.radioAttachMail.TabIndex = 128; this.radioAttachMail.TabStop = true; this.radioAttachMail.Text = "By Mail"; // // checkAttachMisc // this.checkAttachMisc.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAttachMisc.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAttachMisc.Location = new System.Drawing.Point(9,154); this.checkAttachMisc.Name = "checkAttachMisc"; this.checkAttachMisc.Size = new System.Drawing.Size(112,18); this.checkAttachMisc.TabIndex = 125; this.checkAttachMisc.Text = "Misc Support Data"; this.checkAttachMisc.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAttachPerio // this.checkAttachPerio.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAttachPerio.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAttachPerio.Location = new System.Drawing.Point(31,137); this.checkAttachPerio.Name = "checkAttachPerio"; this.checkAttachPerio.Size = new System.Drawing.Size(90,18); this.checkAttachPerio.TabIndex = 124; this.checkAttachPerio.Text = "Perio Chart"; this.checkAttachPerio.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAttachNarrative // this.checkAttachNarrative.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAttachNarrative.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAttachNarrative.Location = new System.Drawing.Point(31,120); this.checkAttachNarrative.Name = "checkAttachNarrative"; this.checkAttachNarrative.Size = new System.Drawing.Size(90,18); this.checkAttachNarrative.TabIndex = 123; this.checkAttachNarrative.Text = "Narrative"; this.checkAttachNarrative.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkAttachEoB // this.checkAttachEoB.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkAttachEoB.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkAttachEoB.Location = new System.Drawing.Point(31,103); this.checkAttachEoB.Name = "checkAttachEoB"; this.checkAttachEoB.Size = new System.Drawing.Size(90,18); this.checkAttachEoB.TabIndex = 122; this.checkAttachEoB.Text = "EoB"; this.checkAttachEoB.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label63 // this.label63.Location = new System.Drawing.Point(28,81); this.label63.Name = "label63"; this.label63.Size = new System.Drawing.Size(79,18); this.label63.TabIndex = 121; this.label63.Text = "Models"; this.label63.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAttachModels // this.textAttachModels.ForeColor = System.Drawing.SystemColors.WindowText; this.textAttachModels.Location = new System.Drawing.Point(108,81); this.textAttachModels.MaxVal = 255; this.textAttachModels.MinVal = 0; this.textAttachModels.Name = "textAttachModels"; this.textAttachModels.Size = new System.Drawing.Size(39,20); this.textAttachModels.TabIndex = 120; this.textAttachModels.Text = "0"; // // label62 // this.label62.Location = new System.Drawing.Point(28,60); this.label62.Name = "label62"; this.label62.Size = new System.Drawing.Size(79,18); this.label62.TabIndex = 119; this.label62.Text = "Oral Images"; this.label62.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textAttachImages // this.textAttachImages.ForeColor = System.Drawing.SystemColors.WindowText; this.textAttachImages.Location = new System.Drawing.Point(108,60); this.textAttachImages.MaxVal = 255; this.textAttachImages.MinVal = 0; this.textAttachImages.Name = "textAttachImages"; this.textAttachImages.Size = new System.Drawing.Size(39,20); this.textAttachImages.TabIndex = 118; this.textAttachImages.Text = "0"; // // textRadiographs // this.textRadiographs.ForeColor = System.Drawing.SystemColors.WindowText; this.textRadiographs.Location = new System.Drawing.Point(108,39); this.textRadiographs.MaxVal = 255; this.textRadiographs.MinVal = 0; this.textRadiographs.Name = "textRadiographs"; this.textRadiographs.Size = new System.Drawing.Size(39,20); this.textRadiographs.TabIndex = 116; this.textRadiographs.Text = "0"; // // groupAttachedImages // this.groupAttachedImages.Controls.Add(this.butExport); this.groupAttachedImages.Controls.Add(this.butAttachAdd); this.groupAttachedImages.Controls.Add(this.butAttachPerio); this.groupAttachedImages.Controls.Add(this.label61); this.groupAttachedImages.Controls.Add(this.listAttachments); this.groupAttachedImages.Location = new System.Drawing.Point(629,283); this.groupAttachedImages.Name = "groupAttachedImages"; this.groupAttachedImages.Size = new System.Drawing.Size(319,143); this.groupAttachedImages.TabIndex = 147; this.groupAttachedImages.TabStop = false; this.groupAttachedImages.Text = "Attached Images"; // // butExport // this.butExport.AdjustImageLocation = new System.Drawing.Point(0,0); this.butExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butExport.Autosize = true; this.butExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExport.CornerRadius = 4F; this.butExport.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butExport.Location = new System.Drawing.Point(252,42); this.butExport.Name = "butExport"; this.butExport.Size = new System.Drawing.Size(62,24); this.butExport.TabIndex = 150; this.butExport.Text = "Export"; this.butExport.Click += new System.EventHandler(this.butExport_Click); // // butAttachAdd // this.butAttachAdd.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAttachAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAttachAdd.Autosize = true; this.butAttachAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttachAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttachAdd.CornerRadius = 4F; this.butAttachAdd.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butAttachAdd.Location = new System.Drawing.Point(122,42); this.butAttachAdd.Name = "butAttachAdd"; this.butAttachAdd.Size = new System.Drawing.Size(62,24); this.butAttachAdd.TabIndex = 147; this.butAttachAdd.Text = "Add"; this.butAttachAdd.Click += new System.EventHandler(this.butAttachAdd_Click); // // butAttachPerio // this.butAttachPerio.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAttachPerio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butAttachPerio.Autosize = true; this.butAttachPerio.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttachPerio.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttachPerio.CornerRadius = 4F; this.butAttachPerio.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butAttachPerio.Location = new System.Drawing.Point(187,42); this.butAttachPerio.Name = "butAttachPerio"; this.butAttachPerio.Size = new System.Drawing.Size(62,24); this.butAttachPerio.TabIndex = 146; this.butAttachPerio.Text = "Perio"; this.butAttachPerio.Click += new System.EventHandler(this.butAttachPerio_Click); // // label61 // this.label61.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label61.Location = new System.Drawing.Point(7,16); this.label61.Name = "label61"; this.label61.Size = new System.Drawing.Size(282,30); this.label61.TabIndex = 151; this.label61.Text = "These images will NOT be automatically sent with an electronic claim."; // // listAttachments // this.listAttachments.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listAttachments.FormattingEnabled = true; this.listAttachments.Location = new System.Drawing.Point(10,68); this.listAttachments.Name = "listAttachments"; this.listAttachments.Size = new System.Drawing.Size(304,69); this.listAttachments.TabIndex = 149; this.listAttachments.DoubleClick += new System.EventHandler(this.listAttachments_DoubleClick); this.listAttachments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listAttachments_MouseDown); // // groupReferral // this.groupReferral.Controls.Add(this.label45); this.groupReferral.Controls.Add(this.textRefProv); this.groupReferral.Controls.Add(this.butReferralEdit); this.groupReferral.Controls.Add(this.label47); this.groupReferral.Controls.Add(this.butReferralNone); this.groupReferral.Controls.Add(this.butReferralSelect); this.groupReferral.Controls.Add(this.textRefNum); this.groupReferral.Controls.Add(this.label46); this.groupReferral.Location = new System.Drawing.Point(308,118); this.groupReferral.Name = "groupReferral"; this.groupReferral.Size = new System.Drawing.Size(297,118); this.groupReferral.TabIndex = 118; this.groupReferral.TabStop = false; this.groupReferral.Text = "Claim Referral"; // // label45 // this.label45.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label45.Location = new System.Drawing.Point(10,16); this.label45.Name = "label45"; this.label45.Size = new System.Drawing.Size(282,30); this.label45.TabIndex = 133; this.label45.Text = "Only enter referring provider and referral number if required by your insurance c" + "arrier."; // // textRefProv // this.textRefProv.BackColor = System.Drawing.SystemColors.Window; this.textRefProv.Location = new System.Drawing.Point(109,49); this.textRefProv.Name = "textRefProv"; this.textRefProv.ReadOnly = true; this.textRefProv.Size = new System.Drawing.Size(175,20); this.textRefProv.TabIndex = 139; // // butReferralEdit // this.butReferralEdit.AdjustImageLocation = new System.Drawing.Point(0,0); this.butReferralEdit.Autosize = true; this.butReferralEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReferralEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReferralEdit.CornerRadius = 4F; this.butReferralEdit.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butReferralEdit.Location = new System.Drawing.Point(227,70); this.butReferralEdit.Name = "butReferralEdit"; this.butReferralEdit.Size = new System.Drawing.Size(57,24); this.butReferralEdit.TabIndex = 144; this.butReferralEdit.Text = "Edit"; this.butReferralEdit.Click += new System.EventHandler(this.butReferralEdit_Click); // // label47 // this.label47.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label47.Location = new System.Drawing.Point(9,51); this.label47.Name = "label47"; this.label47.Size = new System.Drawing.Size(99,14); this.label47.TabIndex = 131; this.label47.Text = "Referring Provider"; this.label47.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butReferralNone // this.butReferralNone.AdjustImageLocation = new System.Drawing.Point(0,0); this.butReferralNone.Autosize = true; this.butReferralNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReferralNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReferralNone.CornerRadius = 4F; this.butReferralNone.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butReferralNone.Location = new System.Drawing.Point(109,70); this.butReferralNone.Name = "butReferralNone"; this.butReferralNone.Size = new System.Drawing.Size(57,24); this.butReferralNone.TabIndex = 135; this.butReferralNone.Text = "&None"; this.butReferralNone.Click += new System.EventHandler(this.butReferralNone_Click); // // butReferralSelect // this.butReferralSelect.AdjustImageLocation = new System.Drawing.Point(0,0); this.butReferralSelect.Autosize = true; this.butReferralSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReferralSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReferralSelect.CornerRadius = 4F; this.butReferralSelect.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.butReferralSelect.Location = new System.Drawing.Point(168,70); this.butReferralSelect.Name = "butReferralSelect"; this.butReferralSelect.Size = new System.Drawing.Size(57,24); this.butReferralSelect.TabIndex = 138; this.butReferralSelect.Text = "Select"; this.butReferralSelect.Click += new System.EventHandler(this.butReferralSelect_Click); // // textRefNum // this.textRefNum.Location = new System.Drawing.Point(109,95); this.textRefNum.Name = "textRefNum"; this.textRefNum.Size = new System.Drawing.Size(175,20); this.textRefNum.TabIndex = 127; // // label46 // this.label46.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label46.Location = new System.Drawing.Point(18,97); this.label46.Name = "label46"; this.label46.Size = new System.Drawing.Size(90,18); this.label46.TabIndex = 132; this.label46.Text = "Referral Number"; this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboEmployRelated // this.comboEmployRelated.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboEmployRelated.FormattingEnabled = true; this.comboEmployRelated.Location = new System.Drawing.Point(139,143); this.comboEmployRelated.Name = "comboEmployRelated"; this.comboEmployRelated.Size = new System.Drawing.Size(150,21); this.comboEmployRelated.TabIndex = 141; // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(629,22); this.textNote.MaxLength = 255; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Claim; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(319,68); this.textNote.TabIndex = 118; this.textNote.Text = ""; // // comboPlaceService // this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPlaceService.FormattingEnabled = true; this.comboPlaceService.Location = new System.Drawing.Point(139,122); this.comboPlaceService.Name = "comboPlaceService"; this.comboPlaceService.Size = new System.Drawing.Size(150,21); this.comboPlaceService.TabIndex = 140; // // label48 // this.label48.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label48.Location = new System.Drawing.Point(20,123); this.label48.Name = "label48"; this.label48.Size = new System.Drawing.Size(117,17); this.label48.TabIndex = 136; this.label48.Text = "Place of Service"; this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label49 // this.label49.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label49.Location = new System.Drawing.Point(20,144); this.label49.Name = "label49"; this.label49.Size = new System.Drawing.Size(117,17); this.label49.TabIndex = 137; this.label49.Text = "Employment Related"; this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabMisc // this.tabMisc.Controls.Add(this.label94); this.tabMisc.Controls.Add(this.label93); this.tabMisc.Controls.Add(this.label88); this.tabMisc.Controls.Add(this.textOrigRefNum); this.tabMisc.Controls.Add(this.label90); this.tabMisc.Controls.Add(this.labelPriorAuth); this.tabMisc.Controls.Add(this.label92); this.tabMisc.Controls.Add(this.textPriorAuth); this.tabMisc.Controls.Add(this.labelSpecialProgram); this.tabMisc.Controls.Add(this.textClaimIdentifier); this.tabMisc.Controls.Add(this.comboSpecialProgram); this.tabMisc.Controls.Add(this.labelCustomTracking); this.tabMisc.Controls.Add(this.label91); this.tabMisc.Controls.Add(this.comboCustomTracking); this.tabMisc.Controls.Add(this.comboCorrectionType); this.tabMisc.Location = new System.Drawing.Point(4,22); this.tabMisc.Name = "tabMisc"; this.tabMisc.Padding = new System.Windows.Forms.Padding(3); this.tabMisc.Size = new System.Drawing.Size(968,352); this.tabMisc.TabIndex = 4; this.tabMisc.Text = "Misc"; this.tabMisc.UseVisualStyleBackColor = true; // // textOrigRefNum // this.textOrigRefNum.Location = new System.Drawing.Point(139,85); this.textOrigRefNum.Name = "textOrigRefNum"; this.textOrigRefNum.Size = new System.Drawing.Size(150,20); this.textOrigRefNum.TabIndex = 158; // // label90 // this.label90.Location = new System.Drawing.Point(40,6); this.label90.Name = "label90"; this.label90.Size = new System.Drawing.Size(97,17); this.label90.TabIndex = 154; this.label90.Text = "Correction Type"; this.label90.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelPriorAuth // this.labelPriorAuth.Location = new System.Drawing.Point(3,28); this.labelPriorAuth.Name = "labelPriorAuth"; this.labelPriorAuth.Size = new System.Drawing.Size(134,16); this.labelPriorAuth.TabIndex = 142; this.labelPriorAuth.Text = "Prior Authorization (rare)"; this.labelPriorAuth.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label92 // this.label92.Location = new System.Drawing.Point(3,89); this.label92.Name = "label92"; this.label92.Size = new System.Drawing.Size(137,16); this.label92.TabIndex = 159; this.label92.Text = "Original Refrerence Num"; this.label92.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPriorAuth // this.textPriorAuth.Location = new System.Drawing.Point(139,24); this.textPriorAuth.Name = "textPriorAuth"; this.textPriorAuth.Size = new System.Drawing.Size(150,20); this.textPriorAuth.TabIndex = 141; // // labelSpecialProgram // this.labelSpecialProgram.Location = new System.Drawing.Point(40,47); this.labelSpecialProgram.Name = "labelSpecialProgram"; this.labelSpecialProgram.Size = new System.Drawing.Size(97,17); this.labelSpecialProgram.TabIndex = 143; this.labelSpecialProgram.Text = "Special Program"; this.labelSpecialProgram.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textClaimIdentifier // this.textClaimIdentifier.Location = new System.Drawing.Point(139,65); this.textClaimIdentifier.Name = "textClaimIdentifier"; this.textClaimIdentifier.Size = new System.Drawing.Size(150,20); this.textClaimIdentifier.TabIndex = 156; // // comboSpecialProgram // this.comboSpecialProgram.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSpecialProgram.Location = new System.Drawing.Point(139,44); this.comboSpecialProgram.MaxDropDownItems = 100; this.comboSpecialProgram.Name = "comboSpecialProgram"; this.comboSpecialProgram.Size = new System.Drawing.Size(150,21); this.comboSpecialProgram.TabIndex = 144; // // labelCustomTracking // this.labelCustomTracking.Location = new System.Drawing.Point(40,108); this.labelCustomTracking.Name = "labelCustomTracking"; this.labelCustomTracking.Size = new System.Drawing.Size(97,17); this.labelCustomTracking.TabIndex = 152; this.labelCustomTracking.Text = "Custom Tracking"; this.labelCustomTracking.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label91 // this.label91.Location = new System.Drawing.Point(3,69); this.label91.Name = "label91"; this.label91.Size = new System.Drawing.Size(137,16); this.label91.TabIndex = 157; this.label91.Text = "Claim Identifier (CLM01)"; this.label91.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboCustomTracking // this.comboCustomTracking.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCustomTracking.Location = new System.Drawing.Point(139,105); this.comboCustomTracking.MaxDropDownItems = 100; this.comboCustomTracking.Name = "comboCustomTracking"; this.comboCustomTracking.Size = new System.Drawing.Size(150,21); this.comboCustomTracking.TabIndex = 153; // // comboCorrectionType // this.comboCorrectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCorrectionType.Location = new System.Drawing.Point(139,3); this.comboCorrectionType.MaxDropDownItems = 100; this.comboCorrectionType.Name = "comboCorrectionType"; this.comboCorrectionType.Size = new System.Drawing.Size(150,21); this.comboCorrectionType.TabIndex = 155; // // tabUB04 // this.tabUB04.AutoScroll = true; this.tabUB04.BackColor = System.Drawing.Color.Transparent; this.tabUB04.Controls.Add(this.textPatientStatus); this.tabUB04.Controls.Add(this.label85); this.tabUB04.Controls.Add(this.textAdmissionSource); this.tabUB04.Controls.Add(this.label84); this.tabUB04.Controls.Add(this.textAdmissionType); this.tabUB04.Controls.Add(this.label83); this.tabUB04.Controls.Add(this.textBillType); this.tabUB04.Controls.Add(this.label7); this.tabUB04.Controls.Add(this.groupBox1); this.tabUB04.Controls.Add(this.groupValueCodes); this.tabUB04.Location = new System.Drawing.Point(4,22); this.tabUB04.Name = "tabUB04"; this.tabUB04.Padding = new System.Windows.Forms.Padding(3); this.tabUB04.Size = new System.Drawing.Size(968,352); this.tabUB04.TabIndex = 0; this.tabUB04.Text = "Medical-UB04"; this.tabUB04.UseVisualStyleBackColor = true; // // textPatientStatus // this.textPatientStatus.Location = new System.Drawing.Point(140,92); this.textPatientStatus.Name = "textPatientStatus"; this.textPatientStatus.Size = new System.Drawing.Size(47,20); this.textPatientStatus.TabIndex = 149; // // label85 // this.label85.Location = new System.Drawing.Point(3,96); this.label85.Name = "label85"; this.label85.Size = new System.Drawing.Size(138,16); this.label85.TabIndex = 150; this.label85.Text = "Patient Status (2 digit)"; this.label85.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textAdmissionSource // this.textAdmissionSource.Location = new System.Drawing.Point(140,69); this.textAdmissionSource.Name = "textAdmissionSource"; this.textAdmissionSource.Size = new System.Drawing.Size(47,20); this.textAdmissionSource.TabIndex = 147; // // label84 // this.label84.Location = new System.Drawing.Point(6,73); this.label84.Name = "label84"; this.label84.Size = new System.Drawing.Size(135,16); this.label84.TabIndex = 148; this.label84.Text = "Admission Source (1 char)"; this.label84.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textAdmissionType // this.textAdmissionType.Location = new System.Drawing.Point(140,46); this.textAdmissionType.Name = "textAdmissionType"; this.textAdmissionType.Size = new System.Drawing.Size(47,20); this.textAdmissionType.TabIndex = 145; // // label83 // this.label83.Location = new System.Drawing.Point(3,50); this.label83.Name = "label83"; this.label83.Size = new System.Drawing.Size(138,16); this.label83.TabIndex = 146; this.label83.Text = "Admission Type (1 digit)"; this.label83.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textBillType // this.textBillType.Location = new System.Drawing.Point(140,23); this.textBillType.Name = "textBillType"; this.textBillType.Size = new System.Drawing.Size(47,20); this.textBillType.TabIndex = 143; // // label7 // this.label7.Location = new System.Drawing.Point(24,27); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(117,16); this.label7.TabIndex = 144; this.label7.Text = "Type of Bill (3 digit)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // groupBox1 // this.groupBox1.Controls.Add(this.label60); this.groupBox1.Controls.Add(this.label59); this.groupBox1.Controls.Add(this.label58); this.groupBox1.Controls.Add(this.label57); this.groupBox1.Controls.Add(this.label56); this.groupBox1.Controls.Add(this.label55); this.groupBox1.Controls.Add(this.label54); this.groupBox1.Controls.Add(this.label53); this.groupBox1.Controls.Add(this.label52); this.groupBox1.Controls.Add(this.label51); this.groupBox1.Controls.Add(this.label50); this.groupBox1.Controls.Add(this.textCode10); this.groupBox1.Controls.Add(this.textCode9); this.groupBox1.Controls.Add(this.textCode8); this.groupBox1.Controls.Add(this.textCode7); this.groupBox1.Controls.Add(this.textCode6); this.groupBox1.Controls.Add(this.textCode5); this.groupBox1.Controls.Add(this.textCode4); this.groupBox1.Controls.Add(this.textCode3); this.groupBox1.Controls.Add(this.textCode2); this.groupBox1.Controls.Add(this.textCode1); this.groupBox1.Controls.Add(this.textCode0); this.groupBox1.Location = new System.Drawing.Point(226,4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(433,67); this.groupBox1.TabIndex = 131; this.groupBox1.TabStop = false; this.groupBox1.Text = "Condition Codes"; // // label60 // this.label60.AutoSize = true; this.label60.Location = new System.Drawing.Point(398,19); this.label60.Name = "label60"; this.label60.Size = new System.Drawing.Size(19,13); this.label60.TabIndex = 78; this.label60.Text = "28"; // // label59 // this.label59.AutoSize = true; this.label59.Location = new System.Drawing.Point(360,19); this.label59.Name = "label59"; this.label59.Size = new System.Drawing.Size(19,13); this.label59.TabIndex = 77; this.label59.Text = "27"; // // label58 // this.label58.AutoSize = true; this.label58.Location = new System.Drawing.Point(322,19); this.label58.Name = "label58"; this.label58.Size = new System.Drawing.Size(19,13); this.label58.TabIndex = 76; this.label58.Text = "26"; // // label57 // this.label57.AutoSize = true; this.label57.Location = new System.Drawing.Point(284,19); this.label57.Name = "label57"; this.label57.Size = new System.Drawing.Size(19,13); this.label57.TabIndex = 75; this.label57.Text = "25"; // // label56 // this.label56.AutoSize = true; this.label56.Location = new System.Drawing.Point(246,19); this.label56.Name = "label56"; this.label56.Size = new System.Drawing.Size(19,13); this.label56.TabIndex = 74; this.label56.Text = "24"; // // label55 // this.label55.AutoSize = true; this.label55.Location = new System.Drawing.Point(209,19); this.label55.Name = "label55"; this.label55.Size = new System.Drawing.Size(19,13); this.label55.TabIndex = 73; this.label55.Text = "23"; // // label54 // this.label54.AutoSize = true; this.label54.Location = new System.Drawing.Point(170,19); this.label54.Name = "label54"; this.label54.Size = new System.Drawing.Size(19,13); this.label54.TabIndex = 72; this.label54.Text = "22"; // // label53 // this.label53.AutoSize = true; this.label53.Location = new System.Drawing.Point(132,19); this.label53.Name = "label53"; this.label53.Size = new System.Drawing.Size(19,13); this.label53.TabIndex = 71; this.label53.Text = "21"; // // label52 // this.label52.AutoSize = true; this.label52.Location = new System.Drawing.Point(94,19); this.label52.Name = "label52"; this.label52.Size = new System.Drawing.Size(19,13); this.label52.TabIndex = 70; this.label52.Text = "20"; // // label51 // this.label51.AutoSize = true; this.label51.Location = new System.Drawing.Point(56,19); this.label51.Name = "label51"; this.label51.Size = new System.Drawing.Size(19,13); this.label51.TabIndex = 69; this.label51.Text = "19"; // // label50 // this.label50.AutoSize = true; this.label50.Location = new System.Drawing.Point(18,19); this.label50.Name = "label50"; this.label50.Size = new System.Drawing.Size(19,13); this.label50.TabIndex = 68; this.label50.Text = "18"; // // textCode10 // this.textCode10.Location = new System.Drawing.Point(394,37); this.textCode10.MaxLength = 2; this.textCode10.Name = "textCode10"; this.textCode10.Size = new System.Drawing.Size(26,20); this.textCode10.TabIndex = 67; this.textCode10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode9 // this.textCode9.Location = new System.Drawing.Point(356,37); this.textCode9.MaxLength = 2; this.textCode9.Name = "textCode9"; this.textCode9.Size = new System.Drawing.Size(26,20); this.textCode9.TabIndex = 66; this.textCode9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode8 // this.textCode8.Location = new System.Drawing.Point(318,37); this.textCode8.MaxLength = 2; this.textCode8.Name = "textCode8"; this.textCode8.Size = new System.Drawing.Size(26,20); this.textCode8.TabIndex = 65; this.textCode8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode7 // this.textCode7.Location = new System.Drawing.Point(280,37); this.textCode7.MaxLength = 2; this.textCode7.Name = "textCode7"; this.textCode7.Size = new System.Drawing.Size(26,20); this.textCode7.TabIndex = 64; this.textCode7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode6 // this.textCode6.Location = new System.Drawing.Point(242,37); this.textCode6.MaxLength = 2; this.textCode6.Name = "textCode6"; this.textCode6.Size = new System.Drawing.Size(26,20); this.textCode6.TabIndex = 63; this.textCode6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode5 // this.textCode5.Location = new System.Drawing.Point(205,37); this.textCode5.MaxLength = 2; this.textCode5.Name = "textCode5"; this.textCode5.Size = new System.Drawing.Size(26,20); this.textCode5.TabIndex = 62; this.textCode5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode4 // this.textCode4.Location = new System.Drawing.Point(166,37); this.textCode4.MaxLength = 2; this.textCode4.Name = "textCode4"; this.textCode4.Size = new System.Drawing.Size(26,20); this.textCode4.TabIndex = 61; this.textCode4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode3 // this.textCode3.Location = new System.Drawing.Point(128,37); this.textCode3.MaxLength = 2; this.textCode3.Name = "textCode3"; this.textCode3.Size = new System.Drawing.Size(26,20); this.textCode3.TabIndex = 60; this.textCode3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode2 // this.textCode2.Location = new System.Drawing.Point(90,37); this.textCode2.MaxLength = 2; this.textCode2.Name = "textCode2"; this.textCode2.Size = new System.Drawing.Size(26,20); this.textCode2.TabIndex = 59; this.textCode2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode1 // this.textCode1.Location = new System.Drawing.Point(52,37); this.textCode1.MaxLength = 2; this.textCode1.Name = "textCode1"; this.textCode1.Size = new System.Drawing.Size(26,20); this.textCode1.TabIndex = 58; this.textCode1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCode0 // this.textCode0.Location = new System.Drawing.Point(14,37); this.textCode0.MaxLength = 2; this.textCode0.Name = "textCode0"; this.textCode0.Size = new System.Drawing.Size(26,20); this.textCode0.TabIndex = 57; this.textCode0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tabCanadian // this.tabCanadian.AutoScroll = true; this.tabCanadian.Controls.Add(this.textCanadaTransRefNum); this.tabCanadian.Controls.Add(this.groupCanadaOrthoPredeterm); this.tabCanadian.Controls.Add(this.label76); this.tabCanadian.Controls.Add(this.butReverse); this.tabCanadian.Controls.Add(this.textMissingTeeth); this.tabCanadian.Controls.Add(this.label75); this.tabCanadian.Controls.Add(this.label74); this.tabCanadian.Controls.Add(this.listExtractedTeeth); this.tabCanadian.Controls.Add(this.checkCanadianIsOrtho); this.tabCanadian.Controls.Add(this.label43); this.tabCanadian.Controls.Add(this.butMissingTeethHelp); this.tabCanadian.Controls.Add(this.groupBox6); this.tabCanadian.Controls.Add(this.groupBox7); this.tabCanadian.Controls.Add(this.groupBox8); this.tabCanadian.Controls.Add(this.groupBox9); this.tabCanadian.Controls.Add(this.textCanadianAccidentDate); this.tabCanadian.Location = new System.Drawing.Point(4,22); this.tabCanadian.Name = "tabCanadian"; this.tabCanadian.Size = new System.Drawing.Size(968,352); this.tabCanadian.TabIndex = 3; this.tabCanadian.Text = "Canadian"; this.tabCanadian.UseVisualStyleBackColor = true; // // textCanadaTransRefNum // this.textCanadaTransRefNum.Location = new System.Drawing.Point(96,122); this.textCanadaTransRefNum.Name = "textCanadaTransRefNum"; this.textCanadaTransRefNum.ReadOnly = true; this.textCanadaTransRefNum.Size = new System.Drawing.Size(100,20); this.textCanadaTransRefNum.TabIndex = 148; // // groupCanadaOrthoPredeterm // this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaExpectedPayCycle); this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaAnticipatedPayAmount); this.groupCanadaOrthoPredeterm.Controls.Add(this.label82); this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaNumPaymentsAnticipated); this.groupCanadaOrthoPredeterm.Controls.Add(this.label81); this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaTreatDuration); this.groupCanadaOrthoPredeterm.Controls.Add(this.label80); this.groupCanadaOrthoPredeterm.Controls.Add(this.label79); this.groupCanadaOrthoPredeterm.Controls.Add(this.textCanadaInitialPayment); this.groupCanadaOrthoPredeterm.Controls.Add(this.label78); this.groupCanadaOrthoPredeterm.Controls.Add(this.label77); this.groupCanadaOrthoPredeterm.Controls.Add(this.textDateCanadaEstTreatStartDate); this.groupCanadaOrthoPredeterm.Enabled = false; this.groupCanadaOrthoPredeterm.Location = new System.Drawing.Point(7,187); this.groupCanadaOrthoPredeterm.Name = "groupCanadaOrthoPredeterm"; this.groupCanadaOrthoPredeterm.Size = new System.Drawing.Size(550,104); this.groupCanadaOrthoPredeterm.TabIndex = 147; this.groupCanadaOrthoPredeterm.TabStop = false; this.groupCanadaOrthoPredeterm.Text = "Ortho Treatment (Predetermination Only)"; // // textCanadaExpectedPayCycle // this.textCanadaExpectedPayCycle.Location = new System.Drawing.Point(196,75); this.textCanadaExpectedPayCycle.Name = "textCanadaExpectedPayCycle"; this.textCanadaExpectedPayCycle.Size = new System.Drawing.Size(75,20); this.textCanadaExpectedPayCycle.TabIndex = 158; // // textCanadaAnticipatedPayAmount // this.textCanadaAnticipatedPayAmount.Location = new System.Drawing.Point(466,75); this.textCanadaAnticipatedPayAmount.Name = "textCanadaAnticipatedPayAmount"; this.textCanadaAnticipatedPayAmount.Size = new System.Drawing.Size(75,20); this.textCanadaAnticipatedPayAmount.TabIndex = 157; // // label82 // this.label82.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label82.Location = new System.Drawing.Point(280,74); this.label82.Name = "label82"; this.label82.Size = new System.Drawing.Size(180,20); this.label82.TabIndex = 156; this.label82.Text = "Anticipated Pay Amount"; this.label82.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCanadaNumPaymentsAnticipated // this.textCanadaNumPaymentsAnticipated.Location = new System.Drawing.Point(466,45); this.textCanadaNumPaymentsAnticipated.Name = "textCanadaNumPaymentsAnticipated"; this.textCanadaNumPaymentsAnticipated.Size = new System.Drawing.Size(75,20); this.textCanadaNumPaymentsAnticipated.TabIndex = 155; // // label81 // this.label81.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label81.Location = new System.Drawing.Point(277,46); this.label81.Name = "label81"; this.label81.Size = new System.Drawing.Size(183,20); this.label81.TabIndex = 154; this.label81.Text = "Number of Payments Anticipated"; this.label81.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCanadaTreatDuration // this.textCanadaTreatDuration.Location = new System.Drawing.Point(466,19); this.textCanadaTreatDuration.Name = "textCanadaTreatDuration"; this.textCanadaTreatDuration.Size = new System.Drawing.Size(75,20); this.textCanadaTreatDuration.TabIndex = 153; // // label80 // this.label80.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label80.Location = new System.Drawing.Point(280,19); this.label80.Name = "label80"; this.label80.Size = new System.Drawing.Size(180,20); this.label80.TabIndex = 152; this.label80.Text = "Treatment Duration (Months)"; this.label80.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label79 // this.label79.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label79.Location = new System.Drawing.Point(8,74); this.label79.Name = "label79"; this.label79.Size = new System.Drawing.Size(182,20); this.label79.TabIndex = 150; this.label79.Text = "Expected Payment Cycle (Months)"; this.label79.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCanadaInitialPayment // this.textCanadaInitialPayment.Location = new System.Drawing.Point(196,46); this.textCanadaInitialPayment.Name = "textCanadaInitialPayment"; this.textCanadaInitialPayment.Size = new System.Drawing.Size(75,20); this.textCanadaInitialPayment.TabIndex = 149; // // label78 // this.label78.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label78.Location = new System.Drawing.Point(8,45); this.label78.Name = "label78"; this.label78.Size = new System.Drawing.Size(174,20); this.label78.TabIndex = 141; this.label78.Text = "Initial Payment"; this.label78.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label77 // this.label77.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label77.Location = new System.Drawing.Point(5,20); this.label77.Name = "label77"; this.label77.Size = new System.Drawing.Size(177,20); this.label77.TabIndex = 140; this.label77.Text = "Estimated Treatment Start Date"; this.label77.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateCanadaEstTreatStartDate // this.textDateCanadaEstTreatStartDate.Location = new System.Drawing.Point(196,20); this.textDateCanadaEstTreatStartDate.Name = "textDateCanadaEstTreatStartDate"; this.textDateCanadaEstTreatStartDate.Size = new System.Drawing.Size(75,20); this.textDateCanadaEstTreatStartDate.TabIndex = 139; // // label76 // this.label76.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label76.Location = new System.Drawing.Point(9,122); this.label76.Name = "label76"; this.label76.Size = new System.Drawing.Size(82,16); this.label76.TabIndex = 146; this.label76.Text = "Trans Ref Num"; this.label76.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butReverse // this.butReverse.AdjustImageLocation = new System.Drawing.Point(0,0); this.butReverse.Autosize = true; this.butReverse.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReverse.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReverse.CornerRadius = 4F; this.butReverse.Enabled = false; this.butReverse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butReverse.Location = new System.Drawing.Point(202,120); this.butReverse.Name = "butReverse"; this.butReverse.Size = new System.Drawing.Size(59,24); this.butReverse.TabIndex = 138; this.butReverse.Text = "Reverse"; this.butReverse.Click += new System.EventHandler(this.butReverse_Click); // // textMissingTeeth // this.textMissingTeeth.Location = new System.Drawing.Point(764,142); this.textMissingTeeth.Multiline = true; this.textMissingTeeth.Name = "textMissingTeeth"; this.textMissingTeeth.Size = new System.Drawing.Size(172,44); this.textMissingTeeth.TabIndex = 144; // // label75 // this.label75.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label75.Location = new System.Drawing.Point(762,122); this.label75.Name = "label75"; this.label75.Size = new System.Drawing.Size(83,17); this.label75.TabIndex = 143; this.label75.Text = "Missing Teeth"; this.label75.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label74 // this.label74.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label74.Location = new System.Drawing.Point(762,5); this.label74.Name = "label74"; this.label74.Size = new System.Drawing.Size(143,17); this.label74.TabIndex = 142; this.label74.Text = "Extracted Teeth"; this.label74.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listExtractedTeeth // this.listExtractedTeeth.FormattingEnabled = true; this.listExtractedTeeth.Location = new System.Drawing.Point(764,24); this.listExtractedTeeth.Name = "listExtractedTeeth"; this.listExtractedTeeth.Size = new System.Drawing.Size(172,95); this.listExtractedTeeth.TabIndex = 141; // // checkCanadianIsOrtho // this.checkCanadianIsOrtho.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkCanadianIsOrtho.Location = new System.Drawing.Point(36,158); this.checkCanadianIsOrtho.Name = "checkCanadianIsOrtho"; this.checkCanadianIsOrtho.Size = new System.Drawing.Size(216,17); this.checkCanadianIsOrtho.TabIndex = 140; this.checkCanadianIsOrtho.Text = "Treatment Required for Ortho"; // // label43 // this.label43.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label43.Location = new System.Drawing.Point(25,85); this.label43.Name = "label43"; this.label43.Size = new System.Drawing.Size(117,17); this.label43.TabIndex = 139; this.label43.Text = "Accident Date"; this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butMissingTeethHelp // this.butMissingTeethHelp.AdjustImageLocation = new System.Drawing.Point(0,0); this.butMissingTeethHelp.Autosize = true; this.butMissingTeethHelp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butMissingTeethHelp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butMissingTeethHelp.CornerRadius = 4F; this.butMissingTeethHelp.Location = new System.Drawing.Point(911,0); this.butMissingTeethHelp.Name = "butMissingTeethHelp"; this.butMissingTeethHelp.Size = new System.Drawing.Size(25,24); this.butMissingTeethHelp.TabIndex = 137; this.butMissingTeethHelp.Text = "?"; this.butMissingTeethHelp.Click += new System.EventHandler(this.butMissingTeethHelp_Click); // // groupBox6 // this.groupBox6.Controls.Add(this.comboMandProsth); this.groupBox6.Controls.Add(this.label66); this.groupBox6.Controls.Add(this.textDateInitialLower); this.groupBox6.Controls.Add(this.label67); this.groupBox6.Controls.Add(this.comboMandProsthMaterial); this.groupBox6.Controls.Add(this.label68); this.groupBox6.Location = new System.Drawing.Point(402,98); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(355,88); this.groupBox6.TabIndex = 13; this.groupBox6.TabStop = false; this.groupBox6.Text = "Mandibular Prosthesis"; // // comboMandProsth // this.comboMandProsth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMandProsth.FormattingEnabled = true; this.comboMandProsth.Location = new System.Drawing.Point(136,11); this.comboMandProsth.Name = "comboMandProsth"; this.comboMandProsth.Size = new System.Drawing.Size(213,21); this.comboMandProsth.TabIndex = 14; this.comboMandProsth.SelectionChangeCommitted += new System.EventHandler(this.comboMandProsth_SelectionChangeCommitted); // // label66 // this.label66.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label66.Location = new System.Drawing.Point(7,14); this.label66.Name = "label66"; this.label66.Size = new System.Drawing.Size(128,17); this.label66.TabIndex = 1; this.label66.Text = "Initial placement lower?"; this.label66.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateInitialLower // this.textDateInitialLower.Location = new System.Drawing.Point(136,36); this.textDateInitialLower.Name = "textDateInitialLower"; this.textDateInitialLower.Size = new System.Drawing.Size(83,20); this.textDateInitialLower.TabIndex = 2; // // label67 // this.label67.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label67.Location = new System.Drawing.Point(72,38); this.label67.Name = "label67"; this.label67.Size = new System.Drawing.Size(61,17); this.label67.TabIndex = 3; this.label67.Text = "Initial Date"; this.label67.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboMandProsthMaterial // this.comboMandProsthMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMandProsthMaterial.FormattingEnabled = true; this.comboMandProsthMaterial.Location = new System.Drawing.Point(136,60); this.comboMandProsthMaterial.Name = "comboMandProsthMaterial"; this.comboMandProsthMaterial.Size = new System.Drawing.Size(213,21); this.comboMandProsthMaterial.TabIndex = 4; // // label68 // this.label68.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label68.Location = new System.Drawing.Point(10,61); this.label68.Name = "label68"; this.label68.Size = new System.Drawing.Size(125,18); this.label68.TabIndex = 7; this.label68.Text = "Prosthesis Material"; this.label68.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox7 // this.groupBox7.Controls.Add(this.comboMaxProsth); this.groupBox7.Controls.Add(this.label69); this.groupBox7.Controls.Add(this.textDateInitialUpper); this.groupBox7.Controls.Add(this.label70); this.groupBox7.Controls.Add(this.comboMaxProsthMaterial); this.groupBox7.Controls.Add(this.label71); this.groupBox7.Location = new System.Drawing.Point(402,5); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(355,88); this.groupBox7.TabIndex = 12; this.groupBox7.TabStop = false; this.groupBox7.Text = "Maxillary Prosthesis"; // // comboMaxProsth // this.comboMaxProsth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMaxProsth.FormattingEnabled = true; this.comboMaxProsth.Location = new System.Drawing.Point(136,11); this.comboMaxProsth.Name = "comboMaxProsth"; this.comboMaxProsth.Size = new System.Drawing.Size(213,21); this.comboMaxProsth.TabIndex = 14; this.comboMaxProsth.SelectionChangeCommitted += new System.EventHandler(this.comboMaxProsth_SelectionChangeCommitted); // // label69 // this.label69.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label69.Location = new System.Drawing.Point(7,14); this.label69.Name = "label69"; this.label69.Size = new System.Drawing.Size(128,17); this.label69.TabIndex = 1; this.label69.Text = "Initial placement upper?"; this.label69.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateInitialUpper // this.textDateInitialUpper.Location = new System.Drawing.Point(136,36); this.textDateInitialUpper.Name = "textDateInitialUpper"; this.textDateInitialUpper.Size = new System.Drawing.Size(83,20); this.textDateInitialUpper.TabIndex = 2; // // label70 // this.label70.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label70.Location = new System.Drawing.Point(72,38); this.label70.Name = "label70"; this.label70.Size = new System.Drawing.Size(61,17); this.label70.TabIndex = 3; this.label70.Text = "Initial Date"; this.label70.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboMaxProsthMaterial // this.comboMaxProsthMaterial.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMaxProsthMaterial.FormattingEnabled = true; this.comboMaxProsthMaterial.Location = new System.Drawing.Point(136,60); this.comboMaxProsthMaterial.Name = "comboMaxProsthMaterial"; this.comboMaxProsthMaterial.Size = new System.Drawing.Size(213,21); this.comboMaxProsthMaterial.TabIndex = 4; // // label71 // this.label71.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label71.Location = new System.Drawing.Point(10,61); this.label71.Name = "label71"; this.label71.Size = new System.Drawing.Size(125,18); this.label71.TabIndex = 7; this.label71.Text = "Prosthesis Material"; this.label71.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox8 // this.groupBox8.Controls.Add(this.checkImages); this.groupBox8.Controls.Add(this.checkXrays); this.groupBox8.Controls.Add(this.checkModels); this.groupBox8.Controls.Add(this.checkCorrespondence); this.groupBox8.Controls.Add(this.checkEmail); this.groupBox8.Location = new System.Drawing.Point(265,80); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(128,106); this.groupBox8.TabIndex = 10; this.groupBox8.TabStop = false; this.groupBox8.Text = "Materials Forwarded"; // // checkImages // this.checkImages.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.checkImages.Location = new System.Drawing.Point(11,84); this.checkImages.Name = "checkImages"; this.checkImages.Size = new System.Drawing.Size(110,17); this.checkImages.TabIndex = 4; this.checkImages.Text = "Images"; this.checkImages.UseVisualStyleBackColor = true; // // checkXrays // this.checkXrays.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.checkXrays.Location = new System.Drawing.Point(11,67); this.checkXrays.Name = "checkXrays"; this.checkXrays.Size = new System.Drawing.Size(110,17); this.checkXrays.TabIndex = 3; this.checkXrays.Text = "X-rays"; this.checkXrays.UseVisualStyleBackColor = true; // // checkModels // this.checkModels.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.checkModels.Location = new System.Drawing.Point(11,50); this.checkModels.Name = "checkModels"; this.checkModels.Size = new System.Drawing.Size(110,17); this.checkModels.TabIndex = 2; this.checkModels.Text = "Models"; this.checkModels.UseVisualStyleBackColor = true; // // checkCorrespondence // this.checkCorrespondence.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.checkCorrespondence.Location = new System.Drawing.Point(11,33); this.checkCorrespondence.Name = "checkCorrespondence"; this.checkCorrespondence.Size = new System.Drawing.Size(110,17); this.checkCorrespondence.TabIndex = 1; this.checkCorrespondence.Text = "Correspondence"; this.checkCorrespondence.UseVisualStyleBackColor = true; // // checkEmail // this.checkEmail.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.checkEmail.Location = new System.Drawing.Point(11,16); this.checkEmail.Name = "checkEmail"; this.checkEmail.Size = new System.Drawing.Size(110,17); this.checkEmail.TabIndex = 0; this.checkEmail.Text = "E-Mail"; this.checkEmail.UseVisualStyleBackColor = true; // // groupBox9 // this.groupBox9.Controls.Add(this.label73); this.groupBox9.Controls.Add(this.label72); this.groupBox9.Controls.Add(this.comboReferralReason); this.groupBox9.Controls.Add(this.textReferralProvider); this.groupBox9.Location = new System.Drawing.Point(7,5); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(386,71); this.groupBox9.TabIndex = 11; this.groupBox9.TabStop = false; this.groupBox9.Text = "Referring Provider"; // // label73 // this.label73.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label73.Location = new System.Drawing.Point(17,14); this.label73.Name = "label73"; this.label73.Size = new System.Drawing.Size(87,30); this.label73.TabIndex = 2; this.label73.Text = "CDA Number\r\nor Identifier"; this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label72 // this.label72.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label72.Location = new System.Drawing.Point(14,45); this.label72.Name = "label72"; this.label72.Size = new System.Drawing.Size(90,18); this.label72.TabIndex = 4; this.label72.Text = "Reason"; this.label72.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboReferralReason // this.comboReferralReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboReferralReason.FormattingEnabled = true; this.comboReferralReason.Location = new System.Drawing.Point(105,45); this.comboReferralReason.Name = "comboReferralReason"; this.comboReferralReason.Size = new System.Drawing.Size(273,21); this.comboReferralReason.TabIndex = 1; // // textReferralProvider // this.textReferralProvider.Location = new System.Drawing.Point(105,20); this.textReferralProvider.Name = "textReferralProvider"; this.textReferralProvider.Size = new System.Drawing.Size(100,20); this.textReferralProvider.TabIndex = 0; // // textCanadianAccidentDate // this.textCanadianAccidentDate.Location = new System.Drawing.Point(144,84); this.textCanadianAccidentDate.Name = "textCanadianAccidentDate"; this.textCanadianAccidentDate.Size = new System.Drawing.Size(75,20); this.textCanadianAccidentDate.TabIndex = 138; // // groupEnterPayment // this.groupEnterPayment.BackColor = System.Drawing.SystemColors.Control; this.groupEnterPayment.Controls.Add(this.butPaySupp); this.groupEnterPayment.Controls.Add(this.butPayTotal); this.groupEnterPayment.Controls.Add(this.butPayProc); this.groupEnterPayment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupEnterPayment.Location = new System.Drawing.Point(809,12); this.groupEnterPayment.Name = "groupEnterPayment"; this.groupEnterPayment.Size = new System.Drawing.Size(133,107); this.groupEnterPayment.TabIndex = 132; this.groupEnterPayment.TabStop = false; this.groupEnterPayment.Text = "Enter Payment"; // // butPaySupp // this.butPaySupp.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPaySupp.Autosize = true; this.butPaySupp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPaySupp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPaySupp.CornerRadius = 4F; this.butPaySupp.Location = new System.Drawing.Point(17,78); this.butPaySupp.Name = "butPaySupp"; this.butPaySupp.Size = new System.Drawing.Size(99,24); this.butPaySupp.TabIndex = 102; this.butPaySupp.Text = "S&upplemental"; this.butPaySupp.Click += new System.EventHandler(this.butPaySupp_Click); // // butPayTotal // this.butPayTotal.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPayTotal.Autosize = true; this.butPayTotal.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPayTotal.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPayTotal.CornerRadius = 4F; this.butPayTotal.Location = new System.Drawing.Point(17,16); this.butPayTotal.Name = "butPayTotal"; this.butPayTotal.Size = new System.Drawing.Size(99,24); this.butPayTotal.TabIndex = 100; this.butPayTotal.Text = "&Total"; this.butPayTotal.Click += new System.EventHandler(this.butPayTotal_Click); // // butPayProc // this.butPayProc.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPayProc.Autosize = true; this.butPayProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPayProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPayProc.CornerRadius = 4F; this.butPayProc.Location = new System.Drawing.Point(17,42); this.butPayProc.Name = "butPayProc"; this.butPayProc.Size = new System.Drawing.Size(99,24); this.butPayProc.TabIndex = 101; this.butPayProc.Text = "&By Procedure"; this.butPayProc.Click += new System.EventHandler(this.butPayProc_Click); // // textReasonUnder // this.textReasonUnder.Location = new System.Drawing.Point(763,418); this.textReasonUnder.MaxLength = 255; this.textReasonUnder.Multiline = true; this.textReasonUnder.Name = "textReasonUnder"; this.textReasonUnder.Size = new System.Drawing.Size(215,57); this.textReasonUnder.TabIndex = 130; // // label4 // this.label4.Location = new System.Drawing.Point(762,389); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(213,26); this.label4.TabIndex = 131; this.label4.Text = "Reasons underpaid: (shows on patient bill)"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // contextMenuAttachments // this.contextMenuAttachments.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemOpen, this.menuItemRename, this.menuItemRemove}); this.contextMenuAttachments.Popup += new System.EventHandler(this.contextMenuAttachments_Popup); // // menuItemOpen // this.menuItemOpen.Index = 0; this.menuItemOpen.Text = "Open"; this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click); // // menuItemRename // this.menuItemRename.Index = 1; this.menuItemRename.Text = "Rename"; this.menuItemRename.Click += new System.EventHandler(this.menuItemRename_Click); // // menuItemRemove // this.menuItemRemove.Index = 2; this.menuItemRemove.Text = "Remove"; this.menuItemRemove.Click += new System.EventHandler(this.menuItemRemove_Click); // // comboClaimStatus // this.comboClaimStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClaimStatus.Location = new System.Drawing.Point(111,15); this.comboClaimStatus.MaxDropDownItems = 100; this.comboClaimStatus.Name = "comboClaimStatus"; this.comboClaimStatus.Size = new System.Drawing.Size(126,21); this.comboClaimStatus.TabIndex = 139; // // comboClaimType // this.comboClaimType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClaimType.Enabled = false; this.comboClaimType.Location = new System.Drawing.Point(111,36); this.comboClaimType.MaxDropDownItems = 100; this.comboClaimType.Name = "comboClaimType"; this.comboClaimType.Size = new System.Drawing.Size(126,21); this.comboClaimType.TabIndex = 140; // // comboMedType // this.comboMedType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboMedType.Location = new System.Drawing.Point(351,32); this.comboMedType.MaxDropDownItems = 100; this.comboMedType.Name = "comboMedType"; this.comboMedType.Size = new System.Drawing.Size(126,21); this.comboMedType.TabIndex = 146; // // label86 // this.label86.Location = new System.Drawing.Point(254,35); this.label86.Name = "label86"; this.label86.Size = new System.Drawing.Size(95,17); this.label86.TabIndex = 145; this.label86.Text = "Med/Dent"; this.label86.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboClaimForm // this.comboClaimForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClaimForm.Location = new System.Drawing.Point(351,53); this.comboClaimForm.MaxDropDownItems = 100; this.comboClaimForm.Name = "comboClaimForm"; this.comboClaimForm.Size = new System.Drawing.Size(126,21); this.comboClaimForm.TabIndex = 148; // // label87 // this.label87.Location = new System.Drawing.Point(254,56); this.label87.Name = "label87"; this.label87.Size = new System.Drawing.Size(95,17); this.label87.TabIndex = 147; this.label87.Text = "ClaimForm"; this.label87.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelBatch // this.labelBatch.Location = new System.Drawing.Point(557,421); this.labelBatch.Name = "labelBatch"; this.labelBatch.Size = new System.Drawing.Size(158,53); this.labelBatch.TabIndex = 151; this.labelBatch.Text = "Don\'t create a new check until payments for all claims have been entered."; // // label89 // this.label89.Location = new System.Drawing.Point(5,100); this.label89.Name = "label89"; this.label89.Size = new System.Drawing.Size(104,16); this.label89.TabIndex = 153; this.label89.Text = "Date Resent"; this.label89.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butResend // this.butResend.AdjustImageLocation = new System.Drawing.Point(0,0); this.butResend.Autosize = true; this.butResend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butResend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butResend.CornerRadius = 4F; this.butResend.Location = new System.Drawing.Point(195,97); this.butResend.Name = "butResend"; this.butResend.Size = new System.Drawing.Size(51,20); this.butResend.TabIndex = 154; this.butResend.Text = "Resend"; this.butResend.Click += new System.EventHandler(this.butResend_Click); // // textDateResent // this.textDateResent.Location = new System.Drawing.Point(111,97); this.textDateResent.Name = "textDateResent"; this.textDateResent.Size = new System.Drawing.Size(82,20); this.textDateResent.TabIndex = 152; // // butBatch // this.butBatch.AdjustImageLocation = new System.Drawing.Point(0,0); this.butBatch.Autosize = true; this.butBatch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBatch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBatch.CornerRadius = 4F; this.butBatch.Image = global::OpenDental.Properties.Resources.Add; this.butBatch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butBatch.Location = new System.Drawing.Point(557,389); this.butBatch.Name = "butBatch"; this.butBatch.Size = new System.Drawing.Size(114,24); this.butBatch.TabIndex = 150; this.butBatch.Text = "Create Check"; this.butBatch.Click += new System.EventHandler(this.butBatch_Click); // // textLabFees // this.textLabFees.Location = new System.Drawing.Point(411,363); this.textLabFees.Name = "textLabFees"; this.textLabFees.ReadOnly = true; this.textLabFees.Size = new System.Drawing.Size(51,20); this.textLabFees.TabIndex = 138; this.textLabFees.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // butHistory // this.butHistory.AdjustImageLocation = new System.Drawing.Point(0,0); this.butHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butHistory.Autosize = true; this.butHistory.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butHistory.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butHistory.CornerRadius = 4F; this.butHistory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butHistory.Location = new System.Drawing.Point(595,882); this.butHistory.Name = "butHistory"; this.butHistory.Size = new System.Drawing.Size(86,24); this.butHistory.TabIndex = 136; this.butHistory.Text = "History"; this.butHistory.Click += new System.EventHandler(this.butHistory_Click); // // gridPay // this.gridPay.HScrollVisible = false; this.gridPay.Location = new System.Drawing.Point(2,389); this.gridPay.Name = "gridPay"; this.gridPay.ScrollValue = 0; this.gridPay.Size = new System.Drawing.Size(549,86); this.gridPay.TabIndex = 135; this.gridPay.Title = "Insurance Checks"; this.gridPay.TranslationName = "TableClaimPay"; this.gridPay.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPay_CellDoubleClick); this.gridPay.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPay_CellClick); // // butSend // this.butSend.AdjustImageLocation = new System.Drawing.Point(0,0); this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSend.Autosize = true; this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSend.CornerRadius = 4F; this.butSend.Image = ((System.Drawing.Image)(resources.GetObject("butSend.Image"))); this.butSend.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butSend.Location = new System.Drawing.Point(503,882); this.butSend.Name = "butSend"; this.butSend.Size = new System.Drawing.Size(86,24); this.butSend.TabIndex = 130; this.butSend.Text = "Send"; this.butSend.Click += new System.EventHandler(this.butSend_Click); // // gridProc // this.gridProc.HScrollVisible = false; this.gridProc.Location = new System.Drawing.Point(2,159); this.gridProc.Name = "gridProc"; this.gridProc.ScrollValue = 0; this.gridProc.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridProc.Size = new System.Drawing.Size(977,200); this.gridProc.TabIndex = 128; this.gridProc.Title = "Procedures"; this.gridProc.TranslationName = "TableClaimProc"; this.gridProc.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellDoubleClick); this.gridProc.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridProc_CellClick); // // butSplit // this.butSplit.AdjustImageLocation = new System.Drawing.Point(0,0); this.butSplit.Autosize = true; this.butSplit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSplit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSplit.CornerRadius = 4F; this.butSplit.Location = new System.Drawing.Point(826,134); this.butSplit.Name = "butSplit"; this.butSplit.Size = new System.Drawing.Size(99,24); this.butSplit.TabIndex = 127; this.butSplit.Text = "Split Claim"; this.butSplit.Click += new System.EventHandler(this.butSplit_Click); // // butLabel // this.butLabel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butLabel.Autosize = true; this.butLabel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLabel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLabel.CornerRadius = 4F; this.butLabel.Image = global::OpenDental.Properties.Resources.butLabel; this.butLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butLabel.Location = new System.Drawing.Point(163,882); this.butLabel.Name = "butLabel"; this.butLabel.Size = new System.Drawing.Size(81,24); this.butLabel.TabIndex = 126; this.butLabel.Text = "Label"; this.butLabel.Click += new System.EventHandler(this.butLabel_Click); // // textDateService // this.textDateService.Location = new System.Drawing.Point(111,57); this.textDateService.Name = "textDateService"; this.textDateService.Size = new System.Drawing.Size(82,20); this.textDateService.TabIndex = 119; // // textWriteOff // this.textWriteOff.Location = new System.Drawing.Point(611,363); this.textWriteOff.Name = "textWriteOff"; this.textWriteOff.ReadOnly = true; this.textWriteOff.Size = new System.Drawing.Size(55,20); this.textWriteOff.TabIndex = 113; this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textInsPayAmt // this.textInsPayAmt.Location = new System.Drawing.Point(561,363); this.textInsPayAmt.Name = "textInsPayAmt"; this.textInsPayAmt.ReadOnly = true; this.textInsPayAmt.Size = new System.Drawing.Size(51,20); this.textInsPayAmt.TabIndex = 6; this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textDedApplied // this.textDedApplied.Location = new System.Drawing.Point(461,363); this.textDedApplied.Name = "textDedApplied"; this.textDedApplied.ReadOnly = true; this.textDedApplied.Size = new System.Drawing.Size(51,20); this.textDedApplied.TabIndex = 4; this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textDateSent // this.textDateSent.Location = new System.Drawing.Point(111,77); this.textDateSent.Name = "textDateSent"; this.textDateSent.Size = new System.Drawing.Size(82,20); this.textDateSent.TabIndex = 6; // // textDateRec // this.textDateRec.Location = new System.Drawing.Point(111,117); this.textDateRec.Name = "textDateRec"; this.textDateRec.Size = new System.Drawing.Size(82,20); this.textDateRec.TabIndex = 7; // // butPreview // this.butPreview.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butPreview.Autosize = true; this.butPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPreview.CornerRadius = 4F; this.butPreview.Image = global::OpenDental.Properties.Resources.butPreview; this.butPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPreview.Location = new System.Drawing.Point(250,882); this.butPreview.Name = "butPreview"; this.butPreview.Size = new System.Drawing.Size(92,24); this.butPreview.TabIndex = 115; this.butPreview.Text = "P&review"; this.butPreview.Click += new System.EventHandler(this.butPreview_Click); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(347,882); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(86,24); this.butPrint.TabIndex = 114; this.butPrint.Text = "&Print"; this.butPrint.Click += new System.EventHandler(this.ButPrint_Click); // // butRecalc // this.butRecalc.AdjustImageLocation = new System.Drawing.Point(0,0); this.butRecalc.Autosize = true; this.butRecalc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRecalc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRecalc.CornerRadius = 4F; this.butRecalc.Location = new System.Drawing.Point(762,361); this.butRecalc.Name = "butRecalc"; this.butRecalc.Size = new System.Drawing.Size(148,24); this.butRecalc.TabIndex = 112; this.butRecalc.Text = "Recalculate &Estimates"; this.butRecalc.Click += new System.EventHandler(this.butRecalc_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(5,882); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(91,24); this.butDelete.TabIndex = 106; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(866,882); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 15; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(779,882); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 14; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label88 // this.label88.Location = new System.Drawing.Point(291,28); this.label88.Name = "label88"; this.label88.Size = new System.Drawing.Size(165,16); this.label88.TabIndex = 160; this.label88.Text = "Denti-Cal NOA DCN"; // // label93 // this.label93.Location = new System.Drawing.Point(291,89); this.label93.Name = "label93"; this.label93.Size = new System.Drawing.Size(165,16); this.label93.TabIndex = 161; this.label93.Text = "Denti-Cal Replacement DCN"; // // label94 // this.label94.Location = new System.Drawing.Point(291,69); this.label94.Name = "label94"; this.label94.Size = new System.Drawing.Size(165,16); this.label94.TabIndex = 162; this.label94.Text = "Denti-Cal PDCN"; // // FormClaimEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(984,913); this.ControlBox = false; this.Controls.Add(this.butResend); this.Controls.Add(this.textDateResent); this.Controls.Add(this.label89); this.Controls.Add(this.labelBatch); this.Controls.Add(this.butBatch); this.Controls.Add(this.comboClaimForm); this.Controls.Add(this.label87); this.Controls.Add(this.comboMedType); this.Controls.Add(this.label86); this.Controls.Add(this.comboClaimType); this.Controls.Add(this.comboClaimStatus); this.Controls.Add(this.textLabFees); this.Controls.Add(this.butHistory); this.Controls.Add(this.textReasonUnder); this.Controls.Add(this.label4); this.Controls.Add(this.gridPay); this.Controls.Add(this.tabMain); this.Controls.Add(this.panelRightEdge); this.Controls.Add(this.panelBottomEdge); this.Controls.Add(this.groupEnterPayment); this.Controls.Add(this.label20); this.Controls.Add(this.butSend); this.Controls.Add(this.gridProc); this.Controls.Add(this.butSplit); this.Controls.Add(this.butLabel); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textDateService); this.Controls.Add(this.textWriteOff); this.Controls.Add(this.textInsPayEst); this.Controls.Add(this.textInsPayAmt); this.Controls.Add(this.textClaimFee); this.Controls.Add(this.textDedApplied); this.Controls.Add(this.textPredeterm); this.Controls.Add(this.textDateSent); this.Controls.Add(this.textDateRec); this.Controls.Add(this.butPreview); this.Controls.Add(this.butPrint); this.Controls.Add(this.butRecalc); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label9); this.Controls.Add(this.label2); this.Controls.Add(this.comboProvTreat); this.Controls.Add(this.comboProvBill); this.Controls.Add(this.label21); this.Controls.Add(this.labelPredeterm); this.Controls.Add(this.labelDateService); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label6); this.Controls.Add(this.label8); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormClaimEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Claim"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormClaimEdit_Closing); this.Load += new System.EventHandler(this.FormClaimEdit_Load); this.Shown += new System.EventHandler(this.FormClaimEdit_Shown); this.groupProsth.ResumeLayout(false); this.groupProsth.PerformLayout(); this.groupOrtho.ResumeLayout(false); this.groupOrtho.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.groupValueCodes.ResumeLayout(false); this.groupValueCodes.PerformLayout(); this.tabMain.ResumeLayout(false); this.tabGeneral.ResumeLayout(false); this.groupAccident.ResumeLayout(false); this.groupAccident.PerformLayout(); this.groupAttachments.ResumeLayout(false); this.groupAttachments.PerformLayout(); this.groupAttachedImages.ResumeLayout(false); this.groupReferral.ResumeLayout(false); this.groupReferral.PerformLayout(); this.tabMisc.ResumeLayout(false); this.tabMisc.PerformLayout(); this.tabUB04.ResumeLayout(false); this.tabUB04.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabCanadian.ResumeLayout(false); this.tabCanadian.PerformLayout(); this.groupCanadaOrthoPredeterm.ResumeLayout(false); this.groupCanadaOrthoPredeterm.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox8.ResumeLayout(false); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); this.groupEnterPayment.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRxEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textSig = new System.Windows.Forms.TextBox(); this.textDisp = new System.Windows.Forms.TextBox(); this.textRefills = new System.Windows.Forms.TextBox(); this.textDrug = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.butPrint = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.label8 = new System.Windows.Forms.Label(); this.butPick = new OpenDental.UI.Button(); this.textPharmacy = new System.Windows.Forms.TextBox(); this.checkControlled = new System.Windows.Forms.CheckBox(); this.butView = new OpenDental.UI.Button(); this.labelView = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.comboSendStatus = new System.Windows.Forms.ComboBox(); this.textDosageCode = new System.Windows.Forms.TextBox(); this.labelDosageCode = new System.Windows.Forms.Label(); this.comboProvNum = new System.Windows.Forms.ComboBox(); this.butPickProv = new OpenDental.UI.Button(); this.label7 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.labelCPOE = new System.Windows.Forms.Label(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(543, 443); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 9; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(543, 403); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 8; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textSig // this.textSig.AcceptsReturn = true; this.textSig.Location = new System.Drawing.Point(138, 105); this.textSig.Multiline = true; this.textSig.Name = "textSig"; this.textSig.Size = new System.Drawing.Size(254, 44); this.textSig.TabIndex = 2; // // textDisp // this.textDisp.Location = new System.Drawing.Point(138, 154); this.textDisp.Name = "textDisp"; this.textDisp.Size = new System.Drawing.Size(114, 20); this.textDisp.TabIndex = 3; // // textRefills // this.textRefills.Location = new System.Drawing.Point(138, 178); this.textRefills.Name = "textRefills"; this.textRefills.Size = new System.Drawing.Size(114, 20); this.textRefills.TabIndex = 4; // // textDrug // this.textDrug.Location = new System.Drawing.Point(138, 80); this.textDrug.Name = "textDrug"; this.textDrug.Size = new System.Drawing.Size(254, 20); this.textDrug.TabIndex = 1; // // label6 // this.label6.Location = new System.Drawing.Point(49, 109); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 14); this.label6.TabIndex = 17; this.label6.Text = "Sig"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(39, 158); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(99, 14); this.label5.TabIndex = 16; this.label5.Text = "Disp"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(39, 182); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 14); this.label4.TabIndex = 15; this.label4.Text = "Refills"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(31, 253); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(107, 36); this.label3.TabIndex = 14; this.label3.Text = "Notes (will not show on printout)"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(45, 82); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 14); this.label1.TabIndex = 13; this.label1.Text = "Drug"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(34, 37); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(105, 14); this.label2.TabIndex = 25; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(138, 33); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 0; // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrint; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(289, 443); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(81, 24); this.butPrint.TabIndex = 29; this.butPrint.Text = "&Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(20, 443); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(88, 24); this.butDelete.TabIndex = 30; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label8 // this.label8.Location = new System.Drawing.Point(39, 370); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(99, 14); this.label8.TabIndex = 32; this.label8.Text = "Pharmacy"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butPick // this.butPick.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPick.Autosize = true; this.butPick.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPick.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPick.CornerRadius = 4F; this.butPick.Location = new System.Drawing.Point(338, 365); this.butPick.Name = "butPick"; this.butPick.Size = new System.Drawing.Size(58, 23); this.butPick.TabIndex = 65; this.butPick.TabStop = false; this.butPick.Text = "Pick"; this.butPick.Click += new System.EventHandler(this.butPick_Click); // // textPharmacy // this.textPharmacy.AcceptsReturn = true; this.textPharmacy.Location = new System.Drawing.Point(138, 367); this.textPharmacy.Name = "textPharmacy"; this.textPharmacy.ReadOnly = true; this.textPharmacy.Size = new System.Drawing.Size(198, 20); this.textPharmacy.TabIndex = 64; // // checkControlled // this.checkControlled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkControlled.Location = new System.Drawing.Point(7, 57); this.checkControlled.Name = "checkControlled"; this.checkControlled.Size = new System.Drawing.Size(145, 20); this.checkControlled.TabIndex = 66; this.checkControlled.Text = "Controlled Substance"; this.checkControlled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkControlled.UseVisualStyleBackColor = true; // // butView // this.butView.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butView.Autosize = true; this.butView.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butView.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butView.CornerRadius = 4F; this.butView.Image = global::OpenDental.Properties.Resources.printPreview20; this.butView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butView.Location = new System.Drawing.Point(376, 443); this.butView.Name = "butView"; this.butView.Size = new System.Drawing.Size(81, 24); this.butView.TabIndex = 244; this.butView.Text = "View"; this.butView.Click += new System.EventHandler(this.butView_Click); // // labelView // this.labelView.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.labelView.Location = new System.Drawing.Point(417, 470); this.labelView.Name = "labelView"; this.labelView.Size = new System.Drawing.Size(199, 14); this.labelView.TabIndex = 245; this.labelView.Text = "This Rx has already been printed."; // // label9 // this.label9.Location = new System.Drawing.Point(39, 393); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(99, 14); this.label9.TabIndex = 250; this.label9.Text = "Send Status"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboSendStatus // this.comboSendStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboSendStatus.FormattingEnabled = true; this.comboSendStatus.Location = new System.Drawing.Point(138, 390); this.comboSendStatus.Name = "comboSendStatus"; this.comboSendStatus.Size = new System.Drawing.Size(198, 21); this.comboSendStatus.TabIndex = 251; // // textDosageCode // this.textDosageCode.Location = new System.Drawing.Point(138, 227); this.textDosageCode.Name = "textDosageCode"; this.textDosageCode.Size = new System.Drawing.Size(114, 20); this.textDosageCode.TabIndex = 256; // // labelDosageCode // this.labelDosageCode.Location = new System.Drawing.Point(44, 231); this.labelDosageCode.Name = "labelDosageCode"; this.labelDosageCode.Size = new System.Drawing.Size(94, 14); this.labelDosageCode.TabIndex = 257; this.labelDosageCode.Text = "Dosage Code"; this.labelDosageCode.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboProvNum // this.comboProvNum.Location = new System.Drawing.Point(138, 202); this.comboProvNum.MaxDropDownItems = 30; this.comboProvNum.Name = "comboProvNum"; this.comboProvNum.Size = new System.Drawing.Size(254, 21); this.comboProvNum.TabIndex = 259; this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted); // // butPickProv // this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickProv.Autosize = false; this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickProv.CornerRadius = 2F; this.butPickProv.Location = new System.Drawing.Point(394, 202); this.butPickProv.Name = "butPickProv"; this.butPickProv.Size = new System.Drawing.Size(18, 21); this.butPickProv.TabIndex = 260; this.butPickProv.Text = "..."; this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click); // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(37, 206); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 14); this.label7.TabIndex = 258; this.label7.Text = "Provider"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNotes // this.textNotes.AcceptsTab = true; this.textNotes.DetectUrls = false; this.textNotes.Location = new System.Drawing.Point(138, 252); this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(373, 111); this.textNotes.TabIndex = 31; this.textNotes.Text = ""; // // labelCPOE // this.labelCPOE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelCPOE.Location = new System.Drawing.Point(61, 9); this.labelCPOE.Name = "labelCPOE"; this.labelCPOE.Size = new System.Drawing.Size(249, 14); this.labelCPOE.TabIndex = 261; this.labelCPOE.Text = "Computerized Provider Order Entry"; this.labelCPOE.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelCPOE.Visible = false; // // FormRxEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(635, 491); this.Controls.Add(this.labelCPOE); this.Controls.Add(this.comboProvNum); this.Controls.Add(this.butPickProv); this.Controls.Add(this.label7); this.Controls.Add(this.textDosageCode); this.Controls.Add(this.labelDosageCode); this.Controls.Add(this.comboSendStatus); this.Controls.Add(this.label9); this.Controls.Add(this.labelView); this.Controls.Add(this.butView); this.Controls.Add(this.checkControlled); this.Controls.Add(this.butPick); this.Controls.Add(this.textPharmacy); this.Controls.Add(this.label8); this.Controls.Add(this.textNotes); this.Controls.Add(this.butDelete); this.Controls.Add(this.butPrint); this.Controls.Add(this.textDate); this.Controls.Add(this.textSig); this.Controls.Add(this.textDisp); this.Controls.Add(this.textRefills); this.Controls.Add(this.textDrug); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label2); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRxEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Rx"; this.Load += new System.EventHandler(this.FormRxEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormQueryEdit)); this.label1 = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textFileName = new System.Windows.Forms.TextBox(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textQuery = new OpenDental.ODtextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(33, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 16); this.label1.TabIndex = 0; this.label1.Text = "Title"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTitle // this.textTitle.Location = new System.Drawing.Point(109, 13); this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(328, 20); this.textTitle.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(4, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 49); this.label2.TabIndex = 2; this.label2.Text = "Query Text"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(33, 639); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(118, 16); this.label3.TabIndex = 4; this.label3.Text = "Export File Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFileName // this.textFileName.Location = new System.Drawing.Point(155, 637); this.textFileName.Name = "textFileName"; this.textFileName.Size = new System.Drawing.Size(326, 20); this.textFileName.TabIndex = 2; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(757, 589); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.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(757, 627); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textQuery // this.textQuery.AcceptsReturn = true; this.textQuery.Location = new System.Drawing.Point(108, 38); this.textQuery.Multiline = true; this.textQuery.Name = "textQuery"; this.textQuery.QuickPasteType = OpenDentBusiness.QuickPasteType.Query; this.textQuery.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textQuery.Size = new System.Drawing.Size(624, 588); this.textQuery.TabIndex = 5; // // FormQueryEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(848, 670); this.Controls.Add(this.textQuery); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.textFileName); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.textTitle); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormQueryEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Favorite"; this.Load += new System.EventHandler(this.FormQueryEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTaskEdit)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.checkFromNum = new System.Windows.Forms.CheckBox(); this.labelObjectDesc = new System.Windows.Forms.Label(); this.textObjectDesc = new System.Windows.Forms.TextBox(); this.listObjectType = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.panelObject = new System.Windows.Forms.Panel(); this.butGoto = new OpenDental.UI.Button(); this.butChange = new OpenDental.UI.Button(); this.label5 = new System.Windows.Forms.Label(); this.textDateTimeEntry = new System.Windows.Forms.TextBox(); this.textUser = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.textDateTimeFinished = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textTaskNum = new System.Windows.Forms.TextBox(); this.labelTaskNum = new System.Windows.Forms.Label(); this.labelReply = new System.Windows.Forms.Label(); this.textTaskList = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.comboDateType = new System.Windows.Forms.ComboBox(); this.checkNew = new System.Windows.Forms.CheckBox(); this.checkDone = new System.Windows.Forms.CheckBox(); this.labelDoneAffectsAll = new System.Windows.Forms.Label(); this.gridMain = new OpenDental.UI.ODGrid(); this.textBox1 = new System.Windows.Forms.TextBox(); this.butRed = new OpenDental.UI.Button(); this.butChangeUser = new OpenDental.UI.Button(); this.butAddNote = new OpenDental.UI.Button(); this.butSend = new OpenDental.UI.Button(); this.butReply = new OpenDental.UI.Button(); this.butNowFinished = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butNow = new OpenDental.UI.Button(); this.textDateTask = new OpenDental.ValidDate(); this.butCopy = new OpenDental.UI.Button(); this.textDescript = new OpenDental.ODtextBox(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butBlue = new OpenDental.UI.Button(); this.panelObject.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(9, 73); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116, 19); this.label1.TabIndex = 2; this.label1.Text = "Description"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.Location = new System.Drawing.Point(9, 538); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(116, 19); this.label2.TabIndex = 4; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.Location = new System.Drawing.Point(218, 535); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(185, 32); this.label3.TabIndex = 6; this.label3.Text = "Leave blank unless you want this task to show on a dated list"; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.Location = new System.Drawing.Point(9, 564); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(116, 19); this.label4.TabIndex = 7; this.label4.Text = "Date Type"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkFromNum // this.checkFromNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight; this.checkFromNum.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkFromNum.Location = new System.Drawing.Point(8, 590); this.checkFromNum.Name = "checkFromNum"; this.checkFromNum.Size = new System.Drawing.Size(133, 18); this.checkFromNum.TabIndex = 3; this.checkFromNum.Text = "Is From Repeating"; this.checkFromNum.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelObjectDesc // this.labelObjectDesc.Location = new System.Drawing.Point(5, 1); this.labelObjectDesc.Name = "labelObjectDesc"; this.labelObjectDesc.Size = new System.Drawing.Size(116, 19); this.labelObjectDesc.TabIndex = 8; this.labelObjectDesc.Text = "ObjectDesc"; this.labelObjectDesc.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textObjectDesc // this.textObjectDesc.Location = new System.Drawing.Point(124, 0); this.textObjectDesc.Multiline = true; this.textObjectDesc.Name = "textObjectDesc"; this.textObjectDesc.Size = new System.Drawing.Size(241, 34); this.textObjectDesc.TabIndex = 0; this.textObjectDesc.Text = "line 1\r\nline 2"; // // listObjectType // this.listObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.listObjectType.Location = new System.Drawing.Point(388, 565); this.listObjectType.Name = "listObjectType"; this.listObjectType.Size = new System.Drawing.Size(120, 43); this.listObjectType.TabIndex = 13; this.listObjectType.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listObjectType_MouseDown); // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label6.Location = new System.Drawing.Point(269, 564); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(116, 19); this.label6.TabIndex = 14; this.label6.Text = "Object Type"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelObject // this.panelObject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panelObject.Controls.Add(this.textObjectDesc); this.panelObject.Controls.Add(this.labelObjectDesc); this.panelObject.Controls.Add(this.butGoto); this.panelObject.Controls.Add(this.butChange); this.panelObject.Location = new System.Drawing.Point(3, 609); this.panelObject.Name = "panelObject"; this.panelObject.Size = new System.Drawing.Size(550, 34); this.panelObject.TabIndex = 15; // // butGoto // this.butGoto.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butGoto.Autosize = true; this.butGoto.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGoto.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGoto.CornerRadius = 4F; this.butGoto.Location = new System.Drawing.Point(449, 6); this.butGoto.Name = "butGoto"; this.butGoto.Size = new System.Drawing.Size(75, 22); this.butGoto.TabIndex = 12; this.butGoto.Text = "Go To"; this.butGoto.Click += new System.EventHandler(this.butGoto_Click); // // butChange // this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChange.Autosize = true; this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChange.CornerRadius = 4F; this.butChange.Location = new System.Drawing.Point(369, 6); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(75, 22); this.butChange.TabIndex = 10; this.butChange.Text = "Change"; this.butChange.Click += new System.EventHandler(this.butChange_Click); // // label5 // this.label5.Location = new System.Drawing.Point(9, 25); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(116, 19); this.label5.TabIndex = 17; this.label5.Text = "Date/Time Entry"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateTimeEntry // this.textDateTimeEntry.Location = new System.Drawing.Point(127, 24); this.textDateTimeEntry.Name = "textDateTimeEntry"; this.textDateTimeEntry.Size = new System.Drawing.Size(151, 20); this.textDateTimeEntry.TabIndex = 18; // // textUser // this.textUser.Location = new System.Drawing.Point(594, 16); this.textUser.Name = "textUser"; this.textUser.ReadOnly = true; this.textUser.Size = new System.Drawing.Size(134, 20); this.textUser.TabIndex = 0; // // label16 // this.label16.Location = new System.Drawing.Point(499, 18); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(94, 16); this.label16.TabIndex = 125; this.label16.Text = "From User"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateTimeFinished // this.textDateTimeFinished.Location = new System.Drawing.Point(127, 49); this.textDateTimeFinished.Name = "textDateTimeFinished"; this.textDateTimeFinished.Size = new System.Drawing.Size(151, 20); this.textDateTimeFinished.TabIndex = 131; // // label7 // this.label7.Location = new System.Drawing.Point(9, 50); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(116, 19); this.label7.TabIndex = 130; this.label7.Text = "Date/Time Finished"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textTaskNum // this.textTaskNum.Location = new System.Drawing.Point(454, 37); this.textTaskNum.Name = "textTaskNum"; this.textTaskNum.ReadOnly = true; this.textTaskNum.Size = new System.Drawing.Size(54, 20); this.textTaskNum.TabIndex = 134; this.textTaskNum.Visible = false; // // labelTaskNum // this.labelTaskNum.Location = new System.Drawing.Point(379, 38); this.labelTaskNum.Name = "labelTaskNum"; this.labelTaskNum.Size = new System.Drawing.Size(73, 16); this.labelTaskNum.TabIndex = 133; this.labelTaskNum.Text = "TaskNum"; this.labelTaskNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelTaskNum.Visible = false; // // labelReply // this.labelReply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelReply.Location = new System.Drawing.Point(312, 652); this.labelReply.Name = "labelReply"; this.labelReply.Size = new System.Drawing.Size(162, 19); this.labelReply.TabIndex = 141; this.labelReply.Text = "(Send to author)"; this.labelReply.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textTaskList // this.textTaskList.Location = new System.Drawing.Point(594, 39); this.textTaskList.Name = "textTaskList"; this.textTaskList.ReadOnly = true; this.textTaskList.Size = new System.Drawing.Size(134, 20); this.textTaskList.TabIndex = 146; // // label10 // this.label10.Location = new System.Drawing.Point(499, 41); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(94, 16); this.label10.TabIndex = 147; this.label10.Text = "Task List"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboDateType // this.comboDateType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.comboDateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDateType.FormattingEnabled = true; this.comboDateType.Location = new System.Drawing.Point(127, 564); this.comboDateType.Name = "comboDateType"; this.comboDateType.Size = new System.Drawing.Size(145, 21); this.comboDateType.TabIndex = 148; // // checkNew // this.checkNew.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkNew.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNew.Location = new System.Drawing.Point(47, 5); this.checkNew.Name = "checkNew"; this.checkNew.Size = new System.Drawing.Size(94, 17); this.checkNew.TabIndex = 152; this.checkNew.Text = "New"; this.checkNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkNew.Click += new System.EventHandler(this.checkNew_Click); // // checkDone // this.checkDone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkDone.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkDone.Location = new System.Drawing.Point(147, 5); this.checkDone.Name = "checkDone"; this.checkDone.Size = new System.Drawing.Size(94, 17); this.checkDone.TabIndex = 153; this.checkDone.Text = "Done"; this.checkDone.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkDone.Click += new System.EventHandler(this.checkDone_Click); // // labelDoneAffectsAll // this.labelDoneAffectsAll.Location = new System.Drawing.Point(241, 5); this.labelDoneAffectsAll.Name = "labelDoneAffectsAll"; this.labelDoneAffectsAll.Size = new System.Drawing.Size(167, 16); this.labelDoneAffectsAll.TabIndex = 154; this.labelDoneAffectsAll.Text = "(affects all users)"; this.labelDoneAffectsAll.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gridMain // this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(12, 196); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(798, 338); this.gridMain.TabIndex = 149; this.gridMain.Title = "Notes"; this.gridMain.TranslationName = "FormTaskEdit"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(454, -72); this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(54, 20); this.textBox1.TabIndex = 134; this.textBox1.Visible = false; // // butRed // this.butRed.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRed.Autosize = true; this.butRed.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRed.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRed.CornerRadius = 4F; this.butRed.Location = new System.Drawing.Point(82, 169); this.butRed.Name = "butRed"; this.butRed.Size = new System.Drawing.Size(43, 24); this.butRed.TabIndex = 155; this.butRed.Text = "Red"; this.butRed.Click += new System.EventHandler(this.butRed_Click); // // butChangeUser // this.butChangeUser.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChangeUser.Autosize = true; this.butChangeUser.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChangeUser.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChangeUser.CornerRadius = 4F; this.butChangeUser.Location = new System.Drawing.Point(731, 14); this.butChangeUser.Name = "butChangeUser"; this.butChangeUser.Size = new System.Drawing.Size(24, 22); this.butChangeUser.TabIndex = 151; this.butChangeUser.Text = "..."; this.butChangeUser.Click += new System.EventHandler(this.butChangeUser_Click); // // butAddNote // this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddNote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAddNote.Autosize = true; this.butAddNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddNote.CornerRadius = 4F; this.butAddNote.Image = global::OpenDental.Properties.Resources.Add; this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddNote.Location = new System.Drawing.Point(735, 540); this.butAddNote.Name = "butAddNote"; this.butAddNote.Size = new System.Drawing.Size(75, 24); this.butAddNote.TabIndex = 150; this.butAddNote.Text = "Add"; this.butAddNote.Click += new System.EventHandler(this.butAddNote_Click); // // butSend // this.butSend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSend.Autosize = true; this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSend.CornerRadius = 4F; this.butSend.Location = new System.Drawing.Point(478, 649); this.butSend.Name = "butSend"; this.butSend.Size = new System.Drawing.Size(75, 24); this.butSend.TabIndex = 142; this.butSend.Text = "Send To..."; this.butSend.Click += new System.EventHandler(this.butSend_Click); // // butReply // this.butReply.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butReply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butReply.Autosize = true; this.butReply.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReply.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReply.CornerRadius = 4F; this.butReply.Location = new System.Drawing.Point(233, 649); this.butReply.Name = "butReply"; this.butReply.Size = new System.Drawing.Size(75, 24); this.butReply.TabIndex = 140; this.butReply.Text = "Reply"; this.butReply.Click += new System.EventHandler(this.butReply_Click); // // butNowFinished // this.butNowFinished.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNowFinished.Autosize = true; this.butNowFinished.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNowFinished.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNowFinished.CornerRadius = 4F; this.butNowFinished.Location = new System.Drawing.Point(284, 47); this.butNowFinished.Name = "butNowFinished"; this.butNowFinished.Size = new System.Drawing.Size(62, 24); this.butNowFinished.TabIndex = 132; this.butNowFinished.Text = "Now"; this.butNowFinished.Click += new System.EventHandler(this.butNowFinished_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(21, 649); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(80, 24); this.butDelete.TabIndex = 124; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butNow // this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNow.Autosize = true; this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNow.CornerRadius = 4F; this.butNow.Location = new System.Drawing.Point(284, 22); this.butNow.Name = "butNow"; this.butNow.Size = new System.Drawing.Size(62, 24); this.butNow.TabIndex = 19; this.butNow.Text = "Now"; this.butNow.Click += new System.EventHandler(this.butNow_Click); // // textDateTask // this.textDateTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.textDateTask.Location = new System.Drawing.Point(127, 538); this.textDateTask.Name = "textDateTask"; this.textDateTask.Size = new System.Drawing.Size(87, 20); this.textDateTask.TabIndex = 2; // // butCopy // this.butCopy.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCopy.Autosize = true; this.butCopy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCopy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCopy.CornerRadius = 4F; this.butCopy.Image = global::OpenDental.Properties.Resources.butCopy; this.butCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butCopy.Location = new System.Drawing.Point(653, 540); this.butCopy.Name = "butCopy"; this.butCopy.Size = new System.Drawing.Size(75, 24); this.butCopy.TabIndex = 4; this.butCopy.Text = "Copy"; this.butCopy.Click += new System.EventHandler(this.butCopy_Click); // // textDescript // this.textDescript.AcceptsTab = true; this.textDescript.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textDescript.DetectUrls = false; this.textDescript.Location = new System.Drawing.Point(127, 73); this.textDescript.Name = "textDescript"; this.textDescript.QuickPasteType = OpenDentBusiness.QuickPasteType.None; this.textDescript.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textDescript.Size = new System.Drawing.Size(683, 121); this.textDescript.TabIndex = 1; this.textDescript.Text = ""; this.textDescript.TextChanged += new System.EventHandler(this.textDescript_TextChanged); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(653, 649); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 4; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(735, 649); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 5; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butBlue // this.butBlue.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBlue.Autosize = true; this.butBlue.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBlue.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBlue.CornerRadius = 4F; this.butBlue.Location = new System.Drawing.Point(82, 139); this.butBlue.Name = "butBlue"; this.butBlue.Size = new System.Drawing.Size(43, 24); this.butBlue.TabIndex = 156; this.butBlue.Text = "Blue"; this.butBlue.Click += new System.EventHandler(this.butBlue_Click); // // FormTaskEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(836, 676); this.Controls.Add(this.butBlue); this.Controls.Add(this.butRed); this.Controls.Add(this.textBox1); this.Controls.Add(this.textTaskNum); this.Controls.Add(this.labelTaskNum); this.Controls.Add(this.checkDone); this.Controls.Add(this.labelDoneAffectsAll); this.Controls.Add(this.checkNew); this.Controls.Add(this.butChangeUser); this.Controls.Add(this.butAddNote); this.Controls.Add(this.gridMain); this.Controls.Add(this.comboDateType); this.Controls.Add(this.textTaskList); this.Controls.Add(this.label10); this.Controls.Add(this.butSend); this.Controls.Add(this.labelReply); this.Controls.Add(this.butReply); this.Controls.Add(this.butNowFinished); this.Controls.Add(this.textDateTimeFinished); this.Controls.Add(this.label7); this.Controls.Add(this.textUser); this.Controls.Add(this.label16); this.Controls.Add(this.butDelete); this.Controls.Add(this.butNow); this.Controls.Add(this.textDateTimeEntry); this.Controls.Add(this.label5); this.Controls.Add(this.panelObject); this.Controls.Add(this.listObjectType); this.Controls.Add(this.label6); this.Controls.Add(this.textDateTask); this.Controls.Add(this.butCopy); this.Controls.Add(this.textDescript); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Controls.Add(this.checkFromNum); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "FormTaskEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Task"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormTaskEdit_FormClosing); this.Load += new System.EventHandler(this.FormTaskListEdit_Load); this.panelObject.ResumeLayout(false); this.panelObject.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormLetters)); this.butCancel = new OpenDental.UI.Button(); this.listLetters = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.butEdit = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.checkIncludeRet = new System.Windows.Forms.CheckBox(); this.butDelete = new OpenDental.UI.Button(); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.butPrint = new OpenDental.UI.Button(); this.textBody = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(758, 633); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(79, 26); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // listLetters // this.listLetters.Location = new System.Drawing.Point(20, 133); this.listLetters.Name = "listLetters"; this.listLetters.Size = new System.Drawing.Size(164, 277); this.listLetters.TabIndex = 2; this.listLetters.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listLetters_MouseDown); // // label1 // this.label1.Location = new System.Drawing.Point(19, 114); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(124, 14); this.label1.TabIndex = 3; this.label1.Text = "Letters"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butEdit // this.butEdit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEdit.Autosize = true; this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEdit.Image = ((System.Drawing.Image)(resources.GetObject("butEdit.Image"))); this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEdit.Location = new System.Drawing.Point(106, 414); this.butEdit.Name = "butEdit"; this.butEdit.Size = new System.Drawing.Size(79, 26); this.butEdit.TabIndex = 8; this.butEdit.Text = "&Edit"; this.butEdit.Click += new System.EventHandler(this.butEdit_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.Image = ((System.Drawing.Image)(resources.GetObject("butAdd.Image"))); this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(19, 414); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(79, 26); this.butAdd.TabIndex = 7; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // label2 // this.label2.Location = new System.Drawing.Point(22, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(167, 86); this.label2.TabIndex = 12; this.label2.Text = "This creates a letter for a single patient. For complex letters to multiple pati" + "ents, export data from a report and merge it with a Word or OpenOffice template." + ""; // // checkIncludeRet // this.checkIncludeRet.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIncludeRet.Location = new System.Drawing.Point(206, 1); this.checkIncludeRet.Name = "checkIncludeRet"; this.checkIncludeRet.Size = new System.Drawing.Size(272, 24); this.checkIncludeRet.TabIndex = 15; this.checkIncludeRet.Text = "Include Return Address"; this.checkIncludeRet.Click += new System.EventHandler(this.checkIncludeRet_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(19, 448); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(79, 26); this.butDelete.TabIndex = 16; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.Image = ((System.Drawing.Image)(resources.GetObject("butPrint.Image"))); this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(654, 633); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(79, 26); this.butPrint.TabIndex = 17; this.butPrint.Text = "&Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // textBody // this.textBody.AcceptsReturn = true; this.textBody.Location = new System.Drawing.Point(206, 24); this.textBody.Multiline = true; this.textBody.Name = "textBody"; this.textBody.QuickPasteType = QuickPasteType.Letter; this.textBody.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBody.Size = new System.Drawing.Size(630, 595); this.textBody.TabIndex = 18; this.textBody.Text = ""; // // FormLetters // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(858, 674); this.Controls.Add(this.textBody); this.Controls.Add(this.butPrint); this.Controls.Add(this.butDelete); this.Controls.Add(this.checkIncludeRet); this.Controls.Add(this.label2); this.Controls.Add(this.butEdit); this.Controls.Add(this.butAdd); this.Controls.Add(this.label1); this.Controls.Add(this.listLetters); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormLetters"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Letters"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormLetters_Closing); this.Load += new System.EventHandler(this.FormLetterSetup_Load); 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormStatementOptions)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.checkHidePayment = new System.Windows.Forms.CheckBox(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.label3 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.buttonFuchs1 = new OpenDental.UI.Button(); this.buttonFuchs2 = new OpenDental.UI.Button(); this.buttonFuchs3 = new OpenDental.UI.Button(); this.groupFuchs = new System.Windows.Forms.GroupBox(); this.butToday = new OpenDental.UI.Button(); this.butDatesAll = new OpenDental.UI.Button(); this.but90days = new OpenDental.UI.Button(); this.but45days = new OpenDental.UI.Button(); this.labelEndDate = new System.Windows.Forms.Label(); this.labelStartDate = new System.Windows.Forms.Label(); this.textNoteBold = new OpenDental.ODtextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listMode = new System.Windows.Forms.ListBox(); this.checkIntermingled = new System.Windows.Forms.CheckBox(); this.checkSinglePatient = new System.Windows.Forms.CheckBox(); this.groupDateRange = new System.Windows.Forms.GroupBox(); this.textDateEnd = new System.Windows.Forms.TextBox(); this.textDateStart = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.checkIsSent = new System.Windows.Forms.CheckBox(); this.butDelete = new OpenDental.UI.Button(); this.butPrint = new OpenDental.UI.Button(); this.butEmail = new OpenDental.UI.Button(); this.butPreview = new OpenDental.UI.Button(); this.textDate = new System.Windows.Forms.TextBox(); this.checkIsReceipt = new System.Windows.Forms.CheckBox(); this.groupInvoice = new System.Windows.Forms.GroupBox(); this.textInvoiceNum = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.checkIsInvoiceCopy = new System.Windows.Forms.CheckBox(); this.checkIsInvoice = new System.Windows.Forms.CheckBox(); this.groupFuchs.SuspendLayout(); this.groupDateRange.SuspendLayout(); this.groupInvoice.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(606, 539); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(514, 539); 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); // // checkHidePayment // this.checkHidePayment.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHidePayment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHidePayment.Location = new System.Drawing.Point(1, 120); this.checkHidePayment.Name = "checkHidePayment"; this.checkHidePayment.Size = new System.Drawing.Size(158, 20); this.checkHidePayment.TabIndex = 11; this.checkHidePayment.Text = "Hide payment options"; this.checkHidePayment.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(14, 290); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 17); this.label3.TabIndex = 13; this.label3.Text = "Note"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNote // this.textNote.AcceptsTab = true; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(105, 290); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Statement; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(462, 147); this.textNote.TabIndex = 14; this.textNote.Text = ""; // // buttonFuchs1 // this.buttonFuchs1.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonFuchs1.Autosize = true; this.buttonFuchs1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonFuchs1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonFuchs1.CornerRadius = 4F; this.buttonFuchs1.Location = new System.Drawing.Point(6, 19); this.buttonFuchs1.Name = "buttonFuchs1"; this.buttonFuchs1.Size = new System.Drawing.Size(86, 24); this.buttonFuchs1.TabIndex = 18; this.buttonFuchs1.Text = "Ins. Not Paid"; this.buttonFuchs1.Visible = false; this.buttonFuchs1.Click += new System.EventHandler(this.buttonFuchs1_Click); // // buttonFuchs2 // this.buttonFuchs2.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonFuchs2.Autosize = true; this.buttonFuchs2.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonFuchs2.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonFuchs2.CornerRadius = 4F; this.buttonFuchs2.Location = new System.Drawing.Point(6, 46); this.buttonFuchs2.Name = "buttonFuchs2"; this.buttonFuchs2.Size = new System.Drawing.Size(103, 24); this.buttonFuchs2.TabIndex = 19; this.buttonFuchs2.Text = "Ins. Paid, Bal. Left"; this.buttonFuchs2.Visible = false; this.buttonFuchs2.Click += new System.EventHandler(this.buttonFuchs2_Click); // // buttonFuchs3 // this.buttonFuchs3.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonFuchs3.Autosize = true; this.buttonFuchs3.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonFuchs3.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonFuchs3.CornerRadius = 4F; this.buttonFuchs3.Location = new System.Drawing.Point(6, 73); this.buttonFuchs3.Name = "buttonFuchs3"; this.buttonFuchs3.Size = new System.Drawing.Size(117, 24); this.buttonFuchs3.TabIndex = 20; this.buttonFuchs3.Text = "Ins. Paid, Credit Left"; this.buttonFuchs3.Visible = false; this.buttonFuchs3.Click += new System.EventHandler(this.buttonFuchs3_Click); // // groupFuchs // this.groupFuchs.Controls.Add(this.buttonFuchs1); this.groupFuchs.Controls.Add(this.buttonFuchs3); this.groupFuchs.Controls.Add(this.buttonFuchs2); this.groupFuchs.Location = new System.Drawing.Point(297, 81); this.groupFuchs.Name = "groupFuchs"; this.groupFuchs.Size = new System.Drawing.Size(129, 105); this.groupFuchs.TabIndex = 21; this.groupFuchs.TabStop = false; this.groupFuchs.Text = "Fuchs hidden options"; this.groupFuchs.Visible = false; // // butToday // this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butToday.Autosize = true; this.butToday.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butToday.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butToday.CornerRadius = 4F; this.butToday.Location = new System.Drawing.Point(75, 64); this.butToday.Name = "butToday"; this.butToday.Size = new System.Drawing.Size(77, 24); this.butToday.TabIndex = 229; this.butToday.Text = "Today"; this.butToday.Click += new System.EventHandler(this.butToday_Click); // // butDatesAll // this.butDatesAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDatesAll.Autosize = true; this.butDatesAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDatesAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDatesAll.CornerRadius = 4F; this.butDatesAll.Location = new System.Drawing.Point(75, 142); this.butDatesAll.Name = "butDatesAll"; this.butDatesAll.Size = new System.Drawing.Size(77, 24); this.butDatesAll.TabIndex = 228; this.butDatesAll.Text = "All Dates"; this.butDatesAll.Click += new System.EventHandler(this.butDatesAll_Click); // // but90days // this.but90days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but90days.Autosize = true; this.but90days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but90days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but90days.CornerRadius = 4F; this.but90days.Location = new System.Drawing.Point(75, 116); this.but90days.Name = "but90days"; this.but90days.Size = new System.Drawing.Size(77, 24); this.but90days.TabIndex = 227; this.but90days.Text = "Last 90 Days"; this.but90days.Click += new System.EventHandler(this.but90days_Click); // // but45days // this.but45days.AdjustImageLocation = new System.Drawing.Point(0, 0); this.but45days.Autosize = true; this.but45days.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.but45days.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.but45days.CornerRadius = 4F; this.but45days.Location = new System.Drawing.Point(75, 90); this.but45days.Name = "but45days"; this.but45days.Size = new System.Drawing.Size(77, 24); this.but45days.TabIndex = 226; this.but45days.Text = "Last 45 Days"; this.but45days.Click += new System.EventHandler(this.but45days_Click); // // labelEndDate // this.labelEndDate.Location = new System.Drawing.Point(3, 44); this.labelEndDate.Name = "labelEndDate"; this.labelEndDate.Size = new System.Drawing.Size(69, 14); this.labelEndDate.TabIndex = 222; this.labelEndDate.Text = "End Date"; this.labelEndDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelStartDate // this.labelStartDate.Location = new System.Drawing.Point(3, 21); this.labelStartDate.Name = "labelStartDate"; this.labelStartDate.Size = new System.Drawing.Size(69, 14); this.labelStartDate.TabIndex = 221; this.labelStartDate.Text = "Start Date"; this.labelStartDate.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textNoteBold // this.textNoteBold.AcceptsTab = true; this.textNoteBold.DetectUrls = false; this.textNoteBold.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textNoteBold.ForeColor = System.Drawing.Color.DarkRed; this.textNoteBold.Location = new System.Drawing.Point(105, 443); this.textNoteBold.Name = "textNoteBold"; this.textNoteBold.QuickPasteType = OpenDentBusiness.QuickPasteType.Statement; this.textNoteBold.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNoteBold.Size = new System.Drawing.Size(462, 74); this.textNoteBold.TabIndex = 231; this.textNoteBold.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(12, 444); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 17); this.label1.TabIndex = 230; this.label1.Text = "Bold Note"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(64, 62); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 14); this.label2.TabIndex = 232; this.label2.Text = "Mode"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listMode // this.listMode.FormattingEnabled = true; this.listMode.Location = new System.Drawing.Point(146, 60); this.listMode.Name = "listMode"; this.listMode.Size = new System.Drawing.Size(113, 56); this.listMode.TabIndex = 233; this.listMode.Click += new System.EventHandler(this.listMode_Click); // // checkIntermingled // this.checkIntermingled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIntermingled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIntermingled.Location = new System.Drawing.Point(1, 162); this.checkIntermingled.Name = "checkIntermingled"; this.checkIntermingled.Size = new System.Drawing.Size(158, 20); this.checkIntermingled.TabIndex = 234; this.checkIntermingled.Text = "Intermingle family members"; this.checkIntermingled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIntermingled.Click += new System.EventHandler(this.checkIntermingled_Click); // // checkSinglePatient // this.checkSinglePatient.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkSinglePatient.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkSinglePatient.Location = new System.Drawing.Point(1, 141); this.checkSinglePatient.Name = "checkSinglePatient"; this.checkSinglePatient.Size = new System.Drawing.Size(158, 20); this.checkSinglePatient.TabIndex = 235; this.checkSinglePatient.Text = "Single patient only"; this.checkSinglePatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkSinglePatient.Click += new System.EventHandler(this.checkSinglePatient_Click); // // groupDateRange // this.groupDateRange.Controls.Add(this.textDateEnd); this.groupDateRange.Controls.Add(this.labelStartDate); this.groupDateRange.Controls.Add(this.textDateStart); this.groupDateRange.Controls.Add(this.labelEndDate); this.groupDateRange.Controls.Add(this.but45days); this.groupDateRange.Controls.Add(this.but90days); this.groupDateRange.Controls.Add(this.butDatesAll); this.groupDateRange.Controls.Add(this.butToday); this.groupDateRange.Location = new System.Drawing.Point(446, 12); this.groupDateRange.Name = "groupDateRange"; this.groupDateRange.Size = new System.Drawing.Size(162, 174); this.groupDateRange.TabIndex = 236; this.groupDateRange.TabStop = false; this.groupDateRange.Text = "Date Range"; // // textDateEnd // this.textDateEnd.Location = new System.Drawing.Point(75, 41); this.textDateEnd.Name = "textDateEnd"; this.textDateEnd.Size = new System.Drawing.Size(77, 20); this.textDateEnd.TabIndex = 246; this.textDateEnd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDateEnd_KeyDown); this.textDateEnd.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textDateEnd_KeyPress); this.textDateEnd.Validating += new System.ComponentModel.CancelEventHandler(this.textDateEnd_Validating); // // textDateStart // this.textDateStart.Location = new System.Drawing.Point(75, 18); this.textDateStart.Name = "textDateStart"; this.textDateStart.Size = new System.Drawing.Size(77, 20); this.textDateStart.TabIndex = 245; this.textDateStart.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDateStart_KeyDown); this.textDateStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textDateStart_KeyPress); this.textDateStart.Validating += new System.ComponentModel.CancelEventHandler(this.textDateStart_Validating); // // label4 // this.label4.Location = new System.Drawing.Point(67, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 14); this.label4.TabIndex = 237; this.label4.Text = "Date"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsSent // this.checkIsSent.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsSent.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsSent.Location = new System.Drawing.Point(1, 39); this.checkIsSent.Name = "checkIsSent"; this.checkIsSent.Size = new System.Drawing.Size(159, 18); this.checkIsSent.TabIndex = 239; this.checkIsSent.Text = "Sent"; this.checkIsSent.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsSent.Click += new System.EventHandler(this.checkIsSent_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(40, 539); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(79, 24); this.butDelete.TabIndex = 240; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrint; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(210, 539); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(79, 24); this.butPrint.TabIndex = 241; this.butPrint.Text = "Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butEmail // this.butEmail.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEmail.Autosize = true; this.butEmail.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEmail.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEmail.CornerRadius = 4F; this.butEmail.Image = global::OpenDental.Properties.Resources.email1; this.butEmail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butEmail.Location = new System.Drawing.Point(295, 539); this.butEmail.Name = "butEmail"; this.butEmail.Size = new System.Drawing.Size(79, 24); this.butEmail.TabIndex = 242; this.butEmail.Text = "E-mail"; this.butEmail.Click += new System.EventHandler(this.butEmail_Click); // // butPreview // this.butPreview.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPreview.Autosize = true; this.butPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPreview.CornerRadius = 4F; this.butPreview.Image = global::OpenDental.Properties.Resources.printPreview20; this.butPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPreview.Location = new System.Drawing.Point(380, 539); this.butPreview.Name = "butPreview"; this.butPreview.Size = new System.Drawing.Size(79, 24); this.butPreview.TabIndex = 243; this.butPreview.Text = "View"; this.butPreview.Click += new System.EventHandler(this.butPreview_Click); // // textDate // this.textDate.Location = new System.Drawing.Point(146, 15); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(77, 20); this.textDate.TabIndex = 244; this.textDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textDate_KeyDown); this.textDate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textDate_KeyPress); this.textDate.Validating += new System.ComponentModel.CancelEventHandler(this.textDate_Validating); // // checkIsReceipt // this.checkIsReceipt.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsReceipt.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsReceipt.Location = new System.Drawing.Point(1, 183); this.checkIsReceipt.Name = "checkIsReceipt"; this.checkIsReceipt.Size = new System.Drawing.Size(158, 20); this.checkIsReceipt.TabIndex = 245; this.checkIsReceipt.Text = "Receipt"; this.checkIsReceipt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupInvoice // this.groupInvoice.Controls.Add(this.textInvoiceNum); this.groupInvoice.Controls.Add(this.label5); this.groupInvoice.Controls.Add(this.checkIsInvoiceCopy); this.groupInvoice.Controls.Add(this.checkIsInvoice); this.groupInvoice.Location = new System.Drawing.Point(12, 202); this.groupInvoice.Name = "groupInvoice"; this.groupInvoice.Size = new System.Drawing.Size(247, 82); this.groupInvoice.TabIndex = 247; this.groupInvoice.TabStop = false; this.groupInvoice.Text = "Invoice"; // // textInvoiceNum // this.textInvoiceNum.Location = new System.Drawing.Point(134, 55); this.textInvoiceNum.Name = "textInvoiceNum"; this.textInvoiceNum.ReadOnly = true; this.textInvoiceNum.Size = new System.Drawing.Size(108, 20); this.textInvoiceNum.TabIndex = 250; // // label5 // this.label5.Location = new System.Drawing.Point(13, 57); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(120, 14); this.label5.TabIndex = 249; this.label5.Text = "Invoice Number"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsInvoiceCopy // this.checkIsInvoiceCopy.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsInvoiceCopy.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsInvoiceCopy.Location = new System.Drawing.Point(5, 32); this.checkIsInvoiceCopy.Name = "checkIsInvoiceCopy"; this.checkIsInvoiceCopy.Size = new System.Drawing.Size(142, 20); this.checkIsInvoiceCopy.TabIndex = 248; this.checkIsInvoiceCopy.Text = "Invoice Copy"; this.checkIsInvoiceCopy.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsInvoice // this.checkIsInvoice.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsInvoice.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsInvoice.Location = new System.Drawing.Point(5, 12); this.checkIsInvoice.Name = "checkIsInvoice"; this.checkIsInvoice.Size = new System.Drawing.Size(142, 20); this.checkIsInvoice.TabIndex = 247; this.checkIsInvoice.Text = "Invoice"; this.checkIsInvoice.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsInvoice.Click += new System.EventHandler(this.checkIsInvoice_Click); // // FormStatementOptions // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(709, 575); this.Controls.Add(this.butPrint); this.Controls.Add(this.butEmail); this.Controls.Add(this.butPreview); this.Controls.Add(this.groupInvoice); this.Controls.Add(this.checkIsReceipt); this.Controls.Add(this.textDate); this.Controls.Add(this.butDelete); this.Controls.Add(this.checkIsSent); this.Controls.Add(this.label4); this.Controls.Add(this.groupDateRange); this.Controls.Add(this.checkSinglePatient); this.Controls.Add(this.checkIntermingled); this.Controls.Add(this.listMode); this.Controls.Add(this.label2); this.Controls.Add(this.textNoteBold); this.Controls.Add(this.label1); this.Controls.Add(this.groupFuchs); this.Controls.Add(this.textNote); this.Controls.Add(this.label3); this.Controls.Add(this.checkHidePayment); 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 = "FormStatementOptions"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Statement"; this.Load += new System.EventHandler(this.FormStatementOptions_Load); this.groupFuchs.ResumeLayout(false); this.groupDateRange.ResumeLayout(false); this.groupDateRange.PerformLayout(); this.groupInvoice.ResumeLayout(false); this.groupInvoice.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(FormPayment)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.textCheckNum = new System.Windows.Forms.TextBox(); this.textBankBranch = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.textTotal = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.listPayType = new System.Windows.Forms.ListBox(); this.label9 = new System.Windows.Forms.Label(); this.checkPayPlan = new System.Windows.Forms.CheckBox(); this.textPaidBy = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.labelDepositAccount = new System.Windows.Forms.Label(); this.comboDepositAccount = new System.Windows.Forms.ComboBox(); this.panelXcharge = new System.Windows.Forms.Panel(); this.contextMenuXcharge = new System.Windows.Forms.ContextMenu(); this.menuXcharge = new System.Windows.Forms.MenuItem(); this.textDepositAccount = new System.Windows.Forms.TextBox(); this.textFamStart = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.textFamEnd = new System.Windows.Forms.TextBox(); this.textDeposit = new System.Windows.Forms.TextBox(); this.labelDeposit = new System.Windows.Forms.Label(); this.textFamAfterIns = new System.Windows.Forms.TextBox(); this.checkPayTypeNone = new System.Windows.Forms.CheckBox(); this.contextMenuPayConnect = new System.Windows.Forms.ContextMenu(); this.menuPayConnect = new System.Windows.Forms.MenuItem(); this.butPayConnect = new OpenDental.UI.Button(); this.butPay = new OpenDental.UI.Button(); this.gridBal = new OpenDental.UI.ODGrid(); this.gridMain = new OpenDental.UI.ODGrid(); this.textDateEntry = new OpenDental.ValidDate(); this.textNote = new OpenDental.ODtextBox(); this.textAmount = new OpenDental.ValidDouble(); this.textDate = new OpenDental.ValidDate(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butDeleteAll = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.comboCreditCards = new System.Windows.Forms.ComboBox(); this.labelCreditCards = new System.Windows.Forms.Label(); this.checkRecurring = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(404, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(154, 16); this.label1.TabIndex = 7; this.label1.Text = "Payment Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label2 // this.label2.Location = new System.Drawing.Point(12, 152); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 16); this.label2.TabIndex = 8; this.label2.Text = "Note"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(4, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 16); this.label3.TabIndex = 9; this.label3.Text = "Bank-Branch"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(4, 114); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 10; this.label4.Text = "Check #"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(4, 94); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 11; this.label5.Text = "Amount"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(4, 74); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 16); this.label6.TabIndex = 12; this.label6.Text = "Payment Date"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCheckNum // this.textCheckNum.Location = new System.Drawing.Point(106, 110); this.textCheckNum.Name = "textCheckNum"; this.textCheckNum.Size = new System.Drawing.Size(100, 20); this.textCheckNum.TabIndex = 1; // // textBankBranch // this.textBankBranch.Location = new System.Drawing.Point(106, 130); this.textBankBranch.Name = "textBankBranch"; this.textBankBranch.Size = new System.Drawing.Size(100, 20); this.textBankBranch.TabIndex = 2; // // label7 // this.label7.Location = new System.Drawing.Point(212, 464); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(286, 14); this.label7.TabIndex = 18; this.label7.Text = "(must match total amount of payment)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTotal // this.textTotal.Location = new System.Drawing.Point(425, 438); this.textTotal.Name = "textTotal"; this.textTotal.ReadOnly = true; this.textTotal.Size = new System.Drawing.Size(67, 20); this.textTotal.TabIndex = 19; this.textTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label8 // this.label8.Location = new System.Drawing.Point(324, 442); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(100, 16); this.label8.TabIndex = 22; this.label8.Text = "Total Splits"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listPayType // this.listPayType.Location = new System.Drawing.Point(407, 39); this.listPayType.Name = "listPayType"; this.listPayType.Size = new System.Drawing.Size(120, 95); this.listPayType.TabIndex = 4; this.listPayType.Click += new System.EventHandler(this.listPayType_Click); // // label9 // this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label9.Location = new System.Drawing.Point(97, 512); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(126, 37); this.label9.TabIndex = 28; this.label9.Text = "Deletes entire payment and all splits"; this.label9.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkPayPlan // this.checkPayPlan.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkPayPlan.Location = new System.Drawing.Point(694, 116); this.checkPayPlan.Name = "checkPayPlan"; this.checkPayPlan.Size = new System.Drawing.Size(196, 18); this.checkPayPlan.TabIndex = 30; this.checkPayPlan.Text = "Attached to Payment Plan"; this.checkPayPlan.Click += new System.EventHandler(this.checkPayPlan_Click); // // textPaidBy // this.textPaidBy.Location = new System.Drawing.Point(106, 30); this.textPaidBy.Name = "textPaidBy"; this.textPaidBy.ReadOnly = true; this.textPaidBy.Size = new System.Drawing.Size(242, 20); this.textPaidBy.TabIndex = 32; // // label11 // this.label11.Location = new System.Drawing.Point(4, 32); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 16); this.label11.TabIndex = 33; this.label11.Text = "Paid By"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(106, 8); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(198, 21); this.comboClinic.TabIndex = 92; this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted); // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(16, 12); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(86, 14); this.labelClinic.TabIndex = 91; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label12 // this.label12.Location = new System.Drawing.Point(4, 54); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(100, 16); this.label12.TabIndex = 94; this.label12.Text = "Entry Date"; this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelDepositAccount // this.labelDepositAccount.Location = new System.Drawing.Point(407, 138); this.labelDepositAccount.Name = "labelDepositAccount"; this.labelDepositAccount.Size = new System.Drawing.Size(260, 17); this.labelDepositAccount.TabIndex = 114; this.labelDepositAccount.Text = "Pay into Account"; this.labelDepositAccount.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // comboDepositAccount // this.comboDepositAccount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDepositAccount.FormattingEnabled = true; this.comboDepositAccount.Location = new System.Drawing.Point(407, 157); this.comboDepositAccount.Name = "comboDepositAccount"; this.comboDepositAccount.Size = new System.Drawing.Size(260, 21); this.comboDepositAccount.TabIndex = 113; // // panelXcharge // this.panelXcharge.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelXcharge.BackgroundImage"))); this.panelXcharge.Location = new System.Drawing.Point(694, 12); this.panelXcharge.Name = "panelXcharge"; this.panelXcharge.Size = new System.Drawing.Size(59, 26); this.panelXcharge.TabIndex = 118; this.panelXcharge.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panelXcharge_MouseClick); // // contextMenuXcharge // this.contextMenuXcharge.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuXcharge}); // // menuXcharge // this.menuXcharge.Index = 0; this.menuXcharge.Text = "Settings"; this.menuXcharge.Click += new System.EventHandler(this.menuXcharge_Click); // // textDepositAccount // this.textDepositAccount.Location = new System.Drawing.Point(407, 181); this.textDepositAccount.Name = "textDepositAccount"; this.textDepositAccount.ReadOnly = true; this.textDepositAccount.Size = new System.Drawing.Size(260, 20); this.textDepositAccount.TabIndex = 119; // // textFamStart // this.textFamStart.Location = new System.Drawing.Point(773, 438); this.textFamStart.Name = "textFamStart"; this.textFamStart.ReadOnly = true; this.textFamStart.Size = new System.Drawing.Size(60, 20); this.textFamStart.TabIndex = 121; this.textFamStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label10 // this.label10.Location = new System.Drawing.Point(672, 441); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(100, 16); this.label10.TabIndex = 122; this.label10.Text = "Family Total"; this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFamEnd // this.textFamEnd.Location = new System.Drawing.Point(893, 438); this.textFamEnd.Name = "textFamEnd"; this.textFamEnd.ReadOnly = true; this.textFamEnd.Size = new System.Drawing.Size(60, 20); this.textFamEnd.TabIndex = 123; this.textFamEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textDeposit // this.textDeposit.Location = new System.Drawing.Point(694, 158); this.textDeposit.Name = "textDeposit"; this.textDeposit.ReadOnly = true; this.textDeposit.Size = new System.Drawing.Size(100, 20); this.textDeposit.TabIndex = 125; // // labelDeposit // this.labelDeposit.ForeColor = System.Drawing.Color.Firebrick; this.labelDeposit.Location = new System.Drawing.Point(691, 139); this.labelDeposit.Name = "labelDeposit"; this.labelDeposit.Size = new System.Drawing.Size(199, 16); this.labelDeposit.TabIndex = 126; this.labelDeposit.Text = "Attached to deposit"; this.labelDeposit.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textFamAfterIns // this.textFamAfterIns.Location = new System.Drawing.Point(833, 438); this.textFamAfterIns.Name = "textFamAfterIns"; this.textFamAfterIns.ReadOnly = true; this.textFamAfterIns.Size = new System.Drawing.Size(60, 20); this.textFamAfterIns.TabIndex = 127; this.textFamAfterIns.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // checkPayTypeNone // this.checkPayTypeNone.Location = new System.Drawing.Point(407, 21); this.checkPayTypeNone.Name = "checkPayTypeNone"; this.checkPayTypeNone.Size = new System.Drawing.Size(204, 18); this.checkPayTypeNone.TabIndex = 128; this.checkPayTypeNone.Text = "None (Income Transfer)"; this.checkPayTypeNone.UseVisualStyleBackColor = true; this.checkPayTypeNone.CheckedChanged += new System.EventHandler(this.checkPayTypeNone_CheckedChanged); this.checkPayTypeNone.Click += new System.EventHandler(this.checkPayTypeNone_Click); // // contextMenuPayConnect // this.contextMenuPayConnect.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuPayConnect}); // // menuPayConnect // this.menuPayConnect.Index = 0; this.menuPayConnect.Text = "Settings"; this.menuPayConnect.Click += new System.EventHandler(this.menuPayConnect_Click); // // butPayConnect // this.butPayConnect.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPayConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPayConnect.Autosize = false; this.butPayConnect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPayConnect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPayConnect.CornerRadius = 4F; this.butPayConnect.Location = new System.Drawing.Point(782, 13); this.butPayConnect.Name = "butPayConnect"; this.butPayConnect.Size = new System.Drawing.Size(75, 24); this.butPayConnect.TabIndex = 129; this.butPayConnect.Text = "PayConnect"; this.butPayConnect.Click += new System.EventHandler(this.butPayConnect_Click); // // butPay // this.butPay.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPay.Autosize = true; this.butPay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPay.CornerRadius = 4F; this.butPay.Image = global::OpenDental.Properties.Resources.Left; this.butPay.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPay.Location = new System.Drawing.Point(588, 208); this.butPay.Name = "butPay"; this.butPay.Size = new System.Drawing.Size(79, 24); this.butPay.TabIndex = 124; this.butPay.Text = "Pay"; this.butPay.Click += new System.EventHandler(this.butPay_Click); // // gridBal // this.gridBal.HScrollVisible = false; this.gridBal.Location = new System.Drawing.Point(588, 234); this.gridBal.Name = "gridBal"; this.gridBal.ScrollValue = 0; this.gridBal.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridBal.Size = new System.Drawing.Size(381, 198); this.gridBal.TabIndex = 120; this.gridBal.Title = "Family Balances"; this.gridBal.TranslationName = "TablePaymentBal"; this.gridBal.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridBal_CellDoubleClick); // // gridMain // this.gridMain.HScrollVisible = false; this.gridMain.Location = new System.Drawing.Point(7, 234); this.gridMain.Name = "gridMain"; this.gridMain.ScrollValue = 0; this.gridMain.Size = new System.Drawing.Size(575, 198); this.gridMain.TabIndex = 116; this.gridMain.Title = "Payment Splits (optional)"; this.gridMain.TranslationName = "TablePaySplits"; this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick); // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(106, 50); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(100, 20); this.textDateEntry.TabIndex = 93; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(106, 152); this.textNote.MaxLength = 255; this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Payment; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(290, 80); this.textNote.TabIndex = 3; // // textAmount // this.textAmount.Location = new System.Drawing.Point(106, 90); this.textAmount.Name = "textAmount"; this.textAmount.Size = new System.Drawing.Size(84, 20); this.textAmount.TabIndex = 0; // // textDate // this.textDate.Location = new System.Drawing.Point(106, 70); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 4; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(887, 523); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 9; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(806, 523); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 8; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butDeleteAll // this.butDeleteAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDeleteAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDeleteAll.Autosize = true; this.butDeleteAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeleteAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeleteAll.CornerRadius = 4F; this.butDeleteAll.Image = global::OpenDental.Properties.Resources.deleteX; this.butDeleteAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeleteAll.Location = new System.Drawing.Point(7, 523); this.butDeleteAll.Name = "butDeleteAll"; this.butDeleteAll.Size = new System.Drawing.Size(84, 24); this.butDeleteAll.TabIndex = 7; this.butDeleteAll.Text = "&Delete"; this.butDeleteAll.Click += new System.EventHandler(this.butDeleteAll_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(7, 435); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(92, 24); this.butAdd.TabIndex = 30; this.butAdd.Text = "&Add Split"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // comboCreditCards // this.comboCreditCards.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboCreditCards.Location = new System.Drawing.Point(694, 65); this.comboCreditCards.MaxDropDownItems = 30; this.comboCreditCards.Name = "comboCreditCards"; this.comboCreditCards.Size = new System.Drawing.Size(198, 21); this.comboCreditCards.TabIndex = 130; // // labelCreditCards // this.labelCreditCards.Location = new System.Drawing.Point(694, 45); this.labelCreditCards.Name = "labelCreditCards"; this.labelCreditCards.Size = new System.Drawing.Size(198, 17); this.labelCreditCards.TabIndex = 131; this.labelCreditCards.Text = "Credit Card"; this.labelCreditCards.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // checkRecurring // this.checkRecurring.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkRecurring.Location = new System.Drawing.Point(694, 97); this.checkRecurring.Name = "checkRecurring"; this.checkRecurring.Size = new System.Drawing.Size(196, 18); this.checkRecurring.TabIndex = 132; this.checkRecurring.Text = "Apply to Recurring Charge"; // // FormPayment // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(974, 562); this.Controls.Add(this.checkRecurring); this.Controls.Add(this.labelCreditCards); this.Controls.Add(this.comboCreditCards); this.Controls.Add(this.butPayConnect); this.Controls.Add(this.checkPayTypeNone); this.Controls.Add(this.textFamAfterIns); this.Controls.Add(this.textDeposit); this.Controls.Add(this.labelDeposit); this.Controls.Add(this.butPay); this.Controls.Add(this.textFamEnd); this.Controls.Add(this.label10); this.Controls.Add(this.textFamStart); this.Controls.Add(this.gridBal); this.Controls.Add(this.textDepositAccount); this.Controls.Add(this.panelXcharge); this.Controls.Add(this.gridMain); this.Controls.Add(this.labelDepositAccount); this.Controls.Add(this.comboDepositAccount); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.label12); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textPaidBy); this.Controls.Add(this.label11); this.Controls.Add(this.textNote); this.Controls.Add(this.textAmount); this.Controls.Add(this.textDate); this.Controls.Add(this.textTotal); this.Controls.Add(this.textBankBranch); this.Controls.Add(this.textCheckNum); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.butDeleteAll); this.Controls.Add(this.checkPayPlan); this.Controls.Add(this.label9); this.Controls.Add(this.listPayType); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butAdd); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPayment"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Payment"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormPayment_Closing); this.Load += new System.EventHandler(this.FormPayment_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBillingOptions)); this.butCancel = new OpenDental.UI.Button(); this.butCreate = new OpenDental.UI.Button(); this.listBillType = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.butAll = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.butSaveDefault = new OpenDental.UI.Button(); this.textExcludeLessThan = new OpenDental.ValidDouble(); this.checkExcludeInactive = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkIncludeChanged = new System.Windows.Forms.CheckBox(); this.textLastStatement = new OpenDental.ValidDate(); this.label5 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radio30 = new System.Windows.Forms.RadioButton(); this.radio90 = new System.Windows.Forms.RadioButton(); this.radio60 = new System.Windows.Forms.RadioButton(); this.radioAny = new System.Windows.Forms.RadioButton(); this.checkExcludeNegative = new System.Windows.Forms.CheckBox(); this.checkBadAddress = new System.Windows.Forms.CheckBox(); this.gridDun = new OpenDental.UI.ODGrid(); this.butAdd = new OpenDental.UI.Button(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.butUndo = new OpenDental.UI.Button(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(806, 631); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(79, 26); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butCreate // this.butCreate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCreate.Autosize = true; this.butCreate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCreate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCreate.Location = new System.Drawing.Point(693, 631); this.butCreate.Name = "butCreate"; this.butCreate.Size = new System.Drawing.Size(92, 26); this.butCreate.TabIndex = 3; this.butCreate.Text = "Create &List"; this.butCreate.Click += new System.EventHandler(this.butCreate_Click); // // listBillType // this.listBillType.Location = new System.Drawing.Point(21, 342); this.listBillType.Name = "listBillType"; this.listBillType.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBillType.Size = new System.Drawing.Size(158, 186); this.listBillType.TabIndex = 2; // // label2 // this.label2.Location = new System.Drawing.Point(20, 324); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(147, 16); this.label2.TabIndex = 14; this.label2.Text = "Billing Types:"; // // butAll // this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAll.Autosize = true; this.butAll.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAll.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAll.Location = new System.Drawing.Point(21, 532); this.butAll.Name = "butAll"; this.butAll.Size = new System.Drawing.Size(68, 26); this.butAll.TabIndex = 15; this.butAll.Text = "&All"; this.butAll.Click += new System.EventHandler(this.butAll_Click); // // label1 // this.label1.Location = new System.Drawing.Point(19, 272); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(232, 18); this.label1.TabIndex = 18; this.label1.Text = "Exclude if Balance is less than:"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // butSaveDefault // this.butSaveDefault.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSaveDefault.Autosize = true; this.butSaveDefault.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSaveDefault.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSaveDefault.Location = new System.Drawing.Point(20, 574); this.butSaveDefault.Name = "butSaveDefault"; this.butSaveDefault.Size = new System.Drawing.Size(108, 25); this.butSaveDefault.TabIndex = 20; this.butSaveDefault.Text = "&Save As Default"; this.butSaveDefault.Click += new System.EventHandler(this.butSaveDefault_Click); // // textExcludeLessThan // this.textExcludeLessThan.Location = new System.Drawing.Point(21, 293); this.textExcludeLessThan.Name = "textExcludeLessThan"; this.textExcludeLessThan.Size = new System.Drawing.Size(77, 20); this.textExcludeLessThan.TabIndex = 22; // // checkExcludeInactive // this.checkExcludeInactive.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeInactive.Location = new System.Drawing.Point(22, 228); this.checkExcludeInactive.Name = "checkExcludeInactive"; this.checkExcludeInactive.Size = new System.Drawing.Size(229, 22); this.checkExcludeInactive.TabIndex = 23; this.checkExcludeInactive.Text = "Exclude inactive patients"; // // groupBox2 // this.groupBox2.Controls.Add(this.checkIncludeChanged); this.groupBox2.Controls.Add(this.textLastStatement); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.groupBox1); this.groupBox2.Controls.Add(this.checkExcludeNegative); this.groupBox2.Controls.Add(this.checkBadAddress); this.groupBox2.Controls.Add(this.checkExcludeInactive); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.textExcludeLessThan); this.groupBox2.Controls.Add(this.butSaveDefault); this.groupBox2.Controls.Add(this.listBillType); this.groupBox2.Controls.Add(this.butAll); this.groupBox2.Controls.Add(this.label2); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(21, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(263, 609); this.groupBox2.TabIndex = 24; this.groupBox2.TabStop = false; this.groupBox2.Text = "Filter"; // // checkIncludeChanged // this.checkIncludeChanged.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIncludeChanged.Location = new System.Drawing.Point(21, 63); this.checkIncludeChanged.Name = "checkIncludeChanged"; this.checkIncludeChanged.Size = new System.Drawing.Size(238, 28); this.checkIncludeChanged.TabIndex = 26; this.checkIncludeChanged.Text = "Include any accounts with insurance payments or procedures since the last bill"; // // textLastStatement // this.textLastStatement.Location = new System.Drawing.Point(22, 37); this.textLastStatement.Name = "textLastStatement"; this.textLastStatement.Size = new System.Drawing.Size(94, 20); this.textLastStatement.TabIndex = 25; // // label5 // this.label5.Location = new System.Drawing.Point(21, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(232, 16); this.label5.TabIndex = 24; this.label5.Text = "Include anyone not billed since"; this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // groupBox1 // this.groupBox1.Controls.Add(this.radio30); this.groupBox1.Controls.Add(this.radio90); this.groupBox1.Controls.Add(this.radio60); this.groupBox1.Controls.Add(this.radioAny); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(21, 97); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(144, 106); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Age of Account"; // // radio30 // this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radio30.Location = new System.Drawing.Point(12, 41); this.radio30.Name = "radio30"; this.radio30.Size = new System.Drawing.Size(120, 16); this.radio30.TabIndex = 1; this.radio30.Text = "Over 30 Days"; // // radio90 // this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radio90.Location = new System.Drawing.Point(12, 83); this.radio90.Name = "radio90"; this.radio90.Size = new System.Drawing.Size(120, 18); this.radio90.TabIndex = 3; this.radio90.Text = "Over 90 Days"; // // radio60 // this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radio60.Location = new System.Drawing.Point(12, 61); this.radio60.Name = "radio60"; this.radio60.Size = new System.Drawing.Size(117, 18); this.radio60.TabIndex = 2; this.radio60.Text = "Over 60 Days"; // // radioAny // this.radioAny.Checked = true; this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioAny.Location = new System.Drawing.Point(12, 19); this.radioAny.Name = "radioAny"; this.radioAny.Size = new System.Drawing.Size(117, 18); this.radioAny.TabIndex = 0; this.radioAny.TabStop = true; this.radioAny.Text = "Any Balance"; // // checkExcludeNegative // this.checkExcludeNegative.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkExcludeNegative.Location = new System.Drawing.Point(22, 249); this.checkExcludeNegative.Name = "checkExcludeNegative"; this.checkExcludeNegative.Size = new System.Drawing.Size(231, 22); this.checkExcludeNegative.TabIndex = 17; this.checkExcludeNegative.Text = "Exclude negative balances (credits)"; // // checkBadAddress // this.checkBadAddress.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkBadAddress.Location = new System.Drawing.Point(22, 207); this.checkBadAddress.Name = "checkBadAddress"; this.checkBadAddress.Size = new System.Drawing.Size(231, 22); this.checkBadAddress.TabIndex = 16; this.checkBadAddress.Text = "Exclude bad addresses (no zipcode)"; // // gridDun // this.gridDun.HScrollVisible = false; this.gridDun.Location = new System.Drawing.Point(299, 31); this.gridDun.Name = "gridDun"; this.gridDun.ScrollValue = 0; this.gridDun.Size = new System.Drawing.Size(585, 430); this.gridDun.TabIndex = 0; this.gridDun.Title = "Dunning Messages"; this.gridDun.TranslationName = "TableBillingMessages"; this.gridDun.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridDun_CellDoubleClick); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.Image = ((System.Drawing.Image)(resources.GetObject("butAdd.Image"))); this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(298, 465); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(128, 26); this.butAdd.TabIndex = 5; this.butAdd.Text = "Add Dunning Msg"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // label3 // this.label3.Location = new System.Drawing.Point(299, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(581, 16); this.label3.TabIndex = 25; this.label3.Text = "Items higher in the list are more general. Items lower in the list take preceden" + "ce ."; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label4 // this.label4.Location = new System.Drawing.Point(298, 498); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(575, 16); this.label4.TabIndex = 26; this.label4.Text = "General Message (in addition to any dunning messages)"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(299, 518); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = QuickPasteType.Statement; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(584, 102); this.textNote.TabIndex = 28; // // butUndo // this.butUndo.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butUndo.Autosize = true; this.butUndo.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUndo.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUndo.Location = new System.Drawing.Point(21, 632); this.butUndo.Name = "butUndo"; this.butUndo.Size = new System.Drawing.Size(98, 25); this.butUndo.TabIndex = 29; this.butUndo.Text = "Undo a Billing"; this.butUndo.Click += new System.EventHandler(this.butUndo_Click); // // FormBillingOptions // this.AcceptButton = this.butCreate; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(898, 666); this.Controls.Add(this.butUndo); this.Controls.Add(this.textNote); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.butCancel); this.Controls.Add(this.butCreate); this.Controls.Add(this.butAdd); this.Controls.Add(this.gridDun); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormBillingOptions"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Billing Options"; this.Load += new System.EventHandler(this.FormBillingOptions_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormRecallListEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label10 = new System.Windows.Forms.Label(); this.textWkPhone = new System.Windows.Forms.TextBox(); this.textWirelessPhone = new System.Windows.Forms.TextBox(); this.textAddrNotes = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textHmPhone = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.contrAccount3 = new OpenDental.ContrAccount(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboRecallMethod = new System.Windows.Forms.ComboBox(); this.label25 = new System.Windows.Forms.Label(); this.listFamily = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader4 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.columnHeader5 = new System.Windows.Forms.ColumnHeader(); this.textBillingType = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.textPriIns = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.textCreditType = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.butPin = new OpenDental.UI.Button(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textNote = new OpenDental.ODtextBox(); this.butEditRecall = new OpenDental.UI.Button(); this.label3 = new System.Windows.Forms.Label(); this.textEmail = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(852, 644); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 6; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.Location = new System.Drawing.Point(768, 644); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 5; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label10 // this.label10.Location = new System.Drawing.Point(3, 13); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(135, 17); this.label10.TabIndex = 46; this.label10.Text = "Status"; this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textWkPhone // this.textWkPhone.BackColor = System.Drawing.Color.White; this.textWkPhone.Location = new System.Drawing.Point(501, 33); this.textWkPhone.Name = "textWkPhone"; this.textWkPhone.Size = new System.Drawing.Size(100, 20); this.textWkPhone.TabIndex = 41; this.textWkPhone.TextChanged += new System.EventHandler(this.textWkPhone_TextChanged); // // textWirelessPhone // this.textWirelessPhone.BackColor = System.Drawing.Color.White; this.textWirelessPhone.Location = new System.Drawing.Point(501, 53); this.textWirelessPhone.Name = "textWirelessPhone"; this.textWirelessPhone.Size = new System.Drawing.Size(100, 20); this.textWirelessPhone.TabIndex = 40; this.textWirelessPhone.TextChanged += new System.EventHandler(this.textWirelessPhone_TextChanged); // // textAddrNotes // this.textAddrNotes.BackColor = System.Drawing.Color.White; this.textAddrNotes.Location = new System.Drawing.Point(501, 114); this.textAddrNotes.Multiline = true; this.textAddrNotes.Name = "textAddrNotes"; this.textAddrNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textAddrNotes.Size = new System.Drawing.Size(240, 48); this.textAddrNotes.TabIndex = 39; // // label7 // this.label7.Location = new System.Drawing.Point(400, 35); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(100, 16); this.label7.TabIndex = 38; this.label7.Text = "Work Phone"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(398, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 37; this.label2.Text = "Wireless Phone"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textHmPhone // this.textHmPhone.BackColor = System.Drawing.Color.White; this.textHmPhone.Location = new System.Drawing.Point(501, 13); this.textHmPhone.Name = "textHmPhone"; this.textHmPhone.Size = new System.Drawing.Size(100, 20); this.textHmPhone.TabIndex = 36; this.textHmPhone.TextChanged += new System.EventHandler(this.textHmPhone_TextChanged); // // label5 // this.label5.Location = new System.Drawing.Point(396, 15); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(105, 16); this.label5.TabIndex = 35; this.label5.Text = "Home Phone"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(405, 115); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 44); this.label4.TabIndex = 34; this.label4.Text = "Address/Phone Notes"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // contrAccount3 // this.contrAccount3.Location = new System.Drawing.Point(4, 164); this.contrAccount3.Name = "contrAccount3"; this.contrAccount3.Size = new System.Drawing.Size(931, 477); this.contrAccount3.TabIndex = 53; // // panel1 // this.panel1.Location = new System.Drawing.Point(6, 162); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(929, 32); this.panel1.TabIndex = 54; // // groupBox1 // this.groupBox1.Controls.Add(this.textEmail); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.listFamily); this.groupBox1.Controls.Add(this.textPriIns); this.groupBox1.Controls.Add(this.comboRecallMethod); this.groupBox1.Controls.Add(this.label25); this.groupBox1.Controls.Add(this.textBillingType); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.textAddrNotes); this.groupBox1.Controls.Add(this.textCreditType); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textWirelessPhone); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.textHmPhone); this.groupBox1.Controls.Add(this.textWkPhone); this.groupBox1.Controls.Add(this.label7); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(179, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(752, 187); this.groupBox1.TabIndex = 55; this.groupBox1.TabStop = false; this.groupBox1.Text = "Patient Information"; // // comboRecallMethod // this.comboRecallMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboRecallMethod.FormattingEnabled = true; this.comboRecallMethod.Location = new System.Drawing.Point(501, 93); this.comboRecallMethod.MaxDropDownItems = 30; this.comboRecallMethod.Name = "comboRecallMethod"; this.comboRecallMethod.Size = new System.Drawing.Size(174, 21); this.comboRecallMethod.TabIndex = 103; // // label25 // this.label25.Location = new System.Drawing.Point(368, 95); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(132, 16); this.label25.TabIndex = 102; this.label25.Text = "Prefer Recall Method"; this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listFamily // this.listFamily.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader4, this.columnHeader3, this.columnHeader5 }); this.listFamily.GridLines = true; this.listFamily.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listFamily.Location = new System.Drawing.Point(7, 24); this.listFamily.Name = "listFamily"; this.listFamily.Size = new System.Drawing.Size(384, 97); this.listFamily.TabIndex = 55; this.listFamily.UseCompatibleStateImageBehavior = false; this.listFamily.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Family Member"; this.columnHeader1.Width = 120; // // columnHeader2 // this.columnHeader2.Text = "Age"; this.columnHeader2.Width = 40; // // columnHeader4 // this.columnHeader4.Text = "Gender"; this.columnHeader4.Width = 50; // // columnHeader3 // this.columnHeader3.Text = "Due Date"; this.columnHeader3.Width = 74; // // columnHeader5 // this.columnHeader5.Text = "Scheduled"; this.columnHeader5.Width = 74; // // textBillingType // this.textBillingType.BackColor = System.Drawing.SystemColors.Control; this.textBillingType.Location = new System.Drawing.Point(121, 133); this.textBillingType.Name = "textBillingType"; this.textBillingType.ReadOnly = true; this.textBillingType.Size = new System.Drawing.Size(120, 20); this.textBillingType.TabIndex = 54; // // label14 // this.label14.Location = new System.Drawing.Point(21, 136); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(98, 16); this.label14.TabIndex = 53; this.label14.Text = "Billing Type"; this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textPriIns // this.textPriIns.BackColor = System.Drawing.SystemColors.Control; this.textPriIns.Location = new System.Drawing.Point(121, 153); this.textPriIns.Name = "textPriIns"; this.textPriIns.ReadOnly = true; this.textPriIns.Size = new System.Drawing.Size(247, 20); this.textPriIns.TabIndex = 50; // // label11 // this.label11.Location = new System.Drawing.Point(20, 156); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(100, 16); this.label11.TabIndex = 49; this.label11.Text = "Primary Insurance"; this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textCreditType // this.textCreditType.BackColor = System.Drawing.SystemColors.Control; this.textCreditType.Location = new System.Drawing.Point(501, 162); this.textCreditType.Name = "textCreditType"; this.textCreditType.ReadOnly = true; this.textCreditType.Size = new System.Drawing.Size(23, 20); this.textCreditType.TabIndex = 46; // // label1 // this.label1.Location = new System.Drawing.Point(392, 164); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(107, 16); this.label1.TabIndex = 42; this.label1.Text = "Credit Type"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label13 // this.label13.BackColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(474, 231); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(203, 15); this.label13.TabIndex = 56; this.label13.Text = "(view only mode - no editing allowed)"; // // butPin // this.butPin.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPin.Autosize = true; this.butPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPin.Image = ((System.Drawing.Image)(resources.GetObject("butPin.Image"))); this.butPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPin.Location = new System.Drawing.Point(574, 644); this.butPin.Name = "butPin"; this.butPin.Size = new System.Drawing.Size(98, 26); this.butPin.TabIndex = 57; this.butPin.Text = "&Pinboard"; this.butPin.Click += new System.EventHandler(this.butPin_Click); // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(4, 30); this.comboStatus.MaxDropDownItems = 50; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(166, 21); this.comboStatus.TabIndex = 58; // // groupBox2 // this.groupBox2.Controls.Add(this.textNote); this.groupBox2.Controls.Add(this.butEditRecall); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.comboStatus); this.groupBox2.Controls.Add(this.label10); this.groupBox2.Location = new System.Drawing.Point(4, 4); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(173, 199); this.groupBox2.TabIndex = 59; this.groupBox2.TabStop = false; this.groupBox2.Text = "Recall"; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(4, 69); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(165, 102); this.textNote.TabIndex = 62; // // butEditRecall // this.butEditRecall.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEditRecall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butEditRecall.Autosize = true; this.butEditRecall.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEditRecall.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEditRecall.Location = new System.Drawing.Point(4, 172); this.butEditRecall.Name = "butEditRecall"; this.butEditRecall.Size = new System.Drawing.Size(82, 24); this.butEditRecall.TabIndex = 61; this.butEditRecall.Text = "Edit Recall"; this.butEditRecall.Click += new System.EventHandler(this.butEditRecall_Click); // // label3 // this.label3.Location = new System.Drawing.Point(2, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(135, 17); this.label3.TabIndex = 59; this.label3.Text = "Note"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textEmail // this.textEmail.BackColor = System.Drawing.Color.White; this.textEmail.Location = new System.Drawing.Point(501, 73); this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(240, 20); this.textEmail.TabIndex = 105; // // label6 // this.label6.Location = new System.Drawing.Point(398, 75); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 16); this.label6.TabIndex = 104; this.label6.Text = "Email"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FormRecallListEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(937, 677); this.Controls.Add(this.groupBox2); this.Controls.Add(this.butOK); this.Controls.Add(this.butPin); this.Controls.Add(this.butCancel); this.Controls.Add(this.label13); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.contrAccount3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallListEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Recall Status"; this.Load += new System.EventHandler(this.FormRecallListEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormQueryEdit)); this.label1 = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textFileName = new System.Windows.Forms.TextBox(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textQuery = new OpenDental.ODtextBox(); this.checkReleased = new System.Windows.Forms.CheckBox(); this.checkIsPromptSetup = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(13, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 16); this.label1.TabIndex = 0; this.label1.Text = "Title"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textTitle // this.textTitle.Location = new System.Drawing.Point(16, 18); this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(315, 20); this.textTitle.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(13, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 15); this.label2.TabIndex = 2; this.label2.Text = "Query Text"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(13, 620); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(118, 16); this.label3.TabIndex = 4; this.label3.Text = "Export File Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textFileName // this.textFileName.Location = new System.Drawing.Point(16, 637); this.textFileName.Name = "textFileName"; this.textFileName.Size = new System.Drawing.Size(326, 20); this.textFileName.TabIndex = 2; // // butOK // this.butOK.Location = new System.Drawing.Point(509, 633); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(594, 633); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textQuery // this.textQuery.AcceptsTab = true; this.textQuery.BackColor = System.Drawing.SystemColors.Window; this.textQuery.DetectLinksEnabled = false; this.textQuery.DetectUrls = false; this.textQuery.Location = new System.Drawing.Point(16, 82); this.textQuery.Name = "textQuery"; this.textQuery.QuickPasteType = OpenDentBusiness.QuickPasteType.Query; this.textQuery.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textQuery.Size = new System.Drawing.Size(653, 536); this.textQuery.SpellCheckIsEnabled = false; this.textQuery.TabIndex = 5; this.textQuery.Text = ""; // // checkReleased // this.checkReleased.Location = new System.Drawing.Point(16, 41); this.checkReleased.Name = "checkReleased"; this.checkReleased.Size = new System.Drawing.Size(203, 21); this.checkReleased.TabIndex = 6; this.checkReleased.Text = "Released"; this.checkReleased.UseVisualStyleBackColor = true; // // checkIsPromptSetup // this.checkIsPromptSetup.Location = new System.Drawing.Point(219, 44); this.checkIsPromptSetup.Name = "checkIsPromptSetup"; this.checkIsPromptSetup.Size = new System.Drawing.Size(239, 21); this.checkIsPromptSetup.TabIndex = 7; this.checkIsPromptSetup.Text = "Prompt for SET statements"; this.checkIsPromptSetup.UseVisualStyleBackColor = true; // // FormQueryEdit // this.AcceptButton = this.butOK; this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(682, 670); this.Controls.Add(this.checkIsPromptSetup); this.Controls.Add(this.checkReleased); this.Controls.Add(this.textQuery); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.textFileName); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.textTitle); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormQueryEdit"; this.ShowInTaskbar = false; this.Text = "Edit Favorite"; this.Load += new System.EventHandler(this.FormQueryEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormQuery)); this.butClose = new OpenDental.UI.Button(); this.grid2 = new System.Windows.Forms.DataGrid(); this.panelTop = new System.Windows.Forms.Panel(); this.textQuery = new OpenDental.ODtextBox(); this.butExportExcel = new OpenDental.UI.Button(); this.butPaste = new OpenDental.UI.Button(); this.butCopy = new OpenDental.UI.Button(); this.textTitle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.butAdd = new OpenDental.UI.Button(); this.butFormulate = new OpenDental.UI.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioHuman = new System.Windows.Forms.RadioButton(); this.radioRaw = new System.Windows.Forms.RadioButton(); this.butSubmit = new OpenDental.UI.Button(); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.printPreviewDialog2 = new System.Windows.Forms.PrintPreviewDialog(); this.printPreviewControl2 = new System.Windows.Forms.PrintPreviewControl(); this.butFullPage = new OpenDental.UI.Button(); this.panelZoom = new System.Windows.Forms.Panel(); this.labelTotPages = new System.Windows.Forms.Label(); this.butZoomIn = new OpenDental.UI.Button(); this.butBack = new OpenDental.UI.Button(); this.butFwd = new OpenDental.UI.Button(); this.saveFileDialog2 = new System.Windows.Forms.SaveFileDialog(); this.butPrint = new OpenDental.UI.Button(); this.butExport = new OpenDental.UI.Button(); this.butQView = new OpenDental.UI.Button(); this.butPrintPreview = new OpenDental.UI.Button(); ((System.ComponentModel.ISupportInitialize)(this.grid2)).BeginInit(); this.panelTop.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panelZoom.SuspendLayout(); this.SuspendLayout(); // // butClose // this.butClose.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClose.Autosize = true; this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClose.CornerRadius = 4F; this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butClose.Location = new System.Drawing.Point(878, 755); this.butClose.Name = "butClose"; this.butClose.Size = new System.Drawing.Size(75, 27); this.butClose.TabIndex = 5; this.butClose.Text = "&Close"; this.butClose.Click += new System.EventHandler(this.butClose_Click); // // grid2 // this.grid2.DataMember = ""; this.grid2.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.grid2.Location = new System.Drawing.Point(0, 150); this.grid2.Name = "grid2"; this.grid2.ReadOnly = true; this.grid2.Size = new System.Drawing.Size(958, 590); this.grid2.TabIndex = 1; // // panelTop // this.panelTop.Controls.Add(this.textQuery); this.panelTop.Controls.Add(this.butExportExcel); this.panelTop.Controls.Add(this.butPaste); this.panelTop.Controls.Add(this.butCopy); this.panelTop.Controls.Add(this.textTitle); this.panelTop.Controls.Add(this.label1); this.panelTop.Controls.Add(this.butAdd); this.panelTop.Controls.Add(this.butFormulate); this.panelTop.Controls.Add(this.groupBox1); this.panelTop.Controls.Add(this.butSubmit); this.panelTop.Location = new System.Drawing.Point(0, 0); this.panelTop.Name = "panelTop"; this.panelTop.Size = new System.Drawing.Size(956, 104); this.panelTop.TabIndex = 2; // // textQuery // this.textQuery.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textQuery.Location = new System.Drawing.Point(2, 3); this.textQuery.Name = "textQuery"; this.textQuery.QuickPasteType = OpenDentBusiness.QuickPasteType.Query; this.textQuery.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textQuery.Size = new System.Drawing.Size(551, 76); this.textQuery.SpellCheckIsEnabled = false; this.textQuery.TabIndex = 16; this.textQuery.Text = ""; // // butExportExcel // this.butExportExcel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butExportExcel.Autosize = true; this.butExportExcel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExportExcel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExportExcel.CornerRadius = 4F; this.butExportExcel.Image = global::OpenDental.Properties.Resources.butExportExcel; this.butExportExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butExportExcel.Location = new System.Drawing.Point(712, 69); this.butExportExcel.Name = "butExportExcel"; this.butExportExcel.Size = new System.Drawing.Size(79, 26); this.butExportExcel.TabIndex = 15; this.butExportExcel.Text = "Excel"; this.butExportExcel.Visible = false; this.butExportExcel.Click += new System.EventHandler(this.butExportExcel_Click); // // butPaste // this.butPaste.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPaste.Autosize = true; this.butPaste.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPaste.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPaste.CornerRadius = 4F; this.butPaste.Image = global::OpenDental.Properties.Resources.butPaste; this.butPaste.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPaste.Location = new System.Drawing.Point(631, 54); this.butPaste.Name = "butPaste"; this.butPaste.Size = new System.Drawing.Size(65, 23); this.butPaste.TabIndex = 11; this.butPaste.Text = "Paste"; this.butPaste.Click += new System.EventHandler(this.butPaste_Click); // // butCopy // this.butCopy.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCopy.Autosize = true; this.butCopy.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCopy.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCopy.CornerRadius = 4F; this.butCopy.Image = global::OpenDental.Properties.Resources.butCopy; this.butCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butCopy.Location = new System.Drawing.Point(556, 54); this.butCopy.Name = "butCopy"; this.butCopy.Size = new System.Drawing.Size(72, 23); this.butCopy.TabIndex = 10; this.butCopy.Text = "Copy"; this.butCopy.Click += new System.EventHandler(this.butCopy_Click); // // textTitle // this.textTitle.Location = new System.Drawing.Point(66, 82); this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(219, 20); this.textTitle.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(7, 84); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 13); this.label1.TabIndex = 9; this.label1.Text = "Title"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Location = new System.Drawing.Point(556, 30); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(140, 23); this.butAdd.TabIndex = 3; this.butAdd.Text = "Add To Favorites"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // butFormulate // this.butFormulate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butFormulate.Autosize = true; this.butFormulate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFormulate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFormulate.CornerRadius = 4F; this.butFormulate.Location = new System.Drawing.Point(556, 6); this.butFormulate.Name = "butFormulate"; this.butFormulate.Size = new System.Drawing.Size(140, 23); this.butFormulate.TabIndex = 2; this.butFormulate.Text = "Favorites"; this.butFormulate.Click += new System.EventHandler(this.butFormulate_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.radioHuman); this.groupBox1.Controls.Add(this.radioRaw); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(715, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(122, 58); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Format"; // // radioHuman // this.radioHuman.Checked = true; this.radioHuman.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioHuman.Location = new System.Drawing.Point(10, 16); this.radioHuman.Name = "radioHuman"; this.radioHuman.Size = new System.Drawing.Size(108, 16); this.radioHuman.TabIndex = 0; this.radioHuman.TabStop = true; this.radioHuman.Text = "Human-readable"; this.radioHuman.Click += new System.EventHandler(this.radioHuman_Click); // // radioRaw // this.radioRaw.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioRaw.Location = new System.Drawing.Point(10, 34); this.radioRaw.Name = "radioRaw"; this.radioRaw.Size = new System.Drawing.Size(104, 16); this.radioRaw.TabIndex = 1; this.radioRaw.Text = "Raw"; this.radioRaw.Click += new System.EventHandler(this.radioRaw_Click); // // butSubmit // this.butSubmit.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSubmit.Autosize = true; this.butSubmit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSubmit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSubmit.CornerRadius = 4F; this.butSubmit.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butSubmit.Location = new System.Drawing.Point(556, 78); this.butSubmit.Name = "butSubmit"; this.butSubmit.Size = new System.Drawing.Size(102, 23); this.butSubmit.TabIndex = 6; this.butSubmit.Text = "&Submit Query"; this.butSubmit.Click += new System.EventHandler(this.butSubmit_Click); // // printPreviewDialog2 // this.printPreviewDialog2.AutoScrollMargin = new System.Drawing.Size(0, 0); this.printPreviewDialog2.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.printPreviewDialog2.ClientSize = new System.Drawing.Size(400, 300); this.printPreviewDialog2.Enabled = true; this.printPreviewDialog2.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog2.Icon"))); this.printPreviewDialog2.Name = "printPreviewDialog2"; this.printPreviewDialog2.Visible = false; // // printPreviewControl2 // this.printPreviewControl2.AutoZoom = false; this.printPreviewControl2.Location = new System.Drawing.Point(18, 136); this.printPreviewControl2.Name = "printPreviewControl2"; this.printPreviewControl2.Size = new System.Drawing.Size(842, 538); this.printPreviewControl2.TabIndex = 5; this.printPreviewControl2.Zoom = 1D; // // butFullPage // this.butFullPage.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butFullPage.Autosize = true; this.butFullPage.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFullPage.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFullPage.CornerRadius = 4F; this.butFullPage.Location = new System.Drawing.Point(9, 5); this.butFullPage.Name = "butFullPage"; this.butFullPage.Size = new System.Drawing.Size(75, 27); this.butFullPage.TabIndex = 9; this.butFullPage.Text = "&Full Page"; this.butFullPage.Visible = false; this.butFullPage.Click += new System.EventHandler(this.butFullPage_Click); // // panelZoom // this.panelZoom.Controls.Add(this.labelTotPages); this.panelZoom.Controls.Add(this.butFullPage); this.panelZoom.Controls.Add(this.butZoomIn); this.panelZoom.Controls.Add(this.butBack); this.panelZoom.Controls.Add(this.butFwd); this.panelZoom.Location = new System.Drawing.Point(336, 746); this.panelZoom.Name = "panelZoom"; this.panelZoom.Size = new System.Drawing.Size(229, 37); this.panelZoom.TabIndex = 0; this.panelZoom.Visible = false; // // labelTotPages // this.labelTotPages.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelTotPages.Location = new System.Drawing.Point(143, 10); this.labelTotPages.Name = "labelTotPages"; this.labelTotPages.Size = new System.Drawing.Size(52, 18); this.labelTotPages.TabIndex = 11; this.labelTotPages.Text = "25 / 26"; this.labelTotPages.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // butZoomIn // this.butZoomIn.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butZoomIn.Autosize = true; this.butZoomIn.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butZoomIn.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butZoomIn.CornerRadius = 4F; this.butZoomIn.Image = global::OpenDental.Properties.Resources.butZoomIn; this.butZoomIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butZoomIn.Location = new System.Drawing.Point(9, 5); this.butZoomIn.Name = "butZoomIn"; this.butZoomIn.Size = new System.Drawing.Size(91, 26); this.butZoomIn.TabIndex = 12; this.butZoomIn.Text = "Zoom In"; this.butZoomIn.Click += new System.EventHandler(this.butZoomIn_Click); // // butBack // this.butBack.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBack.Autosize = true; this.butBack.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBack.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBack.CornerRadius = 4F; this.butBack.Image = global::OpenDental.Properties.Resources.Left; this.butBack.Location = new System.Drawing.Point(123, 7); this.butBack.Name = "butBack"; this.butBack.Size = new System.Drawing.Size(18, 23); this.butBack.TabIndex = 17; this.butBack.Click += new System.EventHandler(this.butBack_Click); // // butFwd // this.butFwd.AdjustImageLocation = new System.Drawing.Point(1, 0); this.butFwd.Autosize = true; this.butFwd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butFwd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butFwd.CornerRadius = 4F; this.butFwd.Image = global::OpenDental.Properties.Resources.Right; this.butFwd.Location = new System.Drawing.Point(195, 7); this.butFwd.Name = "butFwd"; this.butFwd.Size = new System.Drawing.Size(18, 23); this.butFwd.TabIndex = 18; this.butFwd.Click += new System.EventHandler(this.butFwd_Click); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(784, 755); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(79, 26); this.butPrint.TabIndex = 13; this.butPrint.Text = "&Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butExport // this.butExport.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butExport.Autosize = true; this.butExport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExport.CornerRadius = 4F; this.butExport.Image = global::OpenDental.Properties.Resources.butExport; this.butExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butExport.Location = new System.Drawing.Point(689, 755); this.butExport.Name = "butExport"; this.butExport.Size = new System.Drawing.Size(79, 26); this.butExport.TabIndex = 14; this.butExport.Text = "&Export"; this.butExport.Click += new System.EventHandler(this.butExport_Click); // // butQView // this.butQView.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butQView.Autosize = true; this.butQView.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butQView.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butQView.CornerRadius = 4F; this.butQView.Image = global::OpenDental.Properties.Resources.butQView; this.butQView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butQView.Location = new System.Drawing.Point(573, 741); this.butQView.Name = "butQView"; this.butQView.Size = new System.Drawing.Size(104, 26); this.butQView.TabIndex = 15; this.butQView.Text = "&Query View"; this.butQView.Click += new System.EventHandler(this.butQView_Click); // // butPrintPreview // this.butPrintPreview.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrintPreview.Autosize = true; this.butPrintPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrintPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrintPreview.CornerRadius = 4F; this.butPrintPreview.Image = global::OpenDental.Properties.Resources.butPreview; this.butPrintPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrintPreview.Location = new System.Drawing.Point(572, 755); this.butPrintPreview.Name = "butPrintPreview"; this.butPrintPreview.Size = new System.Drawing.Size(113, 26); this.butPrintPreview.TabIndex = 16; this.butPrintPreview.Text = "P&rint Preview"; this.butPrintPreview.Click += new System.EventHandler(this.butPrintPreview_Click); // // FormQuery // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butClose; this.ClientSize = new System.Drawing.Size(963, 788); this.Controls.Add(this.butPrintPreview); this.Controls.Add(this.butQView); this.Controls.Add(this.butExport); this.Controls.Add(this.butPrint); this.Controls.Add(this.butClose); this.Controls.Add(this.panelZoom); this.Controls.Add(this.printPreviewControl2); this.Controls.Add(this.grid2); this.Controls.Add(this.panelTop); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormQuery"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Query"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormQuery_Closing); this.Load += new System.EventHandler(this.FormQuery_Load); this.Layout += new System.Windows.Forms.LayoutEventHandler(this.FormQuery_Layout); ((System.ComponentModel.ISupportInitialize)(this.grid2)).EndInit(); this.panelTop.ResumeLayout(false); this.panelTop.PerformLayout(); this.groupBox1.ResumeLayout(false); this.panelZoom.ResumeLayout(false); this.ResumeLayout(false); }
private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textAdjDate = new OpenDental.ValidDate(); this.label3 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.textAmount = new OpenDental.ValidDouble(); this.listProvider = new System.Windows.Forms.ListBox(); this.listTypePos = new System.Windows.Forms.ListBox(); this.listTypeNeg = new System.Windows.Forms.ListBox(); this.textNote = new OpenDental.ODtextBox(); this.textProcDate = new OpenDental.ValidDate(); this.label7 = new System.Windows.Forms.Label(); this.textDateEntry = new OpenDental.ValidDate(); this.label8 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(7, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104, 16); this.label1.TabIndex = 0; this.label1.Text = "Adjustment Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(175, 333); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 3; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(11, 102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 4; this.label5.Text = "Amount"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(282, 14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(167, 16); this.label6.TabIndex = 5; this.label6.Text = "Additions"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(10, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 10; this.label2.Text = "Provider"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.Location = new System.Drawing.Point(614, 433); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(614, 471); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textAdjDate // this.textAdjDate.Location = new System.Drawing.Point(112, 52); this.textAdjDate.Name = "textAdjDate"; this.textAdjDate.Size = new System.Drawing.Size(80, 20); this.textAdjDate.TabIndex = 0; this.textAdjDate.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(495, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(182, 16); this.label3.TabIndex = 16; this.label3.Text = "Subtractions"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Location = new System.Drawing.Point(24, 469); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75, 26); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textAmount // this.textAmount.Location = new System.Drawing.Point(112, 100); this.textAmount.Name = "textAmount"; this.textAmount.Size = new System.Drawing.Size(68, 20); this.textAmount.TabIndex = 1; this.textAmount.Text = ""; // // listProvider // this.listProvider.Location = new System.Drawing.Point(112, 124); this.listProvider.Name = "listProvider"; this.listProvider.Size = new System.Drawing.Size(100, 95); this.listProvider.TabIndex = 2; // // listTypePos // this.listTypePos.Location = new System.Drawing.Point(266, 34); this.listTypePos.Name = "listTypePos"; this.listTypePos.Size = new System.Drawing.Size(202, 264); this.listTypePos.TabIndex = 3; this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged); // // listTypeNeg // this.listTypeNeg.Location = new System.Drawing.Point(482, 34); this.listTypeNeg.Name = "listTypeNeg"; this.listTypeNeg.Size = new System.Drawing.Size(206, 264); this.listTypeNeg.TabIndex = 4; this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged); // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(176, 354); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(355, 140); this.textNote.TabIndex = 0; this.textNote.Text = ""; // // textProcDate // this.textProcDate.Location = new System.Drawing.Point(112, 76); this.textProcDate.Name = "textProcDate"; this.textProcDate.Size = new System.Drawing.Size(80, 20); this.textProcDate.TabIndex = 19; this.textProcDate.Text = ""; // // label7 // this.label7.Location = new System.Drawing.Point(7, 78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104, 16); this.label7.TabIndex = 18; this.label7.Text = "Procedure Date"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(112, 28); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(80, 20); this.textDateEntry.TabIndex = 21; this.textDateEntry.Text = ""; // // label8 // this.label8.Location = new System.Drawing.Point(7, 30); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104, 16); this.label8.TabIndex = 20; this.label8.Text = "Entry Date"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FormAdjust // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(731, 528); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.label8); this.Controls.Add(this.textProcDate); this.Controls.Add(this.label7); this.Controls.Add(this.textNote); this.Controls.Add(this.listTypeNeg); this.Controls.Add(this.listTypePos); this.Controls.Add(this.listProvider); this.Controls.Add(this.textAmount); this.Controls.Add(this.butDelete); this.Controls.Add(this.label3); this.Controls.Add(this.textAdjDate); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label2); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAdjust"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Adjustment"; this.Load += new System.EventHandler(this.FormAdjust_Load); this.ResumeLayout(false); }
/// <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(FormEmailMessageEdit)); this.label2 = new System.Windows.Forms.Label(); this.textSubject = new System.Windows.Forms.TextBox(); this.textToAddress = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textFromAddress = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textMsgDateTime = new System.Windows.Forms.TextBox(); this.labelSent = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.listTemplates = new System.Windows.Forms.ListBox(); this.panelTemplates = new System.Windows.Forms.Panel(); this.listAttachments = new System.Windows.Forms.ListBox(); this.contextMenuAttachments = new System.Windows.Forms.ContextMenu(); this.menuItemOpen = new System.Windows.Forms.MenuItem(); this.menuItemRename = new System.Windows.Forms.MenuItem(); this.menuItemRemove = new System.Windows.Forms.MenuItem(); this.butAttach = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butSave = new OpenDental.UI.Button(); this.butInsert = new OpenDental.UI.Button(); this.butDeleteTemplate = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.textBodyText = new OpenDental.ODtextBox(); this.butSend = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.panelTemplates.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(210, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 14); this.label2.TabIndex = 3; this.label2.Text = "Subject:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSubject // this.textSubject.Location = new System.Drawing.Point(278, 62); this.textSubject.Name = "textSubject"; this.textSubject.Size = new System.Drawing.Size(328, 20); this.textSubject.TabIndex = 0; // // textToAddress // this.textToAddress.Location = new System.Drawing.Point(278, 41); this.textToAddress.Name = "textToAddress"; this.textToAddress.Size = new System.Drawing.Size(328, 20); this.textToAddress.TabIndex = 8; // // label1 // this.label1.Location = new System.Drawing.Point(206, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 14); this.label1.TabIndex = 9; this.label1.Text = "To:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textFromAddress // this.textFromAddress.Location = new System.Drawing.Point(278, 20); this.textFromAddress.Name = "textFromAddress"; this.textFromAddress.Size = new System.Drawing.Size(328, 20); this.textFromAddress.TabIndex = 10; // // label3 // this.label3.Location = new System.Drawing.Point(206, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 14); this.label3.TabIndex = 11; this.label3.Text = "From:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMsgDateTime // this.textMsgDateTime.BackColor = System.Drawing.SystemColors.Control; this.textMsgDateTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textMsgDateTime.Location = new System.Drawing.Point(278, 4); this.textMsgDateTime.Name = "textMsgDateTime"; this.textMsgDateTime.Size = new System.Drawing.Size(253, 13); this.textMsgDateTime.TabIndex = 12; // // labelSent // this.labelSent.Location = new System.Drawing.Point(207, 3); this.labelSent.Name = "labelSent"; this.labelSent.Size = new System.Drawing.Size(71, 14); this.labelSent.TabIndex = 13; this.labelSent.Text = "Date / Time:"; this.labelSent.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(8, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(124, 14); this.label4.TabIndex = 18; this.label4.Text = "E-mail Template"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listTemplates // this.listTemplates.Location = new System.Drawing.Point(10, 26); this.listTemplates.Name = "listTemplates"; this.listTemplates.Size = new System.Drawing.Size(164, 277); this.listTemplates.TabIndex = 17; this.listTemplates.DoubleClick += new System.EventHandler(this.listTemplates_DoubleClick); // // panelTemplates // this.panelTemplates.Controls.Add(this.butInsert); this.panelTemplates.Controls.Add(this.butDeleteTemplate); this.panelTemplates.Controls.Add(this.butAdd); this.panelTemplates.Controls.Add(this.label4); this.panelTemplates.Controls.Add(this.listTemplates); this.panelTemplates.Location = new System.Drawing.Point(8, 9); this.panelTemplates.Name = "panelTemplates"; this.panelTemplates.Size = new System.Drawing.Size(180, 370); this.panelTemplates.TabIndex = 24; // // listAttachments // this.listAttachments.Location = new System.Drawing.Point(612, 26); this.listAttachments.Name = "listAttachments"; this.listAttachments.Size = new System.Drawing.Size(315, 56); this.listAttachments.TabIndex = 28; this.listAttachments.DoubleClick += new System.EventHandler(this.listAttachments_DoubleClick); this.listAttachments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listAttachments_MouseDown); // // contextMenuAttachments // this.contextMenuAttachments.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemOpen, this.menuItemRename, this.menuItemRemove }); this.contextMenuAttachments.Popup += new System.EventHandler(this.contextMenuAttachments_Popup); // // menuItemOpen // this.menuItemOpen.Index = 0; this.menuItemOpen.Text = "Open"; this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click); // // menuItemRename // this.menuItemRename.Index = 1; this.menuItemRename.Text = "Rename"; this.menuItemRename.Click += new System.EventHandler(this.menuItemRename_Click); // // menuItemRemove // this.menuItemRemove.Index = 2; this.menuItemRemove.Text = "Remove"; this.menuItemRemove.Click += new System.EventHandler(this.menuItemRemove_Click); // // butAttach // this.butAttach.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butAttach.Autosize = true; this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttach.Location = new System.Drawing.Point(612, 2); this.butAttach.Name = "butAttach"; this.butAttach.Size = new System.Drawing.Size(75, 22); this.butAttach.TabIndex = 27; this.butAttach.Text = "Attach..."; this.butAttach.Click += new System.EventHandler(this.butAttach_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.Image = ((System.Drawing.Image)(resources.GetObject("butDelete.Image"))); this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(8, 628); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75, 26); this.butDelete.TabIndex = 26; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butSave // this.butSave.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSave.Autosize = true; this.butSave.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSave.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSave.Location = new System.Drawing.Point(278, 629); this.butSave.Name = "butSave"; this.butSave.Size = new System.Drawing.Size(75, 25); this.butSave.TabIndex = 25; this.butSave.Text = "Save"; this.butSave.Click += new System.EventHandler(this.butSave_Click); // // butInsert // this.butInsert.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butInsert.Autosize = true; this.butInsert.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInsert.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInsert.Image = ((System.Drawing.Image)(resources.GetObject("butInsert.Image"))); this.butInsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butInsert.Location = new System.Drawing.Point(102, 305); this.butInsert.Name = "butInsert"; this.butInsert.Size = new System.Drawing.Size(74, 26); this.butInsert.TabIndex = 23; this.butInsert.Text = "Insert"; this.butInsert.Click += new System.EventHandler(this.butInsert_Click); // // butDeleteTemplate // this.butDeleteTemplate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDeleteTemplate.Autosize = true; this.butDeleteTemplate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeleteTemplate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeleteTemplate.Image = ((System.Drawing.Image)(resources.GetObject("butDeleteTemplate.Image"))); this.butDeleteTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeleteTemplate.Location = new System.Drawing.Point(7, 339); this.butDeleteTemplate.Name = "butDeleteTemplate"; this.butDeleteTemplate.Size = new System.Drawing.Size(75, 26); this.butDeleteTemplate.TabIndex = 21; this.butDeleteTemplate.Text = "Delete"; this.butDeleteTemplate.Click += new System.EventHandler(this.butDeleteTemplate_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.Image = ((System.Drawing.Image)(resources.GetObject("butAdd.Image"))); this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(7, 305); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 26); this.butAdd.TabIndex = 19; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // textBodyText // this.textBodyText.AcceptsReturn = true; this.textBodyText.Location = new System.Drawing.Point(278, 83); this.textBodyText.Multiline = true; this.textBodyText.Name = "textBodyText"; this.textBodyText.QuickPasteType = QuickPasteType.Email; this.textBodyText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBodyText.Size = new System.Drawing.Size(649, 537); this.textBodyText.TabIndex = 22; this.textBodyText.TextChanged += new System.EventHandler(this.textBodyText_TextChanged); // // butSend // this.butSend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butSend.Autosize = true; this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSend.Location = new System.Drawing.Point(764, 629); this.butSend.Name = "butSend"; this.butSend.Size = new System.Drawing.Size(75, 25); this.butSend.TabIndex = 2; this.butSend.Text = "&Send"; this.butSend.Click += new System.EventHandler(this.butSend_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(852, 629); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 3; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // FormEmailMessageEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(941, 670); this.Controls.Add(this.listAttachments); this.Controls.Add(this.butAttach); this.Controls.Add(this.butDelete); this.Controls.Add(this.butSave); this.Controls.Add(this.panelTemplates); this.Controls.Add(this.textBodyText); this.Controls.Add(this.textMsgDateTime); this.Controls.Add(this.textFromAddress); this.Controls.Add(this.textToAddress); this.Controls.Add(this.textSubject); this.Controls.Add(this.labelSent); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.butSend); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEmailMessageEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit E-mail Message"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormEmailMessageEdit_Closing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormEmailMessageEdit_FormClosing); this.Load += new System.EventHandler(this.FormEmailMessageEdit_Load); this.panelTemplates.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(FormRxEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textSig = new System.Windows.Forms.TextBox(); this.textDisp = new System.Windows.Forms.TextBox(); this.textRefills = new System.Windows.Forms.TextBox(); this.textDrug = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDate = new OpenDental.ValidDate(); this.listProv = new System.Windows.Forms.ListBox(); this.label7 = new System.Windows.Forms.Label(); this.pd2 = new System.Drawing.Printing.PrintDocument(); this.butPrint = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.textNotes = new OpenDental.ODtextBox(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(618, 424); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 9; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(618, 384); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 8; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textSig // this.textSig.AcceptsReturn = true; this.textSig.Location = new System.Drawing.Point(110, 104); this.textSig.Multiline = true; this.textSig.Name = "textSig"; this.textSig.Size = new System.Drawing.Size(254, 44); this.textSig.TabIndex = 2; // // textDisp // this.textDisp.Location = new System.Drawing.Point(110, 160); this.textDisp.Name = "textDisp"; this.textDisp.Size = new System.Drawing.Size(112, 20); this.textDisp.TabIndex = 3; // // textRefills // this.textRefills.Location = new System.Drawing.Point(110, 194); this.textRefills.Name = "textRefills"; this.textRefills.Size = new System.Drawing.Size(114, 20); this.textRefills.TabIndex = 4; // // textDrug // this.textDrug.Location = new System.Drawing.Point(110, 72); this.textDrug.Name = "textDrug"; this.textDrug.Size = new System.Drawing.Size(254, 20); this.textDrug.TabIndex = 1; // // label6 // this.label6.Location = new System.Drawing.Point(17, 108); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(89, 14); this.label6.TabIndex = 17; this.label6.Text = "Sig"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.Location = new System.Drawing.Point(7, 164); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(99, 14); this.label5.TabIndex = 16; this.label5.Text = "Disp"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(7, 198); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 14); this.label4.TabIndex = 15; this.label4.Text = "Refills"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(11, 232); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 14); this.label3.TabIndex = 14; this.label3.Text = "Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label1 // this.label1.Location = new System.Drawing.Point(13, 74); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 14); this.label1.TabIndex = 13; this.label1.Text = "Drug"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.Location = new System.Drawing.Point(3, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(105, 14); this.label2.TabIndex = 25; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDate // this.textDate.Location = new System.Drawing.Point(110, 40); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(100, 20); this.textDate.TabIndex = 0; // // listProv // this.listProv.Location = new System.Drawing.Point(524, 28); this.listProv.Name = "listProv"; this.listProv.Size = new System.Drawing.Size(120, 212); this.listProv.TabIndex = 6; // // label7 // this.label7.Location = new System.Drawing.Point(522, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(103, 14); this.label7.TabIndex = 28; this.label7.Text = "Provider"; // // pd2 // this.pd2.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.pd2_PrintPage); // // butPrint // this.butPrint.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butPrint.Autosize = true; this.butPrint.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPrint.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPrint.CornerRadius = 4F; this.butPrint.Image = global::OpenDental.Properties.Resources.butPrintSmall; this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butPrint.Location = new System.Drawing.Point(482, 424); this.butPrint.Name = "butPrint"; this.butPrint.Size = new System.Drawing.Size(88, 26); this.butPrint.TabIndex = 29; this.butPrint.Text = "&Print"; this.butPrint.Click += new System.EventHandler(this.butPrint_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(38, 424); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(88, 26); this.butDelete.TabIndex = 30; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textNotes // this.textNotes.AcceptsReturn = true; this.textNotes.Location = new System.Drawing.Point(110, 231); this.textNotes.Multiline = true; this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx; this.textNotes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(373, 111); this.textNotes.TabIndex = 31; // // FormRxEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(710, 472); this.Controls.Add(this.textNotes); this.Controls.Add(this.butDelete); this.Controls.Add(this.butPrint); this.Controls.Add(this.textDate); this.Controls.Add(this.textSig); this.Controls.Add(this.textDisp); this.Controls.Add(this.textRefills); this.Controls.Add(this.textDrug); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label7); this.Controls.Add(this.listProv); this.Controls.Add(this.label2); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRxEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Rx"; this.Load += new System.EventHandler(this.FormRxEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust)); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textAdjDate = new OpenDental.ValidDate(); this.label3 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.textAmount = new OpenDental.ValidDouble(); this.listTypePos = new System.Windows.Forms.ListBox(); this.listTypeNeg = new System.Windows.Forms.ListBox(); this.textProcDate = new OpenDental.ValidDate(); this.label7 = new System.Windows.Forms.Label(); this.textDateEntry = new OpenDental.ValidDate(); this.label8 = new System.Windows.Forms.Label(); this.butPickProv = new OpenDental.UI.Button(); this.comboProv = new System.Windows.Forms.ComboBox(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(7,54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104,16); this.label1.TabIndex = 0; this.label1.Text = "Adjustment Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(175,333); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100,16); this.label4.TabIndex = 3; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(11,102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100,16); this.label5.TabIndex = 4; this.label5.Text = "Amount"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(315,14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(167,16); this.label6.TabIndex = 5; this.label6.Text = "Additions"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(11,128); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100,16); this.label2.TabIndex = 10; this.label2.Text = "Provider"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(614,433); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75,24); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(614,471); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75,24); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textAdjDate // this.textAdjDate.Location = new System.Drawing.Point(112,52); this.textAdjDate.Name = "textAdjDate"; this.textAdjDate.Size = new System.Drawing.Size(80,20); this.textAdjDate.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(528,14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(182,16); this.label3.TabIndex = 16; this.label3.Text = "Subtractions"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Location = new System.Drawing.Point(24,469); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75,24); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textAmount // this.textAmount.Location = new System.Drawing.Point(112,100); this.textAmount.Name = "textAmount"; this.textAmount.Size = new System.Drawing.Size(68,20); this.textAmount.TabIndex = 1; // // listTypePos // this.listTypePos.Location = new System.Drawing.Point(299,34); this.listTypePos.Name = "listTypePos"; this.listTypePos.Size = new System.Drawing.Size(202,264); this.listTypePos.TabIndex = 3; this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged); // // listTypeNeg // this.listTypeNeg.Location = new System.Drawing.Point(515,34); this.listTypeNeg.Name = "listTypeNeg"; this.listTypeNeg.Size = new System.Drawing.Size(206,264); this.listTypeNeg.TabIndex = 4; this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged); // // textProcDate // this.textProcDate.Location = new System.Drawing.Point(112,76); this.textProcDate.Name = "textProcDate"; this.textProcDate.Size = new System.Drawing.Size(80,20); this.textProcDate.TabIndex = 19; // // label7 // this.label7.Location = new System.Drawing.Point(7,78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104,16); this.label7.TabIndex = 18; this.label7.Text = "(procedure date)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(112,28); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(80,20); this.textDateEntry.TabIndex = 21; // // label8 // this.label8.Location = new System.Drawing.Point(7,30); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104,16); this.label8.TabIndex = 20; this.label8.Text = "Entry Date"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butPickProv // this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0,0); this.butPickProv.Autosize = false; this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickProv.CornerRadius = 2F; this.butPickProv.Location = new System.Drawing.Point(271,124); this.butPickProv.Name = "butPickProv"; this.butPickProv.Size = new System.Drawing.Size(18,21); this.butPickProv.TabIndex = 165; this.butPickProv.Text = "..."; this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click); // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.Location = new System.Drawing.Point(112,124); this.comboProv.MaxDropDownItems = 30; this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(158,21); this.comboProv.TabIndex = 164; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(112,149); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(177,21); this.comboClinic.TabIndex = 162; this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted); // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(-4,151); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(114,16); this.labelClinic.TabIndex = 163; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(176,354); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(355,140); this.textNote.TabIndex = 0; // // FormAdjust // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(731,528); this.Controls.Add(this.butPickProv); this.Controls.Add(this.comboProv); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.label8); this.Controls.Add(this.textProcDate); this.Controls.Add(this.label7); this.Controls.Add(this.textNote); this.Controls.Add(this.listTypeNeg); this.Controls.Add(this.listTypePos); this.Controls.Add(this.textAmount); this.Controls.Add(this.butDelete); this.Controls.Add(this.label3); this.Controls.Add(this.textAdjDate); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label2); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAdjust"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Adjustment"; this.Load += new System.EventHandler(this.FormAdjust_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcEdit)); this.labelDate = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelTooth = new System.Windows.Forms.Label(); this.labelSurfaces = new System.Windows.Forms.Label(); this.labelAmount = new System.Windows.Forms.Label(); this.textProc = new System.Windows.Forms.TextBox(); this.textTooth = new System.Windows.Forms.TextBox(); this.textSurfaces = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textDesc = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.labelRange = new System.Windows.Forms.Label(); this.textRange = new System.Windows.Forms.TextBox(); this.groupQuadrant = new System.Windows.Forms.GroupBox(); this.radioLR = new System.Windows.Forms.RadioButton(); this.radioLL = new System.Windows.Forms.RadioButton(); this.radioUL = new System.Windows.Forms.RadioButton(); this.radioUR = new System.Windows.Forms.RadioButton(); this.groupArch = new System.Windows.Forms.GroupBox(); this.radioL = new System.Windows.Forms.RadioButton(); this.radioU = new System.Windows.Forms.RadioButton(); this.panelSurfaces = new System.Windows.Forms.Panel(); this.groupSextant = new System.Windows.Forms.GroupBox(); this.radioS6 = new System.Windows.Forms.RadioButton(); this.radioS5 = new System.Windows.Forms.RadioButton(); this.radioS4 = new System.Windows.Forms.RadioButton(); this.radioS2 = new System.Windows.Forms.RadioButton(); this.radioS3 = new System.Windows.Forms.RadioButton(); this.radioS1 = new System.Windows.Forms.RadioButton(); this.label9 = new System.Windows.Forms.Label(); this.labelDx = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.textTimeFinal = new System.Windows.Forms.TextBox(); this.labelTimeFinal = new System.Windows.Forms.Label(); this.textTimeStart = new System.Windows.Forms.TextBox(); this.textTimeEnd = new System.Windows.Forms.TextBox(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.listBoxTeeth = new System.Windows.Forms.ListBox(); this.label12 = new System.Windows.Forms.Label(); this.labelStartTime = new System.Windows.Forms.Label(); this.labelEndTime = new System.Windows.Forms.Label(); this.listBoxTeeth2 = new System.Windows.Forms.ListBox(); this.textDrugQty = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textDrugNDC = new System.Windows.Forms.TextBox(); this.comboDrugUnit = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.textRevCode = new System.Windows.Forms.TextBox(); this.label22 = new System.Windows.Forms.Label(); this.textUnitQty = new System.Windows.Forms.TextBox(); this.label21 = new System.Windows.Forms.Label(); this.textCodeMod4 = new System.Windows.Forms.TextBox(); this.textCodeMod3 = new System.Windows.Forms.TextBox(); this.textCodeMod2 = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.textCodeMod1 = new System.Windows.Forms.TextBox(); this.checkIsPrincDiag = new System.Windows.Forms.CheckBox(); this.label11 = new System.Windows.Forms.Label(); this.textDiagnosticCode = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.textMedicalCode = new System.Windows.Forms.TextBox(); this.labelClaim = new System.Windows.Forms.Label(); this.comboPlaceService = new System.Windows.Forms.ComboBox(); this.labelPlaceService = new System.Windows.Forms.Label(); this.labelPriority = new System.Windows.Forms.Label(); this.labelSetComplete = new System.Windows.Forms.Label(); this.checkNoBillIns = new System.Windows.Forms.CheckBox(); this.labelIncomplete = new System.Windows.Forms.Label(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.comboPriority = new System.Windows.Forms.ComboBox(); this.comboDx = new System.Windows.Forms.ComboBox(); this.comboProvNum = new System.Windows.Forms.ComboBox(); this.textUser = new System.Windows.Forms.TextBox(); this.comboBillingTypeTwo = new System.Windows.Forms.ComboBox(); this.labelBillingTypeTwo = new System.Windows.Forms.Label(); this.comboBillingTypeOne = new System.Windows.Forms.ComboBox(); this.labelBillingTypeOne = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.labelInvalidSig = new System.Windows.Forms.Label(); this.textSite = new System.Windows.Forms.TextBox(); this.labelSite = new System.Windows.Forms.Label(); this.checkHideGraphics = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.listProsth = new System.Windows.Forms.ListBox(); this.groupProsth = new System.Windows.Forms.GroupBox(); this.checkTypeCodeA = new System.Windows.Forms.CheckBox(); this.checkTypeCodeB = new System.Windows.Forms.CheckBox(); this.checkTypeCodeC = new System.Windows.Forms.CheckBox(); this.checkTypeCodeE = new System.Windows.Forms.CheckBox(); this.checkTypeCodeL = new System.Windows.Forms.CheckBox(); this.checkTypeCodeX = new System.Windows.Forms.CheckBox(); this.checkTypeCodeS = new System.Windows.Forms.CheckBox(); this.groupCanadianProcTypeCode = new System.Windows.Forms.GroupBox(); this.labelDPCpost = new System.Windows.Forms.Label(); this.comboDPCpost = new System.Windows.Forms.ComboBox(); this.labelScheduleBy = new System.Windows.Forms.Label(); this.checkIsRepair = new System.Windows.Forms.CheckBox(); this.checkIsEffComm = new System.Windows.Forms.CheckBox(); this.checkIsOnCall = new System.Windows.Forms.CheckBox(); this.comboDPC = new System.Windows.Forms.ComboBox(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.labelStatus = new System.Windows.Forms.Label(); this.labelDateStop = new System.Windows.Forms.Label(); this.labelDateSched = new System.Windows.Forms.Label(); this.labelDPC = new System.Windows.Forms.Label(); this.comboPrognosis = new System.Windows.Forms.ComboBox(); this.labelPrognosis = new System.Windows.Forms.Label(); this.comboProcStatus = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.textReferral = new System.Windows.Forms.TextBox(); this.labelClaimNote = new System.Windows.Forms.Label(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabPageFinancial = new System.Windows.Forms.TabPage(); this.tabPageMedical = new System.Windows.Forms.TabPage(); this.label17 = new System.Windows.Forms.Label(); this.comboUnitType = new System.Windows.Forms.ComboBox(); this.tabPageMisc = new System.Windows.Forms.TabPage(); this.textBillingNote = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.tabPageCanada = new System.Windows.Forms.TabPage(); this.labelCanadaLabFee2 = new System.Windows.Forms.Label(); this.labelCanadaLabFee1 = new System.Windows.Forms.Label(); this.tabPageOrion = new System.Windows.Forms.TabPage(); this.labelLocked = new System.Windows.Forms.Label(); this.gridIns = new OpenDental.UI.ODGrid(); this.label20 = new System.Windows.Forms.Label(); this.textSnomedBodySite = new System.Windows.Forms.TextBox(); this.butSearch = new OpenDental.UI.Button(); this.butLock = new OpenDental.UI.Button(); this.butInvalidate = new OpenDental.UI.Button(); this.butAppend = new OpenDental.UI.Button(); this.butAddEstimate = new OpenDental.UI.Button(); this.tbAdj = new OpenDental.TableProcAdj(); this.tbPay = new OpenDental.TableProcPay(); this.butAddAdjust = new OpenDental.UI.Button(); this.butNoneSnomedBodySite = new OpenDental.UI.Button(); this.butSnomedBodySiteSelect = new OpenDental.UI.Button(); this.butPickSite = new OpenDental.UI.Button(); this.textCanadaLabFee2 = new OpenDental.ValidDouble(); this.textCanadaLabFee1 = new OpenDental.ValidDouble(); this.textDateStop = new OpenDental.ValidDate(); this.textDateScheduled = new OpenDental.ValidDate(); this.textClaimNote = new OpenDental.ODtextBox(); this.butReferral = new OpenDental.UI.Button(); this.butPickProv = new OpenDental.UI.Button(); this.butTopazSign = new OpenDental.UI.Button(); this.buttonUseAutoNote = new OpenDental.UI.Button(); this.sigBox = new OpenDental.UI.SignatureBox(); this.butClearSig = new OpenDental.UI.Button(); this.textDateOriginalProsth = new OpenDental.ValidDate(); this.textNotes = new OpenDental.ODtextBox(); this.butSetComplete = new OpenDental.UI.Button(); this.butEditAnyway = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textDate = new OpenDental.ValidDate(); this.butNow = new OpenDental.UI.Button(); this.butD = new OpenDental.UI.Button(); this.butBF = new OpenDental.UI.Button(); this.butL = new OpenDental.UI.Button(); this.butM = new OpenDental.UI.Button(); this.butV = new OpenDental.UI.Button(); this.butOI = new OpenDental.UI.Button(); this.textDateTP = new OpenDental.ValidDate(); this.textDateEntry = new OpenDental.ValidDate(); this.textProcFee = new OpenDental.ValidDouble(); this.butChange = new OpenDental.UI.Button(); this.groupQuadrant.SuspendLayout(); this.groupArch.SuspendLayout(); this.panelSurfaces.SuspendLayout(); this.groupSextant.SuspendLayout(); this.panel1.SuspendLayout(); this.groupProsth.SuspendLayout(); this.groupCanadianProcTypeCode.SuspendLayout(); this.tabControl.SuspendLayout(); this.tabPageFinancial.SuspendLayout(); this.tabPageMedical.SuspendLayout(); this.tabPageMisc.SuspendLayout(); this.tabPageCanada.SuspendLayout(); this.tabPageOrion.SuspendLayout(); this.SuspendLayout(); // // labelDate // this.labelDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelDate.Location = new System.Drawing.Point(8, 44); this.labelDate.Name = "labelDate"; this.labelDate.Size = new System.Drawing.Size(96, 14); this.labelDate.TabIndex = 0; this.labelDate.Text = "Date"; this.labelDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(26, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 12); this.label2.TabIndex = 1; this.label2.Text = "Procedure"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelTooth // this.labelTooth.Location = new System.Drawing.Point(68, 107); this.labelTooth.Name = "labelTooth"; this.labelTooth.Size = new System.Drawing.Size(36, 12); this.labelTooth.TabIndex = 2; this.labelTooth.Text = "Tooth"; this.labelTooth.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelTooth.Visible = false; // // labelSurfaces // this.labelSurfaces.Location = new System.Drawing.Point(33, 135); this.labelSurfaces.Name = "labelSurfaces"; this.labelSurfaces.Size = new System.Drawing.Size(73, 16); this.labelSurfaces.TabIndex = 3; this.labelSurfaces.Text = "Surfaces"; this.labelSurfaces.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelSurfaces.Visible = false; // // labelAmount // this.labelAmount.Location = new System.Drawing.Point(30, 158); this.labelAmount.Name = "labelAmount"; this.labelAmount.Size = new System.Drawing.Size(75, 16); this.labelAmount.TabIndex = 4; this.labelAmount.Text = "Amount"; this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textProc // this.textProc.Location = new System.Drawing.Point(106, 61); this.textProc.Name = "textProc"; this.textProc.ReadOnly = true; this.textProc.Size = new System.Drawing.Size(76, 20); this.textProc.TabIndex = 6; // // textTooth // this.textTooth.Location = new System.Drawing.Point(106, 105); this.textTooth.Name = "textTooth"; this.textTooth.Size = new System.Drawing.Size(35, 20); this.textTooth.TabIndex = 7; this.textTooth.Visible = false; this.textTooth.Validating += new System.ComponentModel.CancelEventHandler(this.textTooth_Validating); // // textSurfaces // this.textSurfaces.Location = new System.Drawing.Point(106, 133); this.textSurfaces.Name = "textSurfaces"; this.textSurfaces.Size = new System.Drawing.Size(68, 20); this.textSurfaces.TabIndex = 4; this.textSurfaces.Visible = false; this.textSurfaces.TextChanged += new System.EventHandler(this.textSurfaces_TextChanged); this.textSurfaces.Validating += new System.ComponentModel.CancelEventHandler(this.textSurfaces_Validating); // // label6 // this.label6.Location = new System.Drawing.Point(0, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(105, 16); this.label6.TabIndex = 13; this.label6.Text = "Description"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDesc // this.textDesc.BackColor = System.Drawing.SystemColors.Control; this.textDesc.Location = new System.Drawing.Point(106, 81); this.textDesc.Name = "textDesc"; this.textDesc.Size = new System.Drawing.Size(216, 20); this.textDesc.TabIndex = 16; // // label7 // this.label7.Location = new System.Drawing.Point(429, 163); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(73, 16); this.label7.TabIndex = 0; this.label7.Text = "&Notes"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // labelRange // this.labelRange.Location = new System.Drawing.Point(24, 107); this.labelRange.Name = "labelRange"; this.labelRange.Size = new System.Drawing.Size(82, 16); this.labelRange.TabIndex = 33; this.labelRange.Text = "Tooth Range"; this.labelRange.TextAlign = System.Drawing.ContentAlignment.TopRight; this.labelRange.Visible = false; // // textRange // this.textRange.Location = new System.Drawing.Point(106, 105); this.textRange.Name = "textRange"; this.textRange.Size = new System.Drawing.Size(100, 20); this.textRange.TabIndex = 34; this.textRange.Visible = false; // // groupQuadrant // this.groupQuadrant.Controls.Add(this.radioLR); this.groupQuadrant.Controls.Add(this.radioLL); this.groupQuadrant.Controls.Add(this.radioUL); this.groupQuadrant.Controls.Add(this.radioUR); this.groupQuadrant.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupQuadrant.Location = new System.Drawing.Point(104, 99); this.groupQuadrant.Name = "groupQuadrant"; this.groupQuadrant.Size = new System.Drawing.Size(108, 56); this.groupQuadrant.TabIndex = 36; this.groupQuadrant.TabStop = false; this.groupQuadrant.Text = "Quadrant"; this.groupQuadrant.Visible = false; // // radioLR // this.radioLR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioLR.Location = new System.Drawing.Point(12, 36); this.radioLR.Name = "radioLR"; this.radioLR.Size = new System.Drawing.Size(40, 16); this.radioLR.TabIndex = 3; this.radioLR.Text = "LR"; this.radioLR.Click += new System.EventHandler(this.radioLR_Click); // // radioLL // this.radioLL.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioLL.Location = new System.Drawing.Point(64, 36); this.radioLL.Name = "radioLL"; this.radioLL.Size = new System.Drawing.Size(40, 16); this.radioLL.TabIndex = 1; this.radioLL.Text = "LL"; this.radioLL.Click += new System.EventHandler(this.radioLL_Click); // // radioUL // this.radioUL.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioUL.Location = new System.Drawing.Point(64, 16); this.radioUL.Name = "radioUL"; this.radioUL.Size = new System.Drawing.Size(40, 16); this.radioUL.TabIndex = 0; this.radioUL.Text = "UL"; this.radioUL.Click += new System.EventHandler(this.radioUL_Click); // // radioUR // this.radioUR.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioUR.Location = new System.Drawing.Point(12, 16); this.radioUR.Name = "radioUR"; this.radioUR.Size = new System.Drawing.Size(40, 16); this.radioUR.TabIndex = 0; this.radioUR.Text = "UR"; this.radioUR.Click += new System.EventHandler(this.radioUR_Click); // // groupArch // this.groupArch.Controls.Add(this.radioL); this.groupArch.Controls.Add(this.radioU); this.groupArch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupArch.Location = new System.Drawing.Point(104, 99); this.groupArch.Name = "groupArch"; this.groupArch.Size = new System.Drawing.Size(60, 56); this.groupArch.TabIndex = 3; this.groupArch.TabStop = false; this.groupArch.Text = "Arch"; this.groupArch.Visible = false; // // radioL // this.radioL.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioL.Location = new System.Drawing.Point(12, 36); this.radioL.Name = "radioL"; this.radioL.Size = new System.Drawing.Size(28, 16); this.radioL.TabIndex = 1; this.radioL.Text = "L"; this.radioL.Click += new System.EventHandler(this.radioL_Click); // // radioU // this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioU.Location = new System.Drawing.Point(12, 16); this.radioU.Name = "radioU"; this.radioU.Size = new System.Drawing.Size(32, 16); this.radioU.TabIndex = 0; this.radioU.Text = "U"; this.radioU.Click += new System.EventHandler(this.radioU_Click); // // panelSurfaces // this.panelSurfaces.Controls.Add(this.butD); this.panelSurfaces.Controls.Add(this.butBF); this.panelSurfaces.Controls.Add(this.butL); this.panelSurfaces.Controls.Add(this.butM); this.panelSurfaces.Controls.Add(this.butV); this.panelSurfaces.Controls.Add(this.butOI); this.panelSurfaces.Location = new System.Drawing.Point(188, 106); this.panelSurfaces.Name = "panelSurfaces"; this.panelSurfaces.Size = new System.Drawing.Size(96, 66); this.panelSurfaces.TabIndex = 100; this.panelSurfaces.Visible = false; // // groupSextant // this.groupSextant.Controls.Add(this.radioS6); this.groupSextant.Controls.Add(this.radioS5); this.groupSextant.Controls.Add(this.radioS4); this.groupSextant.Controls.Add(this.radioS2); this.groupSextant.Controls.Add(this.radioS3); this.groupSextant.Controls.Add(this.radioS1); this.groupSextant.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupSextant.Location = new System.Drawing.Point(104, 99); this.groupSextant.Name = "groupSextant"; this.groupSextant.Size = new System.Drawing.Size(156, 56); this.groupSextant.TabIndex = 5; this.groupSextant.TabStop = false; this.groupSextant.Text = "Sextant"; this.groupSextant.Visible = false; // // radioS6 // this.radioS6.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS6.Location = new System.Drawing.Point(12, 36); this.radioS6.Name = "radioS6"; this.radioS6.Size = new System.Drawing.Size(36, 16); this.radioS6.TabIndex = 5; this.radioS6.Text = "6"; this.radioS6.Click += new System.EventHandler(this.radioS6_Click); // // radioS5 // this.radioS5.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS5.Location = new System.Drawing.Point(60, 36); this.radioS5.Name = "radioS5"; this.radioS5.Size = new System.Drawing.Size(36, 16); this.radioS5.TabIndex = 4; this.radioS5.Text = "5"; this.radioS5.Click += new System.EventHandler(this.radioS5_Click); // // radioS4 // this.radioS4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS4.Location = new System.Drawing.Point(108, 36); this.radioS4.Name = "radioS4"; this.radioS4.Size = new System.Drawing.Size(36, 16); this.radioS4.TabIndex = 1; this.radioS4.Text = "4"; this.radioS4.Click += new System.EventHandler(this.radioS4_Click); // // radioS2 // this.radioS2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS2.Location = new System.Drawing.Point(60, 16); this.radioS2.Name = "radioS2"; this.radioS2.Size = new System.Drawing.Size(36, 16); this.radioS2.TabIndex = 2; this.radioS2.Text = "2"; this.radioS2.Click += new System.EventHandler(this.radioS2_Click); // // radioS3 // this.radioS3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS3.Location = new System.Drawing.Point(108, 16); this.radioS3.Name = "radioS3"; this.radioS3.Size = new System.Drawing.Size(36, 16); this.radioS3.TabIndex = 0; this.radioS3.Text = "3"; this.radioS3.Click += new System.EventHandler(this.radioS3_Click); // // radioS1 // this.radioS1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.radioS1.Location = new System.Drawing.Point(12, 16); this.radioS1.Name = "radioS1"; this.radioS1.Size = new System.Drawing.Size(36, 16); this.radioS1.TabIndex = 0; this.radioS1.Text = "1"; this.radioS1.Click += new System.EventHandler(this.radioS1_Click); // // label9 // this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(5, 199); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(100, 14); this.label9.TabIndex = 45; this.label9.Text = "Provider"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelDx // this.labelDx.Location = new System.Drawing.Point(5, 242); this.labelDx.Name = "labelDx"; this.labelDx.Size = new System.Drawing.Size(100, 14); this.labelDx.TabIndex = 46; this.labelDx.Text = "Diagnosis"; this.labelDx.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.AllowDrop = true; this.panel1.Controls.Add(this.textTimeFinal); this.panel1.Controls.Add(this.labelTimeFinal); this.panel1.Controls.Add(this.textTimeStart); this.panel1.Controls.Add(this.textTimeEnd); this.panel1.Controls.Add(this.textDate); this.panel1.Controls.Add(this.butNow); this.panel1.Controls.Add(this.panelSurfaces); this.panel1.Controls.Add(this.textDateTP); this.panel1.Controls.Add(this.label27); this.panel1.Controls.Add(this.label26); this.panel1.Controls.Add(this.listBoxTeeth); this.panel1.Controls.Add(this.textDesc); this.panel1.Controls.Add(this.textDateEntry); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.labelTooth); this.panel1.Controls.Add(this.labelSurfaces); this.panel1.Controls.Add(this.labelAmount); this.panel1.Controls.Add(this.textSurfaces); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.groupQuadrant); this.panel1.Controls.Add(this.textProcFee); this.panel1.Controls.Add(this.textTooth); this.panel1.Controls.Add(this.labelStartTime); this.panel1.Controls.Add(this.labelEndTime); this.panel1.Controls.Add(this.labelRange); this.panel1.Controls.Add(this.labelDate); this.panel1.Controls.Add(this.textProc); this.panel1.Controls.Add(this.listBoxTeeth2); this.panel1.Controls.Add(this.textRange); this.panel1.Controls.Add(this.butChange); this.panel1.Controls.Add(this.groupSextant); this.panel1.Controls.Add(this.groupArch); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(397, 177); this.panel1.TabIndex = 2; // // textTimeFinal // this.textTimeFinal.Location = new System.Drawing.Point(314, 61); this.textTimeFinal.Name = "textTimeFinal"; this.textTimeFinal.Size = new System.Drawing.Size(55, 20); this.textTimeFinal.TabIndex = 104; this.textTimeFinal.Visible = false; // // labelTimeFinal // this.labelTimeFinal.Location = new System.Drawing.Point(259, 65); this.labelTimeFinal.Name = "labelTimeFinal"; this.labelTimeFinal.Size = new System.Drawing.Size(56, 14); this.labelTimeFinal.TabIndex = 103; this.labelTimeFinal.Text = "Final"; this.labelTimeFinal.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelTimeFinal.Visible = false; // // textTimeStart // this.textTimeStart.Location = new System.Drawing.Point(236, 40); this.textTimeStart.Name = "textTimeStart"; this.textTimeStart.Size = new System.Drawing.Size(55, 20); this.textTimeStart.TabIndex = 102; this.textTimeStart.TextChanged += new System.EventHandler(this.textTimeStart_TextChanged); // // textTimeEnd // this.textTimeEnd.Location = new System.Drawing.Point(314, 40); this.textTimeEnd.Name = "textTimeEnd"; this.textTimeEnd.Size = new System.Drawing.Size(55, 20); this.textTimeEnd.TabIndex = 102; this.textTimeEnd.Visible = false; this.textTimeEnd.TextChanged += new System.EventHandler(this.textTimeEnd_TextChanged); // // label27 // this.label27.Location = new System.Drawing.Point(34, 25); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(70, 14); this.label27.TabIndex = 98; this.label27.Text = "Date TP"; this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label26 // this.label26.Location = new System.Drawing.Point(184, 3); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(125, 18); this.label26.TabIndex = 97; this.label26.Text = "(for security)"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // listBoxTeeth // this.listBoxTeeth.AllowDrop = true; this.listBoxTeeth.ColumnWidth = 16; this.listBoxTeeth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBoxTeeth.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"}); this.listBoxTeeth.Location = new System.Drawing.Point(106, 101); this.listBoxTeeth.MultiColumn = true; this.listBoxTeeth.Name = "listBoxTeeth"; this.listBoxTeeth.RightToLeft = System.Windows.Forms.RightToLeft.No; this.listBoxTeeth.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxTeeth.Size = new System.Drawing.Size(272, 17); this.listBoxTeeth.TabIndex = 1; this.listBoxTeeth.Visible = false; this.listBoxTeeth.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth_MouseDown); // // label12 // this.label12.Location = new System.Drawing.Point(-19, 3); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(125, 18); this.label12.TabIndex = 96; this.label12.Text = "Date Entry"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelStartTime // this.labelStartTime.Location = new System.Drawing.Point(181, 44); this.labelStartTime.Name = "labelStartTime"; this.labelStartTime.Size = new System.Drawing.Size(56, 14); this.labelStartTime.TabIndex = 0; this.labelStartTime.Text = "Time Start"; this.labelStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEndTime // this.labelEndTime.Location = new System.Drawing.Point(259, 44); this.labelEndTime.Name = "labelEndTime"; this.labelEndTime.Size = new System.Drawing.Size(56, 14); this.labelEndTime.TabIndex = 0; this.labelEndTime.Text = "End"; this.labelEndTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelEndTime.Visible = false; // // listBoxTeeth2 // this.listBoxTeeth2.ColumnWidth = 16; this.listBoxTeeth2.Items.AddRange(new object[] { "32", "31", "30", "29", "28", "27", "26", "25", "24", "23", "22", "21", "20", "19", "18", "17"}); this.listBoxTeeth2.Location = new System.Drawing.Point(106, 115); this.listBoxTeeth2.MultiColumn = true; this.listBoxTeeth2.Name = "listBoxTeeth2"; this.listBoxTeeth2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxTeeth2.Size = new System.Drawing.Size(272, 17); this.listBoxTeeth2.TabIndex = 2; this.listBoxTeeth2.Visible = false; this.listBoxTeeth2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listBoxTeeth2_MouseDown); // // textDrugQty // this.textDrugQty.Location = new System.Drawing.Point(93, 189); this.textDrugQty.Name = "textDrugQty"; this.textDrugQty.Size = new System.Drawing.Size(59, 20); this.textDrugQty.TabIndex = 174; // // label10 // this.label10.Location = new System.Drawing.Point(18, 190); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(74, 16); this.label10.TabIndex = 173; this.label10.Text = "Drug Qty"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label5 // this.label5.Location = new System.Drawing.Point(13, 150); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(79, 16); this.label5.TabIndex = 170; this.label5.Text = "Drug NDC"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDrugNDC // this.textDrugNDC.Location = new System.Drawing.Point(93, 148); this.textDrugNDC.Name = "textDrugNDC"; this.textDrugNDC.ReadOnly = true; this.textDrugNDC.Size = new System.Drawing.Size(109, 20); this.textDrugNDC.TabIndex = 171; this.textDrugNDC.Text = "12345678901"; // // comboDrugUnit // this.comboDrugUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDrugUnit.FormattingEnabled = true; this.comboDrugUnit.Location = new System.Drawing.Point(93, 168); this.comboDrugUnit.Name = "comboDrugUnit"; this.comboDrugUnit.Size = new System.Drawing.Size(92, 21); this.comboDrugUnit.TabIndex = 169; // // label1 // this.label1.Location = new System.Drawing.Point(18, 170); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 16); this.label1.TabIndex = 168; this.label1.Text = "Drug Unit"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textRevCode // this.textRevCode.Location = new System.Drawing.Point(93, 128); this.textRevCode.MaxLength = 48; this.textRevCode.Name = "textRevCode"; this.textRevCode.Size = new System.Drawing.Size(59, 20); this.textRevCode.TabIndex = 112; // // label22 // this.label22.Location = new System.Drawing.Point(13, 130); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(79, 17); this.label22.TabIndex = 111; this.label22.Text = "Revenue Code"; this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textUnitQty // this.textUnitQty.Location = new System.Drawing.Point(93, 87); this.textUnitQty.MaxLength = 15; this.textUnitQty.Name = "textUnitQty"; this.textUnitQty.Size = new System.Drawing.Size(29, 20); this.textUnitQty.TabIndex = 110; // // label21 // this.label21.Location = new System.Drawing.Point(16, 89); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(76, 17); this.label21.TabIndex = 108; this.label21.Text = "Unit Quantity"; this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCodeMod4 // this.textCodeMod4.Location = new System.Drawing.Point(180, 67); this.textCodeMod4.MaxLength = 2; this.textCodeMod4.Name = "textCodeMod4"; this.textCodeMod4.Size = new System.Drawing.Size(29, 20); this.textCodeMod4.TabIndex = 106; this.textCodeMod4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCodeMod3 // this.textCodeMod3.Location = new System.Drawing.Point(151, 67); this.textCodeMod3.MaxLength = 2; this.textCodeMod3.Name = "textCodeMod3"; this.textCodeMod3.Size = new System.Drawing.Size(29, 20); this.textCodeMod3.TabIndex = 105; this.textCodeMod3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // textCodeMod2 // this.textCodeMod2.Location = new System.Drawing.Point(122, 67); this.textCodeMod2.MaxLength = 2; this.textCodeMod2.Name = "textCodeMod2"; this.textCodeMod2.Size = new System.Drawing.Size(29, 20); this.textCodeMod2.TabIndex = 104; this.textCodeMod2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label19 // this.label19.Location = new System.Drawing.Point(17, 69); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(75, 17); this.label19.TabIndex = 102; this.label19.Text = "Mods"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCodeMod1 // this.textCodeMod1.Location = new System.Drawing.Point(93, 67); this.textCodeMod1.MaxLength = 2; this.textCodeMod1.Name = "textCodeMod1"; this.textCodeMod1.Size = new System.Drawing.Size(29, 20); this.textCodeMod1.TabIndex = 103; this.textCodeMod1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // checkIsPrincDiag // this.checkIsPrincDiag.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrincDiag.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsPrincDiag.Location = new System.Drawing.Point(30, 48); this.checkIsPrincDiag.Name = "checkIsPrincDiag"; this.checkIsPrincDiag.Size = new System.Drawing.Size(76, 18); this.checkIsPrincDiag.TabIndex = 101; this.checkIsPrincDiag.Text = "Princ Diag"; this.checkIsPrincDiag.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.Location = new System.Drawing.Point(13, 28); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(79, 16); this.label11.TabIndex = 99; this.label11.Text = "ICD-9 Code"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDiagnosticCode // this.textDiagnosticCode.Location = new System.Drawing.Point(93, 26); this.textDiagnosticCode.Name = "textDiagnosticCode"; this.textDiagnosticCode.Size = new System.Drawing.Size(76, 20); this.textDiagnosticCode.TabIndex = 100; // // label8 // this.label8.Location = new System.Drawing.Point(10, 9); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(82, 16); this.label8.TabIndex = 97; this.label8.Text = "Medical Code"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMedicalCode // this.textMedicalCode.Location = new System.Drawing.Point(93, 6); this.textMedicalCode.Name = "textMedicalCode"; this.textMedicalCode.Size = new System.Drawing.Size(76, 20); this.textMedicalCode.TabIndex = 98; // // labelClaim // this.labelClaim.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelClaim.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelClaim.Location = new System.Drawing.Point(111, 652); this.labelClaim.Name = "labelClaim"; this.labelClaim.Size = new System.Drawing.Size(480, 44); this.labelClaim.TabIndex = 50; this.labelClaim.Text = "This procedure is attached to a claim, so certain fields should not be edited. Y" + "ou should reprint the claim if any significant changes are made."; this.labelClaim.TextAlign = System.Drawing.ContentAlignment.BottomLeft; this.labelClaim.Visible = false; // // comboPlaceService // this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPlaceService.Location = new System.Drawing.Point(119, 98); this.comboPlaceService.MaxDropDownItems = 30; this.comboPlaceService.Name = "comboPlaceService"; this.comboPlaceService.Size = new System.Drawing.Size(177, 21); this.comboPlaceService.TabIndex = 6; // // labelPlaceService // this.labelPlaceService.Location = new System.Drawing.Point(4, 101); this.labelPlaceService.Name = "labelPlaceService"; this.labelPlaceService.Size = new System.Drawing.Size(114, 16); this.labelPlaceService.TabIndex = 53; this.labelPlaceService.Text = "Place of Service"; this.labelPlaceService.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelPriority // this.labelPriority.Location = new System.Drawing.Point(32, 263); this.labelPriority.Name = "labelPriority"; this.labelPriority.Size = new System.Drawing.Size(72, 16); this.labelPriority.TabIndex = 56; this.labelPriority.Text = "Priority"; this.labelPriority.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelSetComplete // this.labelSetComplete.Location = new System.Drawing.Point(724, 23); this.labelSetComplete.Name = "labelSetComplete"; this.labelSetComplete.Size = new System.Drawing.Size(157, 16); this.labelSetComplete.TabIndex = 58; this.labelSetComplete.Text = "changes date and adds note."; // // checkNoBillIns // this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkNoBillIns.Location = new System.Drawing.Point(142, 12); this.checkNoBillIns.Name = "checkNoBillIns"; this.checkNoBillIns.Size = new System.Drawing.Size(152, 18); this.checkNoBillIns.TabIndex = 9; this.checkNoBillIns.Text = "Do Not Bill to Ins"; this.checkNoBillIns.ThreeState = true; this.checkNoBillIns.Click += new System.EventHandler(this.checkNoBillIns_Click); // // labelIncomplete // this.labelIncomplete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelIncomplete.ForeColor = System.Drawing.Color.DarkRed; this.labelIncomplete.Location = new System.Drawing.Point(724, 138); this.labelIncomplete.Name = "labelIncomplete"; this.labelIncomplete.Size = new System.Drawing.Size(123, 18); this.labelIncomplete.TabIndex = 73; this.labelIncomplete.Text = "Incomplete"; this.labelIncomplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(106, 217); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(177, 21); this.comboClinic.TabIndex = 74; this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted); // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(-10, 219); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(114, 16); this.labelClinic.TabIndex = 75; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label14 // this.label14.Location = new System.Drawing.Point(403, 20); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(99, 16); this.label14.TabIndex = 77; this.label14.Text = "Procedure Status"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label15 // this.label15.Location = new System.Drawing.Point(389, 327); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(110, 41); this.label15.TabIndex = 79; this.label15.Text = "Signature /\r\nInitials"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(429, 138); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(73, 16); this.label16.TabIndex = 80; this.label16.Text = "User"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPriority // this.comboPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPriority.Location = new System.Drawing.Point(106, 259); this.comboPriority.MaxDropDownItems = 30; this.comboPriority.Name = "comboPriority"; this.comboPriority.Size = new System.Drawing.Size(177, 21); this.comboPriority.TabIndex = 98; // // comboDx // this.comboDx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDx.Location = new System.Drawing.Point(106, 238); this.comboDx.MaxDropDownItems = 30; this.comboDx.Name = "comboDx"; this.comboDx.Size = new System.Drawing.Size(177, 21); this.comboDx.TabIndex = 99; // // comboProvNum // this.comboProvNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProvNum.Location = new System.Drawing.Point(106, 195); this.comboProvNum.MaxDropDownItems = 30; this.comboProvNum.Name = "comboProvNum"; this.comboProvNum.Size = new System.Drawing.Size(158, 21); this.comboProvNum.TabIndex = 100; this.comboProvNum.SelectionChangeCommitted += new System.EventHandler(this.comboProvNum_SelectionChangeCommitted); // // textUser // this.textUser.Location = new System.Drawing.Point(504, 137); this.textUser.Name = "textUser"; this.textUser.ReadOnly = true; this.textUser.Size = new System.Drawing.Size(116, 20); this.textUser.TabIndex = 101; // // comboBillingTypeTwo // this.comboBillingTypeTwo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBillingTypeTwo.FormattingEnabled = true; this.comboBillingTypeTwo.Location = new System.Drawing.Point(119, 33); this.comboBillingTypeTwo.MaxDropDownItems = 30; this.comboBillingTypeTwo.Name = "comboBillingTypeTwo"; this.comboBillingTypeTwo.Size = new System.Drawing.Size(198, 21); this.comboBillingTypeTwo.TabIndex = 102; // // labelBillingTypeTwo // this.labelBillingTypeTwo.Location = new System.Drawing.Point(15, 35); this.labelBillingTypeTwo.Name = "labelBillingTypeTwo"; this.labelBillingTypeTwo.Size = new System.Drawing.Size(102, 16); this.labelBillingTypeTwo.TabIndex = 103; this.labelBillingTypeTwo.Text = "Billing Type 2"; this.labelBillingTypeTwo.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBillingTypeOne // this.comboBillingTypeOne.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBillingTypeOne.FormattingEnabled = true; this.comboBillingTypeOne.Location = new System.Drawing.Point(119, 12); this.comboBillingTypeOne.MaxDropDownItems = 30; this.comboBillingTypeOne.Name = "comboBillingTypeOne"; this.comboBillingTypeOne.Size = new System.Drawing.Size(198, 21); this.comboBillingTypeOne.TabIndex = 104; // // labelBillingTypeOne // this.labelBillingTypeOne.Location = new System.Drawing.Point(13, 14); this.labelBillingTypeOne.Name = "labelBillingTypeOne"; this.labelBillingTypeOne.Size = new System.Drawing.Size(104, 16); this.labelBillingTypeOne.TabIndex = 105; this.labelBillingTypeOne.Text = "Billing Type 1"; this.labelBillingTypeOne.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelInvalidSig // this.labelInvalidSig.BackColor = System.Drawing.SystemColors.Window; this.labelInvalidSig.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelInvalidSig.Location = new System.Drawing.Point(589, 337); this.labelInvalidSig.Name = "labelInvalidSig"; this.labelInvalidSig.Size = new System.Drawing.Size(196, 59); this.labelInvalidSig.TabIndex = 109; this.labelInvalidSig.Text = "Invalid Signature - Note or user has changed since it was signed."; this.labelInvalidSig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textSite // this.textSite.AcceptsReturn = true; this.textSite.Location = new System.Drawing.Point(119, 77); this.textSite.Name = "textSite"; this.textSite.ReadOnly = true; this.textSite.Size = new System.Drawing.Size(153, 20); this.textSite.TabIndex = 111; // // labelSite // this.labelSite.Location = new System.Drawing.Point(4, 78); this.labelSite.Name = "labelSite"; this.labelSite.Size = new System.Drawing.Size(114, 17); this.labelSite.TabIndex = 110; this.labelSite.Text = "Site"; this.labelSite.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkHideGraphics // this.checkHideGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHideGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkHideGraphics.Location = new System.Drawing.Point(5, 178); this.checkHideGraphics.Name = "checkHideGraphics"; this.checkHideGraphics.Size = new System.Drawing.Size(114, 18); this.checkHideGraphics.TabIndex = 162; this.checkHideGraphics.Text = "HideGraphics"; this.checkHideGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(2, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 41); this.label3.TabIndex = 0; this.label3.Text = "Crown, Bridge, Denture, or RPD"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(5, 61); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 16); this.label4.TabIndex = 4; this.label4.Text = "Original Date"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listProsth // this.listProsth.Location = new System.Drawing.Point(91, 14); this.listProsth.Name = "listProsth"; this.listProsth.Size = new System.Drawing.Size(163, 43); this.listProsth.TabIndex = 0; // // groupProsth // this.groupProsth.Controls.Add(this.listProsth); this.groupProsth.Controls.Add(this.textDateOriginalProsth); this.groupProsth.Controls.Add(this.label4); this.groupProsth.Controls.Add(this.label3); this.groupProsth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupProsth.Location = new System.Drawing.Point(15, 283); this.groupProsth.Name = "groupProsth"; this.groupProsth.Size = new System.Drawing.Size(269, 80); this.groupProsth.TabIndex = 7; this.groupProsth.TabStop = false; this.groupProsth.Text = "Prosthesis Replacement"; // // checkTypeCodeA // this.checkTypeCodeA.Location = new System.Drawing.Point(10, 16); this.checkTypeCodeA.Name = "checkTypeCodeA"; this.checkTypeCodeA.Size = new System.Drawing.Size(268, 17); this.checkTypeCodeA.TabIndex = 0; this.checkTypeCodeA.Text = "Not initial placement. Repair of a prior service."; this.checkTypeCodeA.UseVisualStyleBackColor = true; // // checkTypeCodeB // this.checkTypeCodeB.Location = new System.Drawing.Point(10, 33); this.checkTypeCodeB.Name = "checkTypeCodeB"; this.checkTypeCodeB.Size = new System.Drawing.Size(239, 17); this.checkTypeCodeB.TabIndex = 1; this.checkTypeCodeB.Text = "Temporary placement or service."; this.checkTypeCodeB.UseVisualStyleBackColor = true; // // checkTypeCodeC // this.checkTypeCodeC.Location = new System.Drawing.Point(10, 50); this.checkTypeCodeC.Name = "checkTypeCodeC"; this.checkTypeCodeC.Size = new System.Drawing.Size(239, 17); this.checkTypeCodeC.TabIndex = 2; this.checkTypeCodeC.Text = "Correction of TMJ"; this.checkTypeCodeC.UseVisualStyleBackColor = true; // // checkTypeCodeE // this.checkTypeCodeE.Location = new System.Drawing.Point(10, 67); this.checkTypeCodeE.Name = "checkTypeCodeE"; this.checkTypeCodeE.Size = new System.Drawing.Size(268, 17); this.checkTypeCodeE.TabIndex = 3; this.checkTypeCodeE.Text = "Implant, or in conjunction with implants"; this.checkTypeCodeE.UseVisualStyleBackColor = true; // // checkTypeCodeL // this.checkTypeCodeL.Location = new System.Drawing.Point(10, 84); this.checkTypeCodeL.Name = "checkTypeCodeL"; this.checkTypeCodeL.Size = new System.Drawing.Size(113, 17); this.checkTypeCodeL.TabIndex = 4; this.checkTypeCodeL.Text = "Appliance lost"; this.checkTypeCodeL.UseVisualStyleBackColor = true; // // checkTypeCodeX // this.checkTypeCodeX.Location = new System.Drawing.Point(10, 118); this.checkTypeCodeX.Name = "checkTypeCodeX"; this.checkTypeCodeX.Size = new System.Drawing.Size(239, 17); this.checkTypeCodeX.TabIndex = 5; this.checkTypeCodeX.Text = "None of the above are applicable"; this.checkTypeCodeX.UseVisualStyleBackColor = true; // // checkTypeCodeS // this.checkTypeCodeS.Location = new System.Drawing.Point(10, 101); this.checkTypeCodeS.Name = "checkTypeCodeS"; this.checkTypeCodeS.Size = new System.Drawing.Size(113, 17); this.checkTypeCodeS.TabIndex = 6; this.checkTypeCodeS.Text = "Appliance stolen"; this.checkTypeCodeS.UseVisualStyleBackColor = true; // // groupCanadianProcTypeCode // this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeS); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeX); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeL); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeE); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeC); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeB); this.groupCanadianProcTypeCode.Controls.Add(this.checkTypeCodeA); this.groupCanadianProcTypeCode.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupCanadianProcTypeCode.Location = new System.Drawing.Point(18, 16); this.groupCanadianProcTypeCode.Name = "groupCanadianProcTypeCode"; this.groupCanadianProcTypeCode.Size = new System.Drawing.Size(316, 142); this.groupCanadianProcTypeCode.TabIndex = 163; this.groupCanadianProcTypeCode.TabStop = false; this.groupCanadianProcTypeCode.Text = "Procedure Type Code"; // // labelDPCpost // this.labelDPCpost.Location = new System.Drawing.Point(9, 28); this.labelDPCpost.Name = "labelDPCpost"; this.labelDPCpost.Size = new System.Drawing.Size(100, 16); this.labelDPCpost.TabIndex = 107; this.labelDPCpost.Text = "DPC Post Visit"; this.labelDPCpost.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboDPCpost // this.comboDPCpost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDPCpost.DropDownWidth = 177; this.comboDPCpost.FormattingEnabled = true; this.comboDPCpost.Location = new System.Drawing.Point(111, 27); this.comboDPCpost.MaxDropDownItems = 30; this.comboDPCpost.Name = "comboDPCpost"; this.comboDPCpost.Size = new System.Drawing.Size(177, 21); this.comboDPCpost.TabIndex = 106; // // labelScheduleBy // this.labelScheduleBy.Location = new System.Drawing.Point(193, 70); this.labelScheduleBy.Name = "labelScheduleBy"; this.labelScheduleBy.Size = new System.Drawing.Size(148, 16); this.labelScheduleBy.TabIndex = 105; this.labelScheduleBy.Text = "No Schedule by Date"; this.labelScheduleBy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.labelScheduleBy.Visible = false; // // checkIsRepair // this.checkIsRepair.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsRepair.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsRepair.Location = new System.Drawing.Point(10, 145); this.checkIsRepair.Name = "checkIsRepair"; this.checkIsRepair.Size = new System.Drawing.Size(114, 18); this.checkIsRepair.TabIndex = 104; this.checkIsRepair.Text = "Repair"; this.checkIsRepair.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsEffComm // this.checkIsEffComm.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsEffComm.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsEffComm.Location = new System.Drawing.Point(10, 128); this.checkIsEffComm.Name = "checkIsEffComm"; this.checkIsEffComm.Size = new System.Drawing.Size(114, 18); this.checkIsEffComm.TabIndex = 103; this.checkIsEffComm.Text = "Effective Comm"; this.checkIsEffComm.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsOnCall // this.checkIsOnCall.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsOnCall.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsOnCall.Location = new System.Drawing.Point(10, 111); this.checkIsOnCall.Name = "checkIsOnCall"; this.checkIsOnCall.Size = new System.Drawing.Size(114, 18); this.checkIsOnCall.TabIndex = 102; this.checkIsOnCall.Text = "On Call"; this.checkIsOnCall.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboDPC // this.comboDPC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDPC.DropDownWidth = 177; this.comboDPC.FormattingEnabled = true; this.comboDPC.Location = new System.Drawing.Point(111, 6); this.comboDPC.MaxDropDownItems = 30; this.comboDPC.Name = "comboDPC"; this.comboDPC.Size = new System.Drawing.Size(177, 21); this.comboDPC.TabIndex = 8; this.comboDPC.SelectionChangeCommitted += new System.EventHandler(this.comboDPC_SelectionChangeCommitted); // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.DropDownWidth = 230; this.comboStatus.FormattingEnabled = true; this.comboStatus.Location = new System.Drawing.Point(111, 48); this.comboStatus.MaxDropDownItems = 30; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(230, 21); this.comboStatus.TabIndex = 7; this.comboStatus.SelectionChangeCommitted += new System.EventHandler(this.comboStatus_SelectionChangeCommitted); // // labelStatus // this.labelStatus.Location = new System.Drawing.Point(9, 49); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(100, 16); this.labelStatus.TabIndex = 3; this.labelStatus.Text = "Status"; this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelDateStop // this.labelDateStop.Location = new System.Drawing.Point(11, 90); this.labelDateStop.Name = "labelDateStop"; this.labelDateStop.Size = new System.Drawing.Size(100, 16); this.labelDateStop.TabIndex = 2; this.labelDateStop.Text = "Date Stop Clock"; this.labelDateStop.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelDateSched // this.labelDateSched.Location = new System.Drawing.Point(10, 70); this.labelDateSched.Name = "labelDateSched"; this.labelDateSched.Size = new System.Drawing.Size(100, 16); this.labelDateSched.TabIndex = 1; this.labelDateSched.Text = "Scheduled By"; this.labelDateSched.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelDPC // this.labelDPC.Location = new System.Drawing.Point(9, 7); this.labelDPC.Name = "labelDPC"; this.labelDPC.Size = new System.Drawing.Size(100, 16); this.labelDPC.TabIndex = 0; this.labelDPC.Text = "DPC"; this.labelDPC.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboPrognosis // this.comboPrognosis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPrognosis.Location = new System.Drawing.Point(119, 55); this.comboPrognosis.MaxDropDownItems = 30; this.comboPrognosis.Name = "comboPrognosis"; this.comboPrognosis.Size = new System.Drawing.Size(153, 21); this.comboPrognosis.TabIndex = 165; // // labelPrognosis // this.labelPrognosis.Location = new System.Drawing.Point(3, 57); this.labelPrognosis.Name = "labelPrognosis"; this.labelPrognosis.Size = new System.Drawing.Size(114, 17); this.labelPrognosis.TabIndex = 166; this.labelPrognosis.Text = "Prognosis"; this.labelPrognosis.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboProcStatus // this.comboProcStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProcStatus.FormattingEnabled = true; this.comboProcStatus.Location = new System.Drawing.Point(504, 19); this.comboProcStatus.Name = "comboProcStatus"; this.comboProcStatus.Size = new System.Drawing.Size(133, 21); this.comboProcStatus.TabIndex = 167; this.comboProcStatus.SelectionChangeCommitted += new System.EventHandler(this.comboProcStatus_SelectionChangeCommitted); // // label13 // this.label13.Location = new System.Drawing.Point(418, 80); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(84, 16); this.label13.TabIndex = 168; this.label13.Text = "Referral"; this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textReferral // this.textReferral.BackColor = System.Drawing.SystemColors.Control; this.textReferral.ForeColor = System.Drawing.Color.DarkRed; this.textReferral.Location = new System.Drawing.Point(504, 77); this.textReferral.Name = "textReferral"; this.textReferral.Size = new System.Drawing.Size(198, 20); this.textReferral.TabIndex = 169; this.textReferral.Text = "test"; // // labelClaimNote // this.labelClaimNote.Location = new System.Drawing.Point(0, 364); this.labelClaimNote.Name = "labelClaimNote"; this.labelClaimNote.Size = new System.Drawing.Size(104, 41); this.labelClaimNote.TabIndex = 174; this.labelClaimNote.Text = "E-claim Note (keep it very short)"; this.labelClaimNote.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tabControl // this.tabControl.Controls.Add(this.tabPageFinancial); this.tabControl.Controls.Add(this.tabPageMedical); this.tabControl.Controls.Add(this.tabPageMisc); this.tabControl.Controls.Add(this.tabPageCanada); this.tabControl.Controls.Add(this.tabPageOrion); this.tabControl.Location = new System.Drawing.Point(1, 424); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(962, 244); this.tabControl.TabIndex = 175; // // tabPageFinancial // this.tabPageFinancial.Controls.Add(this.butAddEstimate); this.tabPageFinancial.Controls.Add(this.checkNoBillIns); this.tabPageFinancial.Controls.Add(this.tbAdj); this.tabPageFinancial.Controls.Add(this.tbPay); this.tabPageFinancial.Controls.Add(this.butAddAdjust); this.tabPageFinancial.Controls.Add(this.gridIns); this.tabPageFinancial.Location = new System.Drawing.Point(4, 22); this.tabPageFinancial.Name = "tabPageFinancial"; this.tabPageFinancial.Padding = new System.Windows.Forms.Padding(3); this.tabPageFinancial.Size = new System.Drawing.Size(954, 218); this.tabPageFinancial.TabIndex = 0; this.tabPageFinancial.Text = "Financial"; this.tabPageFinancial.UseVisualStyleBackColor = true; // // tabPageMedical // this.tabPageMedical.Controls.Add(this.butNoneSnomedBodySite); this.tabPageMedical.Controls.Add(this.butSnomedBodySiteSelect); this.tabPageMedical.Controls.Add(this.label20); this.tabPageMedical.Controls.Add(this.textSnomedBodySite); this.tabPageMedical.Controls.Add(this.label17); this.tabPageMedical.Controls.Add(this.comboUnitType); this.tabPageMedical.Controls.Add(this.textDrugQty); this.tabPageMedical.Controls.Add(this.label10); this.tabPageMedical.Controls.Add(this.label8); this.tabPageMedical.Controls.Add(this.label5); this.tabPageMedical.Controls.Add(this.textMedicalCode); this.tabPageMedical.Controls.Add(this.textDrugNDC); this.tabPageMedical.Controls.Add(this.textDiagnosticCode); this.tabPageMedical.Controls.Add(this.comboDrugUnit); this.tabPageMedical.Controls.Add(this.label11); this.tabPageMedical.Controls.Add(this.label1); this.tabPageMedical.Controls.Add(this.checkIsPrincDiag); this.tabPageMedical.Controls.Add(this.textRevCode); this.tabPageMedical.Controls.Add(this.textCodeMod1); this.tabPageMedical.Controls.Add(this.label22); this.tabPageMedical.Controls.Add(this.label19); this.tabPageMedical.Controls.Add(this.textUnitQty); this.tabPageMedical.Controls.Add(this.textCodeMod2); this.tabPageMedical.Controls.Add(this.label21); this.tabPageMedical.Controls.Add(this.textCodeMod3); this.tabPageMedical.Controls.Add(this.textCodeMod4); this.tabPageMedical.Location = new System.Drawing.Point(4, 22); this.tabPageMedical.Name = "tabPageMedical"; this.tabPageMedical.Padding = new System.Windows.Forms.Padding(3); this.tabPageMedical.Size = new System.Drawing.Size(954, 218); this.tabPageMedical.TabIndex = 3; this.tabPageMedical.Text = "Medical"; this.tabPageMedical.UseVisualStyleBackColor = true; // // label17 // this.label17.Location = new System.Drawing.Point(16, 109); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(76, 17); this.label17.TabIndex = 176; this.label17.Text = "Unit Type"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboUnitType // this.comboUnitType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboUnitType.FormattingEnabled = true; this.comboUnitType.Location = new System.Drawing.Point(93, 107); this.comboUnitType.Name = "comboUnitType"; this.comboUnitType.Size = new System.Drawing.Size(117, 21); this.comboUnitType.TabIndex = 175; // // tabPageMisc // this.tabPageMisc.Controls.Add(this.textBillingNote); this.tabPageMisc.Controls.Add(this.label18); this.tabPageMisc.Controls.Add(this.comboBillingTypeOne); this.tabPageMisc.Controls.Add(this.labelBillingTypeTwo); this.tabPageMisc.Controls.Add(this.comboBillingTypeTwo); this.tabPageMisc.Controls.Add(this.labelBillingTypeOne); this.tabPageMisc.Controls.Add(this.comboPrognosis); this.tabPageMisc.Controls.Add(this.labelPrognosis); this.tabPageMisc.Controls.Add(this.textSite); this.tabPageMisc.Controls.Add(this.labelSite); this.tabPageMisc.Controls.Add(this.butPickSite); this.tabPageMisc.Controls.Add(this.comboPlaceService); this.tabPageMisc.Controls.Add(this.labelPlaceService); this.tabPageMisc.Location = new System.Drawing.Point(4, 22); this.tabPageMisc.Name = "tabPageMisc"; this.tabPageMisc.Size = new System.Drawing.Size(954, 218); this.tabPageMisc.TabIndex = 4; this.tabPageMisc.Text = "Misc"; this.tabPageMisc.UseVisualStyleBackColor = true; // // textBillingNote // this.textBillingNote.Location = new System.Drawing.Point(119, 120); this.textBillingNote.Multiline = true; this.textBillingNote.Name = "textBillingNote"; this.textBillingNote.Size = new System.Drawing.Size(259, 83); this.textBillingNote.TabIndex = 168; // // label18 // this.label18.Location = new System.Drawing.Point(6, 122); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(111, 14); this.label18.TabIndex = 167; this.label18.Text = "Billing Note"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabPageCanada // this.tabPageCanada.Controls.Add(this.labelCanadaLabFee2); this.tabPageCanada.Controls.Add(this.labelCanadaLabFee1); this.tabPageCanada.Controls.Add(this.groupCanadianProcTypeCode); this.tabPageCanada.Controls.Add(this.textCanadaLabFee2); this.tabPageCanada.Controls.Add(this.textCanadaLabFee1); this.tabPageCanada.Location = new System.Drawing.Point(4, 22); this.tabPageCanada.Name = "tabPageCanada"; this.tabPageCanada.Padding = new System.Windows.Forms.Padding(3); this.tabPageCanada.Size = new System.Drawing.Size(954, 218); this.tabPageCanada.TabIndex = 1; this.tabPageCanada.Text = "Canada"; this.tabPageCanada.UseVisualStyleBackColor = true; // // labelCanadaLabFee2 // this.labelCanadaLabFee2.Location = new System.Drawing.Point(340, 37); this.labelCanadaLabFee2.Name = "labelCanadaLabFee2"; this.labelCanadaLabFee2.Size = new System.Drawing.Size(75, 20); this.labelCanadaLabFee2.TabIndex = 167; this.labelCanadaLabFee2.Text = "Lab Fee 2"; this.labelCanadaLabFee2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelCanadaLabFee1 // this.labelCanadaLabFee1.Location = new System.Drawing.Point(340, 16); this.labelCanadaLabFee1.Name = "labelCanadaLabFee1"; this.labelCanadaLabFee1.Size = new System.Drawing.Size(75, 20); this.labelCanadaLabFee1.TabIndex = 166; this.labelCanadaLabFee1.Text = "Lab Fee 1"; this.labelCanadaLabFee1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tabPageOrion // this.tabPageOrion.Controls.Add(this.labelDPCpost); this.tabPageOrion.Controls.Add(this.comboDPCpost); this.tabPageOrion.Controls.Add(this.labelDPC); this.tabPageOrion.Controls.Add(this.labelScheduleBy); this.tabPageOrion.Controls.Add(this.labelDateSched); this.tabPageOrion.Controls.Add(this.checkIsRepair); this.tabPageOrion.Controls.Add(this.labelDateStop); this.tabPageOrion.Controls.Add(this.checkIsEffComm); this.tabPageOrion.Controls.Add(this.labelStatus); this.tabPageOrion.Controls.Add(this.checkIsOnCall); this.tabPageOrion.Controls.Add(this.comboStatus); this.tabPageOrion.Controls.Add(this.comboDPC); this.tabPageOrion.Controls.Add(this.textDateStop); this.tabPageOrion.Controls.Add(this.textDateScheduled); this.tabPageOrion.Location = new System.Drawing.Point(4, 22); this.tabPageOrion.Name = "tabPageOrion"; this.tabPageOrion.Padding = new System.Windows.Forms.Padding(3); this.tabPageOrion.Size = new System.Drawing.Size(954, 218); this.tabPageOrion.TabIndex = 2; this.tabPageOrion.Text = "Orion"; this.tabPageOrion.UseVisualStyleBackColor = true; // // labelLocked // this.labelLocked.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelLocked.ForeColor = System.Drawing.Color.DarkRed; this.labelLocked.Location = new System.Drawing.Point(834, 115); this.labelLocked.Name = "labelLocked"; this.labelLocked.Size = new System.Drawing.Size(123, 18); this.labelLocked.TabIndex = 176; this.labelLocked.Text = "Locked"; this.labelLocked.TextAlign = System.Drawing.ContentAlignment.BottomRight; this.labelLocked.Visible = false; // // gridIns // this.gridIns.HScrollVisible = false; this.gridIns.Location = new System.Drawing.Point(3, 32); this.gridIns.Name = "gridIns"; this.gridIns.ScrollValue = 0; this.gridIns.Size = new System.Drawing.Size(949, 102); this.gridIns.TabIndex = 113; this.gridIns.Title = "Insurance Estimates and Payments"; this.gridIns.TranslationName = "TableProcIns"; this.gridIns.WrapText = false; this.gridIns.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridIns_CellDoubleClick); // // label20 // this.label20.Location = new System.Drawing.Point(186, 7); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(172, 20); this.label20.TabIndex = 178; this.label20.Text = "SNOMED CT Body Site"; this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSnomedBodySite // this.textSnomedBodySite.Location = new System.Drawing.Point(361, 7); this.textSnomedBodySite.Name = "textSnomedBodySite"; this.textSnomedBodySite.ReadOnly = true; this.textSnomedBodySite.Size = new System.Drawing.Size(272, 20); this.textSnomedBodySite.TabIndex = 177; // // butSearch // this.butSearch.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSearch.Autosize = true; this.butSearch.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSearch.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSearch.CornerRadius = 4F; this.butSearch.Location = new System.Drawing.Point(443, 232); this.butSearch.Name = "butSearch"; this.butSearch.Size = new System.Drawing.Size(59, 24); this.butSearch.TabIndex = 180; this.butSearch.Text = "Search"; this.butSearch.Click += new System.EventHandler(this.butSearch_Click); // // butLock // this.butLock.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butLock.Autosize = true; this.butLock.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLock.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLock.CornerRadius = 4F; this.butLock.Location = new System.Drawing.Point(874, 91); this.butLock.Name = "butLock"; this.butLock.Size = new System.Drawing.Size(80, 22); this.butLock.TabIndex = 178; this.butLock.Text = "Lock"; this.butLock.Click += new System.EventHandler(this.butLock_Click); // // butInvalidate // this.butInvalidate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butInvalidate.Autosize = true; this.butInvalidate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInvalidate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInvalidate.CornerRadius = 4F; this.butInvalidate.Location = new System.Drawing.Point(879, 77); this.butInvalidate.Name = "butInvalidate"; this.butInvalidate.Size = new System.Drawing.Size(80, 22); this.butInvalidate.TabIndex = 179; this.butInvalidate.Text = "Invalidate"; this.butInvalidate.Visible = false; this.butInvalidate.Click += new System.EventHandler(this.butInvalidate_Click); // // butAppend // this.butAppend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAppend.Autosize = true; this.butAppend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAppend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAppend.CornerRadius = 4F; this.butAppend.Location = new System.Drawing.Point(874, 136); this.butAppend.Name = "butAppend"; this.butAppend.Size = new System.Drawing.Size(80, 22); this.butAppend.TabIndex = 177; this.butAppend.Text = "Append"; this.butAppend.Visible = false; this.butAppend.Click += new System.EventHandler(this.butAppend_Click); // // butAddEstimate // this.butAddEstimate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddEstimate.Autosize = true; this.butAddEstimate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddEstimate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddEstimate.CornerRadius = 4F; this.butAddEstimate.Image = global::OpenDental.Properties.Resources.Add; this.butAddEstimate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddEstimate.Location = new System.Drawing.Point(3, 6); this.butAddEstimate.Name = "butAddEstimate"; this.butAddEstimate.Size = new System.Drawing.Size(111, 24); this.butAddEstimate.TabIndex = 60; this.butAddEstimate.Text = "Add Estimate"; this.butAddEstimate.Click += new System.EventHandler(this.butAddEstimate_Click); // // tbAdj // this.tbAdj.BackColor = System.Drawing.SystemColors.Window; this.tbAdj.Location = new System.Drawing.Point(458, 137); this.tbAdj.Name = "tbAdj"; this.tbAdj.ScrollValue = 33; this.tbAdj.SelectedIndices = new int[0]; this.tbAdj.SelectionMode = System.Windows.Forms.SelectionMode.One; this.tbAdj.Size = new System.Drawing.Size(494, 72); this.tbAdj.TabIndex = 70; this.tbAdj.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbAdj_CellDoubleClicked); // // tbPay // this.tbPay.BackColor = System.Drawing.SystemColors.Window; this.tbPay.Location = new System.Drawing.Point(2, 137); this.tbPay.Name = "tbPay"; this.tbPay.ScrollValue = 33; this.tbPay.SelectedIndices = new int[0]; this.tbPay.SelectionMode = System.Windows.Forms.SelectionMode.One; this.tbPay.Size = new System.Drawing.Size(449, 72); this.tbPay.TabIndex = 71; this.tbPay.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbPay_CellDoubleClicked); // // butAddAdjust // this.butAddAdjust.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddAdjust.Autosize = true; this.butAddAdjust.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddAdjust.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddAdjust.CornerRadius = 4F; this.butAddAdjust.Image = global::OpenDental.Properties.Resources.Add; this.butAddAdjust.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddAdjust.Location = new System.Drawing.Point(458, 6); this.butAddAdjust.Name = "butAddAdjust"; this.butAddAdjust.Size = new System.Drawing.Size(126, 24); this.butAddAdjust.TabIndex = 72; this.butAddAdjust.Text = "Add Adjustment"; this.butAddAdjust.Click += new System.EventHandler(this.butAddAdjust_Click); // // butNoneSnomedBodySite // this.butNoneSnomedBodySite.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNoneSnomedBodySite.Autosize = true; this.butNoneSnomedBodySite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNoneSnomedBodySite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNoneSnomedBodySite.CornerRadius = 4F; this.butNoneSnomedBodySite.Location = new System.Drawing.Point(666, 6); this.butNoneSnomedBodySite.Name = "butNoneSnomedBodySite"; this.butNoneSnomedBodySite.Size = new System.Drawing.Size(51, 22); this.butNoneSnomedBodySite.TabIndex = 180; this.butNoneSnomedBodySite.Text = "None"; this.butNoneSnomedBodySite.Click += new System.EventHandler(this.butNoneSnomedBodySite_Click); // // butSnomedBodySiteSelect // this.butSnomedBodySiteSelect.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSnomedBodySiteSelect.Autosize = true; this.butSnomedBodySiteSelect.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSnomedBodySiteSelect.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSnomedBodySiteSelect.CornerRadius = 4F; this.butSnomedBodySiteSelect.Location = new System.Drawing.Point(638, 6); this.butSnomedBodySiteSelect.Name = "butSnomedBodySiteSelect"; this.butSnomedBodySiteSelect.Size = new System.Drawing.Size(22, 22); this.butSnomedBodySiteSelect.TabIndex = 179; this.butSnomedBodySiteSelect.Text = "..."; this.butSnomedBodySiteSelect.Click += new System.EventHandler(this.butSnomedBodySiteSelect_Click); // // butPickSite // this.butPickSite.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickSite.Autosize = true; this.butPickSite.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickSite.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickSite.CornerRadius = 2F; this.butPickSite.Location = new System.Drawing.Point(273, 76); this.butPickSite.Name = "butPickSite"; this.butPickSite.Size = new System.Drawing.Size(19, 21); this.butPickSite.TabIndex = 112; this.butPickSite.TabStop = false; this.butPickSite.Text = "..."; this.butPickSite.Click += new System.EventHandler(this.butPickSite_Click); // // textCanadaLabFee2 // this.textCanadaLabFee2.Location = new System.Drawing.Point(421, 37); this.textCanadaLabFee2.Name = "textCanadaLabFee2"; this.textCanadaLabFee2.Size = new System.Drawing.Size(68, 20); this.textCanadaLabFee2.TabIndex = 165; // // textCanadaLabFee1 // this.textCanadaLabFee1.Location = new System.Drawing.Point(421, 16); this.textCanadaLabFee1.Name = "textCanadaLabFee1"; this.textCanadaLabFee1.Size = new System.Drawing.Size(68, 20); this.textCanadaLabFee1.TabIndex = 164; // // textDateStop // this.textDateStop.Location = new System.Drawing.Point(111, 89); this.textDateStop.Name = "textDateStop"; this.textDateStop.Size = new System.Drawing.Size(76, 20); this.textDateStop.TabIndex = 10; // // textDateScheduled // this.textDateScheduled.Location = new System.Drawing.Point(111, 69); this.textDateScheduled.Name = "textDateScheduled"; this.textDateScheduled.ReadOnly = true; this.textDateScheduled.Size = new System.Drawing.Size(76, 20); this.textDateScheduled.TabIndex = 9; // // textClaimNote // this.textClaimNote.AcceptsTab = true; this.textClaimNote.DetectUrls = false; this.textClaimNote.Location = new System.Drawing.Point(106, 364); this.textClaimNote.MaxLength = 80; this.textClaimNote.Name = "textClaimNote"; this.textClaimNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure; this.textClaimNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textClaimNote.Size = new System.Drawing.Size(277, 43); this.textClaimNote.TabIndex = 173; this.textClaimNote.Text = ""; // // butReferral // this.butReferral.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butReferral.Autosize = false; this.butReferral.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butReferral.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butReferral.CornerRadius = 2F; this.butReferral.Location = new System.Drawing.Point(707, 77); this.butReferral.Name = "butReferral"; this.butReferral.Size = new System.Drawing.Size(18, 21); this.butReferral.TabIndex = 170; this.butReferral.Text = "..."; this.butReferral.Click += new System.EventHandler(this.butReferral_Click); // // butPickProv // this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickProv.Autosize = false; this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickProv.CornerRadius = 2F; this.butPickProv.Location = new System.Drawing.Point(265, 195); this.butPickProv.Name = "butPickProv"; this.butPickProv.Size = new System.Drawing.Size(18, 21); this.butPickProv.TabIndex = 161; this.butPickProv.Text = "..."; this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click); // // butTopazSign // this.butTopazSign.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butTopazSign.Autosize = true; this.butTopazSign.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butTopazSign.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butTopazSign.CornerRadius = 4F; this.butTopazSign.Location = new System.Drawing.Point(873, 356); this.butTopazSign.Name = "butTopazSign"; this.butTopazSign.Size = new System.Drawing.Size(81, 24); this.butTopazSign.TabIndex = 108; this.butTopazSign.Text = "Sign Topaz"; this.butTopazSign.UseVisualStyleBackColor = true; this.butTopazSign.Click += new System.EventHandler(this.butTopazSign_Click); // // buttonUseAutoNote // this.buttonUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonUseAutoNote.Autosize = true; this.buttonUseAutoNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonUseAutoNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonUseAutoNote.CornerRadius = 4F; this.buttonUseAutoNote.Location = new System.Drawing.Point(622, 136); this.buttonUseAutoNote.Name = "buttonUseAutoNote"; this.buttonUseAutoNote.Size = new System.Drawing.Size(80, 22); this.buttonUseAutoNote.TabIndex = 106; this.buttonUseAutoNote.Text = "Auto Note"; this.buttonUseAutoNote.Click += new System.EventHandler(this.buttonUseAutoNote_Click); // // sigBox // this.sigBox.Location = new System.Drawing.Point(505, 325); this.sigBox.Name = "sigBox"; this.sigBox.Size = new System.Drawing.Size(362, 79); this.sigBox.TabIndex = 86; this.sigBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sigBox_MouseUp); // // butClearSig // this.butClearSig.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butClearSig.Autosize = true; this.butClearSig.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClearSig.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClearSig.CornerRadius = 4F; this.butClearSig.Location = new System.Drawing.Point(873, 325); this.butClearSig.Name = "butClearSig"; this.butClearSig.Size = new System.Drawing.Size(81, 24); this.butClearSig.TabIndex = 85; this.butClearSig.Text = "Clear Sig"; this.butClearSig.Click += new System.EventHandler(this.butClearSig_Click); // // textDateOriginalProsth // this.textDateOriginalProsth.Location = new System.Drawing.Point(91, 58); this.textDateOriginalProsth.Name = "textDateOriginalProsth"; this.textDateOriginalProsth.Size = new System.Drawing.Size(73, 20); this.textDateOriginalProsth.TabIndex = 1; // // textNotes // this.textNotes.AcceptsTab = true; this.textNotes.BackColor = System.Drawing.SystemColors.Window; this.textNotes.DetectUrls = false; this.textNotes.Location = new System.Drawing.Point(504, 157); this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(450, 164); this.textNotes.TabIndex = 1; this.textNotes.Text = ""; this.textNotes.TextChanged += new System.EventHandler(this.textNotes_TextChanged); // // butSetComplete // this.butSetComplete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSetComplete.Autosize = true; this.butSetComplete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSetComplete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSetComplete.CornerRadius = 4F; this.butSetComplete.Location = new System.Drawing.Point(643, 19); this.butSetComplete.Name = "butSetComplete"; this.butSetComplete.Size = new System.Drawing.Size(79, 22); this.butSetComplete.TabIndex = 54; this.butSetComplete.Text = "Set Complete"; this.butSetComplete.Click += new System.EventHandler(this.butSetComplete_Click); // // butEditAnyway // this.butEditAnyway.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEditAnyway.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butEditAnyway.Autosize = true; this.butEditAnyway.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEditAnyway.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEditAnyway.CornerRadius = 4F; this.butEditAnyway.Location = new System.Drawing.Point(594, 671); this.butEditAnyway.Name = "butEditAnyway"; this.butEditAnyway.Size = new System.Drawing.Size(104, 24); this.butEditAnyway.TabIndex = 51; this.butEditAnyway.Text = "&Edit Anyway"; this.butEditAnyway.Visible = false; this.butEditAnyway.Click += new System.EventHandler(this.butEditAnyway_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(2, 671); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83, 24); this.butDelete.TabIndex = 8; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(870, 671); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(76, 24); this.butCancel.TabIndex = 13; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(779, 671); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(76, 24); this.butOK.TabIndex = 12; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textDate // this.textDate.Location = new System.Drawing.Point(106, 40); this.textDate.Name = "textDate"; this.textDate.Size = new System.Drawing.Size(76, 20); this.textDate.TabIndex = 102; // // butNow // this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNow.Autosize = false; this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNow.CornerRadius = 4F; this.butNow.Location = new System.Drawing.Point(369, 40); this.butNow.Name = "butNow"; this.butNow.Size = new System.Drawing.Size(27, 20); this.butNow.TabIndex = 101; this.butNow.Text = "Now"; this.butNow.UseVisualStyleBackColor = true; this.butNow.Visible = false; this.butNow.Click += new System.EventHandler(this.butNow_Click); // // butD // this.butD.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butD.Autosize = true; this.butD.BackColor = System.Drawing.SystemColors.Control; this.butD.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butD.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butD.CornerRadius = 4F; this.butD.Location = new System.Drawing.Point(61, 23); this.butD.Name = "butD"; this.butD.Size = new System.Drawing.Size(24, 20); this.butD.TabIndex = 27; this.butD.Text = "D"; this.butD.UseVisualStyleBackColor = false; this.butD.Click += new System.EventHandler(this.butD_Click); // // butBF // this.butBF.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butBF.Autosize = true; this.butBF.BackColor = System.Drawing.SystemColors.Control; this.butBF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butBF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butBF.CornerRadius = 4F; this.butBF.Location = new System.Drawing.Point(22, 3); this.butBF.Name = "butBF"; this.butBF.Size = new System.Drawing.Size(28, 20); this.butBF.TabIndex = 28; this.butBF.Text = "B/F"; this.butBF.UseVisualStyleBackColor = false; this.butBF.Click += new System.EventHandler(this.butBF_Click); // // butL // this.butL.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butL.Autosize = true; this.butL.BackColor = System.Drawing.SystemColors.Control; this.butL.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butL.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butL.CornerRadius = 4F; this.butL.Location = new System.Drawing.Point(32, 43); this.butL.Name = "butL"; this.butL.Size = new System.Drawing.Size(24, 20); this.butL.TabIndex = 29; this.butL.Text = "L"; this.butL.UseVisualStyleBackColor = false; this.butL.Click += new System.EventHandler(this.butL_Click); // // butM // this.butM.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butM.Autosize = true; this.butM.BackColor = System.Drawing.SystemColors.Control; this.butM.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butM.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butM.CornerRadius = 4F; this.butM.Location = new System.Drawing.Point(3, 23); this.butM.Name = "butM"; this.butM.Size = new System.Drawing.Size(24, 20); this.butM.TabIndex = 25; this.butM.Text = "M"; this.butM.UseVisualStyleBackColor = false; this.butM.Click += new System.EventHandler(this.butM_Click); // // butV // this.butV.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butV.Autosize = true; this.butV.BackColor = System.Drawing.SystemColors.Control; this.butV.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butV.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butV.CornerRadius = 4F; this.butV.Location = new System.Drawing.Point(50, 3); this.butV.Name = "butV"; this.butV.Size = new System.Drawing.Size(17, 20); this.butV.TabIndex = 30; this.butV.Text = "V"; this.butV.UseVisualStyleBackColor = false; this.butV.Click += new System.EventHandler(this.butV_Click); // // butOI // this.butOI.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOI.Autosize = true; this.butOI.BackColor = System.Drawing.SystemColors.Control; this.butOI.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOI.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOI.CornerRadius = 4F; this.butOI.Location = new System.Drawing.Point(27, 23); this.butOI.Name = "butOI"; this.butOI.Size = new System.Drawing.Size(34, 20); this.butOI.TabIndex = 26; this.butOI.Text = "O/I"; this.butOI.UseVisualStyleBackColor = false; this.butOI.Click += new System.EventHandler(this.butOI_Click); // // textDateTP // this.textDateTP.Location = new System.Drawing.Point(106, 21); this.textDateTP.Name = "textDateTP"; this.textDateTP.Size = new System.Drawing.Size(76, 20); this.textDateTP.TabIndex = 99; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(106, 1); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(76, 20); this.textDateEntry.TabIndex = 95; // // textProcFee // this.textProcFee.Location = new System.Drawing.Point(106, 155); this.textProcFee.Name = "textProcFee"; this.textProcFee.Size = new System.Drawing.Size(68, 20); this.textProcFee.TabIndex = 6; this.textProcFee.Validating += new System.ComponentModel.CancelEventHandler(this.textProcFee_Validating); // // butChange // this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChange.Autosize = true; this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChange.CornerRadius = 4F; this.butChange.Location = new System.Drawing.Point(184, 61); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(74, 20); this.butChange.TabIndex = 37; this.butChange.Text = "C&hange"; this.butChange.Click += new System.EventHandler(this.butChange_Click); // // FormProcEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(962, 696); this.Controls.Add(this.butSearch); this.Controls.Add(this.butLock); this.Controls.Add(this.butInvalidate); this.Controls.Add(this.butAppend); this.Controls.Add(this.labelLocked); this.Controls.Add(this.tabControl); this.Controls.Add(this.labelClaimNote); this.Controls.Add(this.textClaimNote); this.Controls.Add(this.butReferral); this.Controls.Add(this.textReferral); this.Controls.Add(this.label13); this.Controls.Add(this.comboProcStatus); this.Controls.Add(this.comboProvNum); this.Controls.Add(this.checkHideGraphics); this.Controls.Add(this.butPickProv); this.Controls.Add(this.labelInvalidSig); this.Controls.Add(this.butTopazSign); this.Controls.Add(this.buttonUseAutoNote); this.Controls.Add(this.textUser); this.Controls.Add(this.comboDx); this.Controls.Add(this.comboPriority); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.labelPriority); this.Controls.Add(this.labelDx); this.Controls.Add(this.label9); this.Controls.Add(this.sigBox); this.Controls.Add(this.butClearSig); this.Controls.Add(this.groupProsth); this.Controls.Add(this.textNotes); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.labelIncomplete); this.Controls.Add(this.label7); this.Controls.Add(this.label14); this.Controls.Add(this.butSetComplete); this.Controls.Add(this.butEditAnyway); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.labelSetComplete); this.Controls.Add(this.labelClaim); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProcEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Procedure Info"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormProcEdit_FormClosing); this.Load += new System.EventHandler(this.FormProcInfo_Load); this.groupQuadrant.ResumeLayout(false); this.groupArch.ResumeLayout(false); this.panelSurfaces.ResumeLayout(false); this.groupSextant.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupProsth.ResumeLayout(false); this.groupProsth.PerformLayout(); this.groupCanadianProcTypeCode.ResumeLayout(false); this.tabControl.ResumeLayout(false); this.tabPageFinancial.ResumeLayout(false); this.tabPageMedical.ResumeLayout(false); this.tabPageMedical.PerformLayout(); this.tabPageMisc.ResumeLayout(false); this.tabPageMisc.PerformLayout(); this.tabPageCanada.ResumeLayout(false); this.tabPageCanada.PerformLayout(); this.tabPageOrion.ResumeLayout(false); this.tabPageOrion.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdjust)); this.label1 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textAdjDate = new OpenDental.ValidDate(); this.label3 = new System.Windows.Forms.Label(); this.butDelete = new OpenDental.UI.Button(); this.textAmount = new OpenDental.ValidDouble(); this.listTypePos = new System.Windows.Forms.ListBox(); this.listTypeNeg = new System.Windows.Forms.ListBox(); this.textProcDate = new OpenDental.ValidDate(); this.label7 = new System.Windows.Forms.Label(); this.textDateEntry = new OpenDental.ValidDate(); this.label8 = new System.Windows.Forms.Label(); this.butPickProv = new OpenDental.UI.Button(); this.comboProv = new System.Windows.Forms.ComboBox(); this.comboClinic = new System.Windows.Forms.ComboBox(); this.labelClinic = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(7, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(104, 16); this.label1.TabIndex = 0; this.label1.Text = "Adjustment Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.Location = new System.Drawing.Point(175, 333); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 16); this.label4.TabIndex = 3; this.label4.Text = "Note"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label5 // this.label5.Location = new System.Drawing.Point(11, 102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 16); this.label5.TabIndex = 4; this.label5.Text = "Amount"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(315, 14); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(167, 16); this.label6.TabIndex = 5; this.label6.Text = "Additions"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // label2 // this.label2.Location = new System.Drawing.Point(11, 128); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 16); this.label2.TabIndex = 10; this.label2.Text = "Provider"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(614, 433); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(614, 471); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textAdjDate // this.textAdjDate.Location = new System.Drawing.Point(112, 52); this.textAdjDate.Name = "textAdjDate"; this.textAdjDate.Size = new System.Drawing.Size(80, 20); this.textAdjDate.TabIndex = 0; // // label3 // this.label3.Location = new System.Drawing.Point(528, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(182, 16); this.label3.TabIndex = 16; this.label3.Text = "Subtractions"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Location = new System.Drawing.Point(24, 469); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75, 24); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // textAmount // this.textAmount.Location = new System.Drawing.Point(112, 100); this.textAmount.Name = "textAmount"; this.textAmount.Size = new System.Drawing.Size(68, 20); this.textAmount.TabIndex = 1; // // listTypePos // this.listTypePos.Location = new System.Drawing.Point(299, 34); this.listTypePos.Name = "listTypePos"; this.listTypePos.Size = new System.Drawing.Size(202, 264); this.listTypePos.TabIndex = 3; this.listTypePos.SelectedIndexChanged += new System.EventHandler(this.listTypePos_SelectedIndexChanged); // // listTypeNeg // this.listTypeNeg.Location = new System.Drawing.Point(515, 34); this.listTypeNeg.Name = "listTypeNeg"; this.listTypeNeg.Size = new System.Drawing.Size(206, 264); this.listTypeNeg.TabIndex = 4; this.listTypeNeg.SelectedIndexChanged += new System.EventHandler(this.listTypeNeg_SelectedIndexChanged); // // textProcDate // this.textProcDate.Location = new System.Drawing.Point(112, 76); this.textProcDate.Name = "textProcDate"; this.textProcDate.Size = new System.Drawing.Size(80, 20); this.textProcDate.TabIndex = 19; // // label7 // this.label7.Location = new System.Drawing.Point(7, 78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(104, 16); this.label7.TabIndex = 18; this.label7.Text = "(procedure date)"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(112, 28); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(80, 20); this.textDateEntry.TabIndex = 21; // // label8 // this.label8.Location = new System.Drawing.Point(7, 30); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(104, 16); this.label8.TabIndex = 20; this.label8.Text = "Entry Date"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butPickProv // this.butPickProv.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butPickProv.Autosize = false; this.butPickProv.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butPickProv.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butPickProv.CornerRadius = 2F; this.butPickProv.Location = new System.Drawing.Point(271, 124); this.butPickProv.Name = "butPickProv"; this.butPickProv.Size = new System.Drawing.Size(18, 21); this.butPickProv.TabIndex = 165; this.butPickProv.Text = "..."; this.butPickProv.Click += new System.EventHandler(this.butPickProv_Click); // // comboProv // this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboProv.Location = new System.Drawing.Point(112, 124); this.comboProv.MaxDropDownItems = 30; this.comboProv.Name = "comboProv"; this.comboProv.Size = new System.Drawing.Size(158, 21); this.comboProv.TabIndex = 164; // // comboClinic // this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboClinic.Location = new System.Drawing.Point(112, 149); this.comboClinic.MaxDropDownItems = 30; this.comboClinic.Name = "comboClinic"; this.comboClinic.Size = new System.Drawing.Size(177, 21); this.comboClinic.TabIndex = 162; this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted); // // labelClinic // this.labelClinic.Location = new System.Drawing.Point(-4, 151); this.labelClinic.Name = "labelClinic"; this.labelClinic.Size = new System.Drawing.Size(114, 16); this.labelClinic.TabIndex = 163; this.labelClinic.Text = "Clinic"; this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.Location = new System.Drawing.Point(176, 354); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(355, 140); this.textNote.TabIndex = 0; // // FormAdjust // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(731, 528); this.Controls.Add(this.butPickProv); this.Controls.Add(this.comboProv); this.Controls.Add(this.comboClinic); this.Controls.Add(this.labelClinic); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.label8); this.Controls.Add(this.textProcDate); this.Controls.Add(this.label7); this.Controls.Add(this.textNote); this.Controls.Add(this.listTypeNeg); this.Controls.Add(this.listTypePos); this.Controls.Add(this.textAmount); this.Controls.Add(this.butDelete); this.Controls.Add(this.label3); this.Controls.Add(this.textAdjDate); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label2); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAdjust"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Adjustment"; this.Load += new System.EventHandler(this.FormAdjust_Load); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormQueryEdit)); this.label1 = new System.Windows.Forms.Label(); this.textTitle = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textFileName = new System.Windows.Forms.TextBox(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.textQuery = new OpenDental.ODtextBox(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(33, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 16); this.label1.TabIndex = 0; this.label1.Text = "Title"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textTitle // this.textTitle.Location = new System.Drawing.Point(109, 13); this.textTitle.Name = "textTitle"; this.textTitle.Size = new System.Drawing.Size(328, 20); this.textTitle.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(4, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 49); this.label2.TabIndex = 2; this.label2.Text = "Query Text"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.Location = new System.Drawing.Point(33, 639); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(118, 16); this.label3.TabIndex = 4; this.label3.Text = "Export File Name"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textFileName // this.textFileName.Location = new System.Drawing.Point(155, 637); this.textFileName.Name = "textFileName"; this.textFileName.Size = new System.Drawing.Size(326, 20); this.textFileName.TabIndex = 2; // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(757, 589); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 3; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.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(757, 627); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 4; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // textQuery // this.textQuery.AcceptsTab = true; this.textQuery.DetectUrls = false; this.textQuery.Location = new System.Drawing.Point(108, 38); this.textQuery.Name = "textQuery"; this.textQuery.QuickPasteType = OpenDentBusiness.QuickPasteType.Query; this.textQuery.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textQuery.Size = new System.Drawing.Size(624, 588); this.textQuery.SpellCheckIsEnabled = false; this.textQuery.TabIndex = 5; this.textQuery.Text = ""; // // FormQueryEdit // this.AcceptButton = this.butOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.butCancel; this.ClientSize = new System.Drawing.Size(848, 670); this.Controls.Add(this.textQuery); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.textFileName); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.textTitle); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormQueryEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit Favorite"; this.Load += new System.EventHandler(this.FormQueryEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTaskEdit)); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.label1 = new System.Windows.Forms.Label(); this.textDescript = new OpenDental.ODtextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.listDateType = new System.Windows.Forms.ListBox(); this.checkFromNum = new System.Windows.Forms.CheckBox(); this.textDateTask = new OpenDental.ValidDate(); this.labelObjectDesc = new System.Windows.Forms.Label(); this.textObjectDesc = new System.Windows.Forms.TextBox(); this.butChange = new OpenDental.UI.Button(); this.checkTaskStatus = new System.Windows.Forms.CheckBox(); this.butGoto = new OpenDental.UI.Button(); this.listObjectType = new System.Windows.Forms.ListBox(); this.label6 = new System.Windows.Forms.Label(); this.panelObject = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.textDateTimeEntry = new System.Windows.Forms.TextBox(); this.butNow = new OpenDental.UI.Button(); this.panelObject.SuspendLayout(); this.SuspendLayout(); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(623, 473); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 26); this.butCancel.TabIndex = 5; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(623, 440); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 26); this.butOK.TabIndex = 4; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // label1 // this.label1.Location = new System.Drawing.Point(8, 62); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(116, 19); this.label1.TabIndex = 2; this.label1.Text = "Description"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDescript // this.textDescript.Location = new System.Drawing.Point(127, 62); this.textDescript.Multiline = true; this.textDescript.Name = "textDescript"; this.textDescript.Size = new System.Drawing.Size(452, 141); this.textDescript.TabIndex = 0; // // label2 // this.label2.Location = new System.Drawing.Point(8, 212); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(116, 19); this.label2.TabIndex = 4; this.label2.Text = "Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.Location = new System.Drawing.Point(218, 209); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(185, 32); this.label3.TabIndex = 6; this.label3.Text = "Leave blank unless you want this task to show on a dated list"; // // label4 // this.label4.Location = new System.Drawing.Point(8, 240); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(116, 19); this.label4.TabIndex = 7; this.label4.Text = "Date Type"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // listDateType // this.listDateType.Location = new System.Drawing.Point(127, 241); this.listDateType.Name = "listDateType"; this.listDateType.Size = new System.Drawing.Size(120, 56); this.listDateType.TabIndex = 2; // // checkFromNum // this.checkFromNum.CheckAlign = System.Drawing.ContentAlignment.TopRight; this.checkFromNum.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkFromNum.Location = new System.Drawing.Point(8, 303); this.checkFromNum.Name = "checkFromNum"; this.checkFromNum.Size = new System.Drawing.Size(133, 24); this.checkFromNum.TabIndex = 3; this.checkFromNum.Text = "Is From Repeating"; this.checkFromNum.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textDateTask // this.textDateTask.Location = new System.Drawing.Point(127, 212); this.textDateTask.Name = "textDateTask"; this.textDateTask.Size = new System.Drawing.Size(87, 20); this.textDateTask.TabIndex = 1; // // labelObjectDesc // this.labelObjectDesc.Location = new System.Drawing.Point(3, 2); this.labelObjectDesc.Name = "labelObjectDesc"; this.labelObjectDesc.Size = new System.Drawing.Size(116, 19); this.labelObjectDesc.TabIndex = 8; this.labelObjectDesc.Text = "ObjectDesc"; this.labelObjectDesc.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textObjectDesc // this.textObjectDesc.Location = new System.Drawing.Point(124, 4); this.textObjectDesc.Multiline = true; this.textObjectDesc.Name = "textObjectDesc"; this.textObjectDesc.Size = new System.Drawing.Size(452, 63); this.textObjectDesc.TabIndex = 9; // // butChange // this.butChange.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butChange.Autosize = true; this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butChange.CornerRadius = 4F; this.butChange.Location = new System.Drawing.Point(123, 71); this.butChange.Name = "butChange"; this.butChange.Size = new System.Drawing.Size(75, 26); this.butChange.TabIndex = 10; this.butChange.Text = "Change"; this.butChange.Click += new System.EventHandler(this.butChange_Click); // // checkTaskStatus // this.checkTaskStatus.CheckAlign = System.Drawing.ContentAlignment.TopRight; this.checkTaskStatus.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkTaskStatus.Location = new System.Drawing.Point(5, 10); this.checkTaskStatus.Name = "checkTaskStatus"; this.checkTaskStatus.Size = new System.Drawing.Size(136, 21); this.checkTaskStatus.TabIndex = 11; this.checkTaskStatus.Text = "Is Complete"; this.checkTaskStatus.TextAlign = System.Drawing.ContentAlignment.TopRight; // // butGoto // this.butGoto.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butGoto.Autosize = true; this.butGoto.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butGoto.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butGoto.CornerRadius = 4F; this.butGoto.Location = new System.Drawing.Point(200, 71); this.butGoto.Name = "butGoto"; this.butGoto.Size = new System.Drawing.Size(75, 26); this.butGoto.TabIndex = 12; this.butGoto.Text = "Go To"; this.butGoto.Click += new System.EventHandler(this.butGoto_Click); // // listObjectType // this.listObjectType.Location = new System.Drawing.Point(127, 324); this.listObjectType.Name = "listObjectType"; this.listObjectType.Size = new System.Drawing.Size(120, 43); this.listObjectType.TabIndex = 13; this.listObjectType.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listObjectType_MouseDown); // // label6 // this.label6.Location = new System.Drawing.Point(8, 323); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(116, 19); this.label6.TabIndex = 14; this.label6.Text = "Object Type"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelObject // this.panelObject.Controls.Add(this.textObjectDesc); this.panelObject.Controls.Add(this.labelObjectDesc); this.panelObject.Controls.Add(this.butGoto); this.panelObject.Controls.Add(this.butChange); this.panelObject.Location = new System.Drawing.Point(3, 373); this.panelObject.Name = "panelObject"; this.panelObject.Size = new System.Drawing.Size(594, 101); this.panelObject.TabIndex = 15; // // label5 // this.label5.Location = new System.Drawing.Point(8, 34); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(116, 19); this.label5.TabIndex = 17; this.label5.Text = "Entry Date/Time"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateTimeEntry // this.textDateTimeEntry.Location = new System.Drawing.Point(127, 33); this.textDateTimeEntry.Name = "textDateTimeEntry"; this.textDateTimeEntry.Size = new System.Drawing.Size(151, 20); this.textDateTimeEntry.TabIndex = 18; this.textDateTimeEntry.Validating += new System.ComponentModel.CancelEventHandler(this.textDateTimeEntry_Validating); // // butNow // this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNow.Autosize = true; this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNow.CornerRadius = 4F; this.butNow.Location = new System.Drawing.Point(287, 30); this.butNow.Name = "butNow"; this.butNow.Size = new System.Drawing.Size(75, 26); this.butNow.TabIndex = 19; this.butNow.Text = "Now"; this.butNow.Click += new System.EventHandler(this.butNow_Click); // // FormTaskEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(726, 525); this.Controls.Add(this.butNow); this.Controls.Add(this.textDateTimeEntry); this.Controls.Add(this.label5); this.Controls.Add(this.panelObject); this.Controls.Add(this.listObjectType); this.Controls.Add(this.label6); this.Controls.Add(this.textDateTask); this.Controls.Add(this.textDescript); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Controls.Add(this.checkTaskStatus); this.Controls.Add(this.checkFromNum); this.Controls.Add(this.listDateType); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTaskEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Task"; this.Load += new System.EventHandler(this.FormTaskListEdit_Load); this.panelObject.ResumeLayout(false); this.panelObject.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <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(FormEmailMessageEdit)); this.label2 = new System.Windows.Forms.Label(); this.textSubject = new System.Windows.Forms.TextBox(); this.textToAddress = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textFromAddress = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textMsgDateTime = new System.Windows.Forms.TextBox(); this.labelSent = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.listTemplates = new System.Windows.Forms.ListBox(); this.panelTemplates = new System.Windows.Forms.Panel(); this.butInsert = new OpenDental.UI.Button(); this.butDeleteTemplate = new OpenDental.UI.Button(); this.butAdd = new OpenDental.UI.Button(); this.listAttachments = new System.Windows.Forms.ListBox(); this.contextMenuAttachments = new System.Windows.Forms.ContextMenu(); this.menuItemOpen = new System.Windows.Forms.MenuItem(); this.menuItemRename = new System.Windows.Forms.MenuItem(); this.menuItemRemove = new System.Windows.Forms.MenuItem(); this.labelDecrypt = new System.Windows.Forms.Label(); this.textSentOrReceived = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.butEncryptAndSend = new OpenDental.UI.Button(); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.butDecrypt = new OpenDental.UI.Button(); this.buttonFuchsMailDMF = new OpenDental.UI.Button(); this.buttonFuchsMailDSF = new OpenDental.UI.Button(); this.butAttach = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.butSave = new OpenDental.UI.Button(); this.textBodyText = new OpenDental.ODtextBox(); this.butSend = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butRawMessage = new OpenDental.UI.Button(); this.panelTemplates.SuspendLayout(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(210, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 14); this.label2.TabIndex = 3; this.label2.Text = "Subject:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textSubject // this.textSubject.Location = new System.Drawing.Point(278, 83); this.textSubject.Name = "textSubject"; this.textSubject.Size = new System.Drawing.Size(328, 20); this.textSubject.TabIndex = 2; // // textToAddress // this.textToAddress.Location = new System.Drawing.Point(278, 62); this.textToAddress.Name = "textToAddress"; this.textToAddress.Size = new System.Drawing.Size(328, 20); this.textToAddress.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(206, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 14); this.label1.TabIndex = 9; this.label1.Text = "To:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textFromAddress // this.textFromAddress.Location = new System.Drawing.Point(278, 41); this.textFromAddress.Name = "textFromAddress"; this.textFromAddress.ReadOnly = true; this.textFromAddress.Size = new System.Drawing.Size(328, 20); this.textFromAddress.TabIndex = 4; // // label3 // this.label3.Location = new System.Drawing.Point(206, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 14); this.label3.TabIndex = 11; this.label3.Text = "From:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMsgDateTime // this.textMsgDateTime.BackColor = System.Drawing.SystemColors.Control; this.textMsgDateTime.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textMsgDateTime.ForeColor = System.Drawing.Color.Red; this.textMsgDateTime.Location = new System.Drawing.Point(278, 25); this.textMsgDateTime.Name = "textMsgDateTime"; this.textMsgDateTime.Size = new System.Drawing.Size(253, 13); this.textMsgDateTime.TabIndex = 12; this.textMsgDateTime.Text = "Unsent"; // // labelSent // this.labelSent.Location = new System.Drawing.Point(207, 24); this.labelSent.Name = "labelSent"; this.labelSent.Size = new System.Drawing.Size(71, 14); this.labelSent.TabIndex = 13; this.labelSent.Text = "Date / Time:"; this.labelSent.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.Location = new System.Drawing.Point(8, 7); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(124, 14); this.label4.TabIndex = 18; this.label4.Text = "E-mail Template"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listTemplates // this.listTemplates.Location = new System.Drawing.Point(10, 26); this.listTemplates.Name = "listTemplates"; this.listTemplates.Size = new System.Drawing.Size(164, 277); this.listTemplates.TabIndex = 0; this.listTemplates.TabStop = false; this.listTemplates.DoubleClick += new System.EventHandler(this.listTemplates_DoubleClick); // // panelTemplates // this.panelTemplates.Controls.Add(this.butInsert); this.panelTemplates.Controls.Add(this.butDeleteTemplate); this.panelTemplates.Controls.Add(this.butAdd); this.panelTemplates.Controls.Add(this.label4); this.panelTemplates.Controls.Add(this.listTemplates); this.panelTemplates.Location = new System.Drawing.Point(8, 9); this.panelTemplates.Name = "panelTemplates"; this.panelTemplates.Size = new System.Drawing.Size(180, 370); this.panelTemplates.TabIndex = 0; // // butInsert // this.butInsert.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butInsert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.butInsert.Autosize = true; this.butInsert.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInsert.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInsert.CornerRadius = 4F; this.butInsert.Image = global::OpenDental.Properties.Resources.Right; this.butInsert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butInsert.Location = new System.Drawing.Point(102, 305); this.butInsert.Name = "butInsert"; this.butInsert.Size = new System.Drawing.Size(74, 26); this.butInsert.TabIndex = 2; this.butInsert.Text = "Insert"; this.butInsert.Click += new System.EventHandler(this.butInsert_Click); // // butDeleteTemplate // this.butDeleteTemplate.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDeleteTemplate.Autosize = true; this.butDeleteTemplate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDeleteTemplate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDeleteTemplate.CornerRadius = 4F; this.butDeleteTemplate.Image = global::OpenDental.Properties.Resources.deleteX; this.butDeleteTemplate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDeleteTemplate.Location = new System.Drawing.Point(7, 339); this.butDeleteTemplate.Name = "butDeleteTemplate"; this.butDeleteTemplate.Size = new System.Drawing.Size(75, 26); this.butDeleteTemplate.TabIndex = 3; this.butDeleteTemplate.Text = "Delete"; this.butDeleteTemplate.Click += new System.EventHandler(this.butDeleteTemplate_Click); // // butAdd // this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAdd.Autosize = true; this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAdd.CornerRadius = 4F; this.butAdd.Image = global::OpenDental.Properties.Resources.Add; this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAdd.Location = new System.Drawing.Point(7, 305); this.butAdd.Name = "butAdd"; this.butAdd.Size = new System.Drawing.Size(75, 26); this.butAdd.TabIndex = 1; this.butAdd.Text = "&Add"; this.butAdd.Click += new System.EventHandler(this.butAdd_Click); // // listAttachments // this.listAttachments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listAttachments.Location = new System.Drawing.Point(612, 21); this.listAttachments.Name = "listAttachments"; this.listAttachments.Size = new System.Drawing.Size(315, 82); this.listAttachments.TabIndex = 0; this.listAttachments.TabStop = false; this.listAttachments.DoubleClick += new System.EventHandler(this.listAttachments_DoubleClick); this.listAttachments.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listAttachments_MouseDown); // // contextMenuAttachments // this.contextMenuAttachments.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItemOpen, this.menuItemRename, this.menuItemRemove}); this.contextMenuAttachments.Popup += new System.EventHandler(this.contextMenuAttachments_Popup); // // menuItemOpen // this.menuItemOpen.Index = 0; this.menuItemOpen.Text = "Open"; this.menuItemOpen.Click += new System.EventHandler(this.menuItemOpen_Click); // // menuItemRename // this.menuItemRename.Index = 1; this.menuItemRename.Text = "Rename"; this.menuItemRename.Click += new System.EventHandler(this.menuItemRename_Click); // // menuItemRemove // this.menuItemRemove.Index = 2; this.menuItemRemove.Text = "Remove"; this.menuItemRemove.Click += new System.EventHandler(this.menuItemRemove_Click); // // labelDecrypt // this.labelDecrypt.Location = new System.Drawing.Point(5, 401); this.labelDecrypt.Name = "labelDecrypt"; this.labelDecrypt.Size = new System.Drawing.Size(267, 59); this.labelDecrypt.TabIndex = 31; this.labelDecrypt.Text = "Previous attempts to decrypt this message have failed.\r\nDecryption usually fails " + "when your private decryption key is not installed on the local computer.\r\nUse th" + "e Decrypt button to try again."; this.labelDecrypt.Visible = false; // // textSentOrReceived // this.textSentOrReceived.BackColor = System.Drawing.SystemColors.Control; this.textSentOrReceived.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textSentOrReceived.Location = new System.Drawing.Point(278, 6); this.textSentOrReceived.Name = "textSentOrReceived"; this.textSentOrReceived.Size = new System.Drawing.Size(253, 13); this.textSentOrReceived.TabIndex = 34; // // label5 // this.label5.Location = new System.Drawing.Point(194, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(84, 14); this.label5.TabIndex = 35; this.label5.Text = "Sent/Received:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // butEncryptAndSend // this.butEncryptAndSend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butEncryptAndSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butEncryptAndSend.Autosize = true; this.butEncryptAndSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butEncryptAndSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butEncryptAndSend.CornerRadius = 4F; this.butEncryptAndSend.Location = new System.Drawing.Point(659, 635); this.butEncryptAndSend.Name = "butEncryptAndSend"; this.butEncryptAndSend.Size = new System.Drawing.Size(106, 25); this.butEncryptAndSend.TabIndex = 8; this.butEncryptAndSend.Text = "Encrypt and Send"; this.butEncryptAndSend.Click += new System.EventHandler(this.butEncryptAndSend_Click); // // webBrowser // this.webBrowser.AllowNavigation = false; this.webBrowser.AllowWebBrowserDrop = false; this.webBrowser.Location = new System.Drawing.Point(226, 348); this.webBrowser.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser.Name = "webBrowser"; this.webBrowser.ScriptErrorsSuppressed = true; this.webBrowser.Size = new System.Drawing.Size(46, 25); this.webBrowser.TabIndex = 0; this.webBrowser.TabStop = false; this.webBrowser.Visible = false; this.webBrowser.WebBrowserShortcutsEnabled = false; // // butDecrypt // this.butDecrypt.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDecrypt.Autosize = true; this.butDecrypt.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDecrypt.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDecrypt.CornerRadius = 4F; this.butDecrypt.Location = new System.Drawing.Point(8, 463); this.butDecrypt.Name = "butDecrypt"; this.butDecrypt.Size = new System.Drawing.Size(75, 25); this.butDecrypt.TabIndex = 7; this.butDecrypt.Text = "Decrypt"; this.butDecrypt.Visible = false; this.butDecrypt.Click += new System.EventHandler(this.butDecrypt_Click); // // buttonFuchsMailDMF // this.buttonFuchsMailDMF.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonFuchsMailDMF.Autosize = true; this.buttonFuchsMailDMF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonFuchsMailDMF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonFuchsMailDMF.CornerRadius = 4F; this.buttonFuchsMailDMF.Location = new System.Drawing.Point(197, 156); this.buttonFuchsMailDMF.Name = "buttonFuchsMailDMF"; this.buttonFuchsMailDMF.Size = new System.Drawing.Size(75, 22); this.buttonFuchsMailDMF.TabIndex = 30; this.buttonFuchsMailDMF.Text = "To DMF"; this.buttonFuchsMailDMF.Visible = false; this.buttonFuchsMailDMF.Click += new System.EventHandler(this.buttonFuchsMailDMF_Click); // // buttonFuchsMailDSF // this.buttonFuchsMailDSF.AdjustImageLocation = new System.Drawing.Point(0, 0); this.buttonFuchsMailDSF.Autosize = true; this.buttonFuchsMailDSF.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonFuchsMailDSF.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonFuchsMailDSF.CornerRadius = 4F; this.buttonFuchsMailDSF.Location = new System.Drawing.Point(197, 128); this.buttonFuchsMailDSF.Name = "buttonFuchsMailDSF"; this.buttonFuchsMailDSF.Size = new System.Drawing.Size(75, 22); this.buttonFuchsMailDSF.TabIndex = 29; this.buttonFuchsMailDSF.Text = "To DSF"; this.buttonFuchsMailDSF.Visible = false; this.buttonFuchsMailDSF.Click += new System.EventHandler(this.buttonFuchsMailDSF_Click); // // butAttach // this.butAttach.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAttach.Autosize = true; this.butAttach.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAttach.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAttach.CornerRadius = 4F; this.butAttach.Location = new System.Drawing.Point(612, 0); this.butAttach.Name = "butAttach"; this.butAttach.Size = new System.Drawing.Size(75, 20); this.butAttach.TabIndex = 5; this.butAttach.Text = "Attach..."; this.butAttach.Click += new System.EventHandler(this.butAttach_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(8, 635); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(75, 26); this.butDelete.TabIndex = 11; this.butDelete.Text = "Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butSave // this.butSave.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butSave.Autosize = true; this.butSave.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSave.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSave.CornerRadius = 4F; this.butSave.Location = new System.Drawing.Point(278, 635); this.butSave.Name = "butSave"; this.butSave.Size = new System.Drawing.Size(75, 25); this.butSave.TabIndex = 6; this.butSave.Text = "Save"; this.butSave.Click += new System.EventHandler(this.butSave_Click); // // textBodyText // this.textBodyText.AcceptsTab = true; this.textBodyText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBodyText.DetectUrls = false; this.textBodyText.Location = new System.Drawing.Point(278, 109); this.textBodyText.Name = "textBodyText"; this.textBodyText.QuickPasteType = OpenDentBusiness.QuickPasteType.Email; this.textBodyText.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textBodyText.Size = new System.Drawing.Size(649, 517); this.textBodyText.TabIndex = 1; this.textBodyText.Text = ""; this.textBodyText.TextChanged += new System.EventHandler(this.textBodyText_TextChanged); // // butSend // this.butSend.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butSend.Autosize = true; this.butSend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butSend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butSend.CornerRadius = 4F; this.butSend.Location = new System.Drawing.Point(771, 635); this.butSend.Name = "butSend"; this.butSend.Size = new System.Drawing.Size(75, 25); this.butSend.TabIndex = 9; this.butSend.Text = "&Send"; this.butSend.Click += new System.EventHandler(this.butSend_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(852, 635); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 10; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butRawMessage // this.butRawMessage.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butRawMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butRawMessage.Autosize = true; this.butRawMessage.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRawMessage.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRawMessage.CornerRadius = 4F; this.butRawMessage.Location = new System.Drawing.Point(138, 635); this.butRawMessage.Name = "butRawMessage"; this.butRawMessage.Size = new System.Drawing.Size(89, 26); this.butRawMessage.TabIndex = 36; this.butRawMessage.Text = "Raw Message"; this.butRawMessage.Visible = false; this.butRawMessage.Click += new System.EventHandler(this.butRawMessage_Click); // // FormEmailMessageEdit // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(941, 672); this.Controls.Add(this.butRawMessage); this.Controls.Add(this.butEncryptAndSend); this.Controls.Add(this.webBrowser); this.Controls.Add(this.textSentOrReceived); this.Controls.Add(this.label5); this.Controls.Add(this.butDecrypt); this.Controls.Add(this.labelDecrypt); this.Controls.Add(this.buttonFuchsMailDMF); this.Controls.Add(this.buttonFuchsMailDSF); this.Controls.Add(this.listAttachments); this.Controls.Add(this.butAttach); this.Controls.Add(this.butDelete); this.Controls.Add(this.butSave); this.Controls.Add(this.panelTemplates); this.Controls.Add(this.textBodyText); this.Controls.Add(this.textMsgDateTime); this.Controls.Add(this.textFromAddress); this.Controls.Add(this.textToAddress); this.Controls.Add(this.textSubject); this.Controls.Add(this.labelSent); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.butSend); 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(875, 575); this.Name = "FormEmailMessageEdit"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Edit E-mail Message"; this.Closing += new System.ComponentModel.CancelEventHandler(this.FormEmailMessageEdit_Closing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormEmailMessageEdit_FormClosing); this.Load += new System.EventHandler(this.FormEmailMessageEdit_Load); this.panelTemplates.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(FormRecallEdit)); this.textDatePrevious = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textDateDueCalc = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textWeeks = new OpenDental.ValidNum(); this.label7 = new System.Windows.Forms.Label(); this.textDays = new OpenDental.ValidNum(); this.label6 = new System.Windows.Forms.Label(); this.textMonths = new OpenDental.ValidNum(); this.label5 = new System.Windows.Forms.Label(); this.textYears = new OpenDental.ValidNum(); this.label4 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.comboStatus = new System.Windows.Forms.ComboBox(); this.checkIsDisabled = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.comboType = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBalance = new OpenDental.ValidDouble(); this.textDisableDate = new OpenDental.ValidDate(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.textScheduledDate = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.textDateDue = new OpenDental.ValidDate(); this.butCancel = new OpenDental.UI.Button(); this.checkASAP = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // textDatePrevious // this.textDatePrevious.Location = new System.Drawing.Point(184, 171); this.textDatePrevious.Name = "textDatePrevious"; this.textDatePrevious.ReadOnly = true; this.textDatePrevious.Size = new System.Drawing.Size(85, 20); this.textDatePrevious.TabIndex = 1; // // label1 // this.label1.Location = new System.Drawing.Point(11, 170); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(170, 19); this.label1.TabIndex = 2; this.label1.Text = "Previous Date"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(11, 196); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(170, 19); this.label2.TabIndex = 4; this.label2.Text = "Calculated Due Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDateDueCalc // this.textDateDueCalc.Location = new System.Drawing.Point(184, 197); this.textDateDueCalc.Name = "textDateDueCalc"; this.textDateDueCalc.ReadOnly = true; this.textDateDueCalc.Size = new System.Drawing.Size(85, 20); this.textDateDueCalc.TabIndex = 3; // // label3 // this.label3.Location = new System.Drawing.Point(12, 223); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(170, 19); this.label3.TabIndex = 5; this.label3.Text = "Actual Due Date"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.Controls.Add(this.textWeeks); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.textDays); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.textMonths); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.textYears); this.groupBox1.Controls.Add(this.label4); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(78, 50); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(170, 115); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Recall Interval"; // // textWeeks // this.textWeeks.Location = new System.Drawing.Point(105, 63); this.textWeeks.MaxVal = 255; this.textWeeks.MinVal = 0; this.textWeeks.Name = "textWeeks"; this.textWeeks.Size = new System.Drawing.Size(51, 20); this.textWeeks.TabIndex = 12; // // label7 // this.label7.Location = new System.Drawing.Point(11, 63); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 19); this.label7.TabIndex = 11; this.label7.Text = "Weeks"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textDays // this.textDays.Location = new System.Drawing.Point(105, 85); this.textDays.MaxVal = 255; this.textDays.MinVal = 0; this.textDays.Name = "textDays"; this.textDays.Size = new System.Drawing.Size(51, 20); this.textDays.TabIndex = 10; // // label6 // this.label6.Location = new System.Drawing.Point(11, 85); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92, 19); this.label6.TabIndex = 9; this.label6.Text = "Days"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textMonths // this.textMonths.Location = new System.Drawing.Point(105, 40); this.textMonths.MaxVal = 255; this.textMonths.MinVal = 0; this.textMonths.Name = "textMonths"; this.textMonths.Size = new System.Drawing.Size(51, 20); this.textMonths.TabIndex = 8; // // label5 // this.label5.Location = new System.Drawing.Point(11, 40); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 19); this.label5.TabIndex = 7; this.label5.Text = "Months"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textYears // this.textYears.Location = new System.Drawing.Point(105, 17); this.textYears.MaxVal = 127; this.textYears.MinVal = 0; this.textYears.Name = "textYears"; this.textYears.Size = new System.Drawing.Size(51, 20); this.textYears.TabIndex = 6; // // label4 // this.label4.Location = new System.Drawing.Point(11, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 19); this.label4.TabIndex = 5; this.label4.Text = "Years"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label8 // this.label8.Location = new System.Drawing.Point(12, 275); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(170, 19); this.label8.TabIndex = 8; this.label8.Text = "Status"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboStatus // this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboStatus.Location = new System.Drawing.Point(184, 275); this.comboStatus.MaxDropDownItems = 50; this.comboStatus.Name = "comboStatus"; this.comboStatus.Size = new System.Drawing.Size(188, 21); this.comboStatus.TabIndex = 9; // // checkIsDisabled // this.checkIsDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkIsDisabled.Location = new System.Drawing.Point(24, 20); this.checkIsDisabled.Name = "checkIsDisabled"; this.checkIsDisabled.Size = new System.Drawing.Size(132, 18); this.checkIsDisabled.TabIndex = 10; this.checkIsDisabled.Text = "Always Disabled"; this.checkIsDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsDisabled.Click += new System.EventHandler(this.checkIsDisabled_Click); // // label9 // this.label9.Location = new System.Drawing.Point(65, 321); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(117, 92); this.label9.TabIndex = 11; this.label9.Text = "Administrative Note (this note will get deleted every time recall gets reset)"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // comboType // this.comboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboType.Location = new System.Drawing.Point(184, 18); this.comboType.MaxDropDownItems = 50; this.comboType.Name = "comboType"; this.comboType.Size = new System.Drawing.Size(188, 21); this.comboType.TabIndex = 17; this.comboType.SelectionChangeCommitted += new System.EventHandler(this.comboType_SelectionChangeCommitted); // // label10 // this.label10.Location = new System.Drawing.Point(12, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(170, 19); this.label10.TabIndex = 16; this.label10.Text = "Type"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.Controls.Add(this.textBalance); this.groupBox2.Controls.Add(this.textDisableDate); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.checkIsDisabled); this.groupBox2.Location = new System.Drawing.Point(423, 50); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(243, 115); this.groupBox2.TabIndex = 18; this.groupBox2.TabStop = false; this.groupBox2.Text = "Disable Recall"; // // textBalance // this.textBalance.BackColor = System.Drawing.SystemColors.Window; this.textBalance.ForeColor = System.Drawing.SystemColors.WindowText; this.textBalance.Location = new System.Drawing.Point(141, 48); this.textBalance.MaxVal = 100000000D; this.textBalance.MinVal = -100000000D; this.textBalance.Name = "textBalance"; this.textBalance.Size = new System.Drawing.Size(86, 20); this.textBalance.TabIndex = 19; // // textDisableDate // this.textDisableDate.Location = new System.Drawing.Point(141, 80); this.textDisableDate.Name = "textDisableDate"; this.textDisableDate.Size = new System.Drawing.Size(86, 20); this.textDisableDate.TabIndex = 13; // // label12 // this.label12.Location = new System.Drawing.Point(40, 80); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(101, 18); this.label12.TabIndex = 12; this.label12.Text = "Until Date"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.Location = new System.Drawing.Point(3, 39); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(138, 37); this.label11.TabIndex = 11; this.label11.Text = "Until family Account balance is below"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textScheduledDate // this.textScheduledDate.Location = new System.Drawing.Point(184, 249); this.textScheduledDate.Name = "textScheduledDate"; this.textScheduledDate.ReadOnly = true; this.textScheduledDate.Size = new System.Drawing.Size(85, 20); this.textScheduledDate.TabIndex = 19; // // label13 // this.label13.Location = new System.Drawing.Point(11, 248); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(170, 19); this.label13.TabIndex = 20; this.label13.Text = "Scheduled Date"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNote // this.textNote.AcceptsTab = true; this.textNote.BackColor = System.Drawing.SystemColors.Window; this.textNote.DetectLinksEnabled = false; this.textNote.DetectUrls = false; this.textNote.Location = new System.Drawing.Point(184, 323); this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Recall; this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(350, 112); this.textNote.TabIndex = 15; this.textNote.Text = ""; // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(26, 442); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83, 24); this.butDelete.TabIndex = 14; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butOK.Autosize = true; this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butOK.CornerRadius = 4F; this.butOK.Location = new System.Drawing.Point(640, 400); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 13; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // textDateDue // this.textDateDue.Location = new System.Drawing.Point(184, 223); this.textDateDue.Name = "textDateDue"; this.textDateDue.Size = new System.Drawing.Size(85, 20); this.textDateDue.TabIndex = 6; // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.Location = new System.Drawing.Point(640, 442); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 0; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // checkASAP // this.checkASAP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkASAP.FlatStyle = System.Windows.Forms.FlatStyle.System; this.checkASAP.Location = new System.Drawing.Point(78, 302); this.checkASAP.Name = "checkASAP"; this.checkASAP.Size = new System.Drawing.Size(121, 16); this.checkASAP.TabIndex = 185; this.checkASAP.Text = "Schedule ASAP"; this.checkASAP.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkASAP.UseVisualStyleBackColor = true; // // FormRecallEdit // this.ClientSize = new System.Drawing.Size(736, 491); this.Controls.Add(this.checkASAP); this.Controls.Add(this.textScheduledDate); this.Controls.Add(this.label13); this.Controls.Add(this.groupBox2); this.Controls.Add(this.comboType); this.Controls.Add(this.label10); this.Controls.Add(this.textNote); this.Controls.Add(this.butDelete); this.Controls.Add(this.butOK); this.Controls.Add(this.textDateDue); this.Controls.Add(this.textDateDueCalc); this.Controls.Add(this.textDatePrevious); this.Controls.Add(this.butCancel); this.Controls.Add(this.label9); this.Controls.Add(this.comboStatus); this.Controls.Add(this.label8); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormRecallEdit"; this.ShowInTaskbar = false; this.Text = "Edit Recall"; this.Load += new System.EventHandler(this.FormRecallEdit_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
///<summary>Inserts are no longer done within this dialog, but must be done ahead of time from outside.You must specify a procedure to edit, and only the changes that are made in this dialog get saved. Only used when double click in Account, Chart, TP, and in ContrChart.AddProcedure(). The procedure may be deleted if new, and user hits Cancel.</summary> //Constructor from ProcEdit. Lots of this will need to be copied into the new Load function. /*public FormProcGroup(long groupNum) { GroupCur=Procedures.GetOneProc(groupNum,true); ProcGroupItem=ProcGroupItems.Refresh(groupNum); //Proc InitializeComponent(); Lan.F(this); }*/ #region Windows Form Designer generated code private void InitializeComponent(){ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcGroup)); this.label7 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.textUser = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textProcDate = new OpenDental.ValidDate(); this.signatureBoxWrapper = new OpenDental.UI.SignatureBoxWrapper(); this.gridProc = new OpenDental.UI.ODGrid(); this.textDateEntry = new OpenDental.ValidDate(); this.buttonUseAutoNote = new OpenDental.UI.Button(); this.textNotes = new OpenDental.ODtextBox(); this.butDelete = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.gridPat = new OpenDental.UI.ODGrid(); this.butRx = new OpenDental.UI.Button(); this.butExamSheets = new OpenDental.UI.Button(); this.labelRepair = new System.Windows.Forms.Label(); this.butRepairY = new System.Windows.Forms.Button(); this.butRepairN = new System.Windows.Forms.Button(); this.butOnCallY = new System.Windows.Forms.Button(); this.butOnCallN = new System.Windows.Forms.Button(); this.butEffectiveCommN = new System.Windows.Forms.Button(); this.labelOnCall = new System.Windows.Forms.Label(); this.labelEffectiveComm = new System.Windows.Forms.Label(); this.butEffectiveCommY = new System.Windows.Forms.Button(); this.gridPlanned = new OpenDental.UI.ODGrid(); this.butNew = new OpenDental.UI.Button(); this.butClear = new OpenDental.UI.Button(); this.butUp = new OpenDental.UI.Button(); this.butDown = new OpenDental.UI.Button(); this.panelPlanned = new System.Windows.Forms.Panel(); this.labelDPCpost = new System.Windows.Forms.Label(); this.comboDPCpost = new System.Windows.Forms.ComboBox(); this.butLock = new OpenDental.UI.Button(); this.butInvalidate = new OpenDental.UI.Button(); this.butAppend = new OpenDental.UI.Button(); this.labelLocked = new System.Windows.Forms.Label(); this.labelInvalid = new System.Windows.Forms.Label(); this.panelPlanned.SuspendLayout(); this.SuspendLayout(); // // label7 // this.label7.Location = new System.Drawing.Point(23,78); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(73,16); this.label7.TabIndex = 0; this.label7.Text = "&Notes"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label15 // this.label15.Location = new System.Drawing.Point(-17,278); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(110,41); this.label15.TabIndex = 79; this.label15.Text = "Signature /\r\nInitials"; this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label16 // this.label16.Location = new System.Drawing.Point(23,55); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(73,16); this.label16.TabIndex = 80; this.label16.Text = "User"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textUser // this.textUser.Location = new System.Drawing.Point(98,52); this.textUser.Name = "textUser"; this.textUser.ReadOnly = true; this.textUser.Size = new System.Drawing.Size(119,20); this.textUser.TabIndex = 101; // // label12 // this.label12.Location = new System.Drawing.Point(-25,34); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(125,14); this.label12.TabIndex = 96; this.label12.Text = "Date Entry"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label26 // this.label26.Location = new System.Drawing.Point(177,32); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(83,18); this.label26.TabIndex = 97; this.label26.Text = "(for security)"; this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Location = new System.Drawing.Point(2,14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96,14); this.label2.TabIndex = 101; this.label2.Text = "Procedure Date"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textProcDate // this.textProcDate.Location = new System.Drawing.Point(98,12); this.textProcDate.Name = "textProcDate"; this.textProcDate.ReadOnly = true; this.textProcDate.Size = new System.Drawing.Size(76,20); this.textProcDate.TabIndex = 100; // // signatureBoxWrapper // this.signatureBoxWrapper.BackColor = System.Drawing.SystemColors.ControlDark; this.signatureBoxWrapper.LabelText = "Invalid Signature"; this.signatureBoxWrapper.Location = new System.Drawing.Point(98,276); this.signatureBoxWrapper.Name = "signatureBoxWrapper"; this.signatureBoxWrapper.Size = new System.Drawing.Size(364,81); this.signatureBoxWrapper.TabIndex = 194; this.signatureBoxWrapper.SignatureChanged += new System.EventHandler(this.signatureBoxWrapper_SignatureChanged); // // gridProc // this.gridProc.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridProc.HScrollVisible = true; this.gridProc.Location = new System.Drawing.Point(10,367); this.gridProc.Name = "gridProc"; this.gridProc.ScrollValue = 0; this.gridProc.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridProc.Size = new System.Drawing.Size(858,222); this.gridProc.TabIndex = 193; this.gridProc.Title = "Procedures"; this.gridProc.TranslationName = "TableProg"; // // textDateEntry // this.textDateEntry.Location = new System.Drawing.Point(98,32); this.textDateEntry.Name = "textDateEntry"; this.textDateEntry.ReadOnly = true; this.textDateEntry.Size = new System.Drawing.Size(76,20); this.textDateEntry.TabIndex = 95; // // buttonUseAutoNote // this.buttonUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0,0); this.buttonUseAutoNote.Autosize = true; this.buttonUseAutoNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.buttonUseAutoNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.buttonUseAutoNote.CornerRadius = 4F; this.buttonUseAutoNote.Location = new System.Drawing.Point(220,51); this.buttonUseAutoNote.Name = "buttonUseAutoNote"; this.buttonUseAutoNote.Size = new System.Drawing.Size(80,22); this.buttonUseAutoNote.TabIndex = 106; this.buttonUseAutoNote.Text = "Auto Note"; this.buttonUseAutoNote.Click += new System.EventHandler(this.buttonUseAutoNote_Click); // // textNotes // this.textNotes.AcceptsTab = true; this.textNotes.Location = new System.Drawing.Point(98,72); this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(364,200); this.textNotes.TabIndex = 1; this.textNotes.Text = ""; this.textNotes.TextChanged += new System.EventHandler(this.textNotes_TextChanged); // // 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(19,606); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(83,24); this.butDelete.TabIndex = 8; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.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(792,609); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(76,24); this.butCancel.TabIndex = 13; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butOK // this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0); this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.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(710,609); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(76,24); this.butOK.TabIndex = 12; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // gridPat // this.gridPat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridPat.HScrollVisible = false; this.gridPat.Location = new System.Drawing.Point(468,276); this.gridPat.Name = "gridPat"; this.gridPat.ScrollValue = 0; this.gridPat.SelectionMode = OpenDental.UI.GridSelectionMode.None; this.gridPat.Size = new System.Drawing.Size(400,81); this.gridPat.TabIndex = 195; this.gridPat.Title = "Patient Fields"; this.gridPat.TranslationName = "TablePatient"; this.gridPat.Visible = false; this.gridPat.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPat_CellDoubleClick); // // butRx // this.butRx.AdjustImageLocation = new System.Drawing.Point(0,0); this.butRx.Autosize = true; this.butRx.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butRx.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butRx.CornerRadius = 4F; this.butRx.Location = new System.Drawing.Point(792,41); this.butRx.Name = "butRx"; this.butRx.Size = new System.Drawing.Size(75,24); this.butRx.TabIndex = 106; this.butRx.Text = "Rx"; this.butRx.Visible = false; this.butRx.Click += new System.EventHandler(this.butRx_Click); // // butExamSheets // this.butExamSheets.AdjustImageLocation = new System.Drawing.Point(0,0); this.butExamSheets.Autosize = true; this.butExamSheets.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butExamSheets.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butExamSheets.CornerRadius = 4F; this.butExamSheets.Location = new System.Drawing.Point(792,14); this.butExamSheets.Name = "butExamSheets"; this.butExamSheets.Size = new System.Drawing.Size(76,24); this.butExamSheets.TabIndex = 106; this.butExamSheets.Text = "Exam Sheets"; this.butExamSheets.Visible = false; this.butExamSheets.Click += new System.EventHandler(this.butExamSheets_Click); // // labelRepair // this.labelRepair.Location = new System.Drawing.Point(498,85); this.labelRepair.Name = "labelRepair"; this.labelRepair.Size = new System.Drawing.Size(90,16); this.labelRepair.TabIndex = 196; this.labelRepair.Text = "Repair"; this.labelRepair.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelRepair.Visible = false; // // butRepairY // this.butRepairY.Location = new System.Drawing.Point(590,83); this.butRepairY.Name = "butRepairY"; this.butRepairY.Size = new System.Drawing.Size(23,20); this.butRepairY.TabIndex = 198; this.butRepairY.Text = "Y"; this.butRepairY.UseVisualStyleBackColor = true; this.butRepairY.Visible = false; this.butRepairY.Click += new System.EventHandler(this.butRepairY_Click); // // butRepairN // this.butRepairN.Location = new System.Drawing.Point(614,83); this.butRepairN.Name = "butRepairN"; this.butRepairN.Size = new System.Drawing.Size(23,20); this.butRepairN.TabIndex = 198; this.butRepairN.Text = "N"; this.butRepairN.UseVisualStyleBackColor = true; this.butRepairN.Visible = false; this.butRepairN.Click += new System.EventHandler(this.butRepairN_Click); // // butOnCallY // this.butOnCallY.Location = new System.Drawing.Point(590,41); this.butOnCallY.Name = "butOnCallY"; this.butOnCallY.Size = new System.Drawing.Size(23,20); this.butOnCallY.TabIndex = 198; this.butOnCallY.Text = "Y"; this.butOnCallY.UseVisualStyleBackColor = true; this.butOnCallY.Visible = false; this.butOnCallY.Click += new System.EventHandler(this.butOnCallY_Click); // // butOnCallN // this.butOnCallN.Location = new System.Drawing.Point(614,41); this.butOnCallN.Name = "butOnCallN"; this.butOnCallN.Size = new System.Drawing.Size(23,20); this.butOnCallN.TabIndex = 198; this.butOnCallN.Text = "N"; this.butOnCallN.UseVisualStyleBackColor = true; this.butOnCallN.Visible = false; this.butOnCallN.Click += new System.EventHandler(this.butOnCallN_Click); // // butEffectiveCommN // this.butEffectiveCommN.Location = new System.Drawing.Point(614,62); this.butEffectiveCommN.Name = "butEffectiveCommN"; this.butEffectiveCommN.Size = new System.Drawing.Size(23,20); this.butEffectiveCommN.TabIndex = 198; this.butEffectiveCommN.Text = "N"; this.butEffectiveCommN.UseVisualStyleBackColor = true; this.butEffectiveCommN.Visible = false; this.butEffectiveCommN.Click += new System.EventHandler(this.butEffectiveCommN_Click); // // labelOnCall // this.labelOnCall.Location = new System.Drawing.Point(498,43); this.labelOnCall.Name = "labelOnCall"; this.labelOnCall.Size = new System.Drawing.Size(90,16); this.labelOnCall.TabIndex = 196; this.labelOnCall.Text = "On Call"; this.labelOnCall.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelOnCall.Visible = false; // // labelEffectiveComm // this.labelEffectiveComm.Location = new System.Drawing.Point(498,64); this.labelEffectiveComm.Name = "labelEffectiveComm"; this.labelEffectiveComm.Size = new System.Drawing.Size(90,16); this.labelEffectiveComm.TabIndex = 196; this.labelEffectiveComm.Text = "Effective Comm"; this.labelEffectiveComm.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelEffectiveComm.Visible = false; // // butEffectiveCommY // this.butEffectiveCommY.Location = new System.Drawing.Point(590,62); this.butEffectiveCommY.Name = "butEffectiveCommY"; this.butEffectiveCommY.Size = new System.Drawing.Size(23,20); this.butEffectiveCommY.TabIndex = 198; this.butEffectiveCommY.Text = "Y"; this.butEffectiveCommY.UseVisualStyleBackColor = true; this.butEffectiveCommY.Visible = false; this.butEffectiveCommY.Click += new System.EventHandler(this.butEffectiveCommY_Click); // // gridPlanned // this.gridPlanned.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridPlanned.HScrollVisible = false; this.gridPlanned.Location = new System.Drawing.Point(0,28); this.gridPlanned.Name = "gridPlanned"; this.gridPlanned.ScrollValue = 0; this.gridPlanned.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended; this.gridPlanned.Size = new System.Drawing.Size(400,131); this.gridPlanned.TabIndex = 204; this.gridPlanned.Title = "Planned Appointments"; this.gridPlanned.TranslationName = "TablePlannedAppts"; this.gridPlanned.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridPlanned_CellDoubleClick); // // butNew // this.butNew.AdjustImageLocation = new System.Drawing.Point(0,0); this.butNew.Autosize = false; this.butNew.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNew.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNew.CornerRadius = 4F; this.butNew.Image = global::OpenDental.Properties.Resources.Add; this.butNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butNew.Location = new System.Drawing.Point(43,3); this.butNew.Name = "butNew"; this.butNew.Size = new System.Drawing.Size(75,23); this.butNew.TabIndex = 205; this.butNew.Text = "Add"; this.butNew.Click += new System.EventHandler(this.butNew_Click); // // butClear // this.butClear.AdjustImageLocation = new System.Drawing.Point(0,0); this.butClear.Autosize = false; this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butClear.CornerRadius = 4F; this.butClear.Image = global::OpenDental.Properties.Resources.deleteX; this.butClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butClear.Location = new System.Drawing.Point(123,3); this.butClear.Name = "butClear"; this.butClear.Size = new System.Drawing.Size(75,23); this.butClear.TabIndex = 206; this.butClear.Text = "Delete"; this.butClear.Click += new System.EventHandler(this.butClear_Click); // // butUp // this.butUp.AdjustImageLocation = new System.Drawing.Point(0,1); this.butUp.Autosize = false; this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butUp.CornerRadius = 4F; this.butUp.Image = global::OpenDental.Properties.Resources.up; this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butUp.Location = new System.Drawing.Point(203,3); this.butUp.Name = "butUp"; this.butUp.Size = new System.Drawing.Size(75,23); this.butUp.TabIndex = 207; this.butUp.Text = "&Up"; this.butUp.Click += new System.EventHandler(this.butUp_Click); // // butDown // this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0); this.butDown.Autosize = false; this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDown.CornerRadius = 4F; this.butDown.Image = global::OpenDental.Properties.Resources.down; this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDown.Location = new System.Drawing.Point(283,3); this.butDown.Name = "butDown"; this.butDown.Size = new System.Drawing.Size(75,23); this.butDown.TabIndex = 208; this.butDown.Text = "&Down"; this.butDown.Click += new System.EventHandler(this.butDown_Click); // // panelPlanned // this.panelPlanned.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelPlanned.Controls.Add(this.butDown); this.panelPlanned.Controls.Add(this.butUp); this.panelPlanned.Controls.Add(this.butClear); this.panelPlanned.Controls.Add(this.butNew); this.panelPlanned.Controls.Add(this.gridPlanned); this.panelPlanned.Location = new System.Drawing.Point(468,111); this.panelPlanned.Name = "panelPlanned"; this.panelPlanned.Size = new System.Drawing.Size(400,159); this.panelPlanned.TabIndex = 199; this.panelPlanned.Visible = false; // // labelDPCpost // this.labelDPCpost.Location = new System.Drawing.Point(488,15); this.labelDPCpost.Name = "labelDPCpost"; this.labelDPCpost.Size = new System.Drawing.Size(100,16); this.labelDPCpost.TabIndex = 201; this.labelDPCpost.Text = "DPC Post Visit"; this.labelDPCpost.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelDPCpost.Visible = false; // // comboDPCpost // this.comboDPCpost.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboDPCpost.DropDownWidth = 177; this.comboDPCpost.FormattingEnabled = true; this.comboDPCpost.Location = new System.Drawing.Point(590,14); this.comboDPCpost.MaxDropDownItems = 30; this.comboDPCpost.Name = "comboDPCpost"; this.comboDPCpost.Size = new System.Drawing.Size(177,21); this.comboDPCpost.TabIndex = 200; this.comboDPCpost.Visible = false; this.comboDPCpost.SelectionChangeCommitted += new System.EventHandler(this.comboDPCpost_SelectionChangeCommitted); // // butLock // this.butLock.AdjustImageLocation = new System.Drawing.Point(0,0); this.butLock.Autosize = true; this.butLock.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butLock.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butLock.CornerRadius = 4F; this.butLock.Location = new System.Drawing.Point(382,5); this.butLock.Name = "butLock"; this.butLock.Size = new System.Drawing.Size(80,22); this.butLock.TabIndex = 204; this.butLock.Text = "Lock"; this.butLock.Click += new System.EventHandler(this.butLock_Click); // // butInvalidate // this.butInvalidate.AdjustImageLocation = new System.Drawing.Point(0,0); this.butInvalidate.Autosize = true; this.butInvalidate.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butInvalidate.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butInvalidate.CornerRadius = 4F; this.butInvalidate.Location = new System.Drawing.Point(387,-9); this.butInvalidate.Name = "butInvalidate"; this.butInvalidate.Size = new System.Drawing.Size(80,22); this.butInvalidate.TabIndex = 205; this.butInvalidate.Text = "Invalidate"; this.butInvalidate.Visible = false; this.butInvalidate.Click += new System.EventHandler(this.butInvalidate_Click); // // butAppend // this.butAppend.AdjustImageLocation = new System.Drawing.Point(0,0); this.butAppend.Autosize = true; this.butAppend.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAppend.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAppend.CornerRadius = 4F; this.butAppend.Location = new System.Drawing.Point(382,50); this.butAppend.Name = "butAppend"; this.butAppend.Size = new System.Drawing.Size(80,22); this.butAppend.TabIndex = 203; this.butAppend.Text = "Append"; this.butAppend.Visible = false; this.butAppend.Click += new System.EventHandler(this.butAppend_Click); // // labelLocked // this.labelLocked.Font = new System.Drawing.Font("Microsoft Sans Serif",10F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.labelLocked.ForeColor = System.Drawing.Color.DarkRed; this.labelLocked.Location = new System.Drawing.Point(342,29); this.labelLocked.Name = "labelLocked"; this.labelLocked.Size = new System.Drawing.Size(123,18); this.labelLocked.TabIndex = 202; this.labelLocked.Text = "Locked"; this.labelLocked.TextAlign = System.Drawing.ContentAlignment.BottomRight; this.labelLocked.Visible = false; // // labelInvalid // this.labelInvalid.Font = new System.Drawing.Font("Microsoft Sans Serif",10F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0))); this.labelInvalid.ForeColor = System.Drawing.Color.DarkRed; this.labelInvalid.Location = new System.Drawing.Point(274,7); this.labelInvalid.Name = "labelInvalid"; this.labelInvalid.Size = new System.Drawing.Size(102,18); this.labelInvalid.TabIndex = 206; this.labelInvalid.Text = "Invalid"; this.labelInvalid.TextAlign = System.Drawing.ContentAlignment.BottomRight; this.labelInvalid.Visible = false; // // FormProcGroup // this.AutoScaleBaseSize = new System.Drawing.Size(5,13); this.ClientSize = new System.Drawing.Size(880,645); this.Controls.Add(this.labelInvalid); this.Controls.Add(this.butLock); this.Controls.Add(this.butInvalidate); this.Controls.Add(this.butAppend); this.Controls.Add(this.labelLocked); this.Controls.Add(this.buttonUseAutoNote); this.Controls.Add(this.labelDPCpost); this.Controls.Add(this.comboDPCpost); this.Controls.Add(this.panelPlanned); this.Controls.Add(this.butRepairN); this.Controls.Add(this.butEffectiveCommN); this.Controls.Add(this.butOnCallN); this.Controls.Add(this.butRepairY); this.Controls.Add(this.butEffectiveCommY); this.Controls.Add(this.butOnCallY); this.Controls.Add(this.labelRepair); this.Controls.Add(this.labelEffectiveComm); this.Controls.Add(this.labelOnCall); this.Controls.Add(this.gridPat); this.Controls.Add(this.label2); this.Controls.Add(this.textProcDate); this.Controls.Add(this.signatureBoxWrapper); this.Controls.Add(this.label26); this.Controls.Add(this.gridProc); this.Controls.Add(this.textDateEntry); this.Controls.Add(this.butRx); this.Controls.Add(this.butExamSheets); this.Controls.Add(this.label12); this.Controls.Add(this.textUser); this.Controls.Add(this.textNotes); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label7); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormProcGroup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Group Note"; this.Load += new System.EventHandler(this.FormProcGroup_Load); this.panelPlanned.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCommItem)); this.label1 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.butDelete = new OpenDental.UI.Button(); this.label2 = new System.Windows.Forms.Label(); this.listType = new System.Windows.Forms.ListBox(); this.textDateTime = new System.Windows.Forms.TextBox(); this.listMode = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.listSentOrReceived = new System.Windows.Forms.ListBox(); this.label4 = new System.Windows.Forms.Label(); this.textNote = new OpenDental.ODtextBox(); this.textPatientName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textUser = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.labelCommlogNum = new System.Windows.Forms.Label(); this.textCommlogNum = new System.Windows.Forms.TextBox(); this.signatureBoxWrapper = new OpenDental.UI.SignatureBoxWrapper(); this.butNow = new OpenDental.UI.Button(); this.butNowEnd = new OpenDental.UI.Button(); this.textDateTimeEnd = new System.Windows.Forms.TextBox(); this.labelDateTimeEnd = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(1, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 18); this.label1.TabIndex = 0; this.label1.Text = "Date / Time"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.Location = new System.Drawing.Point(80, 80); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 16); this.label6.TabIndex = 5; this.label6.Text = "Type"; this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // 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(564, 515); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 25); this.butOK.TabIndex = 6; this.butOK.Text = "&OK"; this.butOK.Click += new System.EventHandler(this.butOK_Click); // // butCancel // this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butCancel.Autosize = true; this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butCancel.CornerRadius = 4F; this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.butCancel.Location = new System.Drawing.Point(564, 548); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 25); this.butCancel.TabIndex = 7; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butDelete // this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.butDelete.Autosize = true; this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butDelete.CornerRadius = 4F; this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX; this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butDelete.Location = new System.Drawing.Point(27, 544); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(81, 25); this.butDelete.TabIndex = 17; this.butDelete.Text = "&Delete"; this.butDelete.Click += new System.EventHandler(this.butDelete_Click); // // label2 // this.label2.Location = new System.Drawing.Point(81, 197); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 16); this.label2.TabIndex = 18; this.label2.Text = "Note"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listType // this.listType.Location = new System.Drawing.Point(82, 98); this.listType.Name = "listType"; this.listType.Size = new System.Drawing.Size(120, 95); this.listType.TabIndex = 20; this.listType.SelectedIndexChanged += new System.EventHandler(this.listType_SelectedIndexChanged); // // textDateTime // this.textDateTime.Location = new System.Drawing.Point(82, 31); this.textDateTime.Name = "textDateTime"; this.textDateTime.Size = new System.Drawing.Size(205, 20); this.textDateTime.TabIndex = 21; this.textDateTime.TextChanged += new System.EventHandler(this.textDateTime_TextChanged); // // listMode // this.listMode.Location = new System.Drawing.Point(215, 98); this.listMode.Name = "listMode"; this.listMode.Size = new System.Drawing.Size(73, 95); this.listMode.TabIndex = 23; this.listMode.SelectedIndexChanged += new System.EventHandler(this.listMode_SelectedIndexChanged); // // label3 // this.label3.Location = new System.Drawing.Point(214, 81); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 16); this.label3.TabIndex = 22; this.label3.Text = "Mode"; this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // listSentOrReceived // this.listSentOrReceived.Location = new System.Drawing.Point(303, 98); this.listSentOrReceived.Name = "listSentOrReceived"; this.listSentOrReceived.Size = new System.Drawing.Size(87, 43); this.listSentOrReceived.TabIndex = 25; this.listSentOrReceived.SelectedValueChanged += new System.EventHandler(this.listSentOrReceived_SelectedValueChanged); // // label4 // this.label4.Location = new System.Drawing.Point(302, 80); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(142, 16); this.label4.TabIndex = 24; this.label4.Text = "Sent or Received"; this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // textNote // this.textNote.AcceptsReturn = true; this.textNote.Location = new System.Drawing.Point(82, 217); this.textNote.Multiline = true; this.textNote.Name = "textNote"; this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.CommLog; this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textNote.Size = new System.Drawing.Size(557, 209); this.textNote.TabIndex = 27; this.textNote.TextChanged += new System.EventHandler(this.textNote_TextChanged); // // textPatientName // this.textPatientName.Location = new System.Drawing.Point(82, 7); this.textPatientName.Name = "textPatientName"; this.textPatientName.ReadOnly = true; this.textPatientName.Size = new System.Drawing.Size(205, 20); this.textPatientName.TabIndex = 30; // // label5 // this.label5.Location = new System.Drawing.Point(4, 9); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(78, 18); this.label5.TabIndex = 29; this.label5.Text = "Patient"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // textUser // this.textUser.Location = new System.Drawing.Point(402, 7); this.textUser.Name = "textUser"; this.textUser.ReadOnly = true; this.textUser.Size = new System.Drawing.Size(119, 20); this.textUser.TabIndex = 103; // // label16 // this.label16.Location = new System.Drawing.Point(327, 8); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(73, 16); this.label16.TabIndex = 102; this.label16.Text = "User"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelCommlogNum // this.labelCommlogNum.Location = new System.Drawing.Point(154, 552); this.labelCommlogNum.Name = "labelCommlogNum"; this.labelCommlogNum.Size = new System.Drawing.Size(96, 16); this.labelCommlogNum.TabIndex = 104; this.labelCommlogNum.Text = "CommlogNum"; this.labelCommlogNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textCommlogNum // this.textCommlogNum.Location = new System.Drawing.Point(256, 549); this.textCommlogNum.Name = "textCommlogNum"; this.textCommlogNum.ReadOnly = true; this.textCommlogNum.Size = new System.Drawing.Size(188, 20); this.textCommlogNum.TabIndex = 105; // // signatureBoxWrapper // this.signatureBoxWrapper.BackColor = System.Drawing.SystemColors.ControlDark; this.signatureBoxWrapper.LabelText = null; this.signatureBoxWrapper.Location = new System.Drawing.Point(82, 432); this.signatureBoxWrapper.Name = "signatureBoxWrapper"; this.signatureBoxWrapper.Size = new System.Drawing.Size(364, 81); this.signatureBoxWrapper.TabIndex = 106; this.signatureBoxWrapper.SignatureChanged += new System.EventHandler(this.signatureBoxWrapper_SignatureChanged); // // butNow // this.butNow.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNow.Autosize = true; this.butNow.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNow.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNow.CornerRadius = 4F; this.butNow.Location = new System.Drawing.Point(293, 31); this.butNow.Name = "butNow"; this.butNow.Size = new System.Drawing.Size(48, 21); this.butNow.TabIndex = 107; this.butNow.Text = "Now"; this.butNow.Click += new System.EventHandler(this.butNow_Click); // // butNowEnd // this.butNowEnd.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butNowEnd.Autosize = true; this.butNowEnd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butNowEnd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butNowEnd.CornerRadius = 4F; this.butNowEnd.Location = new System.Drawing.Point(293, 55); this.butNowEnd.Name = "butNowEnd"; this.butNowEnd.Size = new System.Drawing.Size(48, 21); this.butNowEnd.TabIndex = 110; this.butNowEnd.Text = "Now"; this.butNowEnd.Click += new System.EventHandler(this.butNowEnd_Click); // // textDateTimeEnd // this.textDateTimeEnd.Location = new System.Drawing.Point(82, 55); this.textDateTimeEnd.Name = "textDateTimeEnd"; this.textDateTimeEnd.Size = new System.Drawing.Size(205, 20); this.textDateTimeEnd.TabIndex = 109; // // labelDateTimeEnd // this.labelDateTimeEnd.Location = new System.Drawing.Point(1, 57); this.labelDateTimeEnd.Name = "labelDateTimeEnd"; this.labelDateTimeEnd.Size = new System.Drawing.Size(81, 18); this.labelDateTimeEnd.TabIndex = 108; this.labelDateTimeEnd.Text = "End"; this.labelDateTimeEnd.TextAlign = System.Drawing.ContentAlignment.TopRight; // // FormCommItem // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(662, 594); this.Controls.Add(this.butNowEnd); this.Controls.Add(this.textDateTimeEnd); this.Controls.Add(this.labelDateTimeEnd); this.Controls.Add(this.butNow); this.Controls.Add(this.signatureBoxWrapper); this.Controls.Add(this.textCommlogNum); this.Controls.Add(this.labelCommlogNum); this.Controls.Add(this.textUser); this.Controls.Add(this.label16); this.Controls.Add(this.textPatientName); this.Controls.Add(this.label5); this.Controls.Add(this.textNote); this.Controls.Add(this.listSentOrReceived); this.Controls.Add(this.label4); this.Controls.Add(this.listMode); this.Controls.Add(this.label3); this.Controls.Add(this.textDateTime); this.Controls.Add(this.listType); this.Controls.Add(this.label2); this.Controls.Add(this.butDelete); this.Controls.Add(this.butCancel); this.Controls.Add(this.butOK); this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FormCommItem"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Communication Item"; this.Load += new System.EventHandler(this.FormCommItem_Load); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPhoneEmpDefaultEdit)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listRingGroup = new System.Windows.Forms.ListBox(); this.checkIsGraphed = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.checkHasColor = new System.Windows.Forms.CheckBox(); this.textEmpName = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.textNotes = new OpenDental.ODtextBox(); this.label3 = new System.Windows.Forms.Label(); this.checkIsPrivateScreen = new System.Windows.Forms.CheckBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.listStatusOverride = new System.Windows.Forms.ListBox(); this.label17 = new System.Windows.Forms.Label(); this.checkIsTriageOperator = new System.Windows.Forms.CheckBox(); this.butAddPhoneGraphEntry = new OpenDental.UI.Button(); this.gridGraph = new OpenDental.UI.ODGrid(); this.textPhoneExt = new OpenDental.ValidNum(); this.textEmployeeNum = new OpenDental.ValidNum(); this.butDelete = new OpenDental.UI.Button(); this.butOK = new OpenDental.UI.Button(); this.butCancel = new OpenDental.UI.Button(); this.comboSite = new System.Windows.Forms.ComboBox(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(40, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.TabIndex = 11; this.label1.Text = "EmployeeNum"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(1, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 20); this.label2.TabIndex = 13; this.label2.Text = "Default Queue"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // listRingGroup // this.listRingGroup.FormattingEnabled = true; this.listRingGroup.Location = new System.Drawing.Point(144, 144); this.listRingGroup.Name = "listRingGroup"; this.listRingGroup.Size = new System.Drawing.Size(120, 56); this.listRingGroup.TabIndex = 4; // // checkIsGraphed // this.checkIsGraphed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.Location = new System.Drawing.Point(3, 87); this.checkIsGraphed.Name = "checkIsGraphed"; this.checkIsGraphed.Size = new System.Drawing.Size(155, 20); this.checkIsGraphed.TabIndex = 2; this.checkIsGraphed.Text = "Is Graphed (default)"; this.checkIsGraphed.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsGraphed.UseVisualStyleBackColor = true; this.checkIsGraphed.Click += new System.EventHandler(this.checkIsGraphed_Click); // // label5 // this.label5.Location = new System.Drawing.Point(40, 211); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(100, 20); this.label5.TabIndex = 23; this.label5.Text = "Extension"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkHasColor // this.checkHasColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.Location = new System.Drawing.Point(3, 113); this.checkHasColor.Name = "checkHasColor"; this.checkHasColor.Size = new System.Drawing.Size(155, 20); this.checkHasColor.TabIndex = 3; this.checkHasColor.Text = "Has Color"; this.checkHasColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHasColor.UseVisualStyleBackColor = true; this.checkHasColor.Click += new System.EventHandler(this.checkHasColor_Click); // // textEmpName // this.textEmpName.Location = new System.Drawing.Point(144, 56); this.textEmpName.Name = "textEmpName"; this.textEmpName.Size = new System.Drawing.Size(170, 20); this.textEmpName.TabIndex = 1; // // label6 // this.label6.Location = new System.Drawing.Point(3, 55); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(137, 20); this.label6.TabIndex = 26; this.label6.Text = "Employee First Name"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textNotes // this.textNotes.AcceptsTab = true; this.textNotes.BackColor = System.Drawing.SystemColors.Window; this.textNotes.DetectLinksEnabled = false; this.textNotes.DetectUrls = false; this.textNotes.Location = new System.Drawing.Point(144, 303); this.textNotes.Name = "textNotes"; this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.EmployeeStatus; this.textNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.textNotes.Size = new System.Drawing.Size(352, 51); this.textNotes.TabIndex = 7; this.textNotes.Text = ""; // // label3 // this.label3.Location = new System.Drawing.Point(40, 302); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 20); this.label3.TabIndex = 29; this.label3.Text = "Notes"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // checkIsPrivateScreen // this.checkIsPrivateScreen.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.Enabled = false; this.checkIsPrivateScreen.Location = new System.Drawing.Point(3, 397); this.checkIsPrivateScreen.Name = "checkIsPrivateScreen"; this.checkIsPrivateScreen.Size = new System.Drawing.Size(155, 20); this.checkIsPrivateScreen.TabIndex = 9; this.checkIsPrivateScreen.Text = "Private Screen"; this.checkIsPrivateScreen.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsPrivateScreen.UseVisualStyleBackColor = true; this.checkIsPrivateScreen.Click += new System.EventHandler(this.checkIsPrivateScreen_Click); // // label7 // this.label7.Location = new System.Drawing.Point(200, 24); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(366, 20); this.label7.TabIndex = 34; this.label7.Text = "This number must be looked up in the employee table"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // this.label8.Location = new System.Drawing.Point(161, 85); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(428, 27); this.label8.TabIndex = 35; this.label8.Text = "This employee\'s default \'Graph\' status. Should be checked for most phone techs.\r\n" + "Use Phone Graph Edits grid to create exceptions."; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.Location = new System.Drawing.Point(161, 112); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(414, 20); this.label9.TabIndex = 36; this.label9.Text = "Show the red and green phone status colors in the phone panel"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label10 // this.label10.Location = new System.Drawing.Point(268, 149); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(359, 47); this.label10.TabIndex = 37; this.label10.Text = "The normal queue for this employee when clocked in. If you change this value, th" + "e change will not immediately show on each workstation, but will instead require" + " a restart of OD."; // // label11 // this.label11.Location = new System.Drawing.Point(204, 205); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(498, 32); this.label11.TabIndex = 38; this.label11.Text = "Phone extension for this employee. Change this number to 0 if you are going to b" + "e floating. Changing the extension to 0 will allow you to use the manage module" + " to clock in and out."; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label12 // this.label12.Location = new System.Drawing.Point(315, 56); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(366, 20); this.label12.TabIndex = 39; this.label12.Text = "This is the name that will show in the phone panel."; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // this.label13.Location = new System.Drawing.Point(268, 246); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(321, 20); this.label13.TabIndex = 40; this.label13.Text = "Mark yourself unavailable only if approved by manager"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label14 // this.label14.Location = new System.Drawing.Point(502, 302); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(157, 35); this.label14.TabIndex = 41; this.label14.Text = "Why unavailable?\r\nWhy offline assist?"; // // label16 // this.label16.Location = new System.Drawing.Point(161, 394); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(194, 47); this.label16.TabIndex = 43; this.label16.Text = "Halts screen captures. Only used/allowed by managers. "; // // listStatusOverride // this.listStatusOverride.FormattingEnabled = true; this.listStatusOverride.Location = new System.Drawing.Point(144, 246); this.listStatusOverride.Name = "listStatusOverride"; this.listStatusOverride.Size = new System.Drawing.Size(120, 43); this.listStatusOverride.TabIndex = 6; // // label17 // this.label17.Location = new System.Drawing.Point(2, 248); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(139, 20); this.label17.TabIndex = 46; this.label17.Text = "StatusOverride"; this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight; // // checkIsTriageOperator // this.checkIsTriageOperator.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.Location = new System.Drawing.Point(3, 423); this.checkIsTriageOperator.Name = "checkIsTriageOperator"; this.checkIsTriageOperator.Size = new System.Drawing.Size(155, 20); this.checkIsTriageOperator.TabIndex = 10; this.checkIsTriageOperator.Text = "Triage Operator"; this.checkIsTriageOperator.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkIsTriageOperator.UseVisualStyleBackColor = true; // // butAddPhoneGraphEntry // this.butAddPhoneGraphEntry.AdjustImageLocation = new System.Drawing.Point(0, 0); this.butAddPhoneGraphEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butAddPhoneGraphEntry.Autosize = true; this.butAddPhoneGraphEntry.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle; this.butAddPhoneGraphEntry.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver; this.butAddPhoneGraphEntry.CornerRadius = 4F; this.butAddPhoneGraphEntry.Image = global::OpenDental.Properties.Resources.Add; this.butAddPhoneGraphEntry.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butAddPhoneGraphEntry.Location = new System.Drawing.Point(832, 412); this.butAddPhoneGraphEntry.Name = "butAddPhoneGraphEntry"; this.butAddPhoneGraphEntry.Size = new System.Drawing.Size(75, 24); this.butAddPhoneGraphEntry.TabIndex = 48; this.butAddPhoneGraphEntry.Text = "Add"; this.butAddPhoneGraphEntry.Click += new System.EventHandler(this.butAddPhoneGraphEntry_Click); // // gridGraph // this.gridGraph.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridGraph.CellFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F); this.gridGraph.HasAddButton = false; this.gridGraph.HasDropDowns = false; this.gridGraph.HasMultilineHeaders = false; this.gridGraph.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold); this.gridGraph.HeaderHeight = 15; this.gridGraph.HScrollVisible = false; this.gridGraph.Location = new System.Drawing.Point(745, 45); this.gridGraph.Name = "gridGraph"; this.gridGraph.ScrollValue = 0; this.gridGraph.Size = new System.Drawing.Size(162, 362); this.gridGraph.TabIndex = 47; this.gridGraph.Title = "Phone Graph Edits"; this.gridGraph.TitleFont = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.gridGraph.TitleHeight = 18; this.gridGraph.TranslationName = "TablePhoneGraph"; this.gridGraph.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridGraph_CellDoubleClick); // // textPhoneExt // this.textPhoneExt.Location = new System.Drawing.Point(144, 212); this.textPhoneExt.MaxVal = 99999; this.textPhoneExt.MinVal = 0; this.textPhoneExt.Name = "textPhoneExt"; this.textPhoneExt.Size = new System.Drawing.Size(54, 20); this.textPhoneExt.TabIndex = 5; // // textEmployeeNum // this.textEmployeeNum.Location = new System.Drawing.Point(144, 24); this.textEmployeeNum.MaxVal = 99999; this.textEmployeeNum.MinVal = 0; this.textEmployeeNum.Name = "textEmployeeNum"; this.textEmployeeNum.Size = new System.Drawing.Size(54, 20); this.textEmployeeNum.TabIndex = 0; // // 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(28, 467); this.butDelete.Name = "butDelete"; this.butDelete.Size = new System.Drawing.Size(84, 24); this.butDelete.TabIndex = 13; 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(739, 467); this.butOK.Name = "butOK"; this.butOK.Size = new System.Drawing.Size(75, 24); this.butOK.TabIndex = 11; 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(832, 467); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(75, 24); this.butCancel.TabIndex = 12; this.butCancel.Text = "&Cancel"; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // comboSite // this.comboSite.FormattingEnabled = true; this.comboSite.Location = new System.Drawing.Point(144, 367); this.comboSite.Name = "comboSite"; this.comboSite.Size = new System.Drawing.Size(213, 21); this.comboSite.TabIndex = 49; // // label18 // this.label18.Location = new System.Drawing.Point(361, 367); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(359, 30); this.label18.TabIndex = 50; this.label18.Text = "Set site to the physical location of the phone associated to the extension above." + " Used in MapHQ and reserving conference rooms."; // // label19 // this.label19.Location = new System.Drawing.Point(41, 366); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(100, 20); this.label19.TabIndex = 51; this.label19.Text = "Site"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FormPhoneEmpDefaultEdit // this.ClientSize = new System.Drawing.Size(924, 504); this.Controls.Add(this.label19); this.Controls.Add(this.label18); this.Controls.Add(this.comboSite); this.Controls.Add(this.butAddPhoneGraphEntry); this.Controls.Add(this.gridGraph); this.Controls.Add(this.checkIsTriageOperator); this.Controls.Add(this.listStatusOverride); this.Controls.Add(this.label17); this.Controls.Add(this.textPhoneExt); this.Controls.Add(this.textEmployeeNum); this.Controls.Add(this.label16); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.checkIsPrivateScreen); this.Controls.Add(this.textNotes); this.Controls.Add(this.label3); this.Controls.Add(this.textEmpName); this.Controls.Add(this.label6); this.Controls.Add(this.checkHasColor); this.Controls.Add(this.label5); this.Controls.Add(this.checkIsGraphed); this.Controls.Add(this.listRingGroup); this.Controls.Add(this.butDelete); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.butOK); this.Controls.Add(this.butCancel); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormPhoneEmpDefaultEdit"; this.ShowInTaskbar = false; this.Text = "Edit Employee Setting"; this.Load += new System.EventHandler(this.FormPhoneEmpDefaultEdit_Load); this.ResumeLayout(false); this.PerformLayout(); }