Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.textBox6            = new System.Windows.Forms.TextBox();
     this.textPostcardMessage = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textPostcardsPerSheet = new System.Windows.Forms.TextBox();
     this.label8                     = new System.Windows.Forms.Label();
     this.listProcs                  = new System.Windows.Forms.ListBox();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.textBW                     = new System.Windows.Forms.TextBox();
     this.textProcs                  = new System.Windows.Forms.TextBox();
     this.textPattern                = new System.Windows.Forms.TextBox();
     this.label6                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.label3                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.label9                     = new System.Windows.Forms.Label();
     this.checkReturnAdd             = new System.Windows.Forms.CheckBox();
     this.textConfirmPostcardMessage = new System.Windows.Forms.TextBox();
     this.label10                    = new System.Windows.Forms.Label();
     this.textPostcardFamMsg         = new System.Windows.Forms.TextBox();
     this.label11                    = new System.Windows.Forms.Label();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.label12                    = new System.Windows.Forms.Label();
     this.label13                    = new System.Windows.Forms.Label();
     this.textDown                   = new OpenDental.ValidDouble();
     this.textRight                  = new OpenDental.ValidDouble();
     this.butOK              = new OpenDental.UI.Button();
     this.butCancel          = new OpenDental.UI.Button();
     this.checkGroupFamilies = new System.Windows.Forms.CheckBox();
     this.label14            = new System.Windows.Forms.Label();
     this.textDaysPast       = new OpenDental.ValidNum();
     this.textDaysFuture     = new OpenDental.ValidNum();
     this.label15            = new System.Windows.Forms.Label();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(47, 21);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(500, 30);
     this.textBox1.TabIndex    = 5;
     this.textBox1.Text        = "The following information is used to automate the process of creating recall appo" +
                                 "intments from the recall list.  You can make changes to the appointment after it" +
                                 " has been created.";
     //
     // textBox6
     //
     this.textBox6.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox6.Location    = new System.Drawing.Point(23, 161);
     this.textBox6.Multiline   = true;
     this.textBox6.Name        = "textBox6";
     this.textBox6.Size        = new System.Drawing.Size(672, 20);
     this.textBox6.TabIndex    = 15;
     this.textBox6.Text        = "For now, children under 12 do not have their procedures automatically attached.  " +
                                 "Their appointments are created blank.";
     //
     // textPostcardMessage
     //
     this.textPostcardMessage.AcceptsReturn = true;
     this.textPostcardMessage.Location      = new System.Drawing.Point(176, 212);
     this.textPostcardMessage.MaxLength     = 255;
     this.textPostcardMessage.Multiline     = true;
     this.textPostcardMessage.Name          = "textPostcardMessage";
     this.textPostcardMessage.Size          = new System.Drawing.Size(466, 70);
     this.textPostcardMessage.TabIndex      = 16;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 215);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(167, 61);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Recall Postcard message.  Use ?DueDate wherever you want the due date to be inser" +
                            "ted.";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPostcardsPerSheet
     //
     this.textPostcardsPerSheet.Location = new System.Drawing.Point(176, 434);
     this.textPostcardsPerSheet.Name     = "textPostcardsPerSheet";
     this.textPostcardsPerSheet.Size     = new System.Drawing.Size(34, 20);
     this.textPostcardsPerSheet.TabIndex = 18;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(49, 437);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(127, 31);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "Postcards per sheet (1,3,or 4)";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listProcs
     //
     this.listProcs.BackColor     = System.Drawing.SystemColors.Control;
     this.listProcs.Location      = new System.Drawing.Point(176, 519);
     this.listProcs.Name          = "listProcs";
     this.listProcs.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listProcs.Size          = new System.Drawing.Size(130, 82);
     this.listProcs.TabIndex      = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBW);
     this.groupBox1.Controls.Add(this.textProcs);
     this.groupBox1.Controls.Add(this.textPattern);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.textBox6);
     this.groupBox1.Location = new System.Drawing.Point(16, 13);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(737, 193);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     //
     // textBW
     //
     this.textBW.Location = new System.Drawing.Point(159, 128);
     this.textBW.Name     = "textBW";
     this.textBW.Size     = new System.Drawing.Size(100, 20);
     this.textBW.TabIndex = 15;
     //
     // textProcs
     //
     this.textProcs.Location  = new System.Drawing.Point(159, 84);
     this.textProcs.Multiline = true;
     this.textProcs.Name      = "textProcs";
     this.textProcs.Size      = new System.Drawing.Size(336, 42);
     this.textProcs.TabIndex  = 13;
     //
     // textPattern
     //
     this.textPattern.Location = new System.Drawing.Point(159, 62);
     this.textPattern.Name     = "textPattern";
     this.textPattern.Size     = new System.Drawing.Size(170, 20);
     this.textPattern.TabIndex = 12;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(266, 129);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(445, 15);
     this.label6.TabIndex  = 20;
     this.label6.Text      = "(leave blank to disable automated BW\'s)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(499, 85);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(216, 34);
     this.label5.TabIndex = 19;
     this.label5.Text     = "(valid codes separated by commas)";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(340, 64);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(255, 19);
     this.label4.TabIndex = 18;
     this.label4.Text     = "(must contain only /\'s and X\'s)";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(1, 131);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(156, 16);
     this.label3.TabIndex  = 17;
     this.label3.Text      = "BiteWings code every year";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(14, 87);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(143, 16);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "Procedures";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(19, 65);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 16);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Time Pattern";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(20, 518);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(151, 83);
     this.label9.TabIndex  = 22;
     this.label9.Text      = "Procedures that Trigger Recall - You can change these in procedure code setup";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkReturnAdd
     //
     this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReturnAdd.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReturnAdd.Location   = new System.Drawing.Point(6, 467);
     this.checkReturnAdd.Name       = "checkReturnAdd";
     this.checkReturnAdd.Size       = new System.Drawing.Size(184, 19);
     this.checkReturnAdd.TabIndex   = 43;
     this.checkReturnAdd.Text       = "Show return address";
     this.checkReturnAdd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textConfirmPostcardMessage
     //
     this.textConfirmPostcardMessage.AcceptsReturn = true;
     this.textConfirmPostcardMessage.Location      = new System.Drawing.Point(176, 358);
     this.textConfirmPostcardMessage.MaxLength     = 255;
     this.textConfirmPostcardMessage.Multiline     = true;
     this.textConfirmPostcardMessage.Name          = "textConfirmPostcardMessage";
     this.textConfirmPostcardMessage.Size          = new System.Drawing.Size(466, 70);
     this.textConfirmPostcardMessage.TabIndex      = 44;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(4, 361);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(170, 61);
     this.label10.TabIndex = 45;
     this.label10.Text     = "Confirmation Postcard message.  Use ?date  and ?time where you want those values " +
                             "to be inserted";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPostcardFamMsg
     //
     this.textPostcardFamMsg.AcceptsReturn = true;
     this.textPostcardFamMsg.Location      = new System.Drawing.Point(176, 285);
     this.textPostcardFamMsg.MaxLength     = 255;
     this.textPostcardFamMsg.Multiline     = true;
     this.textPostcardFamMsg.Name          = "textPostcardFamMsg";
     this.textPostcardFamMsg.Size          = new System.Drawing.Size(466, 70);
     this.textPostcardFamMsg.TabIndex      = 46;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8, 288);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(167, 61);
     this.label11.TabIndex = 47;
     this.label11.Text     = "Recall Postcard message for multiple patients in one family.  Use ?FamilyList whe" +
                             "re the list of family members should show.";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDown);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textRight);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Location = new System.Drawing.Point(344, 432);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(204, 74);
     this.groupBox2.TabIndex = 48;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Adjust Postcard Position in Inches";
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(49, 46);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(60, 20);
     this.label12.TabIndex  = 5;
     this.label12.Text      = "Down";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(49, 21);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(60, 20);
     this.label13.TabIndex  = 4;
     this.label13.Text      = "Right";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDown
     //
     this.textDown.Location = new System.Drawing.Point(113, 47);
     this.textDown.Name     = "textDown";
     this.textDown.Size     = new System.Drawing.Size(73, 20);
     this.textDown.TabIndex = 6;
     //
     // textRight
     //
     this.textRight.Location = new System.Drawing.Point(113, 22);
     this.textRight.Name     = "textRight";
     this.textRight.Size     = new System.Drawing.Size(73, 20);
     this.textRight.TabIndex = 4;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(678, 538);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(678, 576);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkGroupFamilies
     //
     this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.Location   = new System.Drawing.Point(6, 15);
     this.checkGroupFamilies.Name       = "checkGroupFamilies";
     this.checkGroupFamilies.Size       = new System.Drawing.Size(121, 18);
     this.checkGroupFamilies.TabIndex   = 49;
     this.checkGroupFamilies.Text       = "Group Families";
     this.checkGroupFamilies.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.UseVisualStyleBackColor = true;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(6, 34);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(101, 20);
     this.label14.TabIndex  = 50;
     this.label14.Text      = "Days Past";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysPast
     //
     this.textDaysPast.Location = new System.Drawing.Point(113, 35);
     this.textDaysPast.MaxVal   = 10000;
     this.textDaysPast.MinVal   = -10000;
     this.textDaysPast.Name     = "textDaysPast";
     this.textDaysPast.Size     = new System.Drawing.Size(53, 20);
     this.textDaysPast.TabIndex = 51;
     //
     // textDaysFuture
     //
     this.textDaysFuture.Location = new System.Drawing.Point(113, 57);
     this.textDaysFuture.MaxVal   = 10000;
     this.textDaysFuture.MinVal   = -10000;
     this.textDaysFuture.Name     = "textDaysFuture";
     this.textDaysFuture.Size     = new System.Drawing.Size(53, 20);
     this.textDaysFuture.TabIndex = 53;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(9, 56);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(98, 20);
     this.label15.TabIndex  = 52;
     this.label15.Text      = "Days Future";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textDaysFuture);
     this.groupBox3.Controls.Add(this.checkGroupFamilies);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.textDaysPast);
     this.groupBox3.Location = new System.Drawing.Point(344, 514);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(204, 87);
     this.groupBox3.TabIndex = 54;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Recall List Default View";
     //
     // FormRecallSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(777, 617);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textPostcardFamMsg);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textConfirmPostcardMessage);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.checkReturnAdd);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textPostcardsPerSheet);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textPostcardMessage);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listProcs);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Setup Recall and Confirmation";
     this.Load         += new System.EventHandler(this.FormRecallSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <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(FormImagingSetup));
			this.label12 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radioScanDocUseOptionsBelow = new System.Windows.Forms.RadioButton();
			this.radioScanDocShowOptions = new System.Windows.Forms.RadioButton();
			this.groupScanningOptions = new System.Windows.Forms.GroupBox();
			this.checkScanDocDuplex = new System.Windows.Forms.CheckBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.textScanDocResolution = new OpenDental.ValidNum();
			this.checkScanDocGrayscale = new System.Windows.Forms.CheckBox();
			this.checkScanDocSelectSource = new System.Windows.Forms.CheckBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textScanDocQuality = new OpenDental.ValidNum();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.slider = new OpenDental.UI.ContrWindowingSlider();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label37 = new System.Windows.Forms.Label();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.checkBinned = new System.Windows.Forms.CheckBox();
			this.comboType = new System.Windows.Forms.ComboBox();
			this.upDownPort = new System.Windows.Forms.NumericUpDown();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.upDownExposure = new System.Windows.Forms.NumericUpDown();
			this.butSetScanner = new OpenDental.UI.Button();
			this.butMounts = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupScanningOptions.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
			this.SuspendLayout();
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(17, 42);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(254, 15);
			this.label12.TabIndex = 14;
			this.label12.Text = "JPEG Compression - Quality After Scanning";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radioScanDocUseOptionsBelow);
			this.groupBox1.Controls.Add(this.radioScanDocShowOptions);
			this.groupBox1.Controls.Add(this.groupScanningOptions);
			this.groupBox1.Controls.Add(this.checkScanDocSelectSource);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.textScanDocQuality);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(20, 45);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(622, 197);
			this.groupBox1.TabIndex = 17;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Documents - Settings apply only to this workstation";
			// 
			// radioScanDocUseOptionsBelow
			// 
			this.radioScanDocUseOptionsBelow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocUseOptionsBelow.Location = new System.Drawing.Point(85, 81);
			this.radioScanDocUseOptionsBelow.Name = "radioScanDocUseOptionsBelow";
			this.radioScanDocUseOptionsBelow.Size = new System.Drawing.Size(202, 18);
			this.radioScanDocUseOptionsBelow.TabIndex = 26;
			this.radioScanDocUseOptionsBelow.TabStop = true;
			this.radioScanDocUseOptionsBelow.Text = "Use the Options Below";
			this.radioScanDocUseOptionsBelow.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocUseOptionsBelow.UseVisualStyleBackColor = true;
			// 
			// radioScanDocShowOptions
			// 
			this.radioScanDocShowOptions.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocShowOptions.Location = new System.Drawing.Point(67, 63);
			this.radioScanDocShowOptions.Name = "radioScanDocShowOptions";
			this.radioScanDocShowOptions.Size = new System.Drawing.Size(220, 18);
			this.radioScanDocShowOptions.TabIndex = 25;
			this.radioScanDocShowOptions.TabStop = true;
			this.radioScanDocShowOptions.Text = "Show Scanner Options Window";
			this.radioScanDocShowOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioScanDocShowOptions.UseVisualStyleBackColor = true;
			this.radioScanDocShowOptions.CheckedChanged += new System.EventHandler(this.radioScanDocShowOptions_CheckedChanged);
			// 
			// groupScanningOptions
			// 
			this.groupScanningOptions.Controls.Add(this.label8);
			this.groupScanningOptions.Controls.Add(this.checkScanDocDuplex);
			this.groupScanningOptions.Controls.Add(this.label5);
			this.groupScanningOptions.Controls.Add(this.label6);
			this.groupScanningOptions.Controls.Add(this.textScanDocResolution);
			this.groupScanningOptions.Controls.Add(this.checkScanDocGrayscale);
			this.groupScanningOptions.Location = new System.Drawing.Point(32, 100);
			this.groupScanningOptions.Name = "groupScanningOptions";
			this.groupScanningOptions.Size = new System.Drawing.Size(584, 90);
			this.groupScanningOptions.TabIndex = 24;
			this.groupScanningOptions.TabStop = false;
			this.groupScanningOptions.Text = "Scanning Options";
			// 
			// checkScanDocDuplex
			// 
			this.checkScanDocDuplex.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocDuplex.Location = new System.Drawing.Point(9, 19);
			this.checkScanDocDuplex.Name = "checkScanDocDuplex";
			this.checkScanDocDuplex.Size = new System.Drawing.Size(247, 18);
			this.checkScanDocDuplex.TabIndex = 21;
			this.checkScanDocDuplex.Text = "Multipage Scans Duplex (both sides)";
			this.checkScanDocDuplex.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocDuplex.UseVisualStyleBackColor = true;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(52, 66);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(186, 19);
			this.label5.TabIndex = 15;
			this.label5.Text = "Resolution";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(313, 65);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(180, 19);
			this.label6.TabIndex = 15;
			this.label6.Text = "> 50. Typical setting: 150 dpi";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textScanDocResolution
			// 
			this.textScanDocResolution.Location = new System.Drawing.Point(241, 65);
			this.textScanDocResolution.MaxVal = 1000;
			this.textScanDocResolution.MinVal = 51;
			this.textScanDocResolution.Name = "textScanDocResolution";
			this.textScanDocResolution.Size = new System.Drawing.Size(68, 20);
			this.textScanDocResolution.TabIndex = 20;
			// 
			// checkScanDocGrayscale
			// 
			this.checkScanDocGrayscale.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocGrayscale.Location = new System.Drawing.Point(110, 47);
			this.checkScanDocGrayscale.Name = "checkScanDocGrayscale";
			this.checkScanDocGrayscale.Size = new System.Drawing.Size(146, 18);
			this.checkScanDocGrayscale.TabIndex = 22;
			this.checkScanDocGrayscale.Text = "Grayscale";
			this.checkScanDocGrayscale.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocGrayscale.UseVisualStyleBackColor = true;
			// 
			// checkScanDocSelectSource
			// 
			this.checkScanDocSelectSource.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocSelectSource.Location = new System.Drawing.Point(32, 19);
			this.checkScanDocSelectSource.Name = "checkScanDocSelectSource";
			this.checkScanDocSelectSource.Size = new System.Drawing.Size(256, 18);
			this.checkScanDocSelectSource.TabIndex = 23;
			this.checkScanDocSelectSource.Text = "Show Select Scanner Window";
			this.checkScanDocSelectSource.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkScanDocSelectSource.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(345, 42);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(246, 15);
			this.label7.TabIndex = 23;
			this.label7.Text = "0-100. 100=No compression.  Typical setting: 40";
			this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textScanDocQuality
			// 
			this.textScanDocQuality.Location = new System.Drawing.Point(273, 40);
			this.textScanDocQuality.MaxVal = 100;
			this.textScanDocQuality.MinVal = 0;
			this.textScanDocQuality.Name = "textScanDocQuality";
			this.textScanDocQuality.Size = new System.Drawing.Size(68, 20);
			this.textScanDocQuality.TabIndex = 20;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.label25);
			this.groupBox2.Controls.Add(this.slider);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(20, 251);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(484, 96);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Radiographs";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(13, 14);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(425, 19);
			this.label1.TabIndex = 22;
			this.label1.Text = "Default pixel windowing for new radiographs, both scanned and digital";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(13, 65);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(465, 24);
			this.label25.TabIndex = 15;
			this.label25.Text = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
			// 
			// slider
			// 
			this.slider.Location = new System.Drawing.Point(14, 38);
			this.slider.MaxVal = 128;
			this.slider.Name = "slider";
			this.slider.Size = new System.Drawing.Size(194, 14);
			this.slider.TabIndex = 21;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label37);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(20, 353);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(484, 43);
			this.groupBox3.TabIndex = 19;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Photos";
			// 
			// label37
			// 
			this.label37.Location = new System.Drawing.Point(14, 18);
			this.label37.Name = "label37";
			this.label37.Size = new System.Drawing.Size(464, 20);
			this.label37.TabIndex = 15;
			this.label37.Text = "Suggested setting for scanning photos is Color, 300 dpi.";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.checkBinned);
			this.groupBox4.Controls.Add(this.comboType);
			this.groupBox4.Controls.Add(this.upDownPort);
			this.groupBox4.Controls.Add(this.label4);
			this.groupBox4.Controls.Add(this.label3);
			this.groupBox4.Controls.Add(this.label2);
			this.groupBox4.Controls.Add(this.upDownExposure);
			this.groupBox4.Location = new System.Drawing.Point(21, 402);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(484, 137);
			this.groupBox4.TabIndex = 21;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Suni Imaging";
			// 
			// checkBinned
			// 
			this.checkBinned.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBinned.Location = new System.Drawing.Point(81, 96);
			this.checkBinned.Name = "checkBinned";
			this.checkBinned.Size = new System.Drawing.Size(206, 17);
			this.checkBinned.TabIndex = 8;
			this.checkBinned.Text = "Binned (not normally used)";
			this.checkBinned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBinned.UseVisualStyleBackColor = true;
			// 
			// comboType
			// 
			this.comboType.FormattingEnabled = true;
			this.comboType.Location = new System.Drawing.Point(273, 69);
			this.comboType.Name = "comboType";
			this.comboType.Size = new System.Drawing.Size(37, 21);
			this.comboType.TabIndex = 7;
			this.comboType.Text = "D";
			// 
			// upDownPort
			// 
			this.upDownPort.Location = new System.Drawing.Point(273, 43);
			this.upDownPort.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.upDownPort.Name = "upDownPort";
			this.upDownPort.Size = new System.Drawing.Size(33, 20);
			this.upDownPort.TabIndex = 6;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(28, 45);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(239, 13);
			this.label4.TabIndex = 5;
			this.label4.Text = "Sensor Port (place where sensor connects)";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(14, 72);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(253, 13);
			this.label3.TabIndex = 3;
			this.label3.Text = "Sensor Type (last serial letter on sensor cable)";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(28, 20);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(239, 13);
			this.label2.TabIndex = 2;
			this.label2.Text = "Exposure Level (1-7) for New Captures";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// upDownExposure
			// 
			this.upDownExposure.Location = new System.Drawing.Point(273, 17);
			this.upDownExposure.Maximum = new decimal(new int[] {
            7,
            0,
            0,
            0});
			this.upDownExposure.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.upDownExposure.Name = "upDownExposure";
			this.upDownExposure.Size = new System.Drawing.Size(33, 20);
			this.upDownExposure.TabIndex = 1;
			this.upDownExposure.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
			// 
			// butSetScanner
			// 
			this.butSetScanner.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butSetScanner.Autosize = true;
			this.butSetScanner.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSetScanner.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSetScanner.CornerRadius = 4F;
			this.butSetScanner.Location = new System.Drawing.Point(21, 12);
			this.butSetScanner.Name = "butSetScanner";
			this.butSetScanner.Size = new System.Drawing.Size(110, 24);
			this.butSetScanner.TabIndex = 22;
			this.butSetScanner.Text = "Set Default Scanner";
			this.butSetScanner.Click += new System.EventHandler(this.butSetScanner_Click);
			// 
			// butMounts
			// 
			this.butMounts.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butMounts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.butMounts.Autosize = true;
			this.butMounts.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMounts.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMounts.CornerRadius = 4F;
			this.butMounts.Location = new System.Drawing.Point(656, 12);
			this.butMounts.Name = "butMounts";
			this.butMounts.Size = new System.Drawing.Size(79, 24);
			this.butMounts.TabIndex = 20;
			this.butMounts.Text = "Setup Mounts";
			this.butMounts.Visible = false;
			this.butMounts.Click += new System.EventHandler(this.butMounts_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(660, 639);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			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(660, 601);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(260, 9);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(260, 34);
			this.label8.TabIndex = 23;
			this.label8.Text = "If this setting causes your scanner to malfunction, use the \"Show Scanner Options" +
    " Window\" instead";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// FormImagingSetup
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(762, 687);
			this.Controls.Add(this.butSetScanner);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.butMounts);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormImagingSetup";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Imaging Setup";
			this.Load += new System.EventHandler(this.FormImagingSetup_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupScanningOptions.ResumeLayout(false);
			this.groupScanningOptions.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
			this.ResumeLayout(false);

		}
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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.butAudit          = new OpenDental.UI.Button();
     this.label10           = new System.Windows.Forms.Label();
     this.textPharmInfo     = new OpenDental.ODtextBox();
     this.checkProcRequired = new System.Windows.Forms.CheckBox();
     this.comboProcCode     = new System.Windows.Forms.ComboBox();
     this.labelProcedure    = new System.Windows.Forms.Label();
     this.labelDaysOfSupply = new System.Windows.Forms.Label();
     this.textDaysOfSupply  = new OpenDental.ValidNum();
     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(545, 547);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 16;
     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(545, 507);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 15;
     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, 158);
     this.textSig.Multiline     = true;
     this.textSig.Name          = "textSig";
     this.textSig.Size          = new System.Drawing.Size(254, 44);
     this.textSig.TabIndex      = 6;
     //
     // textDisp
     //
     this.textDisp.Location = new System.Drawing.Point(138, 203);
     this.textDisp.Name     = "textDisp";
     this.textDisp.Size     = new System.Drawing.Size(114, 20);
     this.textDisp.TabIndex = 7;
     //
     // textRefills
     //
     this.textRefills.Location = new System.Drawing.Point(138, 224);
     this.textRefills.Name     = "textRefills";
     this.textRefills.Size     = new System.Drawing.Size(114, 20);
     this.textRefills.TabIndex = 8;
     //
     // textDrug
     //
     this.textDrug.Location = new System.Drawing.Point(138, 137);
     this.textDrug.Name     = "textDrug";
     this.textDrug.Size     = new System.Drawing.Size(254, 20);
     this.textDrug.TabIndex = 5;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(49, 162);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(89, 14);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "Sig";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(39, 207);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(99, 14);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "Disp";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(39, 228);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(99, 14);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Refills";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(31, 289);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(107, 36);
     this.label3.TabIndex  = 0;
     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, 139);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(93, 14);
     this.label1.TabIndex  = 0;
     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  = 0;
     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 = 1;
     //
     // 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(291, 547);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(81, 24);
     this.butPrint.TabIndex     = 18;
     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, 547);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(88, 24);
     this.butDelete.TabIndex     = 20;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(39, 458);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(99, 14);
     this.label8.TabIndex  = 0;
     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, 453);
     this.butPick.Name     = "butPick";
     this.butPick.Size     = new System.Drawing.Size(58, 23);
     this.butPick.TabIndex = 13;
     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, 455);
     this.textPharmacy.Name          = "textPharmacy";
     this.textPharmacy.ReadOnly      = true;
     this.textPharmacy.Size          = new System.Drawing.Size(198, 20);
     this.textPharmacy.TabIndex      = 0;
     this.textPharmacy.TabStop       = false;
     //
     // checkControlled
     //
     this.checkControlled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkControlled.Location   = new System.Drawing.Point(7, 54);
     this.checkControlled.Name       = "checkControlled";
     this.checkControlled.Size       = new System.Drawing.Size(145, 20);
     this.checkControlled.TabIndex   = 2;
     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(378, 547);
     this.butView.Name         = "butView";
     this.butView.Size         = new System.Drawing.Size(81, 24);
     this.butView.TabIndex     = 17;
     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(418, 574);
     this.labelView.Name     = "labelView";
     this.labelView.Size     = new System.Drawing.Size(199, 14);
     this.labelView.TabIndex = 0;
     this.labelView.Text     = "This Rx has already been printed.";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(39, 481);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(99, 14);
     this.label9.TabIndex  = 0;
     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, 478);
     this.comboSendStatus.Name     = "comboSendStatus";
     this.comboSendStatus.Size     = new System.Drawing.Size(198, 21);
     this.comboSendStatus.TabIndex = 14;
     //
     // textDosageCode
     //
     this.textDosageCode.Location = new System.Drawing.Point(138, 267);
     this.textDosageCode.Name     = "textDosageCode";
     this.textDosageCode.Size     = new System.Drawing.Size(114, 20);
     this.textDosageCode.TabIndex = 11;
     //
     // labelDosageCode
     //
     this.labelDosageCode.Location  = new System.Drawing.Point(44, 271);
     this.labelDosageCode.Name      = "labelDosageCode";
     this.labelDosageCode.Size      = new System.Drawing.Size(94, 14);
     this.labelDosageCode.TabIndex  = 0;
     this.labelDosageCode.Text      = "Dosage Code";
     this.labelDosageCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboProvNum
     //
     this.comboProvNum.Location                  = new System.Drawing.Point(138, 245);
     this.comboProvNum.MaxDropDownItems          = 30;
     this.comboProvNum.Name                      = "comboProvNum";
     this.comboProvNum.Size                      = new System.Drawing.Size(254, 21);
     this.comboProvNum.TabIndex                  = 9;
     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, 245);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(18, 21);
     this.butPickProv.TabIndex = 10;
     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, 249);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(100, 14);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "Provider";
     this.label7.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(138, 288);
     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       = 12;
     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  = 0;
     this.labelCPOE.Text      = "Computerized Provider Order Entry";
     this.labelCPOE.TextAlign = System.Drawing.ContentAlignment.TopRight;
     this.labelCPOE.Visible   = false;
     //
     // butAudit
     //
     this.butAudit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAudit.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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.Location     = new System.Drawing.Point(162, 547);
     this.butAudit.Name         = "butAudit";
     this.butAudit.Size         = new System.Drawing.Size(92, 24);
     this.butAudit.TabIndex     = 19;
     this.butAudit.Text         = "Audit Trail";
     this.butAudit.Click       += new System.EventHandler(this.butAudit_Click);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(12, 405);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(125, 14);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "Erx Pharmacy Info";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPharmInfo
     //
     this.textPharmInfo.AcceptsTab         = true;
     this.textPharmInfo.BackColor          = System.Drawing.SystemColors.Control;
     this.textPharmInfo.DetectLinksEnabled = false;
     this.textPharmInfo.DetectUrls         = false;
     this.textPharmInfo.Location           = new System.Drawing.Point(138, 400);
     this.textPharmInfo.Name           = "textPharmInfo";
     this.textPharmInfo.QuickPasteType = OpenDentBusiness.QuickPasteType.Rx;
     this.textPharmInfo.ReadOnly       = true;
     this.textPharmInfo.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textPharmInfo.Size           = new System.Drawing.Size(373, 50);
     this.textPharmInfo.TabIndex       = 0;
     this.textPharmInfo.TabStop        = false;
     this.textPharmInfo.Text           = "";
     //
     // checkProcRequired
     //
     this.checkProcRequired.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkProcRequired.Location   = new System.Drawing.Point(7, 74);
     this.checkProcRequired.Name       = "checkProcRequired";
     this.checkProcRequired.Size       = new System.Drawing.Size(145, 20);
     this.checkProcRequired.TabIndex   = 3;
     this.checkProcRequired.Text       = "Is Proc Required";
     this.checkProcRequired.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkProcRequired.UseVisualStyleBackColor = true;
     //
     // comboProcCode
     //
     this.comboProcCode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProcCode.FormattingEnabled = true;
     this.comboProcCode.Location          = new System.Drawing.Point(138, 94);
     this.comboProcCode.Name     = "comboProcCode";
     this.comboProcCode.Size     = new System.Drawing.Size(254, 21);
     this.comboProcCode.TabIndex = 4;
     //
     // labelProcedure
     //
     this.labelProcedure.Location  = new System.Drawing.Point(44, 94);
     this.labelProcedure.Name      = "labelProcedure";
     this.labelProcedure.Size      = new System.Drawing.Size(93, 21);
     this.labelProcedure.TabIndex  = 0;
     this.labelProcedure.Text      = "Procedure";
     this.labelProcedure.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelDaysOfSupply
     //
     this.labelDaysOfSupply.Location  = new System.Drawing.Point(14, 116);
     this.labelDaysOfSupply.Name      = "labelDaysOfSupply";
     this.labelDaysOfSupply.Size      = new System.Drawing.Size(123, 20);
     this.labelDaysOfSupply.TabIndex  = 21;
     this.labelDaysOfSupply.Text      = "Days of Supply";
     this.labelDaysOfSupply.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysOfSupply
     //
     this.textDaysOfSupply.Location = new System.Drawing.Point(138, 116);
     this.textDaysOfSupply.MaxVal   = 99999999;
     this.textDaysOfSupply.MinVal   = 0;
     this.textDaysOfSupply.Name     = "textDaysOfSupply";
     this.textDaysOfSupply.Size     = new System.Drawing.Size(114, 20);
     this.textDaysOfSupply.TabIndex = 22;
     //
     // FormRxEdit
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(637, 595);
     this.Controls.Add(this.textDaysOfSupply);
     this.Controls.Add(this.labelDaysOfSupply);
     this.Controls.Add(this.labelProcedure);
     this.Controls.Add(this.comboProcCode);
     this.Controls.Add(this.checkProcRequired);
     this.Controls.Add(this.textPharmInfo);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.butAudit);
     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.Text          = "Edit Rx";
     this.Load         += new System.EventHandler(this.FormRxEdit_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(FormImagingSetup));
     this.label12        = new System.Windows.Forms.Label();
     this.label13        = new System.Windows.Forms.Label();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.label1         = new System.Windows.Forms.Label();
     this.label25        = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.label37        = new System.Windows.Forms.Label();
     this.groupBox4      = new System.Windows.Forms.GroupBox();
     this.checkBinned    = new System.Windows.Forms.CheckBox();
     this.comboType      = new System.Windows.Forms.ComboBox();
     this.upDownPort     = new System.Windows.Forms.NumericUpDown();
     this.label4         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.upDownExposure = new System.Windows.Forms.NumericUpDown();
     this.butMounts      = new OpenDental.UI.Button();
     this.slider         = new OpenDental.UI.ContrWindowingSlider();
     this.textDoc        = new OpenDental.ValidNum();
     this.butCancel      = new OpenDental.UI.Button();
     this.butOK          = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
     this.SuspendLayout();
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(14, 15);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(464, 15);
     this.label12.TabIndex = 14;
     this.label12.Text     = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
                             "tting: 40.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(14, 58);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(464, 19);
     this.label13.TabIndex = 15;
     this.label13.Text     = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDoc);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(20, 13);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(484, 79);
     this.groupBox1.TabIndex  = 17;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Documents";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.slider);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(20, 98);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(484, 96);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Radiographs";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(13, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(392, 19);
     this.label1.TabIndex  = 22;
     this.label1.Text      = "Default pixel windowing for new radiographs";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13, 65);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(465, 24);
     this.label25.TabIndex = 15;
     this.label25.Text     = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(20, 200);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(484, 43);
     this.groupBox3.TabIndex  = 19;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14, 18);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(464, 20);
     this.label37.TabIndex = 15;
     this.label37.Text     = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBinned);
     this.groupBox4.Controls.Add(this.comboType);
     this.groupBox4.Controls.Add(this.upDownPort);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.upDownExposure);
     this.groupBox4.Location = new System.Drawing.Point(20, 260);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(484, 115);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "XRay Imaging";
     //
     // checkBinned
     //
     this.checkBinned.AutoSize = true;
     this.checkBinned.Location = new System.Drawing.Point(242, 83);
     this.checkBinned.Name     = "checkBinned";
     this.checkBinned.Size     = new System.Drawing.Size(150, 17);
     this.checkBinned.TabIndex = 8;
     this.checkBinned.Text     = "Binned (not normally used)";
     this.checkBinned.UseVisualStyleBackColor = true;
     //
     // comboType
     //
     this.comboType.FormattingEnabled = true;
     this.comboType.Location          = new System.Drawing.Point(242, 39);
     this.comboType.Name     = "comboType";
     this.comboType.Size     = new System.Drawing.Size(37, 21);
     this.comboType.TabIndex = 7;
     this.comboType.Text     = "D";
     //
     // upDownPort
     //
     this.upDownPort.Location = new System.Drawing.Point(14, 83);
     this.upDownPort.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.upDownPort.Name     = "upDownPort";
     this.upDownPort.Size     = new System.Drawing.Size(33, 20);
     this.upDownPort.TabIndex = 6;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 66);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(210, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Sensor Port (place where sensor connects)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(239, 20);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(229, 13);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Sensor Type (last serical letter on sensor cable)";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(189, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Exposure Level (1-7) for New Captures";
     //
     // upDownExposure
     //
     this.upDownExposure.Location = new System.Drawing.Point(14, 39);
     this.upDownExposure.Maximum  = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.upDownExposure.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.upDownExposure.Name     = "upDownExposure";
     this.upDownExposure.Size     = new System.Drawing.Size(33, 20);
     this.upDownExposure.TabIndex = 1;
     this.upDownExposure.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // butMounts
     //
     this.butMounts.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMounts.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butMounts.Autosize     = true;
     this.butMounts.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMounts.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMounts.CornerRadius = 4F;
     this.butMounts.Location     = new System.Drawing.Point(544, 21);
     this.butMounts.Name         = "butMounts";
     this.butMounts.Size         = new System.Drawing.Size(79, 26);
     this.butMounts.TabIndex     = 20;
     this.butMounts.Text         = "Setup Mounts";
     this.butMounts.Click       += new System.EventHandler(this.butMounts_Click);
     //
     // slider
     //
     this.slider.Location = new System.Drawing.Point(14, 38);
     this.slider.MaxVal   = 128;
     this.slider.Name     = "slider";
     this.slider.Size     = new System.Drawing.Size(194, 14);
     this.slider.TabIndex = 21;
     //
     // textDoc
     //
     this.textDoc.Location = new System.Drawing.Point(16, 35);
     this.textDoc.MaxVal   = 255;
     this.textDoc.MinVal   = 0;
     this.textDoc.Name     = "textDoc";
     this.textDoc.Size     = new System.Drawing.Size(68, 20);
     this.textDoc.TabIndex = 20;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(548, 371);
     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(548, 333);
     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);
     //
     // FormImagingSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(650, 422);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.butMounts);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormImagingSetup";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Imaging Setup";
     this.Load           += new System.EventHandler(this.FormImagingSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallTypeEdit));
     this.label1 = new System.Windows.Forms.Label();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.groupInterval = 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.label9 = new System.Windows.Forms.Label();
     this.textYears = new OpenDental.ValidNum();
     this.label10 = new System.Windows.Forms.Label();
     this.textPattern = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.listProcs = new System.Windows.Forms.ListBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.butRemoveProc = new OpenDental.UI.Button();
     this.butAddProc = new OpenDental.UI.Button();
     this.listTriggers = new System.Windows.Forms.ListBox();
     this.labelTriggers = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.comboSpecial = new System.Windows.Forms.ComboBox();
     this.labelSpecial = new System.Windows.Forms.Label();
     this.butRemoveTrigger = new OpenDental.UI.Button();
     this.butAddTrigger = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.groupInterval.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(148, 17);
     this.label1.TabIndex = 2;
     this.label1.Text = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(160, 20);
     this.textDescription.Name = "textDescription";
     this.textDescription.Size = new System.Drawing.Size(291, 20);
     this.textDescription.TabIndex = 0;
     //
     // groupInterval
     //
     this.groupInterval.Controls.Add(this.textWeeks);
     this.groupInterval.Controls.Add(this.label7);
     this.groupInterval.Controls.Add(this.textDays);
     this.groupInterval.Controls.Add(this.label6);
     this.groupInterval.Controls.Add(this.textMonths);
     this.groupInterval.Controls.Add(this.label9);
     this.groupInterval.Controls.Add(this.textYears);
     this.groupInterval.Controls.Add(this.label10);
     this.groupInterval.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupInterval.Location = new System.Drawing.Point(55, 282);
     this.groupInterval.Name = "groupInterval";
     this.groupInterval.Size = new System.Drawing.Size(170, 115);
     this.groupInterval.TabIndex = 116;
     this.groupInterval.TabStop = false;
     this.groupInterval.Text = "Default Interval";
     //
     // textWeeks
     //
     this.textWeeks.Location = new System.Drawing.Point(105, 64);
     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, 64);
     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, 86);
     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, 86);
     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, 41);
     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;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(11, 41);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(92, 19);
     this.label9.TabIndex = 7;
     this.label9.Text = "Months";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYears
     //
     this.textYears.Location = new System.Drawing.Point(105, 18);
     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;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(11, 18);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(92, 19);
     this.label10.TabIndex = 5;
     this.label10.Text = "Years";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPattern
     //
     this.textPattern.Location = new System.Drawing.Point(105, 19);
     this.textPattern.Name = "textPattern";
     this.textPattern.Size = new System.Drawing.Size(170, 20);
     this.textPattern.TabIndex = 117;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(283, 21);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(117, 19);
     this.label12.TabIndex = 121;
     this.label12.Text = "(only /\'s and X\'s)";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(1, 23);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(100, 16);
     this.label14.TabIndex = 119;
     this.label14.Text = "Time Pattern";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(1, 45);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(98, 33);
     this.label15.TabIndex = 120;
     this.label15.Text = "Procedures on Appointment";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listProcs
     //
     this.listProcs.FormattingEnabled = true;
     this.listProcs.Location = new System.Drawing.Point(105, 45);
     this.listProcs.Name = "listProcs";
     this.listProcs.Size = new System.Drawing.Size(220, 108);
     this.listProcs.TabIndex = 122;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butRemoveProc);
     this.groupBox2.Controls.Add(this.butAddProc);
     this.groupBox2.Controls.Add(this.textPattern);
     this.groupBox2.Controls.Add(this.listProcs);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Location = new System.Drawing.Point(55, 408);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(418, 160);
     this.groupBox2.TabIndex = 123;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "When automatically creating appointments";
     //
     // butRemoveProc
     //
     this.butRemoveProc.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRemoveProc.Autosize = true;
     this.butRemoveProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemoveProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemoveProc.CornerRadius = 4F;
     this.butRemoveProc.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butRemoveProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butRemoveProc.Location = new System.Drawing.Point(331, 129);
     this.butRemoveProc.Name = "butRemoveProc";
     this.butRemoveProc.Size = new System.Drawing.Size(78, 24);
     this.butRemoveProc.TabIndex = 124;
     this.butRemoveProc.Text = "Remove";
     this.butRemoveProc.Click += new System.EventHandler(this.butRemoveProc_Click);
     //
     // butAddProc
     //
     this.butAddProc.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAddProc.Autosize = true;
     this.butAddProc.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddProc.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddProc.CornerRadius = 4F;
     this.butAddProc.Image = global::OpenDental.Properties.Resources.Add;
     this.butAddProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddProc.Location = new System.Drawing.Point(331, 99);
     this.butAddProc.Name = "butAddProc";
     this.butAddProc.Size = new System.Drawing.Size(78, 24);
     this.butAddProc.TabIndex = 123;
     this.butAddProc.Text = "Add";
     this.butAddProc.Click += new System.EventHandler(this.butAddProc_Click);
     //
     // listTriggers
     //
     this.listTriggers.FormattingEnabled = true;
     this.listTriggers.Location = new System.Drawing.Point(160, 90);
     this.listTriggers.Name = "listTriggers";
     this.listTriggers.Size = new System.Drawing.Size(220, 186);
     this.listTriggers.TabIndex = 126;
     //
     // labelTriggers
     //
     this.labelTriggers.Location = new System.Drawing.Point(39, 90);
     this.labelTriggers.Name = "labelTriggers";
     this.labelTriggers.Size = new System.Drawing.Size(115, 41);
     this.labelTriggers.TabIndex = 125;
     this.labelTriggers.Text = "Procedures that trigger this recall type";
     this.labelTriggers.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(148, 17);
     this.label3.TabIndex = 129;
     this.label3.Text = "Special Type";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboSpecial
     //
     this.comboSpecial.FormattingEnabled = true;
     this.comboSpecial.Location = new System.Drawing.Point(160, 52);
     this.comboSpecial.Name = "comboSpecial";
     this.comboSpecial.Size = new System.Drawing.Size(220, 21);
     this.comboSpecial.TabIndex = 130;
     this.comboSpecial.SelectionChangeCommitted += new System.EventHandler(this.comboSpecial_SelectionChangeCommitted);
     //
     // labelSpecial
     //
     this.labelSpecial.Location = new System.Drawing.Point(386, 53);
     this.labelSpecial.Name = "labelSpecial";
     this.labelSpecial.Size = new System.Drawing.Size(320, 97);
     this.labelSpecial.TabIndex = 131;
     this.labelSpecial.Text = "labelSpecial";
     //
     // butRemoveTrigger
     //
     this.butRemoveTrigger.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRemoveTrigger.Autosize = true;
     this.butRemoveTrigger.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemoveTrigger.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemoveTrigger.CornerRadius = 4F;
     this.butRemoveTrigger.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butRemoveTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butRemoveTrigger.Location = new System.Drawing.Point(386, 252);
     this.butRemoveTrigger.Name = "butRemoveTrigger";
     this.butRemoveTrigger.Size = new System.Drawing.Size(78, 24);
     this.butRemoveTrigger.TabIndex = 128;
     this.butRemoveTrigger.Text = "Remove";
     this.butRemoveTrigger.Click += new System.EventHandler(this.butRemoveTrigger_Click);
     //
     // butAddTrigger
     //
     this.butAddTrigger.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAddTrigger.Autosize = true;
     this.butAddTrigger.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddTrigger.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddTrigger.CornerRadius = 4F;
     this.butAddTrigger.Image = global::OpenDental.Properties.Resources.Add;
     this.butAddTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddTrigger.Location = new System.Drawing.Point(386, 222);
     this.butAddTrigger.Name = "butAddTrigger";
     this.butAddTrigger.Size = new System.Drawing.Size(78, 24);
     this.butAddTrigger.TabIndex = 127;
     this.butAddTrigger.Text = "Add";
     this.butAddTrigger.Click += new System.EventHandler(this.butAddTrigger_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(540, 609);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 9;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(631, 609);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex = 10;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(386, 90);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(263, 60);
     this.label2.TabIndex = 132;
     this.label2.Text = "A manual recall type will have no triggers.  To disable an automatic recall type," +
     " clear out the triggers.";
     //
     // 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(42, 609);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(78, 24);
     this.butDelete.TabIndex = 133;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // 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(130, 591);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(263, 43);
     this.label4.TabIndex = 134;
     this.label4.Text = "There\'s no way yet to delete a recall type.  This deletes all patient recalls of " +
     "this type.";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRecallTypeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(732, 653);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelSpecial);
     this.Controls.Add(this.comboSpecial);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butRemoveTrigger);
     this.Controls.Add(this.butAddTrigger);
     this.Controls.Add(this.listTriggers);
     this.Controls.Add(this.labelTriggers);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupInterval);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormRecallTypeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Recall Type";
     this.Load += new System.EventHandler(this.FormRecallTypeEdit_Load);
     this.groupInterval.ResumeLayout(false);
     this.groupInterval.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpOutstandingIns));
     this.checkPreauth = new System.Windows.Forms.CheckBox();
     this.labelProv = new System.Windows.Forms.Label();
     this.labelDaysOldMin = new System.Windows.Forms.Label();
     this.labelDaysOldMax = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.butRefresh = new OpenDental.UI.Button();
     this.butExport = new OpenDental.UI.Button();
     this.comboBoxMultiProv = new OpenDental.UI.ComboBoxMulti();
     this.butPrint = new OpenDental.UI.Button();
     this.textDaysOldMax = new OpenDental.ValidNum();
     this.textDaysOldMin = new OpenDental.ValidNum();
     this.butCancel = new OpenDental.UI.Button();
     this.gridMain = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // checkPreauth
     //
     this.checkPreauth.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPreauth.Checked = true;
     this.checkPreauth.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkPreauth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPreauth.Location = new System.Drawing.Point(287,9);
     this.checkPreauth.Name = "checkPreauth";
     this.checkPreauth.Size = new System.Drawing.Size(122,18);
     this.checkPreauth.TabIndex = 51;
     this.checkPreauth.Text = "Include Preauths";
     this.checkPreauth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPreauth.CheckedChanged += new System.EventHandler(this.checkPreauth_CheckedChanged);
     //
     // labelProv
     //
     this.labelProv.Location = new System.Drawing.Point(405,8);
     this.labelProv.Name = "labelProv";
     this.labelProv.Size = new System.Drawing.Size(87,16);
     this.labelProv.TabIndex = 48;
     this.labelProv.Text = "Providers";
     this.labelProv.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // labelDaysOldMin
     //
     this.labelDaysOldMin.Location = new System.Drawing.Point(9,7);
     this.labelDaysOldMin.Name = "labelDaysOldMin";
     this.labelDaysOldMin.Size = new System.Drawing.Size(93,18);
     this.labelDaysOldMin.TabIndex = 46;
     this.labelDaysOldMin.Text = "Days Old (min)";
     this.labelDaysOldMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelDaysOldMax
     //
     this.labelDaysOldMax.Location = new System.Drawing.Point(163,7);
     this.labelDaysOldMax.Name = "labelDaysOldMax";
     this.labelDaysOldMax.Size = new System.Drawing.Size(53,18);
     this.labelDaysOldMax.TabIndex = 46;
     this.labelDaysOldMax.Text = "(max)";
     this.labelDaysOldMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(100,25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(175,18);
     this.label1.TabIndex = 54;
     this.label1.Text = "(leave both blank to show all)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(520,480);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(69,18);
     this.label2.TabIndex = 46;
     this.label2.Text = "Total";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(595,479);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(61,20);
     this.textBox1.TabIndex = 56;
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Autosize = true;
     this.butRefresh.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius = 4F;
     this.butRefresh.Location = new System.Drawing.Point(670,5);
     this.butRefresh.Name = "butRefresh";
     this.butRefresh.Size = new System.Drawing.Size(82,24);
     this.butRefresh.TabIndex = 58;
     this.butRefresh.Text = "&Refresh";
     this.butRefresh.Click += new System.EventHandler(this.butRefresh_Click);
     //
     // butExport
     //
     this.butExport.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(97,476);
     this.butExport.Name = "butExport";
     this.butExport.Size = new System.Drawing.Size(79,24);
     this.butExport.TabIndex = 57;
     this.butExport.Text = "&Export";
     this.butExport.Click += new System.EventHandler(this.butExport_Click);
     //
     // comboBoxMultiProv
     //
     this.comboBoxMultiProv.BackColor = System.Drawing.SystemColors.Window;
     this.comboBoxMultiProv.DroppedDown = false;
     this.comboBoxMultiProv.Items = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.Items")));
     this.comboBoxMultiProv.Location = new System.Drawing.Point(498,7);
     this.comboBoxMultiProv.Name = "comboBoxMultiProv";
     this.comboBoxMultiProv.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.SelectedIndices")));
     this.comboBoxMultiProv.Size = new System.Drawing.Size(160,21);
     this.comboBoxMultiProv.TabIndex = 53;
     this.comboBoxMultiProv.UseCommas = true;
     this.comboBoxMultiProv.Leave += new System.EventHandler(this.comboBoxMultiProv_Leave);
     //
     // 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(12,476);
     this.butPrint.Name = "butPrint";
     this.butPrint.Size = new System.Drawing.Size(79,24);
     this.butPrint.TabIndex = 52;
     this.butPrint.Text = "&Print";
     this.butPrint.Click += new System.EventHandler(this.butPrint_Click);
     //
     // textDaysOldMax
     //
     this.textDaysOldMax.Location = new System.Drawing.Point(219,7);
     this.textDaysOldMax.MaxVal = 255;
     this.textDaysOldMax.MinVal = 0;
     this.textDaysOldMax.Name = "textDaysOldMax";
     this.textDaysOldMax.Size = new System.Drawing.Size(60,20);
     this.textDaysOldMax.TabIndex = 47;
     this.textDaysOldMax.TextChanged += new System.EventHandler(this.textDaysOldMax_TextChanged);
     //
     // textDaysOldMin
     //
     this.textDaysOldMin.Location = new System.Drawing.Point(106,7);
     this.textDaysOldMin.MaxVal = 255;
     this.textDaysOldMin.MinVal = 0;
     this.textDaysOldMin.Name = "textDaysOldMin";
     this.textDaysOldMin.Size = new System.Drawing.Size(60,20);
     this.textDaysOldMin.TabIndex = 47;
     this.textDaysOldMin.Text = "30";
     this.textDaysOldMin.TextChanged += new System.EventHandler(this.textDaysOldMin_TextChanged);
     //
     // 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(670,476);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 45;
     this.butCancel.Text = "&Close";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,46);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(740,416);
     this.gridMain.TabIndex = 1;
     this.gridMain.Title = null;
     this.gridMain.TranslationName = null;
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // FormRpOutstandingIns
     //
     this.ClientSize = new System.Drawing.Size(764,512);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.butExport);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.labelDaysOldMin);
     this.Controls.Add(this.comboBoxMultiProv);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.checkPreauth);
     this.Controls.Add(this.labelProv);
     this.Controls.Add(this.textDaysOldMax);
     this.Controls.Add(this.textDaysOldMin);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelDaysOldMax);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.gridMain);
     this.Name = "FormRpOutstandingIns";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Outstanding Insurance Claims";
     this.Load += new System.EventHandler(this.FormRpOutIns_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 System.Windows.Forms.TextBox();
			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.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();

		}
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImagingSetup));
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textDoc = new OpenDental.ValidNum();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.slider = new OpenDental.UI.ContrWindowingSlider();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label37 = new System.Windows.Forms.Label();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBinned = new System.Windows.Forms.CheckBox();
     this.comboType = new System.Windows.Forms.ComboBox();
     this.upDownPort = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.upDownExposure = new System.Windows.Forms.NumericUpDown();
     this.butMounts = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.groupBoxMultiPageScan = new System.Windows.Forms.GroupBox();
     this.textScanningResolution = new OpenDental.ValidNum();
     this.checkBoxSuppressScanDialog = new System.Windows.Forms.CheckBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.butSetScanner = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
     this.groupBoxMultiPageScan.SuspendLayout();
     this.SuspendLayout();
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(14,15);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(467,15);
     this.label12.TabIndex = 14;
     this.label12.Text = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
     "tting: 40.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(14,58);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(464,19);
     this.label13.TabIndex = 15;
     this.label13.Text = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDoc);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(20,45);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(484,79);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Documents";
     //
     // textDoc
     //
     this.textDoc.Location = new System.Drawing.Point(16,35);
     this.textDoc.MaxVal = 255;
     this.textDoc.MinVal = 0;
     this.textDoc.Name = "textDoc";
     this.textDoc.Size = new System.Drawing.Size(68,20);
     this.textDoc.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.slider);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(20,222);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(484,96);
     this.groupBox2.TabIndex = 18;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Radiographs";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(13,14);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(425,19);
     this.label1.TabIndex = 22;
     this.label1.Text = "Default pixel windowing for new radiographs, both scanned and digital";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13,65);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(465,24);
     this.label25.TabIndex = 15;
     this.label25.Text = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // slider
     //
     this.slider.Location = new System.Drawing.Point(14,38);
     this.slider.MaxVal = 128;
     this.slider.Name = "slider";
     this.slider.Size = new System.Drawing.Size(194,14);
     this.slider.TabIndex = 21;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(20,324);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(484,43);
     this.groupBox3.TabIndex = 19;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14,18);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(464,20);
     this.label37.TabIndex = 15;
     this.label37.Text = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBinned);
     this.groupBox4.Controls.Add(this.comboType);
     this.groupBox4.Controls.Add(this.upDownPort);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.upDownExposure);
     this.groupBox4.Location = new System.Drawing.Point(21,373);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(484,137);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Suni Imaging";
     //
     // checkBinned
     //
     this.checkBinned.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.Location = new System.Drawing.Point(81,96);
     this.checkBinned.Name = "checkBinned";
     this.checkBinned.Size = new System.Drawing.Size(206,17);
     this.checkBinned.TabIndex = 8;
     this.checkBinned.Text = "Binned (not normally used)";
     this.checkBinned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.UseVisualStyleBackColor = true;
     //
     // comboType
     //
     this.comboType.FormattingEnabled = true;
     this.comboType.Location = new System.Drawing.Point(273,69);
     this.comboType.Name = "comboType";
     this.comboType.Size = new System.Drawing.Size(37,21);
     this.comboType.TabIndex = 7;
     this.comboType.Text = "D";
     //
     // upDownPort
     //
     this.upDownPort.Location = new System.Drawing.Point(273,43);
     this.upDownPort.Maximum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.upDownPort.Name = "upDownPort";
     this.upDownPort.Size = new System.Drawing.Size(33,20);
     this.upDownPort.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(28,45);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(239,13);
     this.label4.TabIndex = 5;
     this.label4.Text = "Sensor Port (place where sensor connects)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(14,72);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(253,13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Sensor Type (last serial letter on sensor cable)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(28,20);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(239,13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Exposure Level (1-7) for New Captures";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // upDownExposure
     //
     this.upDownExposure.Location = new System.Drawing.Point(273,17);
     this.upDownExposure.Maximum = new decimal(new int[] {
     7,
     0,
     0,
     0});
     this.upDownExposure.Minimum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.upDownExposure.Name = "upDownExposure";
     this.upDownExposure.Size = new System.Drawing.Size(33,20);
     this.upDownExposure.TabIndex = 1;
     this.upDownExposure.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // butMounts
     //
     this.butMounts.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butMounts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butMounts.Autosize = true;
     this.butMounts.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMounts.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMounts.CornerRadius = 4F;
     this.butMounts.Location = new System.Drawing.Point(544,53);
     this.butMounts.Name = "butMounts";
     this.butMounts.Size = new System.Drawing.Size(79,24);
     this.butMounts.TabIndex = 20;
     this.butMounts.Text = "Setup Mounts";
     this.butMounts.Visible = false;
     this.butMounts.Click += new System.EventHandler(this.butMounts_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(548,484);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     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(548,446);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 2;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // groupBoxMultiPageScan
     //
     this.groupBoxMultiPageScan.Controls.Add(this.textScanningResolution);
     this.groupBoxMultiPageScan.Controls.Add(this.checkBoxSuppressScanDialog);
     this.groupBoxMultiPageScan.Controls.Add(this.label7);
     this.groupBoxMultiPageScan.Controls.Add(this.label6);
     this.groupBoxMultiPageScan.Controls.Add(this.label5);
     this.groupBoxMultiPageScan.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBoxMultiPageScan.Location = new System.Drawing.Point(20,130);
     this.groupBoxMultiPageScan.Name = "groupBoxMultiPageScan";
     this.groupBoxMultiPageScan.Size = new System.Drawing.Size(484,86);
     this.groupBoxMultiPageScan.TabIndex = 17;
     this.groupBoxMultiPageScan.TabStop = false;
     this.groupBoxMultiPageScan.Text = "Multi-Page Scanning";
     //
     // textScanningResolution
     //
     this.textScanningResolution.Location = new System.Drawing.Point(273,41);
     this.textScanningResolution.MaxVal = 1000;
     this.textScanningResolution.MinVal = 51;
     this.textScanningResolution.Name = "textScanningResolution";
     this.textScanningResolution.Size = new System.Drawing.Size(68,20);
     this.textScanningResolution.TabIndex = 20;
     //
     // checkBoxSuppressScanDialog
     //
     this.checkBoxSuppressScanDialog.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxSuppressScanDialog.Location = new System.Drawing.Point(6,19);
     this.checkBoxSuppressScanDialog.Name = "checkBoxSuppressScanDialog";
     this.checkBoxSuppressScanDialog.Size = new System.Drawing.Size(281,18);
     this.checkBoxSuppressScanDialog.TabIndex = 8;
     this.checkBoxSuppressScanDialog.Text = "Suppress Scanner Dialog (normally checked)";
     this.checkBoxSuppressScanDialog.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBoxSuppressScanDialog.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(17,65);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(464,19);
     this.label7.TabIndex = 15;
     this.label7.Text = "JPEG Compression from Documents will be used when scanning multiple pages.";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(342,41);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52,19);
     this.label6.TabIndex = 15;
     this.label6.Text = "dpi";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(4,41);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(263,19);
     this.label5.TabIndex = 15;
     this.label5.Text = "Scanning Resolution (suggested 150 dpi)";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butSetScanner
     //
     this.butSetScanner.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butSetScanner.Autosize = true;
     this.butSetScanner.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butSetScanner.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butSetScanner.CornerRadius = 4F;
     this.butSetScanner.Location = new System.Drawing.Point(21,12);
     this.butSetScanner.Name = "butSetScanner";
     this.butSetScanner.Size = new System.Drawing.Size(110,24);
     this.butSetScanner.TabIndex = 22;
     this.butSetScanner.Text = "Set Default Scanner";
     this.butSetScanner.Click += new System.EventHandler(this.butSetScanner_Click);
     //
     // FormImagingSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(650,532);
     this.Controls.Add(this.butSetScanner);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.butMounts);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBoxMultiPageScan);
     this.Controls.Add(this.groupBox1);
     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 = "FormImagingSetup";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Imaging Setup";
     this.Load += new System.EventHandler(this.FormImagingSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
     this.groupBoxMultiPageScan.ResumeLayout(false);
     this.groupBoxMultiPageScan.PerformLayout();
     this.ResumeLayout(false);
 }
Example #10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDisplayFieldOrthoEdit));
			this.textDescription = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textWidthMin = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.labelWarning = new System.Windows.Forms.Label();
			this.textPickList = new System.Windows.Forms.TextBox();
			this.comboFieldType = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textWidth = new OpenDental.ValidNum();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// 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(141, 15);
			this.textDescription.Name = "textDescription";
			this.textDescription.Size = new System.Drawing.Size(249, 20);
			this.textDescription.TabIndex = 5;
			this.textDescription.TextChanged += new System.EventHandler(this.textDescription_TextChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(-1, 16);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(140, 17);
			this.label2.TabIndex = 4;
			this.label2.Text = "Description";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(-1, 68);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(140, 17);
			this.label3.TabIndex = 6;
			this.label3.Text = "Column Width";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textWidthMin
			// 
			this.textWidthMin.Location = new System.Drawing.Point(141, 41);
			this.textWidthMin.Name = "textWidthMin";
			this.textWidthMin.ReadOnly = true;
			this.textWidthMin.Size = new System.Drawing.Size(71, 20);
			this.textWidthMin.TabIndex = 9;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(2, 42);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(137, 17);
			this.label4.TabIndex = 8;
			this.label4.Text = "Minimum Width";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(215, 42);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(175, 17);
			this.label5.TabIndex = 10;
			this.label5.Text = "(based on text above)";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelWarning
			// 
			this.labelWarning.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labelWarning.Location = new System.Drawing.Point(324, 96);
			this.labelWarning.Name = "labelWarning";
			this.labelWarning.Size = new System.Drawing.Size(101, 14);
			this.labelWarning.TabIndex = 89;
			this.labelWarning.Text = "One Per Line";
			this.labelWarning.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			this.labelWarning.Visible = false;
			// 
			// textPickList
			// 
			this.textPickList.AcceptsReturn = true;
			this.textPickList.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.textPickList.Location = new System.Drawing.Point(141, 122);
			this.textPickList.Multiline = true;
			this.textPickList.Name = "textPickList";
			this.textPickList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textPickList.Size = new System.Drawing.Size(249, 301);
			this.textPickList.TabIndex = 88;
			// 
			// comboFieldType
			// 
			this.comboFieldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFieldType.DropDownWidth = 177;
			this.comboFieldType.FormattingEnabled = true;
			this.comboFieldType.Location = new System.Drawing.Point(141, 93);
			this.comboFieldType.MaxDropDownItems = 30;
			this.comboFieldType.Name = "comboFieldType";
			this.comboFieldType.Size = new System.Drawing.Size(177, 21);
			this.comboFieldType.TabIndex = 86;
			this.comboFieldType.SelectedIndexChanged += new System.EventHandler(this.comboFieldType_SelectedIndexChanged);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(-1, 94);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(140, 17);
			this.label1.TabIndex = 90;
			this.label1.Text = "Field Type";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textWidth
			// 
			this.textWidth.Location = new System.Drawing.Point(141, 67);
			this.textWidth.MaxVal = 2000;
			this.textWidth.MinVal = 1;
			this.textWidth.Name = "textWidth";
			this.textWidth.Size = new System.Drawing.Size(71, 20);
			this.textWidth.TabIndex = 7;
			// 
			// 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(414, 365);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(414, 397);
			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);
			// 
			// FormDisplayFieldOrthoEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(510, 448);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.labelWarning);
			this.Controls.Add(this.textPickList);
			this.Controls.Add(this.comboFieldType);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textWidthMin);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textWidth);
			this.Controls.Add(this.label3);
			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 = "FormDisplayFieldOrthoEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Ortho Display Field";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDisplayFieldOrthoEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormDisplayFieldOrthoEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK     = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label12   = new System.Windows.Forms.Label();
     this.label13   = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textDoc   = new OpenDental.ValidNum();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label25   = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label37   = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.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.Location = new System.Drawing.Point(564, 217);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.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(564, 255);
     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);
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(14, 12);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(392, 31);
     this.label12.TabIndex = 14;
     this.label12.Text     = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
                             "tting: 40.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(14, 71);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(191, 31);
     this.label13.TabIndex = 15;
     this.label13.Text     = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDoc);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(20, 19);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(484, 109);
     this.groupBox1.TabIndex  = 17;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Documents";
     //
     // textDoc
     //
     this.textDoc.Location = new System.Drawing.Point(16, 48);
     this.textDoc.MaxVal   = 255;
     this.textDoc.MinVal   = 0;
     this.textDoc.Name     = "textDoc";
     this.textDoc.Size     = new System.Drawing.Size(68, 20);
     this.textDoc.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(20, 136);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(484, 68);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Radiographs";
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13, 26);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(209, 32);
     this.label25.TabIndex = 15;
     this.label25.Text     = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(20, 213);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(484, 68);
     this.groupBox3.TabIndex  = 19;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14, 26);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(176, 34);
     this.label37.TabIndex = 15;
     this.label37.Text     = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // FormScannerSetup
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(666, 306);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormScannerSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Scanner Setup";
     this.Load         += new System.EventHandler(this.FormScannerSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallTypeEdit));
     this.label1               = new System.Windows.Forms.Label();
     this.textDescription      = new System.Windows.Forms.TextBox();
     this.groupInterval        = 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.label9               = new System.Windows.Forms.Label();
     this.textYears            = new OpenDental.ValidNum();
     this.label10              = new System.Windows.Forms.Label();
     this.textPattern          = new System.Windows.Forms.TextBox();
     this.label12              = new System.Windows.Forms.Label();
     this.label14              = new System.Windows.Forms.Label();
     this.label15              = new System.Windows.Forms.Label();
     this.listProcs            = new System.Windows.Forms.ListBox();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.butRemoveProc        = new OpenDental.UI.Button();
     this.butAddProc           = new OpenDental.UI.Button();
     this.listTriggers         = new System.Windows.Forms.ListBox();
     this.labelTriggers        = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.comboSpecial         = new System.Windows.Forms.ComboBox();
     this.labelSpecial         = new System.Windows.Forms.Label();
     this.butRemoveTrigger     = new OpenDental.UI.Button();
     this.butAddTrigger        = new OpenDental.UI.Button();
     this.butOK                = new OpenDental.UI.Button();
     this.butCancel            = new OpenDental.UI.Button();
     this.labelTriggerDisable  = new System.Windows.Forms.Label();
     this.butDelete            = new OpenDental.UI.Button();
     this.label4               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.groupAgeLimit        = new System.Windows.Forms.GroupBox();
     this.textRecallAgeAdult   = new OpenDental.ValidNum();
     this.label8               = new System.Windows.Forms.Label();
     this.label17              = new System.Windows.Forms.Label();
     this.checkAppendToSpecial = new System.Windows.Forms.CheckBox();
     this.label2               = new System.Windows.Forms.Label();
     this.groupInterval.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupAgeLimit.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(10, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(148, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(160, 12);
     this.textDescription.Name     = "textDescription";
     this.textDescription.Size     = new System.Drawing.Size(291, 20);
     this.textDescription.TabIndex = 0;
     //
     // groupInterval
     //
     this.groupInterval.Controls.Add(this.textWeeks);
     this.groupInterval.Controls.Add(this.label7);
     this.groupInterval.Controls.Add(this.textDays);
     this.groupInterval.Controls.Add(this.label6);
     this.groupInterval.Controls.Add(this.textMonths);
     this.groupInterval.Controls.Add(this.label9);
     this.groupInterval.Controls.Add(this.textYears);
     this.groupInterval.Controls.Add(this.label10);
     this.groupInterval.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupInterval.Location  = new System.Drawing.Point(55, 282);
     this.groupInterval.Name      = "groupInterval";
     this.groupInterval.Size      = new System.Drawing.Size(170, 115);
     this.groupInterval.TabIndex  = 116;
     this.groupInterval.TabStop   = false;
     this.groupInterval.Text      = "Default Interval";
     //
     // textWeeks
     //
     this.textWeeks.Location = new System.Drawing.Point(105, 64);
     this.textWeeks.MaxVal   = 255;
     this.textWeeks.MinVal   = 0;
     this.textWeeks.Name     = "textWeeks";
     this.textWeeks.Size     = new System.Drawing.Size(51, 20);
     this.textWeeks.TabIndex = 2;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(11, 64);
     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, 86);
     this.textDays.MaxVal   = 255;
     this.textDays.MinVal   = 0;
     this.textDays.Name     = "textDays";
     this.textDays.Size     = new System.Drawing.Size(51, 20);
     this.textDays.TabIndex = 3;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(11, 86);
     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, 41);
     this.textMonths.MaxVal   = 255;
     this.textMonths.MinVal   = 0;
     this.textMonths.Name     = "textMonths";
     this.textMonths.Size     = new System.Drawing.Size(51, 20);
     this.textMonths.TabIndex = 1;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(11, 41);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(92, 19);
     this.label9.TabIndex  = 7;
     this.label9.Text      = "Months";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textYears
     //
     this.textYears.Location = new System.Drawing.Point(105, 18);
     this.textYears.MaxVal   = 127;
     this.textYears.MinVal   = 0;
     this.textYears.Name     = "textYears";
     this.textYears.Size     = new System.Drawing.Size(51, 20);
     this.textYears.TabIndex = 0;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(11, 18);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(92, 19);
     this.label10.TabIndex  = 5;
     this.label10.Text      = "Years";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPattern
     //
     this.textPattern.Location = new System.Drawing.Point(105, 19);
     this.textPattern.Name     = "textPattern";
     this.textPattern.Size     = new System.Drawing.Size(170, 20);
     this.textPattern.TabIndex = 0;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(283, 21);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(117, 19);
     this.label12.TabIndex = 121;
     this.label12.Text     = "(only /\'s and X\'s)";
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(1, 23);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(100, 16);
     this.label14.TabIndex  = 119;
     this.label14.Text      = "Time Pattern";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(1, 45);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(98, 33);
     this.label15.TabIndex  = 120;
     this.label15.Text      = "Procedures on Appointment";
     this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listProcs
     //
     this.listProcs.FormattingEnabled = true;
     this.listProcs.Location          = new System.Drawing.Point(105, 45);
     this.listProcs.Name     = "listProcs";
     this.listProcs.Size     = new System.Drawing.Size(220, 108);
     this.listProcs.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butRemoveProc);
     this.groupBox2.Controls.Add(this.butAddProc);
     this.groupBox2.Controls.Add(this.textPattern);
     this.groupBox2.Controls.Add(this.listProcs);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Location = new System.Drawing.Point(55, 408);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(418, 160);
     this.groupBox2.TabIndex = 123;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "When automatically creating appointments";
     //
     // butRemoveProc
     //
     this.butRemoveProc.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butRemoveProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butRemoveProc.Location   = new System.Drawing.Point(331, 129);
     this.butRemoveProc.Name       = "butRemoveProc";
     this.butRemoveProc.Size       = new System.Drawing.Size(78, 24);
     this.butRemoveProc.TabIndex   = 3;
     this.butRemoveProc.Text       = "Remove";
     this.butRemoveProc.Click     += new System.EventHandler(this.butRemoveProc_Click);
     //
     // butAddProc
     //
     this.butAddProc.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAddProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddProc.Location   = new System.Drawing.Point(331, 99);
     this.butAddProc.Name       = "butAddProc";
     this.butAddProc.Size       = new System.Drawing.Size(78, 24);
     this.butAddProc.TabIndex   = 2;
     this.butAddProc.Text       = "Add";
     this.butAddProc.Click     += new System.EventHandler(this.butAddProc_Click);
     //
     // listTriggers
     //
     this.listTriggers.FormattingEnabled = true;
     this.listTriggers.Location          = new System.Drawing.Point(160, 90);
     this.listTriggers.Name     = "listTriggers";
     this.listTriggers.Size     = new System.Drawing.Size(220, 186);
     this.listTriggers.TabIndex = 3;
     //
     // labelTriggers
     //
     this.labelTriggers.Location  = new System.Drawing.Point(39, 90);
     this.labelTriggers.Name      = "labelTriggers";
     this.labelTriggers.Size      = new System.Drawing.Size(115, 41);
     this.labelTriggers.TabIndex  = 125;
     this.labelTriggers.Text      = "Procedures that trigger this recall type";
     this.labelTriggers.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(12, 39);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(148, 17);
     this.label3.TabIndex  = 129;
     this.label3.Text      = "Special Type";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboSpecial
     //
     this.comboSpecial.FormattingEnabled = true;
     this.comboSpecial.Location          = new System.Drawing.Point(160, 38);
     this.comboSpecial.Name     = "comboSpecial";
     this.comboSpecial.Size     = new System.Drawing.Size(220, 21);
     this.comboSpecial.TabIndex = 1;
     this.comboSpecial.SelectionChangeCommitted += new System.EventHandler(this.comboSpecial_SelectionChangeCommitted);
     //
     // labelSpecial
     //
     this.labelSpecial.Location = new System.Drawing.Point(386, 39);
     this.labelSpecial.Name     = "labelSpecial";
     this.labelSpecial.Size     = new System.Drawing.Size(320, 22);
     this.labelSpecial.TabIndex = 131;
     this.labelSpecial.Text     = "labelSpecial";
     //
     // butRemoveTrigger
     //
     this.butRemoveTrigger.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butRemoveTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butRemoveTrigger.Location   = new System.Drawing.Point(386, 252);
     this.butRemoveTrigger.Name       = "butRemoveTrigger";
     this.butRemoveTrigger.Size       = new System.Drawing.Size(78, 24);
     this.butRemoveTrigger.TabIndex   = 5;
     this.butRemoveTrigger.Text       = "Remove";
     this.butRemoveTrigger.Click     += new System.EventHandler(this.butRemoveTrigger_Click);
     //
     // butAddTrigger
     //
     this.butAddTrigger.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAddTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddTrigger.Location   = new System.Drawing.Point(386, 222);
     this.butAddTrigger.Name       = "butAddTrigger";
     this.butAddTrigger.Size       = new System.Drawing.Size(78, 24);
     this.butAddTrigger.TabIndex   = 4;
     this.butAddTrigger.Text       = "Add";
     this.butAddTrigger.Click     += new System.EventHandler(this.butAddTrigger_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(540, 622);
     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.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(631, 622);
     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);
     //
     // labelTriggerDisable
     //
     this.labelTriggerDisable.Location = new System.Drawing.Point(386, 90);
     this.labelTriggerDisable.Name     = "labelTriggerDisable";
     this.labelTriggerDisable.Size     = new System.Drawing.Size(263, 41);
     this.labelTriggerDisable.TabIndex = 132;
     this.labelTriggerDisable.Text     = "A manual recall type will have no triggers.  To disable an automatic recall type," +
                                         " clear out the triggers.";
     //
     // 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(42, 622);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(78, 24);
     this.butDelete.TabIndex   = 8;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // 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(130, 604);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(263, 43);
     this.label4.TabIndex = 134;
     this.label4.Text     = "There\'s no way yet to delete a recall type.  This deletes all patient recalls of " +
                            "this type.";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(14, 26);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(418, 48);
     this.label5.TabIndex = 5;
     this.label5.Text     = "Automatically used if a Prophy patient is under the age limit set below.  Does no" +
                            "t include triggers or interval since the triggers and interval from the Prophy t" +
                            "ype are used instead.";
     //
     // groupAgeLimit
     //
     this.groupAgeLimit.Controls.Add(this.textRecallAgeAdult);
     this.groupAgeLimit.Controls.Add(this.label5);
     this.groupAgeLimit.Controls.Add(this.label8);
     this.groupAgeLimit.Controls.Add(this.label17);
     this.groupAgeLimit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupAgeLimit.Location  = new System.Drawing.Point(55, 121);
     this.groupAgeLimit.Name      = "groupAgeLimit";
     this.groupAgeLimit.Size      = new System.Drawing.Size(448, 142);
     this.groupAgeLimit.TabIndex  = 116;
     this.groupAgeLimit.TabStop   = false;
     this.groupAgeLimit.Text      = "Child Prophy";
     //
     // textRecallAgeAdult
     //
     this.textRecallAgeAdult.Location = new System.Drawing.Point(105, 80);
     this.textRecallAgeAdult.MaxVal   = 127;
     this.textRecallAgeAdult.MinVal   = 0;
     this.textRecallAgeAdult.Name     = "textRecallAgeAdult";
     this.textRecallAgeAdult.Size     = new System.Drawing.Size(51, 20);
     this.textRecallAgeAdult.TabIndex = 0;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(162, 81);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(74, 19);
     this.label8.TabIndex  = 5;
     this.label8.Text      = "Years";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.Location  = new System.Drawing.Point(11, 80);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(92, 19);
     this.label17.TabIndex  = 5;
     this.label17.Text      = "Age Limit";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkAppendToSpecial
     //
     this.checkAppendToSpecial.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkAppendToSpecial.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkAppendToSpecial.Location   = new System.Drawing.Point(9, 65);
     this.checkAppendToSpecial.Name       = "checkAppendToSpecial";
     this.checkAppendToSpecial.Size       = new System.Drawing.Size(163, 17);
     this.checkAppendToSpecial.TabIndex   = 2;
     this.checkAppendToSpecial.TabStop    = false;
     this.checkAppendToSpecial.Text       = "Append to Special";
     this.checkAppendToSpecial.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(178, 65);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(528, 16);
     this.label2.TabIndex = 136;
     this.label2.Text     = "If needed, automatically add this recall type when scheduling a special recall ty" +
                            "pe.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormRecallTypeEdit
     //
     this.ClientSize = new System.Drawing.Size(732, 666);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.checkAppendToSpecial);
     this.Controls.Add(this.groupAgeLimit);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.labelTriggerDisable);
     this.Controls.Add(this.labelSpecial);
     this.Controls.Add(this.comboSpecial);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butRemoveTrigger);
     this.Controls.Add(this.butAddTrigger);
     this.Controls.Add(this.listTriggers);
     this.Controls.Add(this.labelTriggers);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupInterval);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallTypeEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Recall Type";
     this.Load         += new System.EventHandler(this.FormRecallTypeEdit_Load);
     this.groupInterval.ResumeLayout(false);
     this.groupInterval.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupAgeLimit.ResumeLayout(false);
     this.groupAgeLimit.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBenefitEdit));
			this.labelCode = new System.Windows.Forms.Label();
			this.labelAmount = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.listCategory = new System.Windows.Forms.ListBox();
			this.checkPat = new System.Windows.Forms.CheckBox();
			this.textProcCode = new System.Windows.Forms.TextBox();
			this.listType = new System.Windows.Forms.ListBox();
			this.labelType = new System.Windows.Forms.Label();
			this.labelPercent = new System.Windows.Forms.Label();
			this.listTimePeriod = new System.Windows.Forms.ListBox();
			this.label4 = new System.Windows.Forms.Label();
			this.listQuantityQualifier = new System.Windows.Forms.ListBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupQuantity = new System.Windows.Forms.GroupBox();
			this.listCoverageLevel = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textQuantity = new OpenDental.ValidNum();
			this.textAmount = new OpenDental.ValidDouble();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textPercent = new OpenDental.ValidNumber();
			this.groupQuantity.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelCode
			// 
			this.labelCode.Location = new System.Drawing.Point(21,215);
			this.labelCode.Name = "labelCode";
			this.labelCode.Size = new System.Drawing.Size(104,16);
			this.labelCode.TabIndex = 0;
			this.labelCode.Text = "or Proc Code";
			this.labelCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelAmount
			// 
			this.labelAmount.Location = new System.Drawing.Point(267,62);
			this.labelAmount.Name = "labelAmount";
			this.labelAmount.Size = new System.Drawing.Size(100,16);
			this.labelAmount.TabIndex = 4;
			this.labelAmount.Text = "Amount";
			this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(23,36);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,16);
			this.label2.TabIndex = 10;
			this.label2.Text = "Category";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listCategory
			// 
			this.listCategory.Location = new System.Drawing.Point(126,36);
			this.listCategory.Name = "listCategory";
			this.listCategory.Size = new System.Drawing.Size(100,173);
			this.listCategory.TabIndex = 5;
			// 
			// checkPat
			// 
			this.checkPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkPat.Location = new System.Drawing.Point(126,2);
			this.checkPat.Name = "checkPat";
			this.checkPat.Size = new System.Drawing.Size(493,20);
			this.checkPat.TabIndex = 4;
			this.checkPat.Text = "Patient Override (Rare. Usually if percentages are different for family members)";
			this.checkPat.UseVisualStyleBackColor = true;
			// 
			// textProcCode
			// 
			this.textProcCode.Location = new System.Drawing.Point(126,211);
			this.textProcCode.Name = "textProcCode";
			this.textProcCode.Size = new System.Drawing.Size(100,20);
			this.textProcCode.TabIndex = 6;
			// 
			// listType
			// 
			this.listType.Location = new System.Drawing.Point(126,251);
			this.listType.Name = "listType";
			this.listType.Size = new System.Drawing.Size(100,82);
			this.listType.TabIndex = 7;
			this.listType.Click += new System.EventHandler(this.listType_Click);
			// 
			// labelType
			// 
			this.labelType.Location = new System.Drawing.Point(24,251);
			this.labelType.Name = "labelType";
			this.labelType.Size = new System.Drawing.Size(100,16);
			this.labelType.TabIndex = 26;
			this.labelType.Text = "Type";
			this.labelType.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelPercent
			// 
			this.labelPercent.Location = new System.Drawing.Point(263,40);
			this.labelPercent.Name = "labelPercent";
			this.labelPercent.Size = new System.Drawing.Size(104,16);
			this.labelPercent.TabIndex = 27;
			this.labelPercent.Text = "Percent";
			this.labelPercent.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listTimePeriod
			// 
			this.listTimePeriod.Location = new System.Drawing.Point(368,82);
			this.listTimePeriod.Name = "listTimePeriod";
			this.listTimePeriod.Size = new System.Drawing.Size(100,69);
			this.listTimePeriod.TabIndex = 2;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(266,82);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100,16);
			this.label4.TabIndex = 30;
			this.label4.Text = "Time Period";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listQuantityQualifier
			// 
			this.listQuantityQualifier.Location = new System.Drawing.Point(67,41);
			this.listQuantityQualifier.Name = "listQuantityQualifier";
			this.listQuantityQualifier.Size = new System.Drawing.Size(100,82);
			this.listQuantityQualifier.TabIndex = 1;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(1,43);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(65,38);
			this.label8.TabIndex = 34;
			this.label8.Text = "Qualifier";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupQuantity
			// 
			this.groupQuantity.Controls.Add(this.textQuantity);
			this.groupQuantity.Controls.Add(this.listQuantityQualifier);
			this.groupQuantity.Controls.Add(this.label8);
			this.groupQuantity.Location = new System.Drawing.Point(301,151);
			this.groupQuantity.Name = "groupQuantity";
			this.groupQuantity.Size = new System.Drawing.Size(180,135);
			this.groupQuantity.TabIndex = 3;
			this.groupQuantity.TabStop = false;
			this.groupQuantity.Text = "Quantity";
			// 
			// listCoverageLevel
			// 
			this.listCoverageLevel.Location = new System.Drawing.Point(368,290);
			this.listCoverageLevel.Name = "listCoverageLevel";
			this.listCoverageLevel.Size = new System.Drawing.Size(100,43);
			this.listCoverageLevel.TabIndex = 31;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(255,290);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(111,16);
			this.label1.TabIndex = 32;
			this.label1.Text = "Coverage Level";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textQuantity
			// 
			this.textQuantity.Location = new System.Drawing.Point(67,17);
			this.textQuantity.MaxVal = 100;
			this.textQuantity.MinVal = 0;
			this.textQuantity.Name = "textQuantity";
			this.textQuantity.Size = new System.Drawing.Size(68,20);
			this.textQuantity.TabIndex = 0;
			// 
			// textAmount
			// 
			this.textAmount.Location = new System.Drawing.Point(368,59);
			this.textAmount.Name = "textAmount";
			this.textAmount.Size = new System.Drawing.Size(68,20);
			this.textAmount.TabIndex = 1;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(12,378);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,26);
			this.butDelete.TabIndex = 17;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(555,378);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 9;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(555,340);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 8;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textPercent
			// 
			this.textPercent.Location = new System.Drawing.Point(368,36);
			this.textPercent.MaxVal = 255;
			this.textPercent.MinVal = 0;
			this.textPercent.Name = "textPercent";
			this.textPercent.Size = new System.Drawing.Size(68,20);
			this.textPercent.TabIndex = 33;
			// 
			// FormBenefitEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(642,416);
			this.Controls.Add(this.textPercent);
			this.Controls.Add(this.listTimePeriod);
			this.Controls.Add(this.listCoverageLevel);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupQuantity);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.labelPercent);
			this.Controls.Add(this.listType);
			this.Controls.Add(this.labelType);
			this.Controls.Add(this.textProcCode);
			this.Controls.Add(this.checkPat);
			this.Controls.Add(this.listCategory);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.labelAmount);
			this.Controls.Add(this.labelCode);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormBenefitEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Benefit";
			this.Load += new System.EventHandler(this.FormBenefitEdit_Load);
			this.groupQuantity.ResumeLayout(false);
			this.groupQuantity.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <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(FormToothGridDefEdit));
     this.label1           = new System.Windows.Forms.Label();
     this.textInternalName = new System.Windows.Forms.TextBox();
     this.textNameShowing  = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.textWidth        = new OpenDental.ValidNum();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.label4           = new System.Windows.Forms.Label();
     this.textCodeNum      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.listCellType     = new System.Windows.Forms.ListBox();
     this.listProcStatus   = new System.Windows.Forms.ListBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-1, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 17);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "Internal Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textInternalName
     //
     this.textInternalName.Location = new System.Drawing.Point(141, 15);
     this.textInternalName.Name     = "textInternalName";
     this.textInternalName.ReadOnly = true;
     this.textInternalName.Size     = new System.Drawing.Size(348, 20);
     this.textInternalName.TabIndex = 7;
     //
     // textNameShowing
     //
     this.textNameShowing.Location = new System.Drawing.Point(141, 41);
     this.textNameShowing.Name     = "textNameShowing";
     this.textNameShowing.Size     = new System.Drawing.Size(348, 20);
     this.textNameShowing.TabIndex = 0;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(-1, 42);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(140, 17);
     this.label2.TabIndex  = 9;
     this.label2.Text      = "Name Showing";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(-1, 130);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(140, 17);
     this.label3.TabIndex  = 11;
     this.label3.Text      = "Column Width";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(141, 129);
     this.textWidth.MaxVal   = 2000;
     this.textWidth.MinVal   = 1;
     this.textWidth.Name     = "textWidth";
     this.textWidth.Size     = new System.Drawing.Size(71, 20);
     this.textWidth.TabIndex = 2;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(414, 310);
     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.Location     = new System.Drawing.Point(414, 351);
     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);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(-1, 156);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(140, 17);
     this.label4.TabIndex  = 12;
     this.label4.Text      = "Code Number";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCodeNum
     //
     this.textCodeNum.Location = new System.Drawing.Point(141, 155);
     this.textCodeNum.Name     = "textCodeNum";
     this.textCodeNum.Size     = new System.Drawing.Size(71, 20);
     this.textCodeNum.TabIndex = 3;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(-1, 182);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(140, 17);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "Procedure Status";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(-1, 68);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(140, 17);
     this.label6.TabIndex  = 10;
     this.label6.Text      = "Cell Type";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listCellType
     //
     this.listCellType.FormattingEnabled = true;
     this.listCellType.Location          = new System.Drawing.Point(141, 67);
     this.listCellType.Name     = "listCellType";
     this.listCellType.Size     = new System.Drawing.Size(120, 56);
     this.listCellType.TabIndex = 14;
     //
     // listProcStatus
     //
     this.listProcStatus.FormattingEnabled = true;
     this.listProcStatus.Location          = new System.Drawing.Point(141, 181);
     this.listProcStatus.Name     = "listProcStatus";
     this.listProcStatus.Size     = new System.Drawing.Size(120, 56);
     this.listProcStatus.TabIndex = 15;
     //
     // FormToothGridDefEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(541, 402);
     this.Controls.Add(this.listProcStatus);
     this.Controls.Add(this.listCellType);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textCodeNum);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textNameShowing);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textInternalName);
     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          = "FormToothGridDefEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Toothgrid Def Field";
     this.Load         += new System.EventHandler(this.FormDisplayFieldEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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();
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSigElementDefEdit));
     this.label1          = new System.Windows.Forms.Label();
     this.listType        = new System.Windows.Forms.ListBox();
     this.label2          = new System.Windows.Forms.Label();
     this.textSigText     = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.label6          = new System.Windows.Forms.Label();
     this.butColor        = new System.Windows.Forms.Button();
     this.label7          = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.butDeleteSound  = new OpenDental.UI.Button();
     this.butRecord       = new OpenDental.UI.Button();
     this.butExport       = new OpenDental.UI.Button();
     this.butImport       = new OpenDental.UI.Button();
     this.butPlay         = new OpenDental.UI.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.butDelete       = new OpenDental.UI.Button();
     this.textLightRow    = new OpenDental.ValidNum();
     this.butOK           = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label1.Location   = new System.Drawing.Point(63, 13);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(100, 20);
     this.label1.TabIndex   = 2;
     this.label1.Text       = "Type";
     this.label1.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // listType
     //
     this.listType.FormattingEnabled = true;
     this.listType.Location          = new System.Drawing.Point(168, 12);
     this.listType.Name     = "listType";
     this.listType.Size     = new System.Drawing.Size(106, 43);
     this.listType.TabIndex = 3;
     //
     // label2
     //
     this.label2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label2.Location   = new System.Drawing.Point(63, 70);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(100, 20);
     this.label2.TabIndex   = 4;
     this.label2.Text       = "Text";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // textSigText
     //
     this.textSigText.Location = new System.Drawing.Point(169, 67);
     this.textSigText.Name     = "textSigText";
     this.textSigText.Size     = new System.Drawing.Size(105, 20);
     this.textSigText.TabIndex = 0;
     //
     // label3
     //
     this.label3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label3.Location   = new System.Drawing.Point(281, 56);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(304, 40);
     this.label3.TabIndex   = 6;
     this.label3.Text       = "This is the text as it should show in the list or the username.  Typed messages a" +
                              "re handled separately.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label5.Location   = new System.Drawing.Point(63, 292);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(100, 20);
     this.label5.TabIndex   = 8;
     this.label5.Text       = "Light Row";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label6.Location   = new System.Drawing.Point(63, 332);
     this.label6.Name       = "label6";
     this.label6.Size       = new System.Drawing.Size(100, 20);
     this.label6.TabIndex   = 9;
     this.label6.Text       = "Light Color";
     this.label6.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // butColor
     //
     this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butColor.Location  = new System.Drawing.Point(169, 328);
     this.butColor.Name      = "butColor";
     this.butColor.Size      = new System.Drawing.Size(30, 20);
     this.butColor.TabIndex  = 11;
     this.butColor.Click    += new System.EventHandler(this.butColor_Click);
     //
     // label7
     //
     this.label7.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label7.Location   = new System.Drawing.Point(283, 284);
     this.label7.Name       = "label7";
     this.label7.Size       = new System.Drawing.Size(278, 73);
     this.label7.TabIndex   = 12;
     this.label7.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label8.Location   = new System.Drawing.Point(160, 15);
     this.label8.Name       = "label8";
     this.label8.Size       = new System.Drawing.Size(267, 100);
     this.label8.TabIndex   = 13;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butDeleteSound);
     this.groupBox1.Controls.Add(this.butRecord);
     this.groupBox1.Controls.Add(this.butExport);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.butImport);
     this.groupBox1.Controls.Add(this.butPlay);
     this.groupBox1.Location = new System.Drawing.Point(121, 93);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(464, 173);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Sound";
     //
     // butDeleteSound
     //
     this.butDeleteSound.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDeleteSound.Autosize            = true;
     this.butDeleteSound.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDeleteSound.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDeleteSound.CornerRadius        = 4F;
     this.butDeleteSound.Location            = new System.Drawing.Point(47, 49);
     this.butDeleteSound.Name     = "butDeleteSound";
     this.butDeleteSound.Size     = new System.Drawing.Size(55, 23);
     this.butDeleteSound.TabIndex = 19;
     this.butDeleteSound.Text     = "Delete";
     this.butDeleteSound.Click   += new System.EventHandler(this.butDeleteSound_Click);
     //
     // butRecord
     //
     this.butRecord.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRecord.Autosize            = true;
     this.butRecord.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRecord.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRecord.CornerRadius        = 4F;
     this.butRecord.Location            = new System.Drawing.Point(47, 78);
     this.butRecord.Name     = "butRecord";
     this.butRecord.Size     = new System.Drawing.Size(96, 23);
     this.butRecord.TabIndex = 18;
     this.butRecord.Text     = "Launch Recorder";
     this.butRecord.Click   += new System.EventHandler(this.butRecord_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.Location            = new System.Drawing.Point(47, 136);
     this.butExport.Name     = "butExport";
     this.butExport.Size     = new System.Drawing.Size(55, 23);
     this.butExport.TabIndex = 17;
     this.butExport.Text     = "Export";
     this.butExport.Click   += new System.EventHandler(this.butExport_Click);
     //
     // butImport
     //
     this.butImport.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butImport.Autosize            = true;
     this.butImport.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butImport.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butImport.CornerRadius        = 4F;
     this.butImport.Location            = new System.Drawing.Point(47, 107);
     this.butImport.Name     = "butImport";
     this.butImport.Size     = new System.Drawing.Size(55, 23);
     this.butImport.TabIndex = 16;
     this.butImport.Text     = "Import";
     this.butImport.Click   += new System.EventHandler(this.butImport_Click);
     //
     // butPlay
     //
     this.butPlay.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butPlay.Autosize            = true;
     this.butPlay.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPlay.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPlay.CornerRadius        = 4F;
     this.butPlay.Location            = new System.Drawing.Point(47, 20);
     this.butPlay.Name     = "butPlay";
     this.butPlay.Size     = new System.Drawing.Size(55, 23);
     this.butPlay.TabIndex = 15;
     this.butPlay.Text     = "Play";
     this.butPlay.Click   += new System.EventHandler(this.butPlay_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(45, 400);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(82, 26);
     this.butDelete.TabIndex     = 14;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textLightRow
     //
     this.textLightRow.Location = new System.Drawing.Point(169, 289);
     this.textLightRow.MaxVal   = 255;
     this.textLightRow.MinVal   = 0;
     this.textLightRow.Name     = "textLightRow";
     this.textLightRow.Size     = new System.Drawing.Size(51, 20);
     this.textLightRow.TabIndex = 1;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(442, 400);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.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(544, 400);
     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);
     //
     // FormSigElementDefEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(671, 451);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.butColor);
     this.Controls.Add(this.textLightRow);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textSigText);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listType);
     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          = "FormSigElementDefEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Message Element";
     this.Load         += new System.EventHandler(this.FormSigElementDefEdit_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()
 {
     this.butOK             = new OpenDental.UI.Button();
     this.butCancel         = new OpenDental.UI.Button();
     this.label12           = new System.Windows.Forms.Label();
     this.label13           = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.textDoc           = new OpenDental.ValidNum();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label25           = new System.Windows.Forms.Label();
     this.slider            = new OpenDental.UI.ContrWindowingSlider();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.label37           = new System.Windows.Forms.Label();
     this.butMounts         = new OpenDental.UI.Button();
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.xRayExposureLevel = new System.Windows.Forms.NumericUpDown();
     this.label2            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xRayExposureLevel)).BeginInit();
     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(548, 257);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(548, 295);
     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);
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(14, 15);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(464, 15);
     this.label12.TabIndex = 14;
     this.label12.Text     = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
                             "tting: 40.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(14, 58);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(464, 19);
     this.label13.TabIndex = 15;
     this.label13.Text     = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textDoc);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(20, 13);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(484, 79);
     this.groupBox1.TabIndex  = 17;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Documents";
     //
     // textDoc
     //
     this.textDoc.Location = new System.Drawing.Point(16, 35);
     this.textDoc.MaxVal   = 255;
     this.textDoc.MinVal   = 0;
     this.textDoc.Name     = "textDoc";
     this.textDoc.Size     = new System.Drawing.Size(68, 20);
     this.textDoc.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.slider);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(20, 98);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(484, 96);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Radiographs";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(13, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(392, 19);
     this.label1.TabIndex  = 22;
     this.label1.Text      = "Default pixel windowing for new radiographs";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label25
     //
     this.label25.Location = new System.Drawing.Point(13, 65);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(465, 24);
     this.label25.TabIndex = 15;
     this.label25.Text     = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // slider
     //
     this.slider.Location = new System.Drawing.Point(14, 38);
     this.slider.MaxVal   = 128;
     this.slider.Name     = "slider";
     this.slider.Size     = new System.Drawing.Size(194, 14);
     this.slider.TabIndex = 21;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(20, 200);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(484, 43);
     this.groupBox3.TabIndex  = 19;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14, 18);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(464, 20);
     this.label37.TabIndex = 15;
     this.label37.Text     = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // butMounts
     //
     this.butMounts.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMounts.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butMounts.Autosize     = true;
     this.butMounts.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMounts.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMounts.CornerRadius = 4F;
     this.butMounts.Location     = new System.Drawing.Point(544, 21);
     this.butMounts.Name         = "butMounts";
     this.butMounts.Size         = new System.Drawing.Size(79, 26);
     this.butMounts.TabIndex     = 20;
     this.butMounts.Text         = "Setup Mounts";
     this.butMounts.Click       += new System.EventHandler(this.butMounts_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.xRayExposureLevel);
     this.groupBox4.Location = new System.Drawing.Point(20, 260);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(484, 70);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "XRay Imaging";
     //
     // xRayExposureLevel
     //
     this.xRayExposureLevel.Location = new System.Drawing.Point(14, 39);
     this.xRayExposureLevel.Maximum  = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.xRayExposureLevel.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.xRayExposureLevel.Name     = "xRayExposureLevel";
     this.xRayExposureLevel.Size     = new System.Drawing.Size(33, 20);
     this.xRayExposureLevel.TabIndex = 1;
     this.xRayExposureLevel.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 20);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(221, 13);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Exposure Level (1-7) for New Image Captures";
     //
     // FormImagingSetup
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(650, 346);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.butMounts);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormImagingSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Imaging Setup";
     this.Load         += new System.EventHandler(this.FormImagingSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xRayExposureLevel)).EndInit();
     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(FormSigButDefEdit));
			this.label2 = new System.Windows.Forms.Label();
			this.textButtonText = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.butDelete = new OpenDental.UI.Button();
			this.textSynchIcon = new OpenDental.ValidNum();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.radioAll = new System.Windows.Forms.RadioButton();
			this.radioOne = new System.Windows.Forms.RadioButton();
			this.textComputerName = new System.Windows.Forms.TextBox();
			this.comboTo = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.comboExtras = new System.Windows.Forms.ComboBox();
			this.label11 = new System.Windows.Forms.Label();
			this.comboMessage = new System.Windows.Forms.ComboBox();
			this.SuspendLayout();
			// 
			// label2
			// 
			this.label2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label2.Location = new System.Drawing.Point(102,84);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,20);
			this.label2.TabIndex = 4;
			this.label2.Text = "Text";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textButtonText
			// 
			this.textButtonText.Location = new System.Drawing.Point(204,81);
			this.textButtonText.Name = "textButtonText";
			this.textButtonText.Size = new System.Drawing.Size(105,20);
			this.textButtonText.TabIndex = 0;
			// 
			// label3
			// 
			this.label3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label3.Location = new System.Drawing.Point(261,104);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(304,40);
			this.label3.TabIndex = 6;
			this.label3.Text = "The cell number (1-9) of the main program icon that should light up whenever this" +
    " button lights up.  0 for none.";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label5
			// 
			this.label5.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label5.Location = new System.Drawing.Point(102,114);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,20);
			this.label5.TabIndex = 8;
			this.label5.Text = "Synch Icon";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// openFileDialog1
			// 
			this.openFileDialog1.FileName = "openFileDialog1";
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(45,292);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(82,26);
			this.butDelete.TabIndex = 14;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textSynchIcon
			// 
			this.textSynchIcon.Location = new System.Drawing.Point(204,114);
			this.textSynchIcon.MaxVal = 9;
			this.textSynchIcon.MinVal = 0;
			this.textSynchIcon.Name = "textSynchIcon";
			this.textSynchIcon.Size = new System.Drawing.Size(51,20);
			this.textSynchIcon.TabIndex = 1;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(442,292);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.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(544,292);
			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);
			// 
			// radioAll
			// 
			this.radioAll.AutoCheck = false;
			this.radioAll.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioAll.Location = new System.Drawing.Point(2,10);
			this.radioAll.Name = "radioAll";
			this.radioAll.Size = new System.Drawing.Size(214,20);
			this.radioAll.TabIndex = 15;
			this.radioAll.TabStop = true;
			this.radioAll.Text = "Applies to all computers";
			this.radioAll.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioAll.UseVisualStyleBackColor = true;
			// 
			// radioOne
			// 
			this.radioOne.AutoCheck = false;
			this.radioOne.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioOne.Location = new System.Drawing.Point(2,33);
			this.radioOne.Name = "radioOne";
			this.radioOne.Size = new System.Drawing.Size(214,20);
			this.radioOne.TabIndex = 16;
			this.radioOne.TabStop = true;
			this.radioOne.Text = "Only applies to one computer:";
			this.radioOne.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioOne.UseVisualStyleBackColor = true;
			// 
			// textComputerName
			// 
			this.textComputerName.Location = new System.Drawing.Point(225,33);
			this.textComputerName.Name = "textComputerName";
			this.textComputerName.ReadOnly = true;
			this.textComputerName.Size = new System.Drawing.Size(154,20);
			this.textComputerName.TabIndex = 17;
			// 
			// comboTo
			// 
			this.comboTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboTo.FormattingEnabled = true;
			this.comboTo.Location = new System.Drawing.Point(204,147);
			this.comboTo.MaxDropDownItems = 30;
			this.comboTo.Name = "comboTo";
			this.comboTo.Size = new System.Drawing.Size(121,21);
			this.comboTo.TabIndex = 18;
			// 
			// label4
			// 
			this.label4.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label4.Location = new System.Drawing.Point(102,148);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100,20);
			this.label4.TabIndex = 19;
			this.label4.Text = "To User";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label10
			// 
			this.label10.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label10.Location = new System.Drawing.Point(102,183);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(100,20);
			this.label10.TabIndex = 24;
			this.label10.Text = "Extras";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboExtras
			// 
			this.comboExtras.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboExtras.FormattingEnabled = true;
			this.comboExtras.Location = new System.Drawing.Point(204,182);
			this.comboExtras.MaxDropDownItems = 30;
			this.comboExtras.Name = "comboExtras";
			this.comboExtras.Size = new System.Drawing.Size(121,21);
			this.comboExtras.TabIndex = 23;
			// 
			// label11
			// 
			this.label11.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label11.Location = new System.Drawing.Point(102,217);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(100,20);
			this.label11.TabIndex = 26;
			this.label11.Text = "Message";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboMessage
			// 
			this.comboMessage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboMessage.FormattingEnabled = true;
			this.comboMessage.Location = new System.Drawing.Point(204,216);
			this.comboMessage.MaxDropDownItems = 30;
			this.comboMessage.Name = "comboMessage";
			this.comboMessage.Size = new System.Drawing.Size(121,21);
			this.comboMessage.TabIndex = 25;
			// 
			// FormSigButDefEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(671,343);
			this.Controls.Add(this.label11);
			this.Controls.Add(this.comboMessage);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.comboExtras);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.comboTo);
			this.Controls.Add(this.textComputerName);
			this.Controls.Add(this.radioOne);
			this.Controls.Add(this.radioAll);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textSynchIcon);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textButtonText);
			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 = "FormSigButDefEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Message Button";
			this.Load += new System.EventHandler(this.FormSigButDefEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #19
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.label12 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textDoc = new OpenDental.ValidNum();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label25 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.label37 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.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.Location = new System.Drawing.Point(564,217);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.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(564,255);
			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);
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(14,12);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(392,31);
			this.label12.TabIndex = 14;
			this.label12.Text = "JPEG Compression - Quality After Scanning, 0-100. 100=No compression.  Typical se" +
    "tting: 40.";
			this.label12.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(14,71);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(191,31);
			this.label13.TabIndex = 15;
			this.label13.Text = "Suggested setting for scanning documents is Greyscale, 150 dpi.";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.textDoc);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.label13);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(20,19);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(484,109);
			this.groupBox1.TabIndex = 17;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Documents";
			// 
			// textDoc
			// 
			this.textDoc.Location = new System.Drawing.Point(16,48);
			this.textDoc.MaxVal = 255;
			this.textDoc.MinVal = 0;
			this.textDoc.Name = "textDoc";
			this.textDoc.Size = new System.Drawing.Size(68,20);
			this.textDoc.TabIndex = 20;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label25);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(20,136);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(484,68);
			this.groupBox2.TabIndex = 18;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Radiographs";
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(13,26);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(209,32);
			this.label25.TabIndex = 15;
			this.label25.Text = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label37);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(20,213);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(484,68);
			this.groupBox3.TabIndex = 19;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Photos";
			// 
			// label37
			// 
			this.label37.Location = new System.Drawing.Point(14,26);
			this.label37.Name = "label37";
			this.label37.Size = new System.Drawing.Size(176,34);
			this.label37.TabIndex = 15;
			this.label37.Text = "Suggested setting for scanning photos is Color, 300 dpi.";
			// 
			// FormScannerSetup
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(666,306);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormScannerSetup";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Scanner Setup";
			this.Load += new System.EventHandler(this.FormScannerSetup_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDisplayFieldEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.textInternalName = new System.Windows.Forms.TextBox();
			this.textDescription = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textWidthMin = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textWidth = new OpenDental.ValidNum();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(-1,16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(140,17);
			this.label1.TabIndex = 2;
			this.label1.Text = "Internal Name";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textInternalName
			// 
			this.textInternalName.Location = new System.Drawing.Point(141,15);
			this.textInternalName.Name = "textInternalName";
			this.textInternalName.ReadOnly = true;
			this.textInternalName.Size = new System.Drawing.Size(348,20);
			this.textInternalName.TabIndex = 3;
			// 
			// textDescription
			// 
			this.textDescription.Location = new System.Drawing.Point(141,41);
			this.textDescription.Name = "textDescription";
			this.textDescription.Size = new System.Drawing.Size(348,20);
			this.textDescription.TabIndex = 5;
			this.textDescription.TextChanged += new System.EventHandler(this.textDescription_TextChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(-1,42);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(140,17);
			this.label2.TabIndex = 4;
			this.label2.Text = "New Description";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(-1,94);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(140,17);
			this.label3.TabIndex = 6;
			this.label3.Text = "Column Width";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textWidthMin
			// 
			this.textWidthMin.Location = new System.Drawing.Point(141,67);
			this.textWidthMin.Name = "textWidthMin";
			this.textWidthMin.ReadOnly = true;
			this.textWidthMin.Size = new System.Drawing.Size(71,20);
			this.textWidthMin.TabIndex = 9;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(2,68);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(137,17);
			this.label4.TabIndex = 8;
			this.label4.Text = "Minimum Width";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(215,68);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(175,17);
			this.label5.TabIndex = 10;
			this.label5.Text = "(based on text above)";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textWidth
			// 
			this.textWidth.Location = new System.Drawing.Point(141,93);
			this.textWidth.MaxVal = 2000;
			this.textWidth.MinVal = 1;
			this.textWidth.Name = "textWidth";
			this.textWidth.Size = new System.Drawing.Size(71,20);
			this.textWidth.TabIndex = 7;
			// 
			// 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(414,130);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(414,171);
			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);
			// 
			// FormDisplayFieldEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(541,222);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textWidthMin);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textWidth);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDescription);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textInternalName);
			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 = "FormDisplayFieldEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Display Field";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDisplayFieldEdit_FormClosing);
			this.Load += new System.EventHandler(this.FormDisplayFieldEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSigButDefEdit));
     this.label2           = new System.Windows.Forms.Label();
     this.textButtonText   = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1  = new System.Windows.Forms.SaveFileDialog();
     this.butDelete        = new OpenDental.UI.Button();
     this.textSynchIcon    = new OpenDental.ValidNum();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.radioAll         = new System.Windows.Forms.RadioButton();
     this.radioOne         = new System.Windows.Forms.RadioButton();
     this.textComputerName = new System.Windows.Forms.TextBox();
     this.comboTo          = new System.Windows.Forms.ComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.comboExtras      = new System.Windows.Forms.ComboBox();
     this.label11          = new System.Windows.Forms.Label();
     this.comboMessage     = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label2.Location   = new System.Drawing.Point(102, 84);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(100, 20);
     this.label2.TabIndex   = 4;
     this.label2.Text       = "Text";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // textButtonText
     //
     this.textButtonText.Location = new System.Drawing.Point(204, 81);
     this.textButtonText.Name     = "textButtonText";
     this.textButtonText.Size     = new System.Drawing.Size(105, 20);
     this.textButtonText.TabIndex = 0;
     //
     // label3
     //
     this.label3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label3.Location   = new System.Drawing.Point(261, 104);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(304, 40);
     this.label3.TabIndex   = 6;
     this.label3.Text       = "The cell number (1-9) of the main program icon that should light up whenever this" +
                              " button lights up.  0 for none.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label5.Location   = new System.Drawing.Point(102, 114);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(100, 20);
     this.label5.TabIndex   = 8;
     this.label5.Text       = "Synch Icon";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(45, 292);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(82, 26);
     this.butDelete.TabIndex     = 14;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textSynchIcon
     //
     this.textSynchIcon.Location = new System.Drawing.Point(204, 114);
     this.textSynchIcon.MaxVal   = 9;
     this.textSynchIcon.MinVal   = 0;
     this.textSynchIcon.Name     = "textSynchIcon";
     this.textSynchIcon.Size     = new System.Drawing.Size(51, 20);
     this.textSynchIcon.TabIndex = 1;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(442, 292);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.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(544, 292);
     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);
     //
     // radioAll
     //
     this.radioAll.AutoCheck  = false;
     this.radioAll.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioAll.Location   = new System.Drawing.Point(2, 10);
     this.radioAll.Name       = "radioAll";
     this.radioAll.Size       = new System.Drawing.Size(214, 20);
     this.radioAll.TabIndex   = 15;
     this.radioAll.TabStop    = true;
     this.radioAll.Text       = "Applies to all computers";
     this.radioAll.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioAll.UseVisualStyleBackColor = true;
     //
     // radioOne
     //
     this.radioOne.AutoCheck  = false;
     this.radioOne.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioOne.Location   = new System.Drawing.Point(2, 33);
     this.radioOne.Name       = "radioOne";
     this.radioOne.Size       = new System.Drawing.Size(214, 20);
     this.radioOne.TabIndex   = 16;
     this.radioOne.TabStop    = true;
     this.radioOne.Text       = "Only applies to one computer:";
     this.radioOne.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioOne.UseVisualStyleBackColor = true;
     //
     // textComputerName
     //
     this.textComputerName.Location = new System.Drawing.Point(225, 33);
     this.textComputerName.Name     = "textComputerName";
     this.textComputerName.ReadOnly = true;
     this.textComputerName.Size     = new System.Drawing.Size(154, 20);
     this.textComputerName.TabIndex = 17;
     //
     // comboTo
     //
     this.comboTo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTo.FormattingEnabled = true;
     this.comboTo.Location          = new System.Drawing.Point(204, 147);
     this.comboTo.MaxDropDownItems  = 30;
     this.comboTo.Name     = "comboTo";
     this.comboTo.Size     = new System.Drawing.Size(121, 21);
     this.comboTo.TabIndex = 18;
     //
     // label4
     //
     this.label4.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label4.Location   = new System.Drawing.Point(102, 148);
     this.label4.Name       = "label4";
     this.label4.Size       = new System.Drawing.Size(100, 20);
     this.label4.TabIndex   = 19;
     this.label4.Text       = "To User";
     this.label4.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label10.Location   = new System.Drawing.Point(102, 183);
     this.label10.Name       = "label10";
     this.label10.Size       = new System.Drawing.Size(100, 20);
     this.label10.TabIndex   = 24;
     this.label10.Text       = "Extras";
     this.label10.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboExtras
     //
     this.comboExtras.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboExtras.FormattingEnabled = true;
     this.comboExtras.Location          = new System.Drawing.Point(204, 182);
     this.comboExtras.MaxDropDownItems  = 30;
     this.comboExtras.Name     = "comboExtras";
     this.comboExtras.Size     = new System.Drawing.Size(121, 21);
     this.comboExtras.TabIndex = 23;
     //
     // label11
     //
     this.label11.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label11.Location   = new System.Drawing.Point(102, 217);
     this.label11.Name       = "label11";
     this.label11.Size       = new System.Drawing.Size(100, 20);
     this.label11.TabIndex   = 26;
     this.label11.Text       = "Message";
     this.label11.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboMessage
     //
     this.comboMessage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMessage.FormattingEnabled = true;
     this.comboMessage.Location          = new System.Drawing.Point(204, 216);
     this.comboMessage.MaxDropDownItems  = 30;
     this.comboMessage.Name     = "comboMessage";
     this.comboMessage.Size     = new System.Drawing.Size(121, 21);
     this.comboMessage.TabIndex = 25;
     //
     // FormSigButDefEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(671, 343);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.comboMessage);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.comboExtras);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboTo);
     this.Controls.Add(this.textComputerName);
     this.Controls.Add(this.radioOne);
     this.Controls.Add(this.radioAll);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textSynchIcon);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textButtonText);
     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          = "FormSigButDefEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Message Button";
     this.Load         += new System.EventHandler(this.FormSigButDefEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #22
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpOutstandingIns));
     this.checkPreauth      = new System.Windows.Forms.CheckBox();
     this.labelProv         = new System.Windows.Forms.Label();
     this.labelDaysOldMin   = new System.Windows.Forms.Label();
     this.labelDaysOldMax   = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.butRefresh        = new OpenDental.UI.Button();
     this.butExport         = new OpenDental.UI.Button();
     this.comboBoxMultiProv = new OpenDental.UI.ComboBoxMulti();
     this.butPrint          = new OpenDental.UI.Button();
     this.textDaysOldMax    = new OpenDental.ValidNum();
     this.textDaysOldMin    = new OpenDental.ValidNum();
     this.butCancel         = new OpenDental.UI.Button();
     this.gridMain          = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // checkPreauth
     //
     this.checkPreauth.CheckAlign      = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPreauth.Checked         = true;
     this.checkPreauth.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkPreauth.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkPreauth.Location        = new System.Drawing.Point(296, 9);
     this.checkPreauth.Name            = "checkPreauth";
     this.checkPreauth.Size            = new System.Drawing.Size(113, 18);
     this.checkPreauth.TabIndex        = 51;
     this.checkPreauth.Text            = "Include Preauths";
     this.checkPreauth.TextAlign       = System.Drawing.ContentAlignment.MiddleRight;
     this.checkPreauth.CheckedChanged += new System.EventHandler(this.checkPreauth_CheckedChanged);
     //
     // labelProv
     //
     this.labelProv.Location  = new System.Drawing.Point(412, 8);
     this.labelProv.Name      = "labelProv";
     this.labelProv.Size      = new System.Drawing.Size(87, 16);
     this.labelProv.TabIndex  = 48;
     this.labelProv.Text      = "Treat Provs";
     this.labelProv.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // labelDaysOldMin
     //
     this.labelDaysOldMin.Location  = new System.Drawing.Point(9, 7);
     this.labelDaysOldMin.Name      = "labelDaysOldMin";
     this.labelDaysOldMin.Size      = new System.Drawing.Size(93, 18);
     this.labelDaysOldMin.TabIndex  = 46;
     this.labelDaysOldMin.Text      = "Days Old (min)";
     this.labelDaysOldMin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelDaysOldMax
     //
     this.labelDaysOldMax.Location  = new System.Drawing.Point(163, 7);
     this.labelDaysOldMax.Name      = "labelDaysOldMax";
     this.labelDaysOldMax.Size      = new System.Drawing.Size(53, 18);
     this.labelDaysOldMax.TabIndex  = 46;
     this.labelDaysOldMax.Text      = "(max)";
     this.labelDaysOldMax.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(100, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(175, 18);
     this.label1.TabIndex  = 54;
     this.label1.Text      = "(leave both blank to show all)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(520, 480);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 18);
     this.label2.TabIndex  = 46;
     this.label2.Text      = "Total";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBox1
     //
     this.textBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location = new System.Drawing.Point(595, 479);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(61, 20);
     this.textBox1.TabIndex = 56;
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRefresh.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Autosize     = true;
     this.butRefresh.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius = 4F;
     this.butRefresh.Location     = new System.Drawing.Point(670, 5);
     this.butRefresh.Name         = "butRefresh";
     this.butRefresh.Size         = new System.Drawing.Size(82, 24);
     this.butRefresh.TabIndex     = 58;
     this.butRefresh.Text         = "&Refresh";
     this.butRefresh.Click       += new System.EventHandler(this.butRefresh_Click);
     //
     // butExport
     //
     this.butExport.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butExport.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     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(97, 476);
     this.butExport.Name         = "butExport";
     this.butExport.Size         = new System.Drawing.Size(79, 24);
     this.butExport.TabIndex     = 57;
     this.butExport.Text         = "&Export";
     this.butExport.Click       += new System.EventHandler(this.butExport_Click);
     //
     // comboBoxMultiProv
     //
     this.comboBoxMultiProv.BackColor       = System.Drawing.SystemColors.Window;
     this.comboBoxMultiProv.DroppedDown     = false;
     this.comboBoxMultiProv.Items           = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.Items")));
     this.comboBoxMultiProv.Location        = new System.Drawing.Point(498, 7);
     this.comboBoxMultiProv.Name            = "comboBoxMultiProv";
     this.comboBoxMultiProv.SelectedIndices = ((System.Collections.ArrayList)(resources.GetObject("comboBoxMultiProv.SelectedIndices")));
     this.comboBoxMultiProv.Size            = new System.Drawing.Size(160, 21);
     this.comboBoxMultiProv.TabIndex        = 53;
     this.comboBoxMultiProv.UseCommas       = true;
     this.comboBoxMultiProv.Leave          += new System.EventHandler(this.comboBoxMultiProv_Leave);
     //
     // 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(12, 476);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(79, 24);
     this.butPrint.TabIndex     = 52;
     this.butPrint.Text         = "&Print";
     this.butPrint.Click       += new System.EventHandler(this.butPrint_Click);
     //
     // textDaysOldMax
     //
     this.textDaysOldMax.Location     = new System.Drawing.Point(219, 7);
     this.textDaysOldMax.MaxVal       = 255;
     this.textDaysOldMax.MinVal       = 0;
     this.textDaysOldMax.Name         = "textDaysOldMax";
     this.textDaysOldMax.Size         = new System.Drawing.Size(60, 20);
     this.textDaysOldMax.TabIndex     = 47;
     this.textDaysOldMax.TextChanged += new System.EventHandler(this.textDaysOldMax_TextChanged);
     //
     // textDaysOldMin
     //
     this.textDaysOldMin.Location     = new System.Drawing.Point(106, 7);
     this.textDaysOldMin.MaxVal       = 255;
     this.textDaysOldMin.MinVal       = 0;
     this.textDaysOldMin.Name         = "textDaysOldMin";
     this.textDaysOldMin.Size         = new System.Drawing.Size(60, 20);
     this.textDaysOldMin.TabIndex     = 47;
     this.textDaysOldMin.Text         = "30";
     this.textDaysOldMin.TextChanged += new System.EventHandler(this.textDaysOldMin_TextChanged);
     //
     // 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(670, 476);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 45;
     this.butCancel.Text         = "&Close";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible   = false;
     this.gridMain.Location         = new System.Drawing.Point(12, 46);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.Size             = new System.Drawing.Size(740, 416);
     this.gridMain.TabIndex         = 1;
     this.gridMain.Title            = null;
     this.gridMain.TranslationName  = null;
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick       += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // FormRpOutstandingIns
     //
     this.ClientSize = new System.Drawing.Size(764, 512);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.butExport);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.labelDaysOldMin);
     this.Controls.Add(this.comboBoxMultiProv);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.checkPreauth);
     this.Controls.Add(this.labelProv);
     this.Controls.Add(this.textDaysOldMax);
     this.Controls.Add(this.textDaysOldMin);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelDaysOldMax);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.gridMain);
     this.Name          = "FormRpOutstandingIns";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Outstanding Insurance Claims";
     this.Load         += new System.EventHandler(this.FormRpOutIns_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDisplayFieldEdit));
     this.label1           = new System.Windows.Forms.Label();
     this.textInternalName = new System.Windows.Forms.TextBox();
     this.textDescription  = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.textWidthMin     = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.textWidth        = new OpenDental.ValidNum();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-1, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(140, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Internal Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textInternalName
     //
     this.textInternalName.Location = new System.Drawing.Point(141, 15);
     this.textInternalName.Name     = "textInternalName";
     this.textInternalName.ReadOnly = true;
     this.textInternalName.Size     = new System.Drawing.Size(348, 20);
     this.textInternalName.TabIndex = 3;
     //
     // textDescription
     //
     this.textDescription.Location     = new System.Drawing.Point(141, 41);
     this.textDescription.Name         = "textDescription";
     this.textDescription.Size         = new System.Drawing.Size(348, 20);
     this.textDescription.TabIndex     = 5;
     this.textDescription.TextChanged += new System.EventHandler(this.textDescription_TextChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(-1, 42);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(140, 17);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "New Description";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(-1, 94);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(140, 17);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Column Width";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textWidthMin
     //
     this.textWidthMin.Location = new System.Drawing.Point(141, 67);
     this.textWidthMin.Name     = "textWidthMin";
     this.textWidthMin.ReadOnly = true;
     this.textWidthMin.Size     = new System.Drawing.Size(71, 20);
     this.textWidthMin.TabIndex = 9;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(2, 68);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(137, 17);
     this.label4.TabIndex  = 8;
     this.label4.Text      = "Minimum Width";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(215, 68);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(175, 17);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "(based on text above)";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(141, 93);
     this.textWidth.MaxVal   = 2000;
     this.textWidth.MinVal   = 1;
     this.textWidth.Name     = "textWidth";
     this.textWidth.Size     = new System.Drawing.Size(71, 20);
     this.textWidth.TabIndex = 7;
     //
     // 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(414, 130);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(414, 171);
     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);
     //
     // FormDisplayFieldEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(541, 222);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textWidthMin);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textInternalName);
     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          = "FormDisplayFieldEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Display Field";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormDisplayFieldEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormDisplayFieldEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #24
0
		private void InitializeComponent(){
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormModuleSetup));
			this.textTreatNote = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.checkTreatPlanShowGraphics = new System.Windows.Forms.CheckBox();
			this.checkTreatPlanShowCompleted = new System.Windows.Forms.CheckBox();
			this.checkClaimsValidateACN = new System.Windows.Forms.CheckBox();
			this.comboBillingChargeAdjType = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.checkClaimFormTreatDentSaysSigOnFile = new System.Windows.Forms.CheckBox();
			this.textClaimAttachPath = new System.Windows.Forms.TextBox();
			this.label20 = new System.Windows.Forms.Label();
			this.checkShowFamilyCommByDefault = new System.Windows.Forms.CheckBox();
			this.checkProviderIncomeShows = new System.Windows.Forms.CheckBox();
			this.checkEclaimsSeparateTreatProv = new System.Windows.Forms.CheckBox();
			this.label12 = new System.Windows.Forms.Label();
			this.comboFinanceChargeAdjType = new System.Windows.Forms.ComboBox();
			this.checkStoreCCnumbers = new System.Windows.Forms.CheckBox();
			this.checkAgingMonthly = new System.Windows.Forms.CheckBox();
			this.checkBalancesDontSubtractIns = new System.Windows.Forms.CheckBox();
			this.checkInsurancePlansShared = new System.Windows.Forms.CheckBox();
			this.checkMedicalEclaimsEnabled = new System.Windows.Forms.CheckBox();
			this.checkSolidBlockouts = new System.Windows.Forms.CheckBox();
			this.checkApptRefreshEveryMinute = new System.Windows.Forms.CheckBox();
			this.label6 = new System.Windows.Forms.Label();
			this.comboTimeDismissed = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.comboTimeSeated = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.comboTimeArrived = new System.Windows.Forms.ComboBox();
			this.checkApptExclamation = new System.Windows.Forms.CheckBox();
			this.label7 = new System.Windows.Forms.Label();
			this.checkBrokenApptNote = new System.Windows.Forms.CheckBox();
			this.comboBrokenApptAdjType = new System.Windows.Forms.ComboBox();
			this.checkApptBubbleDelay = new System.Windows.Forms.CheckBox();
			this.checkAppointmentBubblesDisabled = new System.Windows.Forms.CheckBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.checkChartQuickAddHideAmalgam = new System.Windows.Forms.CheckBox();
			this.label11 = new System.Windows.Forms.Label();
			this.checkAllowSettingProcsComplete = new System.Windows.Forms.CheckBox();
			this.comboToothNomenclature = new System.Windows.Forms.ComboBox();
			this.checkAutoClearEntryStatus = new System.Windows.Forms.CheckBox();
			this.checkPPOpercentage = new System.Windows.Forms.CheckBox();
			this.checkInsDefaultShowUCRonClaims = new System.Windows.Forms.CheckBox();
			this.checkCoPayFeeScheduleBlankLikeZero = new System.Windows.Forms.CheckBox();
			this.checkAllowedFeeSchedsAutomate = new System.Windows.Forms.CheckBox();
			this.checkImagesModuleTreeIsCollapsed = new System.Windows.Forms.CheckBox();
			this.checkRxSendNewToQueue = new System.Windows.Forms.CheckBox();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabAppts = new System.Windows.Forms.TabPage();
			this.label23 = new System.Windows.Forms.Label();
			this.butColor = new System.Windows.Forms.Button();
			this.textWaitRoomWarn = new System.Windows.Forms.TextBox();
			this.label22 = new System.Windows.Forms.Label();
			this.checkBrokenApptCommLogWithProcedure = new System.Windows.Forms.CheckBox();
			this.textApptBubNoteLength = new System.Windows.Forms.TextBox();
			this.label21 = new System.Windows.Forms.Label();
			this.checkWaitingRoomFilterByView = new System.Windows.Forms.CheckBox();
			this.label13 = new System.Windows.Forms.Label();
			this.comboSearchBehavior = new System.Windows.Forms.ComboBox();
			this.checkAppointmentTimeIsLocked = new System.Windows.Forms.CheckBox();
			this.tabFamily = new System.Windows.Forms.TabPage();
			this.checkInsPPOsecWriteoffs = new System.Windows.Forms.CheckBox();
			this.checkFamPhiAccess = new System.Windows.Forms.CheckBox();
			this.checkInsDefaultAssignmentOfBenefits = new System.Windows.Forms.CheckBox();
			this.checkTextMsgOkStatusTreatAsNo = new System.Windows.Forms.CheckBox();
			this.label15 = new System.Windows.Forms.Label();
			this.comboCobRule = new System.Windows.Forms.ComboBox();
			this.tabAccount = new System.Windows.Forms.TabPage();
			this.checkStatementsUseSheets = new System.Windows.Forms.CheckBox();
			this.checkStoreCCTokens = new System.Windows.Forms.CheckBox();
			this.checkAccountShowPaymentNums = new System.Windows.Forms.CheckBox();
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical = new System.Windows.Forms.CheckBox();
			this.tabTreatPlan = new System.Windows.Forms.TabPage();
			this.checkTreatPlanItemized = new System.Windows.Forms.CheckBox();
			this.textDiscountPercentage = new System.Windows.Forms.TextBox();
			this.labelDiscountPercentage = new System.Windows.Forms.Label();
			this.comboProcDiscountType = new System.Windows.Forms.ComboBox();
			this.label19 = new System.Windows.Forms.Label();
			this.tabChart = new System.Windows.Forms.TabPage();
			this.checkChartNonPatientWarn = new System.Windows.Forms.CheckBox();
			this.checkProcLockingIsAllowed = new System.Windows.Forms.CheckBox();
			this.textICD9DefaultForNewProcs = new System.Windows.Forms.TextBox();
			this.checkMedicalFeeUsedForNewProcs = new System.Windows.Forms.CheckBox();
			this.checkProcGroupNoteDoesAggregate = new System.Windows.Forms.CheckBox();
			this.butAllergiesIndicateNone = new OpenDental.UI.Button();
			this.textAllergiesIndicateNone = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.butMedicationsIndicateNone = new OpenDental.UI.Button();
			this.textMedicationsIndicateNone = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.butProblemsIndicateNone = new OpenDental.UI.Button();
			this.textProblemsIndicateNone = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.tabImages = new System.Windows.Forms.TabPage();
			this.tabManage = new System.Windows.Forms.TabPage();
			this.checkTimeCardADP = new System.Windows.Forms.CheckBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.checkStatementShowAdjNotes = new System.Windows.Forms.CheckBox();
			this.checkIntermingleDefault = new System.Windows.Forms.CheckBox();
			this.checkStatementShowReturnAddress = new System.Windows.Forms.CheckBox();
			this.checkStatementShowProcBreakdown = new System.Windows.Forms.CheckBox();
			this.checkShowCC = new System.Windows.Forms.CheckBox();
			this.checkStatementShowNotes = new System.Windows.Forms.CheckBox();
			this.label2 = new System.Windows.Forms.Label();
			this.comboUseChartNum = new System.Windows.Forms.ComboBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.textStatementsCalcDueDate = new OpenDental.ValidNumber();
			this.textPayPlansBillInAdvanceDays = new OpenDental.ValidNum();
			this.comboTimeCardOvertimeFirstDayOfWeek = new System.Windows.Forms.ComboBox();
			this.label16 = new System.Windows.Forms.Label();
			this.colorDialog = new System.Windows.Forms.ColorDialog();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.tabControl1.SuspendLayout();
			this.tabAppts.SuspendLayout();
			this.tabFamily.SuspendLayout();
			this.tabAccount.SuspendLayout();
			this.tabTreatPlan.SuspendLayout();
			this.tabChart.SuspendLayout();
			this.tabImages.SuspendLayout();
			this.tabManage.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textTreatNote
			// 
			this.textTreatNote.AcceptsReturn = true;
			this.textTreatNote.Location = new System.Drawing.Point(77, 7);
			this.textTreatNote.Multiline = true;
			this.textTreatNote.Name = "textTreatNote";
			this.textTreatNote.Size = new System.Drawing.Size(363, 53);
			this.textTreatNote.TabIndex = 3;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(28, 7);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 52);
			this.label1.TabIndex = 35;
			this.label1.Text = "Default Note";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkTreatPlanShowGraphics
			// 
			this.checkTreatPlanShowGraphics.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTreatPlanShowGraphics.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTreatPlanShowGraphics.Location = new System.Drawing.Point(81, 62);
			this.checkTreatPlanShowGraphics.Name = "checkTreatPlanShowGraphics";
			this.checkTreatPlanShowGraphics.Size = new System.Drawing.Size(359, 17);
			this.checkTreatPlanShowGraphics.TabIndex = 46;
			this.checkTreatPlanShowGraphics.Text = "Show Graphical Tooth Chart";
			this.checkTreatPlanShowGraphics.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkTreatPlanShowCompleted
			// 
			this.checkTreatPlanShowCompleted.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTreatPlanShowCompleted.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTreatPlanShowCompleted.Location = new System.Drawing.Point(81, 79);
			this.checkTreatPlanShowCompleted.Name = "checkTreatPlanShowCompleted";
			this.checkTreatPlanShowCompleted.Size = new System.Drawing.Size(359, 17);
			this.checkTreatPlanShowCompleted.TabIndex = 47;
			this.checkTreatPlanShowCompleted.Text = "Show Completed Work on Graphical Tooth Chart";
			this.checkTreatPlanShowCompleted.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkClaimsValidateACN
			// 
			this.checkClaimsValidateACN.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkClaimsValidateACN.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkClaimsValidateACN.Location = new System.Drawing.Point(44, 215);
			this.checkClaimsValidateACN.Name = "checkClaimsValidateACN";
			this.checkClaimsValidateACN.Size = new System.Drawing.Size(396, 17);
			this.checkClaimsValidateACN.TabIndex = 194;
			this.checkClaimsValidateACN.Text = "Require ACN# in remarks on claims with ADDP group name";
			this.checkClaimsValidateACN.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboBillingChargeAdjType
			// 
			this.comboBillingChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBillingChargeAdjType.FormattingEnabled = true;
			this.comboBillingChargeAdjType.Location = new System.Drawing.Point(278, 101);
			this.comboBillingChargeAdjType.MaxDropDownItems = 30;
			this.comboBillingChargeAdjType.Name = "comboBillingChargeAdjType";
			this.comboBillingChargeAdjType.Size = new System.Drawing.Size(163, 21);
			this.comboBillingChargeAdjType.TabIndex = 199;
			// 
			// label4
			// 
			this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label4.Location = new System.Drawing.Point(56, 82);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(221, 15);
			this.label4.TabIndex = 198;
			this.label4.Text = "Finance charge adj type";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkClaimFormTreatDentSaysSigOnFile
			// 
			this.checkClaimFormTreatDentSaysSigOnFile.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkClaimFormTreatDentSaysSigOnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkClaimFormTreatDentSaysSigOnFile.Location = new System.Drawing.Point(59, 156);
			this.checkClaimFormTreatDentSaysSigOnFile.Name = "checkClaimFormTreatDentSaysSigOnFile";
			this.checkClaimFormTreatDentSaysSigOnFile.Size = new System.Drawing.Size(381, 17);
			this.checkClaimFormTreatDentSaysSigOnFile.TabIndex = 197;
			this.checkClaimFormTreatDentSaysSigOnFile.Text = "Claim Form treating dentist shows Signature On File rather than name";
			this.checkClaimFormTreatDentSaysSigOnFile.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textClaimAttachPath
			// 
			this.textClaimAttachPath.Location = new System.Drawing.Point(243, 176);
			this.textClaimAttachPath.Name = "textClaimAttachPath";
			this.textClaimAttachPath.Size = new System.Drawing.Size(197, 20);
			this.textClaimAttachPath.TabIndex = 189;
			// 
			// label20
			// 
			this.label20.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label20.Location = new System.Drawing.Point(54, 179);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(188, 13);
			this.label20.TabIndex = 190;
			this.label20.Text = "Claim Attachment Export Path";
			this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkShowFamilyCommByDefault
			// 
			this.checkShowFamilyCommByDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkShowFamilyCommByDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowFamilyCommByDefault.Location = new System.Drawing.Point(59, 139);
			this.checkShowFamilyCommByDefault.Name = "checkShowFamilyCommByDefault";
			this.checkShowFamilyCommByDefault.Size = new System.Drawing.Size(381, 17);
			this.checkShowFamilyCommByDefault.TabIndex = 75;
			this.checkShowFamilyCommByDefault.Text = "Show Family Comm Entries By Default";
			this.checkShowFamilyCommByDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkProviderIncomeShows
			// 
			this.checkProviderIncomeShows.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkProviderIncomeShows.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkProviderIncomeShows.Location = new System.Drawing.Point(59, 122);
			this.checkProviderIncomeShows.Name = "checkProviderIncomeShows";
			this.checkProviderIncomeShows.Size = new System.Drawing.Size(381, 17);
			this.checkProviderIncomeShows.TabIndex = 74;
			this.checkProviderIncomeShows.Text = "Show provider income transfer window after entering insurance payment";
			this.checkProviderIncomeShows.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkEclaimsSeparateTreatProv
			// 
			this.checkEclaimsSeparateTreatProv.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkEclaimsSeparateTreatProv.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkEclaimsSeparateTreatProv.Location = new System.Drawing.Point(94, 198);
			this.checkEclaimsSeparateTreatProv.Name = "checkEclaimsSeparateTreatProv";
			this.checkEclaimsSeparateTreatProv.Size = new System.Drawing.Size(346, 17);
			this.checkEclaimsSeparateTreatProv.TabIndex = 53;
			this.checkEclaimsSeparateTreatProv.Text = "On e-claims, send treating provider info for each separate procedure";
			this.checkEclaimsSeparateTreatProv.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label12
			// 
			this.label12.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label12.Location = new System.Drawing.Point(56, 104);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(221, 15);
			this.label12.TabIndex = 73;
			this.label12.Text = "Billing charge adj type";
			this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboFinanceChargeAdjType
			// 
			this.comboFinanceChargeAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboFinanceChargeAdjType.FormattingEnabled = true;
			this.comboFinanceChargeAdjType.Location = new System.Drawing.Point(278, 77);
			this.comboFinanceChargeAdjType.MaxDropDownItems = 30;
			this.comboFinanceChargeAdjType.Name = "comboFinanceChargeAdjType";
			this.comboFinanceChargeAdjType.Size = new System.Drawing.Size(163, 21);
			this.comboFinanceChargeAdjType.TabIndex = 72;
			// 
			// checkStoreCCnumbers
			// 
			this.checkStoreCCnumbers.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStoreCCnumbers.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStoreCCnumbers.Location = new System.Drawing.Point(72, 41);
			this.checkStoreCCnumbers.Name = "checkStoreCCnumbers";
			this.checkStoreCCnumbers.Size = new System.Drawing.Size(368, 17);
			this.checkStoreCCnumbers.TabIndex = 67;
			this.checkStoreCCnumbers.Text = "Allow storing credit card numbers (this is a security risk)";
			this.checkStoreCCnumbers.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStoreCCnumbers.UseVisualStyleBackColor = true;
			// 
			// checkAgingMonthly
			// 
			this.checkAgingMonthly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAgingMonthly.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAgingMonthly.Location = new System.Drawing.Point(72, 24);
			this.checkAgingMonthly.Name = "checkAgingMonthly";
			this.checkAgingMonthly.Size = new System.Drawing.Size(368, 17);
			this.checkAgingMonthly.TabIndex = 57;
			this.checkAgingMonthly.Text = "Aging calculated monthly instead of daily";
			this.checkAgingMonthly.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkBalancesDontSubtractIns
			// 
			this.checkBalancesDontSubtractIns.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBalancesDontSubtractIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBalancesDontSubtractIns.Location = new System.Drawing.Point(72, 7);
			this.checkBalancesDontSubtractIns.Name = "checkBalancesDontSubtractIns";
			this.checkBalancesDontSubtractIns.Size = new System.Drawing.Size(368, 17);
			this.checkBalancesDontSubtractIns.TabIndex = 55;
			this.checkBalancesDontSubtractIns.Text = "Balances don\'t subtract insurance estimate";
			this.checkBalancesDontSubtractIns.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkInsurancePlansShared
			// 
			this.checkInsurancePlansShared.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsurancePlansShared.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkInsurancePlansShared.Location = new System.Drawing.Point(34, 24);
			this.checkInsurancePlansShared.Name = "checkInsurancePlansShared";
			this.checkInsurancePlansShared.Size = new System.Drawing.Size(406, 17);
			this.checkInsurancePlansShared.TabIndex = 58;
			this.checkInsurancePlansShared.Text = "InsPlan option at bottom, \'Change Plan for all subscribers\', is default.";
			this.checkInsurancePlansShared.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkMedicalEclaimsEnabled
			// 
			this.checkMedicalEclaimsEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkMedicalEclaimsEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkMedicalEclaimsEnabled.Location = new System.Drawing.Point(94, 7);
			this.checkMedicalEclaimsEnabled.Name = "checkMedicalEclaimsEnabled";
			this.checkMedicalEclaimsEnabled.Size = new System.Drawing.Size(346, 17);
			this.checkMedicalEclaimsEnabled.TabIndex = 60;
			this.checkMedicalEclaimsEnabled.Text = "Enable medical e-claims";
			this.checkMedicalEclaimsEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkMedicalEclaimsEnabled.Visible = false;
			// 
			// checkSolidBlockouts
			// 
			this.checkSolidBlockouts.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkSolidBlockouts.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkSolidBlockouts.Location = new System.Drawing.Point(32, 41);
			this.checkSolidBlockouts.Name = "checkSolidBlockouts";
			this.checkSolidBlockouts.Size = new System.Drawing.Size(408, 17);
			this.checkSolidBlockouts.TabIndex = 66;
			this.checkSolidBlockouts.Text = "Use solid blockouts instead of outlines on the appointment book";
			this.checkSolidBlockouts.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkSolidBlockouts.UseVisualStyleBackColor = true;
			// 
			// checkApptRefreshEveryMinute
			// 
			this.checkApptRefreshEveryMinute.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkApptRefreshEveryMinute.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkApptRefreshEveryMinute.Location = new System.Drawing.Point(34, 205);
			this.checkApptRefreshEveryMinute.Name = "checkApptRefreshEveryMinute";
			this.checkApptRefreshEveryMinute.Size = new System.Drawing.Size(406, 17);
			this.checkApptRefreshEveryMinute.TabIndex = 198;
			this.checkApptRefreshEveryMinute.Text = "Refresh every 60 seconds.  Keeps waiting room times refreshed.";
			this.checkApptRefreshEveryMinute.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label6.Location = new System.Drawing.Point(29, 184);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(247, 15);
			this.label6.TabIndex = 78;
			this.label6.Text = "Time Dismissed trigger";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboTimeDismissed
			// 
			this.comboTimeDismissed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboTimeDismissed.FormattingEnabled = true;
			this.comboTimeDismissed.Location = new System.Drawing.Point(278, 180);
			this.comboTimeDismissed.MaxDropDownItems = 30;
			this.comboTimeDismissed.Name = "comboTimeDismissed";
			this.comboTimeDismissed.Size = new System.Drawing.Size(163, 21);
			this.comboTimeDismissed.TabIndex = 77;
			// 
			// label5
			// 
			this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label5.Location = new System.Drawing.Point(29, 162);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(247, 15);
			this.label5.TabIndex = 76;
			this.label5.Text = "Time Seated (in op) trigger";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboTimeSeated
			// 
			this.comboTimeSeated.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboTimeSeated.FormattingEnabled = true;
			this.comboTimeSeated.Location = new System.Drawing.Point(278, 158);
			this.comboTimeSeated.MaxDropDownItems = 30;
			this.comboTimeSeated.Name = "comboTimeSeated";
			this.comboTimeSeated.Size = new System.Drawing.Size(163, 21);
			this.comboTimeSeated.TabIndex = 75;
			// 
			// label3
			// 
			this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label3.Location = new System.Drawing.Point(29, 140);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(247, 15);
			this.label3.TabIndex = 74;
			this.label3.Text = "Time Arrived trigger";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboTimeArrived
			// 
			this.comboTimeArrived.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboTimeArrived.FormattingEnabled = true;
			this.comboTimeArrived.Location = new System.Drawing.Point(278, 136);
			this.comboTimeArrived.MaxDropDownItems = 30;
			this.comboTimeArrived.Name = "comboTimeArrived";
			this.comboTimeArrived.Size = new System.Drawing.Size(163, 21);
			this.comboTimeArrived.TabIndex = 73;
			// 
			// checkApptExclamation
			// 
			this.checkApptExclamation.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkApptExclamation.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkApptExclamation.Location = new System.Drawing.Point(55, 116);
			this.checkApptExclamation.Name = "checkApptExclamation";
			this.checkApptExclamation.Size = new System.Drawing.Size(385, 17);
			this.checkApptExclamation.TabIndex = 72;
			this.checkApptExclamation.Text = "Show ! at upper right of appts for ins not sent (might cause slowdown)";
			this.checkApptExclamation.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkApptExclamation.UseVisualStyleBackColor = true;
			// 
			// label7
			// 
			this.label7.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label7.Location = new System.Drawing.Point(15, 98);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(221, 15);
			this.label7.TabIndex = 71;
			this.label7.Text = "Broken appt default adj type";
			this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkBrokenApptNote
			// 
			this.checkBrokenApptNote.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBrokenApptNote.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBrokenApptNote.Location = new System.Drawing.Point(32, 58);
			this.checkBrokenApptNote.Name = "checkBrokenApptNote";
			this.checkBrokenApptNote.Size = new System.Drawing.Size(408, 17);
			this.checkBrokenApptNote.TabIndex = 67;
			this.checkBrokenApptNote.Text = "Put broken appt note in Commlog instead of Adj (not recommended)";
			this.checkBrokenApptNote.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBrokenApptNote.UseVisualStyleBackColor = true;
			// 
			// comboBrokenApptAdjType
			// 
			this.comboBrokenApptAdjType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBrokenApptAdjType.FormattingEnabled = true;
			this.comboBrokenApptAdjType.Location = new System.Drawing.Point(238, 94);
			this.comboBrokenApptAdjType.MaxDropDownItems = 30;
			this.comboBrokenApptAdjType.Name = "comboBrokenApptAdjType";
			this.comboBrokenApptAdjType.Size = new System.Drawing.Size(203, 21);
			this.comboBrokenApptAdjType.TabIndex = 70;
			// 
			// checkApptBubbleDelay
			// 
			this.checkApptBubbleDelay.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkApptBubbleDelay.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkApptBubbleDelay.Location = new System.Drawing.Point(32, 24);
			this.checkApptBubbleDelay.Name = "checkApptBubbleDelay";
			this.checkApptBubbleDelay.Size = new System.Drawing.Size(408, 17);
			this.checkApptBubbleDelay.TabIndex = 69;
			this.checkApptBubbleDelay.Text = "Appointment bubble popup delay";
			this.checkApptBubbleDelay.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkApptBubbleDelay.UseVisualStyleBackColor = true;
			// 
			// checkAppointmentBubblesDisabled
			// 
			this.checkAppointmentBubblesDisabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAppointmentBubblesDisabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAppointmentBubblesDisabled.Location = new System.Drawing.Point(34, 7);
			this.checkAppointmentBubblesDisabled.Name = "checkAppointmentBubblesDisabled";
			this.checkAppointmentBubblesDisabled.Size = new System.Drawing.Size(406, 17);
			this.checkAppointmentBubblesDisabled.TabIndex = 70;
			this.checkAppointmentBubblesDisabled.Text = "Appointment bubble popup disabled";
			this.checkAppointmentBubblesDisabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAppointmentBubblesDisabled.UseVisualStyleBackColor = true;
			// 
			// toolTip1
			// 
			this.toolTip1.AutomaticDelay = 0;
			this.toolTip1.AutoPopDelay = 600000;
			this.toolTip1.InitialDelay = 0;
			this.toolTip1.IsBalloon = true;
			this.toolTip1.ReshowDelay = 0;
			this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
			this.toolTip1.ToolTipTitle = "Help";
			// 
			// checkChartQuickAddHideAmalgam
			// 
			this.checkChartQuickAddHideAmalgam.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkChartQuickAddHideAmalgam.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkChartQuickAddHideAmalgam.Location = new System.Drawing.Point(59, 72);
			this.checkChartQuickAddHideAmalgam.Name = "checkChartQuickAddHideAmalgam";
			this.checkChartQuickAddHideAmalgam.Size = new System.Drawing.Size(381, 15);
			this.checkChartQuickAddHideAmalgam.TabIndex = 195;
			this.checkChartQuickAddHideAmalgam.Text = "Hide amalgam buttons in Quick Buttons section";
			this.checkChartQuickAddHideAmalgam.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkChartQuickAddHideAmalgam.UseVisualStyleBackColor = true;
			// 
			// label11
			// 
			this.label11.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label11.Location = new System.Drawing.Point(41, 48);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(144, 13);
			this.label11.TabIndex = 194;
			this.label11.Text = "Tooth Nomenclature";
			this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkAllowSettingProcsComplete
			// 
			this.checkAllowSettingProcsComplete.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAllowSettingProcsComplete.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAllowSettingProcsComplete.Location = new System.Drawing.Point(26, 26);
			this.checkAllowSettingProcsComplete.Name = "checkAllowSettingProcsComplete";
			this.checkAllowSettingProcsComplete.Size = new System.Drawing.Size(414, 15);
			this.checkAllowSettingProcsComplete.TabIndex = 74;
			this.checkAllowSettingProcsComplete.Text = "Allow setting procedures complete.  (It\'s better to only set appointments complet" +
    "e)";
			this.checkAllowSettingProcsComplete.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAllowSettingProcsComplete.UseVisualStyleBackColor = true;
			// 
			// comboToothNomenclature
			// 
			this.comboToothNomenclature.FormattingEnabled = true;
			this.comboToothNomenclature.Location = new System.Drawing.Point(187, 45);
			this.comboToothNomenclature.Name = "comboToothNomenclature";
			this.comboToothNomenclature.Size = new System.Drawing.Size(254, 21);
			this.comboToothNomenclature.TabIndex = 193;
			// 
			// checkAutoClearEntryStatus
			// 
			this.checkAutoClearEntryStatus.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAutoClearEntryStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAutoClearEntryStatus.Location = new System.Drawing.Point(59, 9);
			this.checkAutoClearEntryStatus.Name = "checkAutoClearEntryStatus";
			this.checkAutoClearEntryStatus.Size = new System.Drawing.Size(381, 15);
			this.checkAutoClearEntryStatus.TabIndex = 73;
			this.checkAutoClearEntryStatus.Text = "Reset entry status to TreatPlan when switching patients";
			this.checkAutoClearEntryStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAutoClearEntryStatus.UseVisualStyleBackColor = true;
			// 
			// checkPPOpercentage
			// 
			this.checkPPOpercentage.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkPPOpercentage.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkPPOpercentage.Location = new System.Drawing.Point(27, 41);
			this.checkPPOpercentage.Name = "checkPPOpercentage";
			this.checkPPOpercentage.Size = new System.Drawing.Size(413, 17);
			this.checkPPOpercentage.TabIndex = 192;
			this.checkPPOpercentage.Text = "Insurance defaults to PPO percentage instead of category percentage plan type";
			this.checkPPOpercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkInsDefaultShowUCRonClaims
			// 
			this.checkInsDefaultShowUCRonClaims.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsDefaultShowUCRonClaims.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkInsDefaultShowUCRonClaims.Location = new System.Drawing.Point(27, 92);
			this.checkInsDefaultShowUCRonClaims.Name = "checkInsDefaultShowUCRonClaims";
			this.checkInsDefaultShowUCRonClaims.Size = new System.Drawing.Size(413, 17);
			this.checkInsDefaultShowUCRonClaims.TabIndex = 196;
			this.checkInsDefaultShowUCRonClaims.Text = "Insurance plans default to show UCR fee on claims.";
			this.checkInsDefaultShowUCRonClaims.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsDefaultShowUCRonClaims.Click += new System.EventHandler(this.checkInsDefaultShowUCRonClaims_Click);
			// 
			// checkCoPayFeeScheduleBlankLikeZero
			// 
			this.checkCoPayFeeScheduleBlankLikeZero.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkCoPayFeeScheduleBlankLikeZero.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkCoPayFeeScheduleBlankLikeZero.Location = new System.Drawing.Point(27, 75);
			this.checkCoPayFeeScheduleBlankLikeZero.Name = "checkCoPayFeeScheduleBlankLikeZero";
			this.checkCoPayFeeScheduleBlankLikeZero.Size = new System.Drawing.Size(413, 17);
			this.checkCoPayFeeScheduleBlankLikeZero.TabIndex = 195;
			this.checkCoPayFeeScheduleBlankLikeZero.Text = "Co-pay fee schedules treat blank entries as zero.";
			this.checkCoPayFeeScheduleBlankLikeZero.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkAllowedFeeSchedsAutomate
			// 
			this.checkAllowedFeeSchedsAutomate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAllowedFeeSchedsAutomate.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAllowedFeeSchedsAutomate.Location = new System.Drawing.Point(27, 58);
			this.checkAllowedFeeSchedsAutomate.Name = "checkAllowedFeeSchedsAutomate";
			this.checkAllowedFeeSchedsAutomate.Size = new System.Drawing.Size(413, 17);
			this.checkAllowedFeeSchedsAutomate.TabIndex = 193;
			this.checkAllowedFeeSchedsAutomate.Text = "Use Blue Book";
			this.checkAllowedFeeSchedsAutomate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAllowedFeeSchedsAutomate.Click += new System.EventHandler(this.checkAllowedFeeSchedsAutomate_Click);
			// 
			// checkImagesModuleTreeIsCollapsed
			// 
			this.checkImagesModuleTreeIsCollapsed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkImagesModuleTreeIsCollapsed.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkImagesModuleTreeIsCollapsed.Location = new System.Drawing.Point(81, 7);
			this.checkImagesModuleTreeIsCollapsed.Name = "checkImagesModuleTreeIsCollapsed";
			this.checkImagesModuleTreeIsCollapsed.Size = new System.Drawing.Size(359, 17);
			this.checkImagesModuleTreeIsCollapsed.TabIndex = 47;
			this.checkImagesModuleTreeIsCollapsed.Text = "Document tree collapses when patient changes";
			this.checkImagesModuleTreeIsCollapsed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkRxSendNewToQueue
			// 
			this.checkRxSendNewToQueue.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkRxSendNewToQueue.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkRxSendNewToQueue.Location = new System.Drawing.Point(81, 7);
			this.checkRxSendNewToQueue.Name = "checkRxSendNewToQueue";
			this.checkRxSendNewToQueue.Size = new System.Drawing.Size(359, 17);
			this.checkRxSendNewToQueue.TabIndex = 47;
			this.checkRxSendNewToQueue.Text = "Send all new prescriptions to electronic queue";
			this.checkRxSendNewToQueue.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabAppts);
			this.tabControl1.Controls.Add(this.tabFamily);
			this.tabControl1.Controls.Add(this.tabAccount);
			this.tabControl1.Controls.Add(this.tabTreatPlan);
			this.tabControl1.Controls.Add(this.tabChart);
			this.tabControl1.Controls.Add(this.tabImages);
			this.tabControl1.Controls.Add(this.tabManage);
			this.tabControl1.Location = new System.Drawing.Point(20, 10);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(474, 505);
			this.tabControl1.TabIndex = 196;
			// 
			// tabAppts
			// 
			this.tabAppts.BackColor = System.Drawing.SystemColors.Window;
			this.tabAppts.Controls.Add(this.label23);
			this.tabAppts.Controls.Add(this.butColor);
			this.tabAppts.Controls.Add(this.textWaitRoomWarn);
			this.tabAppts.Controls.Add(this.label22);
			this.tabAppts.Controls.Add(this.checkBrokenApptCommLogWithProcedure);
			this.tabAppts.Controls.Add(this.textApptBubNoteLength);
			this.tabAppts.Controls.Add(this.label21);
			this.tabAppts.Controls.Add(this.checkWaitingRoomFilterByView);
			this.tabAppts.Controls.Add(this.label13);
			this.tabAppts.Controls.Add(this.comboSearchBehavior);
			this.tabAppts.Controls.Add(this.checkAppointmentTimeIsLocked);
			this.tabAppts.Controls.Add(this.checkApptRefreshEveryMinute);
			this.tabAppts.Controls.Add(this.checkAppointmentBubblesDisabled);
			this.tabAppts.Controls.Add(this.label6);
			this.tabAppts.Controls.Add(this.checkSolidBlockouts);
			this.tabAppts.Controls.Add(this.comboTimeDismissed);
			this.tabAppts.Controls.Add(this.checkApptBubbleDelay);
			this.tabAppts.Controls.Add(this.label5);
			this.tabAppts.Controls.Add(this.comboBrokenApptAdjType);
			this.tabAppts.Controls.Add(this.comboTimeSeated);
			this.tabAppts.Controls.Add(this.checkBrokenApptNote);
			this.tabAppts.Controls.Add(this.label3);
			this.tabAppts.Controls.Add(this.label7);
			this.tabAppts.Controls.Add(this.comboTimeArrived);
			this.tabAppts.Controls.Add(this.checkApptExclamation);
			this.tabAppts.Location = new System.Drawing.Point(4, 22);
			this.tabAppts.Name = "tabAppts";
			this.tabAppts.Padding = new System.Windows.Forms.Padding(3);
			this.tabAppts.Size = new System.Drawing.Size(466, 479);
			this.tabAppts.TabIndex = 0;
			this.tabAppts.Text = "Appts";
			// 
			// label23
			// 
			this.label23.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label23.Location = new System.Drawing.Point(167, 345);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(246, 16);
			this.label23.TabIndex = 216;
			this.label23.Text = "Waiting room alert color";
			this.label23.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butColor
			// 
			this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.butColor.Location = new System.Drawing.Point(416, 341);
			this.butColor.Name = "butColor";
			this.butColor.Size = new System.Drawing.Size(24, 21);
			this.butColor.TabIndex = 215;
			this.butColor.Click += new System.EventHandler(this.butColor_Click);
			// 
			// textWaitRoomWarn
			// 
			this.textWaitRoomWarn.Location = new System.Drawing.Point(358, 315);
			this.textWaitRoomWarn.Name = "textWaitRoomWarn";
			this.textWaitRoomWarn.Size = new System.Drawing.Size(83, 20);
			this.textWaitRoomWarn.TabIndex = 214;
			// 
			// label22
			// 
			this.label22.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label22.Location = new System.Drawing.Point(109, 318);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(246, 16);
			this.label22.TabIndex = 213;
			this.label22.Text = "Waiting room alert time in minutes (0 to disable)";
			this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkBrokenApptCommLogWithProcedure
			// 
			this.checkBrokenApptCommLogWithProcedure.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBrokenApptCommLogWithProcedure.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkBrokenApptCommLogWithProcedure.Location = new System.Drawing.Point(32, 75);
			this.checkBrokenApptCommLogWithProcedure.Name = "checkBrokenApptCommLogWithProcedure";
			this.checkBrokenApptCommLogWithProcedure.Size = new System.Drawing.Size(408, 17);
			this.checkBrokenApptCommLogWithProcedure.TabIndex = 61;
			this.checkBrokenApptCommLogWithProcedure.Text = "Put broken appt note in Commlog in addition to broken appt procedure";
			this.checkBrokenApptCommLogWithProcedure.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkBrokenApptCommLogWithProcedure.UseVisualStyleBackColor = true;
			// 
			// textApptBubNoteLength
			// 
			this.textApptBubNoteLength.Location = new System.Drawing.Point(357, 270);
			this.textApptBubNoteLength.Name = "textApptBubNoteLength";
			this.textApptBubNoteLength.Size = new System.Drawing.Size(83, 20);
			this.textApptBubNoteLength.TabIndex = 211;
			// 
			// label21
			// 
			this.label21.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label21.Location = new System.Drawing.Point(108, 273);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(246, 16);
			this.label21.TabIndex = 210;
			this.label21.Text = "Appointment bubble max note length (0 for no limit)";
			this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkWaitingRoomFilterByView
			// 
			this.checkWaitingRoomFilterByView.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkWaitingRoomFilterByView.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkWaitingRoomFilterByView.Location = new System.Drawing.Point(34, 292);
			this.checkWaitingRoomFilterByView.Name = "checkWaitingRoomFilterByView";
			this.checkWaitingRoomFilterByView.Size = new System.Drawing.Size(406, 17);
			this.checkWaitingRoomFilterByView.TabIndex = 201;
			this.checkWaitingRoomFilterByView.Text = "Filter the waiting room based on the selected appointment view.";
			this.checkWaitingRoomFilterByView.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label13
			// 
			this.label13.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label13.Location = new System.Drawing.Point(6, 229);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(230, 15);
			this.label13.TabIndex = 200;
			this.label13.Text = "Search Behavior";
			this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboSearchBehavior
			// 
			this.comboSearchBehavior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSearchBehavior.FormattingEnabled = true;
			this.comboSearchBehavior.Location = new System.Drawing.Point(238, 226);
			this.comboSearchBehavior.MaxDropDownItems = 30;
			this.comboSearchBehavior.Name = "comboSearchBehavior";
			this.comboSearchBehavior.Size = new System.Drawing.Size(203, 21);
			this.comboSearchBehavior.TabIndex = 199;
			// 
			// checkAppointmentTimeIsLocked
			// 
			this.checkAppointmentTimeIsLocked.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAppointmentTimeIsLocked.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAppointmentTimeIsLocked.Location = new System.Drawing.Point(34, 251);
			this.checkAppointmentTimeIsLocked.Name = "checkAppointmentTimeIsLocked";
			this.checkAppointmentTimeIsLocked.Size = new System.Drawing.Size(406, 17);
			this.checkAppointmentTimeIsLocked.TabIndex = 198;
			this.checkAppointmentTimeIsLocked.Text = "Appointment time locked by default";
			this.checkAppointmentTimeIsLocked.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAppointmentTimeIsLocked.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkAppointmentTimeIsLocked_MouseUp);
			// 
			// tabFamily
			// 
			this.tabFamily.BackColor = System.Drawing.SystemColors.Window;
			this.tabFamily.Controls.Add(this.checkInsPPOsecWriteoffs);
			this.tabFamily.Controls.Add(this.checkFamPhiAccess);
			this.tabFamily.Controls.Add(this.checkInsDefaultAssignmentOfBenefits);
			this.tabFamily.Controls.Add(this.checkTextMsgOkStatusTreatAsNo);
			this.tabFamily.Controls.Add(this.label15);
			this.tabFamily.Controls.Add(this.comboCobRule);
			this.tabFamily.Controls.Add(this.checkInsDefaultShowUCRonClaims);
			this.tabFamily.Controls.Add(this.checkMedicalEclaimsEnabled);
			this.tabFamily.Controls.Add(this.checkCoPayFeeScheduleBlankLikeZero);
			this.tabFamily.Controls.Add(this.checkInsurancePlansShared);
			this.tabFamily.Controls.Add(this.checkAllowedFeeSchedsAutomate);
			this.tabFamily.Controls.Add(this.checkPPOpercentage);
			this.tabFamily.Location = new System.Drawing.Point(4, 22);
			this.tabFamily.Name = "tabFamily";
			this.tabFamily.Padding = new System.Windows.Forms.Padding(3);
			this.tabFamily.Size = new System.Drawing.Size(466, 479);
			this.tabFamily.TabIndex = 1;
			this.tabFamily.Text = "Family";
			// 
			// checkInsPPOsecWriteoffs
			// 
			this.checkInsPPOsecWriteoffs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsPPOsecWriteoffs.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkInsPPOsecWriteoffs.Location = new System.Drawing.Point(58, 184);
			this.checkInsPPOsecWriteoffs.Name = "checkInsPPOsecWriteoffs";
			this.checkInsPPOsecWriteoffs.Size = new System.Drawing.Size(382, 18);
			this.checkInsPPOsecWriteoffs.TabIndex = 214;
			this.checkInsPPOsecWriteoffs.Text = "Calculate secondary insurance PPO writeoffs (not recommended, see manual)";
			this.checkInsPPOsecWriteoffs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsPPOsecWriteoffs.UseVisualStyleBackColor = true;
			// 
			// checkFamPhiAccess
			// 
			this.checkFamPhiAccess.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkFamPhiAccess.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkFamPhiAccess.Location = new System.Drawing.Point(27, 167);
			this.checkFamPhiAccess.Name = "checkFamPhiAccess";
			this.checkFamPhiAccess.Size = new System.Drawing.Size(413, 17);
			this.checkFamPhiAccess.TabIndex = 206;
			this.checkFamPhiAccess.Text = "Allow Guarantor access to family health information in patient portal";
			this.checkFamPhiAccess.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkInsDefaultAssignmentOfBenefits
			// 
			this.checkInsDefaultAssignmentOfBenefits.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsDefaultAssignmentOfBenefits.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkInsDefaultAssignmentOfBenefits.Location = new System.Drawing.Point(27, 109);
			this.checkInsDefaultAssignmentOfBenefits.Name = "checkInsDefaultAssignmentOfBenefits";
			this.checkInsDefaultAssignmentOfBenefits.Size = new System.Drawing.Size(413, 17);
			this.checkInsDefaultAssignmentOfBenefits.TabIndex = 204;
			this.checkInsDefaultAssignmentOfBenefits.Text = "Insurance plans default to assignment of benefits.";
			this.checkInsDefaultAssignmentOfBenefits.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkInsDefaultAssignmentOfBenefits.Click += new System.EventHandler(this.checkInsDefaultAssignmentOfBenefits_Click);
			// 
			// checkTextMsgOkStatusTreatAsNo
			// 
			this.checkTextMsgOkStatusTreatAsNo.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTextMsgOkStatusTreatAsNo.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTextMsgOkStatusTreatAsNo.Location = new System.Drawing.Point(27, 151);
			this.checkTextMsgOkStatusTreatAsNo.Name = "checkTextMsgOkStatusTreatAsNo";
			this.checkTextMsgOkStatusTreatAsNo.Size = new System.Drawing.Size(413, 17);
			this.checkTextMsgOkStatusTreatAsNo.TabIndex = 203;
			this.checkTextMsgOkStatusTreatAsNo.Text = "Text Msg OK status, treat ?? as No instead of Yes";
			this.checkTextMsgOkStatusTreatAsNo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label15
			// 
			this.label15.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label15.Location = new System.Drawing.Point(61, 132);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(247, 15);
			this.label15.TabIndex = 202;
			this.label15.Text = "Coordination of Benefits (COB) Rule";
			this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboCobRule
			// 
			this.comboCobRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboCobRule.FormattingEnabled = true;
			this.comboCobRule.Location = new System.Drawing.Point(312, 128);
			this.comboCobRule.MaxDropDownItems = 30;
			this.comboCobRule.Name = "comboCobRule";
			this.comboCobRule.Size = new System.Drawing.Size(128, 21);
			this.comboCobRule.TabIndex = 201;
			this.comboCobRule.SelectionChangeCommitted += new System.EventHandler(this.comboCobRule_SelectionChangeCommitted);
			// 
			// tabAccount
			// 
			this.tabAccount.BackColor = System.Drawing.SystemColors.Window;
			this.tabAccount.Controls.Add(this.checkStatementsUseSheets);
			this.tabAccount.Controls.Add(this.checkStoreCCTokens);
			this.tabAccount.Controls.Add(this.checkAccountShowPaymentNums);
			this.tabAccount.Controls.Add(this.checkClaimMedTypeIsInstWhenInsPlanIsMedical);
			this.tabAccount.Controls.Add(this.checkClaimsValidateACN);
			this.tabAccount.Controls.Add(this.comboBillingChargeAdjType);
			this.tabAccount.Controls.Add(this.checkBalancesDontSubtractIns);
			this.tabAccount.Controls.Add(this.label4);
			this.tabAccount.Controls.Add(this.checkAgingMonthly);
			this.tabAccount.Controls.Add(this.checkClaimFormTreatDentSaysSigOnFile);
			this.tabAccount.Controls.Add(this.checkStoreCCnumbers);
			this.tabAccount.Controls.Add(this.comboFinanceChargeAdjType);
			this.tabAccount.Controls.Add(this.textClaimAttachPath);
			this.tabAccount.Controls.Add(this.label12);
			this.tabAccount.Controls.Add(this.label20);
			this.tabAccount.Controls.Add(this.checkEclaimsSeparateTreatProv);
			this.tabAccount.Controls.Add(this.checkShowFamilyCommByDefault);
			this.tabAccount.Controls.Add(this.checkProviderIncomeShows);
			this.tabAccount.Location = new System.Drawing.Point(4, 22);
			this.tabAccount.Name = "tabAccount";
			this.tabAccount.Size = new System.Drawing.Size(466, 479);
			this.tabAccount.TabIndex = 2;
			this.tabAccount.Text = "Account";
			// 
			// checkStatementsUseSheets
			// 
			this.checkStatementsUseSheets.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStatementsUseSheets.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStatementsUseSheets.Location = new System.Drawing.Point(44, 266);
			this.checkStatementsUseSheets.Name = "checkStatementsUseSheets";
			this.checkStatementsUseSheets.Size = new System.Drawing.Size(396, 17);
			this.checkStatementsUseSheets.TabIndex = 204;
			this.checkStatementsUseSheets.Text = "Statements use Sheets";
			this.checkStatementsUseSheets.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkStoreCCTokens
			// 
			this.checkStoreCCTokens.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStoreCCTokens.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStoreCCTokens.Location = new System.Drawing.Point(72, 58);
			this.checkStoreCCTokens.Name = "checkStoreCCTokens";
			this.checkStoreCCTokens.Size = new System.Drawing.Size(368, 17);
			this.checkStoreCCTokens.TabIndex = 203;
			this.checkStoreCCTokens.Text = "Automatically store X-Charge Tokens";
			this.checkStoreCCTokens.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStoreCCTokens.UseVisualStyleBackColor = true;
			// 
			// checkAccountShowPaymentNums
			// 
			this.checkAccountShowPaymentNums.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkAccountShowPaymentNums.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkAccountShowPaymentNums.Location = new System.Drawing.Point(44, 249);
			this.checkAccountShowPaymentNums.Name = "checkAccountShowPaymentNums";
			this.checkAccountShowPaymentNums.Size = new System.Drawing.Size(396, 17);
			this.checkAccountShowPaymentNums.TabIndex = 194;
			this.checkAccountShowPaymentNums.Text = "Show Payment Numbers in Account Module";
			this.checkAccountShowPaymentNums.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkClaimMedTypeIsInstWhenInsPlanIsMedical
			// 
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Location = new System.Drawing.Point(44, 232);
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Name = "checkClaimMedTypeIsInstWhenInsPlanIsMedical";
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Size = new System.Drawing.Size(396, 17);
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TabIndex = 194;
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.Text = "Set medical claims to institutional when using medical insurance.";
			this.checkClaimMedTypeIsInstWhenInsPlanIsMedical.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabTreatPlan
			// 
			this.tabTreatPlan.BackColor = System.Drawing.SystemColors.Window;
			this.tabTreatPlan.Controls.Add(this.checkTreatPlanItemized);
			this.tabTreatPlan.Controls.Add(this.textDiscountPercentage);
			this.tabTreatPlan.Controls.Add(this.labelDiscountPercentage);
			this.tabTreatPlan.Controls.Add(this.comboProcDiscountType);
			this.tabTreatPlan.Controls.Add(this.label19);
			this.tabTreatPlan.Controls.Add(this.label1);
			this.tabTreatPlan.Controls.Add(this.textTreatNote);
			this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowCompleted);
			this.tabTreatPlan.Controls.Add(this.checkTreatPlanShowGraphics);
			this.tabTreatPlan.Location = new System.Drawing.Point(4, 22);
			this.tabTreatPlan.Name = "tabTreatPlan";
			this.tabTreatPlan.Size = new System.Drawing.Size(466, 479);
			this.tabTreatPlan.TabIndex = 3;
			this.tabTreatPlan.Text = "Treat\' Plan";
			// 
			// checkTreatPlanItemized
			// 
			this.checkTreatPlanItemized.AutoSize = true;
			this.checkTreatPlanItemized.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTreatPlanItemized.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTreatPlanItemized.Location = new System.Drawing.Point(300, 152);
			this.checkTreatPlanItemized.Name = "checkTreatPlanItemized";
			this.checkTreatPlanItemized.Size = new System.Drawing.Size(140, 18);
			this.checkTreatPlanItemized.TabIndex = 212;
			this.checkTreatPlanItemized.Text = "Itemize Treatment Plan";
			this.checkTreatPlanItemized.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTreatPlanItemized.UseVisualStyleBackColor = true;
			this.checkTreatPlanItemized.Click += new System.EventHandler(this.checkTreatPlanItemized_Click);
			// 
			// textDiscountPercentage
			// 
			this.textDiscountPercentage.Location = new System.Drawing.Point(387, 129);
			this.textDiscountPercentage.Name = "textDiscountPercentage";
			this.textDiscountPercentage.Size = new System.Drawing.Size(53, 20);
			this.textDiscountPercentage.TabIndex = 211;
			// 
			// labelDiscountPercentage
			// 
			this.labelDiscountPercentage.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.labelDiscountPercentage.Location = new System.Drawing.Point(135, 132);
			this.labelDiscountPercentage.Name = "labelDiscountPercentage";
			this.labelDiscountPercentage.Size = new System.Drawing.Size(246, 16);
			this.labelDiscountPercentage.TabIndex = 210;
			this.labelDiscountPercentage.Text = "Procedure discount percentage";
			this.labelDiscountPercentage.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboProcDiscountType
			// 
			this.comboProcDiscountType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProcDiscountType.FormattingEnabled = true;
			this.comboProcDiscountType.Location = new System.Drawing.Point(277, 102);
			this.comboProcDiscountType.MaxDropDownItems = 30;
			this.comboProcDiscountType.Name = "comboProcDiscountType";
			this.comboProcDiscountType.Size = new System.Drawing.Size(163, 21);
			this.comboProcDiscountType.TabIndex = 201;
			// 
			// label19
			// 
			this.label19.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label19.Location = new System.Drawing.Point(55, 105);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(221, 15);
			this.label19.TabIndex = 200;
			this.label19.Text = "Procedure discount adj type";
			this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tabChart
			// 
			this.tabChart.BackColor = System.Drawing.SystemColors.Window;
			this.tabChart.Controls.Add(this.checkChartNonPatientWarn);
			this.tabChart.Controls.Add(this.checkProcLockingIsAllowed);
			this.tabChart.Controls.Add(this.textICD9DefaultForNewProcs);
			this.tabChart.Controls.Add(this.checkMedicalFeeUsedForNewProcs);
			this.tabChart.Controls.Add(this.checkProcGroupNoteDoesAggregate);
			this.tabChart.Controls.Add(this.butAllergiesIndicateNone);
			this.tabChart.Controls.Add(this.textAllergiesIndicateNone);
			this.tabChart.Controls.Add(this.label17);
			this.tabChart.Controls.Add(this.label14);
			this.tabChart.Controls.Add(this.butMedicationsIndicateNone);
			this.tabChart.Controls.Add(this.textMedicationsIndicateNone);
			this.tabChart.Controls.Add(this.label9);
			this.tabChart.Controls.Add(this.butProblemsIndicateNone);
			this.tabChart.Controls.Add(this.textProblemsIndicateNone);
			this.tabChart.Controls.Add(this.label8);
			this.tabChart.Controls.Add(this.checkAutoClearEntryStatus);
			this.tabChart.Controls.Add(this.checkChartQuickAddHideAmalgam);
			this.tabChart.Controls.Add(this.comboToothNomenclature);
			this.tabChart.Controls.Add(this.label11);
			this.tabChart.Controls.Add(this.checkAllowSettingProcsComplete);
			this.tabChart.Location = new System.Drawing.Point(4, 22);
			this.tabChart.Name = "tabChart";
			this.tabChart.Size = new System.Drawing.Size(466, 479);
			this.tabChart.TabIndex = 4;
			this.tabChart.Text = "Chart";
			// 
			// checkChartNonPatientWarn
			// 
			this.checkChartNonPatientWarn.AutoSize = true;
			this.checkChartNonPatientWarn.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkChartNonPatientWarn.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkChartNonPatientWarn.Location = new System.Drawing.Point(309, 259);
			this.checkChartNonPatientWarn.Name = "checkChartNonPatientWarn";
			this.checkChartNonPatientWarn.Size = new System.Drawing.Size(131, 18);
			this.checkChartNonPatientWarn.TabIndex = 211;
			this.checkChartNonPatientWarn.Text = "Non Patient Warning";
			this.checkChartNonPatientWarn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkChartNonPatientWarn.UseVisualStyleBackColor = true;
			this.checkChartNonPatientWarn.Click += new System.EventHandler(this.checkChartNonPatientWarn_Click);
			// 
			// checkProcLockingIsAllowed
			// 
			this.checkProcLockingIsAllowed.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkProcLockingIsAllowed.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkProcLockingIsAllowed.Location = new System.Drawing.Point(59, 244);
			this.checkProcLockingIsAllowed.Name = "checkProcLockingIsAllowed";
			this.checkProcLockingIsAllowed.Size = new System.Drawing.Size(381, 15);
			this.checkProcLockingIsAllowed.TabIndex = 210;
			this.checkProcLockingIsAllowed.Text = "Procedure locking is allowed";
			this.checkProcLockingIsAllowed.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkProcLockingIsAllowed.UseVisualStyleBackColor = true;
			this.checkProcLockingIsAllowed.Click += new System.EventHandler(this.checkProcLockingIsAllowed_Click);
			// 
			// textICD9DefaultForNewProcs
			// 
			this.textICD9DefaultForNewProcs.Location = new System.Drawing.Point(358, 219);
			this.textICD9DefaultForNewProcs.Name = "textICD9DefaultForNewProcs";
			this.textICD9DefaultForNewProcs.Size = new System.Drawing.Size(83, 20);
			this.textICD9DefaultForNewProcs.TabIndex = 209;
			// 
			// checkMedicalFeeUsedForNewProcs
			// 
			this.checkMedicalFeeUsedForNewProcs.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkMedicalFeeUsedForNewProcs.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkMedicalFeeUsedForNewProcs.Location = new System.Drawing.Point(60, 199);
			this.checkMedicalFeeUsedForNewProcs.Name = "checkMedicalFeeUsedForNewProcs";
			this.checkMedicalFeeUsedForNewProcs.Size = new System.Drawing.Size(381, 15);
			this.checkMedicalFeeUsedForNewProcs.TabIndex = 208;
			this.checkMedicalFeeUsedForNewProcs.Text = "Use medical fee for new procedures";
			this.checkMedicalFeeUsedForNewProcs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkMedicalFeeUsedForNewProcs.UseVisualStyleBackColor = true;
			// 
			// checkProcGroupNoteDoesAggregate
			// 
			this.checkProcGroupNoteDoesAggregate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkProcGroupNoteDoesAggregate.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkProcGroupNoteDoesAggregate.Location = new System.Drawing.Point(60, 182);
			this.checkProcGroupNoteDoesAggregate.Name = "checkProcGroupNoteDoesAggregate";
			this.checkProcGroupNoteDoesAggregate.Size = new System.Drawing.Size(381, 15);
			this.checkProcGroupNoteDoesAggregate.TabIndex = 206;
			this.checkProcGroupNoteDoesAggregate.Text = "Procedure Group Note Does Aggregate";
			this.checkProcGroupNoteDoesAggregate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkProcGroupNoteDoesAggregate.UseVisualStyleBackColor = true;
			// 
			// butAllergiesIndicateNone
			// 
			this.butAllergiesIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butAllergiesIndicateNone.Autosize = true;
			this.butAllergiesIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAllergiesIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAllergiesIndicateNone.CornerRadius = 4F;
			this.butAllergiesIndicateNone.Location = new System.Drawing.Point(419, 155);
			this.butAllergiesIndicateNone.Name = "butAllergiesIndicateNone";
			this.butAllergiesIndicateNone.Size = new System.Drawing.Size(22, 21);
			this.butAllergiesIndicateNone.TabIndex = 205;
			this.butAllergiesIndicateNone.Text = "...";
			this.butAllergiesIndicateNone.Click += new System.EventHandler(this.butAllergiesIndicateNone_Click);
			// 
			// textAllergiesIndicateNone
			// 
			this.textAllergiesIndicateNone.Location = new System.Drawing.Point(270, 156);
			this.textAllergiesIndicateNone.Name = "textAllergiesIndicateNone";
			this.textAllergiesIndicateNone.ReadOnly = true;
			this.textAllergiesIndicateNone.Size = new System.Drawing.Size(145, 20);
			this.textAllergiesIndicateNone.TabIndex = 204;
			// 
			// label17
			// 
			this.label17.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label17.Location = new System.Drawing.Point(106, 222);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(246, 16);
			this.label17.TabIndex = 203;
			this.label17.Text = "Default ICD9 code for new procedures";
			this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label14
			// 
			this.label14.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label14.Location = new System.Drawing.Point(19, 159);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(246, 16);
			this.label14.TabIndex = 203;
			this.label14.Text = "Indicator that patient has No Allergies";
			this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butMedicationsIndicateNone
			// 
			this.butMedicationsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butMedicationsIndicateNone.Autosize = true;
			this.butMedicationsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butMedicationsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butMedicationsIndicateNone.CornerRadius = 4F;
			this.butMedicationsIndicateNone.Location = new System.Drawing.Point(419, 132);
			this.butMedicationsIndicateNone.Name = "butMedicationsIndicateNone";
			this.butMedicationsIndicateNone.Size = new System.Drawing.Size(22, 21);
			this.butMedicationsIndicateNone.TabIndex = 202;
			this.butMedicationsIndicateNone.Text = "...";
			this.butMedicationsIndicateNone.Click += new System.EventHandler(this.butMedicationsIndicateNone_Click);
			// 
			// textMedicationsIndicateNone
			// 
			this.textMedicationsIndicateNone.Location = new System.Drawing.Point(270, 133);
			this.textMedicationsIndicateNone.Name = "textMedicationsIndicateNone";
			this.textMedicationsIndicateNone.ReadOnly = true;
			this.textMedicationsIndicateNone.Size = new System.Drawing.Size(145, 20);
			this.textMedicationsIndicateNone.TabIndex = 201;
			// 
			// label9
			// 
			this.label9.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label9.Location = new System.Drawing.Point(19, 136);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(246, 16);
			this.label9.TabIndex = 200;
			this.label9.Text = "Indicator that patient has No Medications";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butProblemsIndicateNone
			// 
			this.butProblemsIndicateNone.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butProblemsIndicateNone.Autosize = true;
			this.butProblemsIndicateNone.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butProblemsIndicateNone.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butProblemsIndicateNone.CornerRadius = 4F;
			this.butProblemsIndicateNone.Location = new System.Drawing.Point(419, 109);
			this.butProblemsIndicateNone.Name = "butProblemsIndicateNone";
			this.butProblemsIndicateNone.Size = new System.Drawing.Size(22, 21);
			this.butProblemsIndicateNone.TabIndex = 199;
			this.butProblemsIndicateNone.Text = "...";
			this.butProblemsIndicateNone.Click += new System.EventHandler(this.butProblemsIndicateNone_Click);
			// 
			// textProblemsIndicateNone
			// 
			this.textProblemsIndicateNone.Location = new System.Drawing.Point(270, 110);
			this.textProblemsIndicateNone.Name = "textProblemsIndicateNone";
			this.textProblemsIndicateNone.ReadOnly = true;
			this.textProblemsIndicateNone.Size = new System.Drawing.Size(145, 20);
			this.textProblemsIndicateNone.TabIndex = 198;
			// 
			// label8
			// 
			this.label8.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label8.Location = new System.Drawing.Point(19, 113);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(246, 16);
			this.label8.TabIndex = 197;
			this.label8.Text = "Indicator that patient has No Problems";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tabImages
			// 
			this.tabImages.BackColor = System.Drawing.SystemColors.Window;
			this.tabImages.Controls.Add(this.checkImagesModuleTreeIsCollapsed);
			this.tabImages.Location = new System.Drawing.Point(4, 22);
			this.tabImages.Name = "tabImages";
			this.tabImages.Size = new System.Drawing.Size(466, 479);
			this.tabImages.TabIndex = 5;
			this.tabImages.Text = "Images";
			// 
			// tabManage
			// 
			this.tabManage.BackColor = System.Drawing.SystemColors.Window;
			this.tabManage.Controls.Add(this.checkTimeCardADP);
			this.tabManage.Controls.Add(this.groupBox1);
			this.tabManage.Controls.Add(this.comboTimeCardOvertimeFirstDayOfWeek);
			this.tabManage.Controls.Add(this.label16);
			this.tabManage.Controls.Add(this.checkRxSendNewToQueue);
			this.tabManage.Location = new System.Drawing.Point(4, 22);
			this.tabManage.Name = "tabManage";
			this.tabManage.Size = new System.Drawing.Size(466, 479);
			this.tabManage.TabIndex = 6;
			this.tabManage.Text = "Manage";
			// 
			// checkTimeCardADP
			// 
			this.checkTimeCardADP.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkTimeCardADP.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkTimeCardADP.Location = new System.Drawing.Point(82, 57);
			this.checkTimeCardADP.Name = "checkTimeCardADP";
			this.checkTimeCardADP.Size = new System.Drawing.Size(359, 17);
			this.checkTimeCardADP.TabIndex = 198;
			this.checkTimeCardADP.Text = "ADP export includes employee name";
			this.checkTimeCardADP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.checkStatementShowAdjNotes);
			this.groupBox1.Controls.Add(this.checkIntermingleDefault);
			this.groupBox1.Controls.Add(this.checkStatementShowReturnAddress);
			this.groupBox1.Controls.Add(this.checkStatementShowProcBreakdown);
			this.groupBox1.Controls.Add(this.checkShowCC);
			this.groupBox1.Controls.Add(this.checkStatementShowNotes);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.comboUseChartNum);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Controls.Add(this.label18);
			this.groupBox1.Controls.Add(this.textStatementsCalcDueDate);
			this.groupBox1.Controls.Add(this.textPayPlansBillInAdvanceDays);
			this.groupBox1.Location = new System.Drawing.Point(38, 76);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(413, 216);
			this.groupBox1.TabIndex = 197;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Billing and Statements";
			// 
			// checkStatementShowAdjNotes
			// 
			this.checkStatementShowAdjNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStatementShowAdjNotes.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStatementShowAdjNotes.Location = new System.Drawing.Point(34, 62);
			this.checkStatementShowAdjNotes.Name = "checkStatementShowAdjNotes";
			this.checkStatementShowAdjNotes.Size = new System.Drawing.Size(368, 17);
			this.checkStatementShowAdjNotes.TabIndex = 215;
			this.checkStatementShowAdjNotes.Text = "Show notes for adjustments";
			this.checkStatementShowAdjNotes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIntermingleDefault
			// 
			this.checkIntermingleDefault.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIntermingleDefault.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIntermingleDefault.Location = new System.Drawing.Point(25, 189);
			this.checkIntermingleDefault.Name = "checkIntermingleDefault";
			this.checkIntermingleDefault.Size = new System.Drawing.Size(377, 16);
			this.checkIntermingleDefault.TabIndex = 214;
			this.checkIntermingleDefault.Text = "Default to all types of statements printing in intermingled mode";
			this.checkIntermingleDefault.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkStatementShowReturnAddress
			// 
			this.checkStatementShowReturnAddress.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStatementShowReturnAddress.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStatementShowReturnAddress.Location = new System.Drawing.Point(125, 11);
			this.checkStatementShowReturnAddress.Name = "checkStatementShowReturnAddress";
			this.checkStatementShowReturnAddress.Size = new System.Drawing.Size(277, 17);
			this.checkStatementShowReturnAddress.TabIndex = 206;
			this.checkStatementShowReturnAddress.Text = "Show return address";
			this.checkStatementShowReturnAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkStatementShowProcBreakdown
			// 
			this.checkStatementShowProcBreakdown.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStatementShowProcBreakdown.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStatementShowProcBreakdown.Location = new System.Drawing.Point(34, 79);
			this.checkStatementShowProcBreakdown.Name = "checkStatementShowProcBreakdown";
			this.checkStatementShowProcBreakdown.Size = new System.Drawing.Size(368, 17);
			this.checkStatementShowProcBreakdown.TabIndex = 212;
			this.checkStatementShowProcBreakdown.Text = "Show procedure breakdown";
			this.checkStatementShowProcBreakdown.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkShowCC
			// 
			this.checkShowCC.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkShowCC.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowCC.Location = new System.Drawing.Point(34, 28);
			this.checkShowCC.Name = "checkShowCC";
			this.checkShowCC.Size = new System.Drawing.Size(368, 17);
			this.checkShowCC.TabIndex = 203;
			this.checkShowCC.Text = "Show credit card info";
			this.checkShowCC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkStatementShowNotes
			// 
			this.checkStatementShowNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkStatementShowNotes.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkStatementShowNotes.Location = new System.Drawing.Point(34, 45);
			this.checkStatementShowNotes.Name = "checkStatementShowNotes";
			this.checkStatementShowNotes.Size = new System.Drawing.Size(368, 17);
			this.checkStatementShowNotes.TabIndex = 211;
			this.checkStatementShowNotes.Text = "Show notes for payments";
			this.checkStatementShowNotes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label2.Location = new System.Drawing.Point(22, 126);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(318, 27);
			this.label2.TabIndex = 204;
			this.label2.Text = "Days to calculate due date.  Usually 10 or 15.  Leave blank to show \"Due on Recei" +
    "pt\"";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboUseChartNum
			// 
			this.comboUseChartNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboUseChartNum.FormattingEnabled = true;
			this.comboUseChartNum.Location = new System.Drawing.Point(273, 99);
			this.comboUseChartNum.Name = "comboUseChartNum";
			this.comboUseChartNum.Size = new System.Drawing.Size(130, 21);
			this.comboUseChartNum.TabIndex = 207;
			// 
			// label10
			// 
			this.label10.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label10.Location = new System.Drawing.Point(76, 102);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(195, 15);
			this.label10.TabIndex = 208;
			this.label10.Text = "Account Numbers use";
			this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label18
			// 
			this.label18.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label18.Location = new System.Drawing.Point(23, 158);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(318, 27);
			this.label18.TabIndex = 209;
			this.label18.Text = "Days in advance to bill payment plan amounts due.\r\nUsually 10 or 15.";
			this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textStatementsCalcDueDate
			// 
			this.textStatementsCalcDueDate.Location = new System.Drawing.Point(343, 130);
			this.textStatementsCalcDueDate.MaxVal = 255;
			this.textStatementsCalcDueDate.MinVal = 0;
			this.textStatementsCalcDueDate.Name = "textStatementsCalcDueDate";
			this.textStatementsCalcDueDate.Size = new System.Drawing.Size(60, 20);
			this.textStatementsCalcDueDate.TabIndex = 205;
			this.textStatementsCalcDueDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textPayPlansBillInAdvanceDays
			// 
			this.textPayPlansBillInAdvanceDays.Location = new System.Drawing.Point(343, 162);
			this.textPayPlansBillInAdvanceDays.MaxVal = 255;
			this.textPayPlansBillInAdvanceDays.MinVal = 0;
			this.textPayPlansBillInAdvanceDays.Name = "textPayPlansBillInAdvanceDays";
			this.textPayPlansBillInAdvanceDays.Size = new System.Drawing.Size(60, 20);
			this.textPayPlansBillInAdvanceDays.TabIndex = 210;
			this.textPayPlansBillInAdvanceDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// comboTimeCardOvertimeFirstDayOfWeek
			// 
			this.comboTimeCardOvertimeFirstDayOfWeek.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboTimeCardOvertimeFirstDayOfWeek.FormattingEnabled = true;
			this.comboTimeCardOvertimeFirstDayOfWeek.Location = new System.Drawing.Point(270, 30);
			this.comboTimeCardOvertimeFirstDayOfWeek.Name = "comboTimeCardOvertimeFirstDayOfWeek";
			this.comboTimeCardOvertimeFirstDayOfWeek.Size = new System.Drawing.Size(170, 21);
			this.comboTimeCardOvertimeFirstDayOfWeek.TabIndex = 195;
			// 
			// label16
			// 
			this.label16.BackColor = System.Drawing.SystemColors.Window;
			this.label16.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.label16.Location = new System.Drawing.Point(17, 34);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(248, 13);
			this.label16.TabIndex = 196;
			this.label16.Text = "Time Card first day of week for overtime";
			this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(441, 533);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 8;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(336, 533);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 24);
			this.butOK.TabIndex = 7;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// FormModuleSetup
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(543, 570);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormModuleSetup";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Module Preferences";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormModuleSetup_FormClosing);
			this.Load += new System.EventHandler(this.FormModuleSetup_Load);
			this.tabControl1.ResumeLayout(false);
			this.tabAppts.ResumeLayout(false);
			this.tabAppts.PerformLayout();
			this.tabFamily.ResumeLayout(false);
			this.tabAccount.ResumeLayout(false);
			this.tabAccount.PerformLayout();
			this.tabTreatPlan.ResumeLayout(false);
			this.tabTreatPlan.PerformLayout();
			this.tabChart.ResumeLayout(false);
			this.tabChart.PerformLayout();
			this.tabImages.ResumeLayout(false);
			this.tabManage.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);

		}
Example #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPhoneEmpDefaultEdit));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.listRingGroup = new System.Windows.Forms.ListBox();
     this.butDelete = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.checkNoGraph = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.Label();
     this.checkNoColor = new System.Windows.Forms.CheckBox();
     this.textEmpName = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.textNotes = new System.Windows.Forms.TextBox();
     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.textEmployeeNum = new OpenDental.ValidNum();
     this.textPhoneExt = new OpenDental.ValidNum();
     this.listStatusOverride = new System.Windows.Forms.ListBox();
     this.label17 = 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 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 = 19;
     //
     // 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, 464);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(84, 24);
     this.butDelete.TabIndex = 16;
     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(539, 464);
     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);
     //
     // 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(632, 464);
     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);
     //
     // checkNoGraph
     //
     this.checkNoGraph.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoGraph.Location = new System.Drawing.Point(3, 87);
     this.checkNoGraph.Name = "checkNoGraph";
     this.checkNoGraph.Size = new System.Drawing.Size(155, 20);
     this.checkNoGraph.TabIndex = 20;
     this.checkNoGraph.Text = "No Graph";
     this.checkNoGraph.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoGraph.UseVisualStyleBackColor = true;
     //
     // 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;
     //
     // checkNoColor
     //
     this.checkNoColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoColor.Location = new System.Drawing.Point(3, 113);
     this.checkNoColor.Name = "checkNoColor";
     this.checkNoColor.Size = new System.Drawing.Size(155, 20);
     this.checkNoColor.TabIndex = 25;
     this.checkNoColor.Text = "No Color";
     this.checkNoColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoColor.UseVisualStyleBackColor = true;
     //
     // 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 = 27;
     //
     // 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 = 30;
     //
     // 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 = 32;
     //
     // 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.Location = new System.Drawing.Point(4, 398);
     this.checkIsPrivateScreen.Name = "checkIsPrivateScreen";
     this.checkIsPrivateScreen.Size = new System.Drawing.Size(155, 20);
     this.checkIsPrivateScreen.TabIndex = 33;
     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(366, 20);
     this.label8.TabIndex = 35;
     this.label8.Text = "Do not show this employee on the employee time graph";
     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 = "Do not 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(207, 193);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(498, 37);
     this.label11.TabIndex = 38;
     this.label11.Text = "The current phone extension for this employee.  Can change from day to day.  If t" +
     "his employee is not working today, and you need to use their regular extension, " +
     " set this value to 400+";
     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(362, 355);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(350, 46);
     this.label15.TabIndex = 42;
     this.label15.Text = "If your computer IP matches your phone extension, do not set this value.  This is" +
     " mostly used by remote users.  Not usually needed for floaters because your IP w" +
     "ill match your extension.";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(162, 398);
     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.";
     //
     // 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 = 44;
     //
     // 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 = 45;
     //
     // 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 = 47;
     //
     // 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;
     //
     // FormPhoneEmpDefaultEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(724, 501);
     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.checkNoColor);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.checkNoGraph);
     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();
 }
Example #26
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallTypeEdit));
            this.label1           = new System.Windows.Forms.Label();
            this.textDescription  = new System.Windows.Forms.TextBox();
            this.groupInterval    = 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.label9           = new System.Windows.Forms.Label();
            this.textYears        = new OpenDental.ValidNum();
            this.label10          = new System.Windows.Forms.Label();
            this.textPattern      = new System.Windows.Forms.TextBox();
            this.label12          = new System.Windows.Forms.Label();
            this.label14          = new System.Windows.Forms.Label();
            this.label15          = new System.Windows.Forms.Label();
            this.listProcs        = new System.Windows.Forms.ListBox();
            this.groupBox2        = new System.Windows.Forms.GroupBox();
            this.butRemoveProc    = new OpenDental.UI.Button();
            this.butAddProc       = new OpenDental.UI.Button();
            this.listTriggers     = new System.Windows.Forms.ListBox();
            this.labelTriggers    = new System.Windows.Forms.Label();
            this.label3           = new System.Windows.Forms.Label();
            this.comboSpecial     = new System.Windows.Forms.ComboBox();
            this.labelSpecial     = new System.Windows.Forms.Label();
            this.butRemoveTrigger = new OpenDental.UI.Button();
            this.butAddTrigger    = new OpenDental.UI.Button();
            this.butOK            = new OpenDental.UI.Button();
            this.butCancel        = new OpenDental.UI.Button();
            this.label2           = new System.Windows.Forms.Label();
            this.butDelete        = new OpenDental.UI.Button();
            this.label4           = new System.Windows.Forms.Label();
            this.groupInterval.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
//
// label1
//
            this.label1.Location  = new System.Drawing.Point(9, 21);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(148, 17);
            this.label1.TabIndex  = 2;
            this.label1.Text      = "Description";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textDescription
//
            this.textDescription.Location = new System.Drawing.Point(160, 20);
            this.textDescription.Name     = "textDescription";
            this.textDescription.Size     = new System.Drawing.Size(291, 20);
            this.textDescription.TabIndex = 0;
//
// groupInterval
//
            this.groupInterval.Controls.Add(this.textWeeks);
            this.groupInterval.Controls.Add(this.label7);
            this.groupInterval.Controls.Add(this.textDays);
            this.groupInterval.Controls.Add(this.label6);
            this.groupInterval.Controls.Add(this.textMonths);
            this.groupInterval.Controls.Add(this.label9);
            this.groupInterval.Controls.Add(this.textYears);
            this.groupInterval.Controls.Add(this.label10);
            this.groupInterval.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.groupInterval.Location  = new System.Drawing.Point(55, 282);
            this.groupInterval.Name      = "groupInterval";
            this.groupInterval.Size      = new System.Drawing.Size(170, 115);
            this.groupInterval.TabIndex  = 116;
            this.groupInterval.TabStop   = false;
            this.groupInterval.Text      = "Default Interval";
//
// textWeeks
//
            this.textWeeks.Location = new System.Drawing.Point(105, 64);
            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, 64);
            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, 86);
            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, 86);
            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, 41);
            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;
//
// label9
//
            this.label9.Location  = new System.Drawing.Point(11, 41);
            this.label9.Name      = "label9";
            this.label9.Size      = new System.Drawing.Size(92, 19);
            this.label9.TabIndex  = 7;
            this.label9.Text      = "Months";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textYears
//
            this.textYears.Location = new System.Drawing.Point(105, 18);
            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;
//
// label10
//
            this.label10.Location  = new System.Drawing.Point(11, 18);
            this.label10.Name      = "label10";
            this.label10.Size      = new System.Drawing.Size(92, 19);
            this.label10.TabIndex  = 5;
            this.label10.Text      = "Years";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textPattern
//
            this.textPattern.Location = new System.Drawing.Point(105, 19);
            this.textPattern.Name     = "textPattern";
            this.textPattern.Size     = new System.Drawing.Size(170, 20);
            this.textPattern.TabIndex = 117;
//
// label12
//
            this.label12.Location = new System.Drawing.Point(283, 21);
            this.label12.Name     = "label12";
            this.label12.Size     = new System.Drawing.Size(117, 19);
            this.label12.TabIndex = 121;
            this.label12.Text     = "(only /\'s and X\'s)";
//
// label14
//
            this.label14.Location  = new System.Drawing.Point(1, 23);
            this.label14.Name      = "label14";
            this.label14.Size      = new System.Drawing.Size(100, 16);
            this.label14.TabIndex  = 119;
            this.label14.Text      = "Time Pattern";
            this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label15
//
            this.label15.Location  = new System.Drawing.Point(1, 45);
            this.label15.Name      = "label15";
            this.label15.Size      = new System.Drawing.Size(98, 33);
            this.label15.TabIndex  = 120;
            this.label15.Text      = "Procedures on Appointment";
            this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// listProcs
//
            this.listProcs.FormattingEnabled = true;
            this.listProcs.Location          = new System.Drawing.Point(105, 45);
            this.listProcs.Name     = "listProcs";
            this.listProcs.Size     = new System.Drawing.Size(220, 108);
            this.listProcs.TabIndex = 122;
//
// groupBox2
//
            this.groupBox2.Controls.Add(this.butRemoveProc);
            this.groupBox2.Controls.Add(this.butAddProc);
            this.groupBox2.Controls.Add(this.textPattern);
            this.groupBox2.Controls.Add(this.listProcs);
            this.groupBox2.Controls.Add(this.label15);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Location = new System.Drawing.Point(55, 408);
            this.groupBox2.Name     = "groupBox2";
            this.groupBox2.Size     = new System.Drawing.Size(418, 160);
            this.groupBox2.TabIndex = 123;
            this.groupBox2.TabStop  = false;
            this.groupBox2.Text     = "When automatically creating appointments";
//
// butRemoveProc
//
            this.butRemoveProc.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butRemoveProc.Autosize            = true;
            this.butRemoveProc.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butRemoveProc.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
            this.butRemoveProc.CornerRadius        = 4F;
            this.butRemoveProc.Image      = global::OpenDental.Properties.Resources.deleteX;
            this.butRemoveProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.butRemoveProc.Location   = new System.Drawing.Point(331, 129);
            this.butRemoveProc.Name       = "butRemoveProc";
            this.butRemoveProc.Size       = new System.Drawing.Size(78, 24);
            this.butRemoveProc.TabIndex   = 124;
            this.butRemoveProc.Text       = "Remove";
            this.butRemoveProc.Click     += new System.EventHandler(this.butRemoveProc_Click);
//
// butAddProc
//
            this.butAddProc.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butAddProc.Autosize            = true;
            this.butAddProc.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butAddProc.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
            this.butAddProc.CornerRadius        = 4F;
            this.butAddProc.Image      = global::OpenDental.Properties.Resources.Add;
            this.butAddProc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.butAddProc.Location   = new System.Drawing.Point(331, 99);
            this.butAddProc.Name       = "butAddProc";
            this.butAddProc.Size       = new System.Drawing.Size(78, 24);
            this.butAddProc.TabIndex   = 123;
            this.butAddProc.Text       = "Add";
            this.butAddProc.Click     += new System.EventHandler(this.butAddProc_Click);
//
// listTriggers
//
            this.listTriggers.FormattingEnabled = true;
            this.listTriggers.Location          = new System.Drawing.Point(160, 90);
            this.listTriggers.Name     = "listTriggers";
            this.listTriggers.Size     = new System.Drawing.Size(220, 186);
            this.listTriggers.TabIndex = 126;
//
// labelTriggers
//
            this.labelTriggers.Location  = new System.Drawing.Point(39, 90);
            this.labelTriggers.Name      = "labelTriggers";
            this.labelTriggers.Size      = new System.Drawing.Size(115, 41);
            this.labelTriggers.TabIndex  = 125;
            this.labelTriggers.Text      = "Procedures that trigger this recall type";
            this.labelTriggers.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label3
//
            this.label3.Location  = new System.Drawing.Point(6, 56);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(148, 17);
            this.label3.TabIndex  = 129;
            this.label3.Text      = "Special Type";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// comboSpecial
//
            this.comboSpecial.FormattingEnabled = true;
            this.comboSpecial.Location          = new System.Drawing.Point(160, 52);
            this.comboSpecial.Name     = "comboSpecial";
            this.comboSpecial.Size     = new System.Drawing.Size(220, 21);
            this.comboSpecial.TabIndex = 130;
            this.comboSpecial.SelectionChangeCommitted += new System.EventHandler(this.comboSpecial_SelectionChangeCommitted);
//
// labelSpecial
//
            this.labelSpecial.Location = new System.Drawing.Point(386, 53);
            this.labelSpecial.Name     = "labelSpecial";
            this.labelSpecial.Size     = new System.Drawing.Size(320, 97);
            this.labelSpecial.TabIndex = 131;
            this.labelSpecial.Text     = "labelSpecial";
//
// butRemoveTrigger
//
            this.butRemoveTrigger.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butRemoveTrigger.Autosize            = true;
            this.butRemoveTrigger.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butRemoveTrigger.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
            this.butRemoveTrigger.CornerRadius        = 4F;
            this.butRemoveTrigger.Image      = global::OpenDental.Properties.Resources.deleteX;
            this.butRemoveTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.butRemoveTrigger.Location   = new System.Drawing.Point(386, 252);
            this.butRemoveTrigger.Name       = "butRemoveTrigger";
            this.butRemoveTrigger.Size       = new System.Drawing.Size(78, 24);
            this.butRemoveTrigger.TabIndex   = 128;
            this.butRemoveTrigger.Text       = "Remove";
            this.butRemoveTrigger.Click     += new System.EventHandler(this.butRemoveTrigger_Click);
//
// butAddTrigger
//
            this.butAddTrigger.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butAddTrigger.Autosize            = true;
            this.butAddTrigger.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butAddTrigger.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
            this.butAddTrigger.CornerRadius        = 4F;
            this.butAddTrigger.Image      = global::OpenDental.Properties.Resources.Add;
            this.butAddTrigger.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.butAddTrigger.Location   = new System.Drawing.Point(386, 222);
            this.butAddTrigger.Name       = "butAddTrigger";
            this.butAddTrigger.Size       = new System.Drawing.Size(78, 24);
            this.butAddTrigger.TabIndex   = 127;
            this.butAddTrigger.Text       = "Add";
            this.butAddTrigger.Click     += new System.EventHandler(this.butAddTrigger_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(540, 609);
            this.butOK.Name         = "butOK";
            this.butOK.Size         = new System.Drawing.Size(75, 24);
            this.butOK.TabIndex     = 9;
            this.butOK.Text         = "&OK";
            this.butOK.Click       += new System.EventHandler(this.butOK_Click);
//
// butCancel
//
            this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.butCancel.Autosize     = true;
            this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
            this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
            this.butCancel.CornerRadius = 4F;
            this.butCancel.Location     = new System.Drawing.Point(631, 609);
            this.butCancel.Name         = "butCancel";
            this.butCancel.Size         = new System.Drawing.Size(75, 24);
            this.butCancel.TabIndex     = 10;
            this.butCancel.Text         = "&Cancel";
            this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
//
// label2
//
            this.label2.Location = new System.Drawing.Point(386, 90);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(263, 60);
            this.label2.TabIndex = 132;
            this.label2.Text     = "A manual recall type will have no triggers.  To disable an automatic recall type," +
                                   " clear out the triggers.";
//
// 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(42, 609);
            this.butDelete.Name       = "butDelete";
            this.butDelete.Size       = new System.Drawing.Size(78, 24);
            this.butDelete.TabIndex   = 133;
            this.butDelete.Text       = "Delete";
            this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
//
// 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(130, 591);
            this.label4.Name     = "label4";
            this.label4.Size     = new System.Drawing.Size(263, 43);
            this.label4.TabIndex = 134;
            this.label4.Text     = "There\'s no way yet to delete a recall type.  This deletes all patient recalls of " +
                                   "this type.";
            this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
//
// FormRecallTypeEdit
//
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(732, 653);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.butDelete);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.labelSpecial);
            this.Controls.Add(this.comboSpecial);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.butRemoveTrigger);
            this.Controls.Add(this.butAddTrigger);
            this.Controls.Add(this.listTriggers);
            this.Controls.Add(this.labelTriggers);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupInterval);
            this.Controls.Add(this.textDescription);
            this.Controls.Add(this.butOK);
            this.Controls.Add(this.butCancel);
            this.Controls.Add(this.label1);
            this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox   = false;
            this.MinimizeBox   = false;
            this.Name          = "FormRecallTypeEdit";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Edit Recall Type";
            this.Load         += new System.EventHandler(this.FormRecallTypeEdit_Load);
            this.groupInterval.ResumeLayout(false);
            this.groupInterval.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDisplayFieldOrthoEdit));
     this.textInternalName = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.textWidthMin     = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.labelLine        = new System.Windows.Forms.Label();
     this.textPickList     = new System.Windows.Forms.TextBox();
     this.butDown          = new OpenDental.UI.Button();
     this.butUp            = new OpenDental.UI.Button();
     this.textWidth        = new OpenDental.ValidNum();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.checkSignature   = new System.Windows.Forms.CheckBox();
     this.textDisplayName  = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // textInternalName
     //
     this.textInternalName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.textInternalName.Location     = new System.Drawing.Point(142, 40);
     this.textInternalName.MaxLength    = 255;
     this.textInternalName.Name         = "textInternalName";
     this.textInternalName.Size         = new System.Drawing.Size(249, 20);
     this.textInternalName.TabIndex     = 5;
     this.textInternalName.TextChanged += new System.EventHandler(this.textInternalName_TextChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 41);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(134, 17);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Internal Name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(6, 93);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(134, 17);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Column Width";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textWidthMin
     //
     this.textWidthMin.Location = new System.Drawing.Point(142, 66);
     this.textWidthMin.Name     = "textWidthMin";
     this.textWidthMin.ReadOnly = true;
     this.textWidthMin.Size     = new System.Drawing.Size(71, 20);
     this.textWidthMin.TabIndex = 9;
     this.textWidthMin.TabStop  = false;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(9, 67);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(131, 17);
     this.label4.TabIndex  = 8;
     this.label4.Text      = "Minimum Width";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(216, 67);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(175, 17);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "(based on text above)";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelLine
     //
     this.labelLine.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelLine.Location   = new System.Drawing.Point(6, 140);
     this.labelLine.Name       = "labelLine";
     this.labelLine.Size       = new System.Drawing.Size(130, 14);
     this.labelLine.TabIndex   = 89;
     this.labelLine.Text       = "One Entry Per Line";
     this.labelLine.TextAlign  = System.Drawing.ContentAlignment.BottomRight;
     //
     // textPickList
     //
     this.textPickList.AcceptsReturn = true;
     this.textPickList.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.textPickList.HideSelection = false;
     this.textPickList.Location      = new System.Drawing.Point(142, 140);
     this.textPickList.Multiline     = true;
     this.textPickList.Name          = "textPickList";
     this.textPickList.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textPickList.Size          = new System.Drawing.Size(249, 250);
     this.textPickList.TabIndex      = 20;
     //
     // butDown
     //
     this.butDown.AdjustImageLocation = new System.Drawing.Point(1, 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.Location = new System.Drawing.Point(445, 164);
     this.butDown.Name     = "butDown";
     this.butDown.Size     = new System.Drawing.Size(25, 24);
     this.butDown.TabIndex = 30;
     this.butDown.Click   += new System.EventHandler(this.butDown_Click);
     //
     // butUp
     //
     this.butUp.AdjustImageLocation = new System.Drawing.Point(1, 0);
     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.Location = new System.Drawing.Point(414, 164);
     this.butUp.Name     = "butUp";
     this.butUp.Size     = new System.Drawing.Size(25, 24);
     this.butUp.TabIndex = 25;
     this.butUp.Click   += new System.EventHandler(this.butUp_Click);
     //
     // textWidth
     //
     this.textWidth.Location = new System.Drawing.Point(142, 92);
     this.textWidth.MaxVal   = 2000;
     this.textWidth.MinVal   = 1;
     this.textWidth.Name     = "textWidth";
     this.textWidth.Size     = new System.Drawing.Size(71, 20);
     this.textWidth.TabIndex = 10;
     //
     // 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(414, 329);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 35;
     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(414, 364);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 40;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // checkSignature
     //
     this.checkSignature.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkSignature.Location        = new System.Drawing.Point(142, 116);
     this.checkSignature.Name            = "checkSignature";
     this.checkSignature.Size            = new System.Drawing.Size(328, 18);
     this.checkSignature.TabIndex        = 91;
     this.checkSignature.TabStop         = false;
     this.checkSignature.Text            = "Check to show a signature box in the Ortho Chart.";
     this.checkSignature.CheckedChanged += new System.EventHandler(this.checkSignature_CheckedChanged);
     //
     // textDisplayName
     //
     this.textDisplayName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.textDisplayName.Location     = new System.Drawing.Point(142, 14);
     this.textDisplayName.MaxLength    = 255;
     this.textDisplayName.Name         = "textDisplayName";
     this.textDisplayName.Size         = new System.Drawing.Size(249, 20);
     this.textDisplayName.TabIndex     = 93;
     this.textDisplayName.TextChanged += new System.EventHandler(this.textDisplayName_TextChanged);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 15);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(134, 17);
     this.label1.TabIndex  = 92;
     this.label1.Text      = "Display Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(393, 15);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(101, 17);
     this.label6.TabIndex  = 94;
     this.label6.Text      = "(optional)";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormDisplayFieldOrthoEdit
     //
     this.ClientSize = new System.Drawing.Size(510, 402);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textDisplayName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkSignature);
     this.Controls.Add(this.butDown);
     this.Controls.Add(this.butUp);
     this.Controls.Add(this.labelLine);
     this.Controls.Add(this.textPickList);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textWidthMin);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textWidth);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textInternalName);
     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          = "FormDisplayFieldOrthoEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Ortho Display Field";
     this.Load         += new System.EventHandler(this.FormDisplayFieldOrthoEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #28
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBenefitEdit));
     this.labelCode             = new System.Windows.Forms.Label();
     this.labelAmount           = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.listCategory          = new System.Windows.Forms.ListBox();
     this.checkPat              = new System.Windows.Forms.CheckBox();
     this.textProcCode          = new System.Windows.Forms.TextBox();
     this.listType              = new System.Windows.Forms.ListBox();
     this.labelType             = new System.Windows.Forms.Label();
     this.labelPercent          = new System.Windows.Forms.Label();
     this.listTimePeriod        = new System.Windows.Forms.ListBox();
     this.label4                = new System.Windows.Forms.Label();
     this.listQuantityQualifier = new System.Windows.Forms.ListBox();
     this.label8                = new System.Windows.Forms.Label();
     this.groupQuantity         = new System.Windows.Forms.GroupBox();
     this.textQuantity          = new OpenDental.ValidNum();
     this.textPercent           = new OpenDental.ValidNum();
     this.textAmount            = new OpenDental.ValidDouble();
     this.butDelete             = new OpenDental.UI.Button();
     this.butCancel             = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.listCoverageLevel = new System.Windows.Forms.ListBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupQuantity.SuspendLayout();
     this.SuspendLayout();
     //
     // labelCode
     //
     this.labelCode.Location  = new System.Drawing.Point(21, 201);
     this.labelCode.Name      = "labelCode";
     this.labelCode.Size      = new System.Drawing.Size(104, 16);
     this.labelCode.TabIndex  = 0;
     this.labelCode.Text      = "or Code";
     this.labelCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelAmount
     //
     this.labelAmount.Location  = new System.Drawing.Point(267, 62);
     this.labelAmount.Name      = "labelAmount";
     this.labelAmount.Size      = new System.Drawing.Size(100, 16);
     this.labelAmount.TabIndex  = 4;
     this.labelAmount.Text      = "Amount";
     this.labelAmount.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(23, 36);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "Category";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listCategory
     //
     this.listCategory.Location = new System.Drawing.Point(126, 36);
     this.listCategory.Name     = "listCategory";
     this.listCategory.Size     = new System.Drawing.Size(100, 160);
     this.listCategory.TabIndex = 5;
     //
     // checkPat
     //
     this.checkPat.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPat.Location  = new System.Drawing.Point(126, 2);
     this.checkPat.Name      = "checkPat";
     this.checkPat.Size      = new System.Drawing.Size(493, 20);
     this.checkPat.TabIndex  = 4;
     this.checkPat.Text      = "Patient Override (Rare. Usually if percentages are different for family members)";
     this.checkPat.UseVisualStyleBackColor = true;
     //
     // textProcCode
     //
     this.textProcCode.Location = new System.Drawing.Point(126, 197);
     this.textProcCode.Name     = "textProcCode";
     this.textProcCode.Size     = new System.Drawing.Size(100, 20);
     this.textProcCode.TabIndex = 6;
     //
     // listType
     //
     this.listType.Location = new System.Drawing.Point(126, 235);
     this.listType.Name     = "listType";
     this.listType.Size     = new System.Drawing.Size(100, 82);
     this.listType.TabIndex = 7;
     this.listType.Click   += new System.EventHandler(this.listType_Click);
     //
     // labelType
     //
     this.labelType.Location  = new System.Drawing.Point(24, 235);
     this.labelType.Name      = "labelType";
     this.labelType.Size      = new System.Drawing.Size(100, 16);
     this.labelType.TabIndex  = 26;
     this.labelType.Text      = "Type";
     this.labelType.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelPercent
     //
     this.labelPercent.Location  = new System.Drawing.Point(263, 40);
     this.labelPercent.Name      = "labelPercent";
     this.labelPercent.Size      = new System.Drawing.Size(104, 16);
     this.labelPercent.TabIndex  = 27;
     this.labelPercent.Text      = "Percent";
     this.labelPercent.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listTimePeriod
     //
     this.listTimePeriod.Location = new System.Drawing.Point(368, 82);
     this.listTimePeriod.Name     = "listTimePeriod";
     this.listTimePeriod.Size     = new System.Drawing.Size(100, 69);
     this.listTimePeriod.TabIndex = 2;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(266, 82);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 30;
     this.label4.Text      = "Time Period";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listQuantityQualifier
     //
     this.listQuantityQualifier.Location = new System.Drawing.Point(67, 41);
     this.listQuantityQualifier.Name     = "listQuantityQualifier";
     this.listQuantityQualifier.Size     = new System.Drawing.Size(100, 82);
     this.listQuantityQualifier.TabIndex = 1;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(1, 43);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 38);
     this.label8.TabIndex  = 34;
     this.label8.Text      = "Qualifier";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupQuantity
     //
     this.groupQuantity.Controls.Add(this.textQuantity);
     this.groupQuantity.Controls.Add(this.listQuantityQualifier);
     this.groupQuantity.Controls.Add(this.label8);
     this.groupQuantity.Location = new System.Drawing.Point(301, 152);
     this.groupQuantity.Name     = "groupQuantity";
     this.groupQuantity.Size     = new System.Drawing.Size(180, 135);
     this.groupQuantity.TabIndex = 3;
     this.groupQuantity.TabStop  = false;
     this.groupQuantity.Text     = "Quantity";
     //
     // textQuantity
     //
     this.textQuantity.Location = new System.Drawing.Point(67, 17);
     this.textQuantity.MaxVal   = 100;
     this.textQuantity.MinVal   = 0;
     this.textQuantity.Name     = "textQuantity";
     this.textQuantity.Size     = new System.Drawing.Size(68, 20);
     this.textQuantity.TabIndex = 0;
     //
     // textPercent
     //
     this.textPercent.Location = new System.Drawing.Point(368, 36);
     this.textPercent.MaxVal   = 100;
     this.textPercent.MinVal   = 0;
     this.textPercent.Name     = "textPercent";
     this.textPercent.Size     = new System.Drawing.Size(68, 20);
     this.textPercent.TabIndex = 0;
     //
     // textAmount
     //
     this.textAmount.Location = new System.Drawing.Point(368, 59);
     this.textAmount.Name     = "textAmount";
     this.textAmount.Size     = new System.Drawing.Size(68, 20);
     this.textAmount.TabIndex = 1;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(12, 378);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex     = 17;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(555, 378);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 9;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(555, 340);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 8;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // listCoverageLevel
     //
     this.listCoverageLevel.Location = new System.Drawing.Point(368, 293);
     this.listCoverageLevel.Name     = "listCoverageLevel";
     this.listCoverageLevel.Size     = new System.Drawing.Size(100, 30);
     this.listCoverageLevel.TabIndex = 31;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(255, 293);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(111, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Coverage Level";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormBenefitEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 416);
     this.Controls.Add(this.listCoverageLevel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupQuantity);
     this.Controls.Add(this.listTimePeriod);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textPercent);
     this.Controls.Add(this.labelPercent);
     this.Controls.Add(this.listType);
     this.Controls.Add(this.labelType);
     this.Controls.Add(this.textProcCode);
     this.Controls.Add(this.checkPat);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.textAmount);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelAmount);
     this.Controls.Add(this.labelCode);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormBenefitEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Benefit";
     this.Load         += new System.EventHandler(this.FormBenefitEdit_Load);
     this.groupQuantity.ResumeLayout(false);
     this.groupQuantity.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLabTurnaroundEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDescription = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textDaysActual = new OpenDental.ValidNum();
			this.label4 = new System.Windows.Forms.Label();
			this.textDaysPublished = new OpenDental.ValidNumber();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(326,143);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(235,143);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDescription
			// 
			this.textDescription.Location = new System.Drawing.Point(164,17);
			this.textDescription.Name = "textDescription";
			this.textDescription.Size = new System.Drawing.Size(241,20);
			this.textDescription.TabIndex = 3;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(3,18);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(160,17);
			this.label1.TabIndex = 4;
			this.label1.Text = "Service Description";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(33,44);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(130,17);
			this.label2.TabIndex = 6;
			this.label2.Text = "Days Published";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(33,70);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(130,17);
			this.label3.TabIndex = 8;
			this.label3.Text = "Actual Days";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDaysActual
			// 
			this.textDaysActual.Location = new System.Drawing.Point(164,69);
			this.textDaysActual.MaxVal = 255;
			this.textDaysActual.MinVal = 0;
			this.textDaysActual.Name = "textDaysActual";
			this.textDaysActual.Size = new System.Drawing.Size(43,20);
			this.textDaysActual.TabIndex = 7;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(213,68);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(174,44);
			this.label4.TabIndex = 9;
			this.label4.Text = "Might be same as days published, or might include travel time.";
			// 
			// textDaysPublished
			// 
			this.textDaysPublished.Location = new System.Drawing.Point(164,43);
			this.textDaysPublished.MaxVal = 255;
			this.textDaysPublished.MinVal = 0;
			this.textDaysPublished.Name = "textDaysPublished";
			this.textDaysPublished.Size = new System.Drawing.Size(43,20);
			this.textDaysPublished.TabIndex = 10;
			// 
			// FormLabTurnaroundEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(453,194);
			this.Controls.Add(this.textDaysPublished);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textDaysActual);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textDescription);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormLabTurnaroundEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Lab Turnaround";
			this.Load += new System.EventHandler(this.FormLabTurnaroundEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLabTurnaroundEdit));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.textDescription   = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.textDaysActual    = new OpenDental.ValidNum();
     this.label4            = new System.Windows.Forms.Label();
     this.textDaysPublished = new OpenDental.ValidNumber();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(326, 143);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 5;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(235, 143);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 4;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(164, 17);
     this.textDescription.Name     = "textDescription";
     this.textDescription.Size     = new System.Drawing.Size(241, 20);
     this.textDescription.TabIndex = 1;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(3, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(160, 17);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Service Description";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(33, 44);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(130, 17);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Days Published";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(33, 70);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(130, 17);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Actual Days";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysActual
     //
     this.textDaysActual.Location = new System.Drawing.Point(164, 69);
     this.textDaysActual.MaxVal   = 255;
     this.textDaysActual.MinVal   = 0;
     this.textDaysActual.Name     = "textDaysActual";
     this.textDaysActual.Size     = new System.Drawing.Size(43, 20);
     this.textDaysActual.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(213, 68);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(174, 44);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Might be same as days published, or might include travel time.";
     //
     // textDaysPublished
     //
     this.textDaysPublished.Location = new System.Drawing.Point(164, 43);
     this.textDaysPublished.MaxVal   = 255;
     this.textDaysPublished.MinVal   = 0;
     this.textDaysPublished.Name     = "textDaysPublished";
     this.textDaysPublished.Size     = new System.Drawing.Size(43, 20);
     this.textDaysPublished.TabIndex = 2;
     //
     // FormLabTurnaroundEdit
     //
     this.ClientSize = new System.Drawing.Size(453, 194);
     this.Controls.Add(this.textDaysPublished);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textDaysActual);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormLabTurnaroundEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Lab Turnaround";
     this.Load         += new System.EventHandler(this.FormLabTurnaroundEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRecallSetup));
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.textPostcardMessage = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textPostcardsPerSheet = new System.Windows.Forms.TextBox();
     this.label8                     = new System.Windows.Forms.Label();
     this.listProcs                  = new System.Windows.Forms.ListBox();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.textBox4                   = new System.Windows.Forms.TextBox();
     this.textBox3                   = new System.Windows.Forms.TextBox();
     this.textBox2                   = new System.Windows.Forms.TextBox();
     this.groupBox7                  = new System.Windows.Forms.GroupBox();
     this.textPerioTriggerProcs      = new System.Windows.Forms.TextBox();
     this.label24                    = new System.Windows.Forms.Label();
     this.groupBox6                  = new System.Windows.Forms.GroupBox();
     this.label27                    = new System.Windows.Forms.Label();
     this.label22                    = new System.Windows.Forms.Label();
     this.textProcsPerio             = new System.Windows.Forms.TextBox();
     this.textPatternPerio           = new System.Windows.Forms.TextBox();
     this.label20                    = new System.Windows.Forms.Label();
     this.label21                    = new System.Windows.Forms.Label();
     this.checkDisablePerioAlt       = new System.Windows.Forms.CheckBox();
     this.groupBox5                  = new System.Windows.Forms.GroupBox();
     this.textProcsAdult             = new System.Windows.Forms.TextBox();
     this.textPatternAdult           = new System.Windows.Forms.TextBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.groupBox4                  = new System.Windows.Forms.GroupBox();
     this.label6                     = new System.Windows.Forms.Label();
     this.textPatternChild           = new System.Windows.Forms.TextBox();
     this.textProcsChild             = new System.Windows.Forms.TextBox();
     this.checkDisableAutoFilms      = new System.Windows.Forms.CheckBox();
     this.label18                    = new System.Windows.Forms.Label();
     this.label17                    = new System.Windows.Forms.Label();
     this.textFMXPanoYrInterval      = new System.Windows.Forms.TextBox();
     this.textFMXPanoProc            = new System.Windows.Forms.TextBox();
     this.label16                    = new System.Windows.Forms.Label();
     this.textBW                     = new System.Windows.Forms.TextBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.label9                     = new System.Windows.Forms.Label();
     this.checkReturnAdd             = new System.Windows.Forms.CheckBox();
     this.textConfirmPostcardMessage = new System.Windows.Forms.TextBox();
     this.label10                    = new System.Windows.Forms.Label();
     this.textPostcardFamMsg         = new System.Windows.Forms.TextBox();
     this.label11                    = new System.Windows.Forms.Label();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.textDown                   = new OpenDental.ValidDouble();
     this.label12                    = new System.Windows.Forms.Label();
     this.textRight                  = new OpenDental.ValidDouble();
     this.label13                    = new System.Windows.Forms.Label();
     this.checkGroupFamilies         = new System.Windows.Forms.CheckBox();
     this.label14                    = new System.Windows.Forms.Label();
     this.label15                    = new System.Windows.Forms.Label();
     this.groupBox3                  = new System.Windows.Forms.GroupBox();
     this.textDaysFuture             = new OpenDental.ValidNum();
     this.textDaysPast               = new OpenDental.ValidNum();
     this.butOK     = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.label19   = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(47, 21);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(500, 30);
     this.textBox1.TabIndex    = 5;
     this.textBox1.Text        = "The following information is used to automate the process of creating recall appo" +
                                 "intments from the recall list.  You can make changes to the appointment after it" +
                                 " has been created.";
     //
     // textPostcardMessage
     //
     this.textPostcardMessage.AcceptsReturn = true;
     this.textPostcardMessage.Location      = new System.Drawing.Point(172, 392);
     this.textPostcardMessage.MaxLength     = 255;
     this.textPostcardMessage.Multiline     = true;
     this.textPostcardMessage.Name          = "textPostcardMessage";
     this.textPostcardMessage.Size          = new System.Drawing.Size(466, 70);
     this.textPostcardMessage.TabIndex      = 16;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(4, 395);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(167, 61);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Recall Postcard message.  Use ?DueDate wherever you want the due date to be inser" +
                            "ted.";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPostcardsPerSheet
     //
     this.textPostcardsPerSheet.Location = new System.Drawing.Point(172, 614);
     this.textPostcardsPerSheet.Name     = "textPostcardsPerSheet";
     this.textPostcardsPerSheet.Size     = new System.Drawing.Size(34, 20);
     this.textPostcardsPerSheet.TabIndex = 18;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(45, 617);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(127, 31);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "Postcards per sheet (1,3,or 4)";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // listProcs
     //
     this.listProcs.BackColor     = System.Drawing.SystemColors.Control;
     this.listProcs.Location      = new System.Drawing.Point(770, 392);
     this.listProcs.Name          = "listProcs";
     this.listProcs.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.listProcs.Size          = new System.Drawing.Size(130, 82);
     this.listProcs.TabIndex      = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.groupBox7);
     this.groupBox1.Controls.Add(this.groupBox6);
     this.groupBox1.Controls.Add(this.groupBox5);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.checkDisableAutoFilms);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.textFMXPanoYrInterval);
     this.groupBox1.Controls.Add(this.textFMXPanoProc);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.textBW);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new System.Drawing.Point(7, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(893, 374);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Recall Automation";
     //
     // textBox4
     //
     this.textBox4.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location    = new System.Drawing.Point(32, 173);
     this.textBox4.Multiline   = true;
     this.textBox4.Name        = "textBox4";
     this.textBox4.Size        = new System.Drawing.Size(321, 40);
     this.textBox4.TabIndex    = 39;
     this.textBox4.Text        = "Enter these now even if you are not using auto entry and disable the check to the" +
                                 " right. This will enable auto indication of when last films were taken.";
     //
     // textBox3
     //
     this.textBox3.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location    = new System.Drawing.Point(475, 173);
     this.textBox3.Multiline   = true;
     this.textBox3.Name        = "textBox3";
     this.textBox3.Size        = new System.Drawing.Size(77, 27);
     this.textBox3.TabIndex    = 38;
     this.textBox3.Text        = "Blank to only use BW\'s";
     this.textBox3.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // textBox2
     //
     this.textBox2.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location    = new System.Drawing.Point(368, 173);
     this.textBox2.Multiline   = true;
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(98, 23);
     this.textBox2.TabIndex    = 37;
     this.textBox2.Text        = "(One or the other)";
     this.textBox2.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.label19);
     this.groupBox7.Controls.Add(this.textPerioTriggerProcs);
     this.groupBox7.Controls.Add(this.label24);
     this.groupBox7.Location = new System.Drawing.Point(463, 219);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(424, 146);
     this.groupBox7.TabIndex = 36;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "Perio Codes";
     //
     // textPerioTriggerProcs
     //
     this.textPerioTriggerProcs.Location  = new System.Drawing.Point(141, 69);
     this.textPerioTriggerProcs.Multiline = true;
     this.textPerioTriggerProcs.Name      = "textPerioTriggerProcs";
     this.textPerioTriggerProcs.Size      = new System.Drawing.Size(277, 38);
     this.textPerioTriggerProcs.TabIndex  = 36;
     //
     // label24
     //
     this.label24.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(1, 109);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(422, 33);
     this.label24.TabIndex = 37;
     this.label24.Text     = "If perio exceptions are enabled, any or all of the above codes completed for a pa" +
                             "tient will trigger perio exceptions in creation of recall appointment.";
     this.label24.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.label27);
     this.groupBox6.Controls.Add(this.label22);
     this.groupBox6.Controls.Add(this.textProcsPerio);
     this.groupBox6.Controls.Add(this.textPatternPerio);
     this.groupBox6.Controls.Add(this.label20);
     this.groupBox6.Controls.Add(this.label21);
     this.groupBox6.Controls.Add(this.checkDisablePerioAlt);
     this.groupBox6.Location = new System.Drawing.Point(6, 219);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(452, 146);
     this.groupBox6.TabIndex = 35;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Perio Exceptions";
     //
     // label27
     //
     this.label27.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(2, 108);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(449, 36);
     this.label27.TabIndex = 38;
     this.label27.Text     = "If a patient has a history of perio treatment or maintenance as determined by cod" +
                             "es on the right, these values will overide the above adult or child values in re" +
                             "call apptointments.";
     this.label27.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label22
     //
     this.label22.Location = new System.Drawing.Point(314, 48);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(117, 19);
     this.label22.TabIndex = 33;
     this.label22.Text     = "(only /\'s and X\'s)";
     //
     // textProcsPerio
     //
     this.textProcsPerio.Location  = new System.Drawing.Point(139, 68);
     this.textProcsPerio.Multiline = true;
     this.textProcsPerio.Name      = "textProcsPerio";
     this.textProcsPerio.Size      = new System.Drawing.Size(295, 38);
     this.textProcsPerio.TabIndex  = 29;
     //
     // textPatternPerio
     //
     this.textPatternPerio.Location = new System.Drawing.Point(139, 46);
     this.textPatternPerio.Name     = "textPatternPerio";
     this.textPatternPerio.Size     = new System.Drawing.Size(170, 20);
     this.textPatternPerio.TabIndex = 28;
     //
     // label20
     //
     this.label20.Location  = new System.Drawing.Point(12, 50);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(123, 16);
     this.label20.TabIndex  = 30;
     this.label20.Text      = "Time Pattern";
     this.label20.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label21
     //
     this.label21.Location  = new System.Drawing.Point(6, 69);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(131, 41);
     this.label21.TabIndex  = 31;
     this.label21.Text      = "Procedures (valid codes separated by commas)";
     this.label21.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkDisablePerioAlt
     //
     this.checkDisablePerioAlt.AutoSize   = true;
     this.checkDisablePerioAlt.Checked    = true;
     this.checkDisablePerioAlt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkDisablePerioAlt.Location   = new System.Drawing.Point(8, 19);
     this.checkDisablePerioAlt.Name       = "checkDisablePerioAlt";
     this.checkDisablePerioAlt.Size       = new System.Drawing.Size(196, 17);
     this.checkDisablePerioAlt.TabIndex   = 27;
     this.checkDisablePerioAlt.Text       = "Disable exceptions for perio patients";
     this.checkDisablePerioAlt.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textProcsAdult);
     this.groupBox5.Controls.Add(this.textPatternAdult);
     this.groupBox5.Controls.Add(this.label4);
     this.groupBox5.Controls.Add(this.label5);
     this.groupBox5.Controls.Add(this.label1);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Location = new System.Drawing.Point(6, 53);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(451, 95);
     this.groupBox5.TabIndex = 34;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Adults";
     //
     // textProcsAdult
     //
     this.textProcsAdult.Location  = new System.Drawing.Point(133, 41);
     this.textProcsAdult.Multiline = true;
     this.textProcsAdult.Name      = "textProcsAdult";
     this.textProcsAdult.Size      = new System.Drawing.Size(295, 42);
     this.textProcsAdult.TabIndex  = 13;
     //
     // textPatternAdult
     //
     this.textPatternAdult.Location = new System.Drawing.Point(133, 19);
     this.textPatternAdult.Name     = "textPatternAdult";
     this.textPatternAdult.Size     = new System.Drawing.Size(170, 20);
     this.textPatternAdult.TabIndex = 12;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(311, 21);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(117, 19);
     this.label4.TabIndex = 18;
     this.label4.Text     = "(only /\'s and X\'s)";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(6, 58);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(121, 34);
     this.label5.TabIndex  = 19;
     this.label5.Text      = "(valid codes separated by commas)";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 23);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(123, 16);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "Time Pattern";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 45);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(121, 13);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "Procedures";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.textPatternChild);
     this.groupBox4.Controls.Add(this.textProcsChild);
     this.groupBox4.Location = new System.Drawing.Point(463, 53);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(329, 95);
     this.groupBox4.TabIndex = 33;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Children under 12";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(190, 20);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(117, 19);
     this.label6.TabIndex = 29;
     this.label6.Text     = "(only /\'s and X\'s)";
     //
     // textPatternChild
     //
     this.textPatternChild.Location = new System.Drawing.Point(14, 19);
     this.textPatternChild.Name     = "textPatternChild";
     this.textPatternChild.Size     = new System.Drawing.Size(170, 20);
     this.textPatternChild.TabIndex = 28;
     //
     // textProcsChild
     //
     this.textProcsChild.Location  = new System.Drawing.Point(14, 41);
     this.textProcsChild.Multiline = true;
     this.textProcsChild.Name      = "textProcsChild";
     this.textProcsChild.Size      = new System.Drawing.Size(294, 42);
     this.textProcsChild.TabIndex  = 27;
     //
     // checkDisableAutoFilms
     //
     this.checkDisableAutoFilms.Location = new System.Drawing.Point(604, 153);
     this.checkDisableAutoFilms.Name     = "checkDisableAutoFilms";
     this.checkDisableAutoFilms.Size     = new System.Drawing.Size(260, 17);
     this.checkDisableAutoFilms.TabIndex = 26;
     this.checkDisableAutoFilms.Text     = "Disable automated film entry to appointment";
     this.checkDisableAutoFilms.UseVisualStyleBackColor = true;
     //
     // label18
     //
     this.label18.Location  = new System.Drawing.Point(460, 152);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(36, 16);
     this.label18.TabIndex  = 25;
     this.label18.Text      = "every";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label17
     //
     this.label17.Location  = new System.Drawing.Point(528, 152);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(70, 16);
     this.label17.TabIndex  = 24;
     this.label17.Text      = "years if due.";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textFMXPanoYrInterval
     //
     this.textFMXPanoYrInterval.Location = new System.Drawing.Point(502, 152);
     this.textFMXPanoYrInterval.Name     = "textFMXPanoYrInterval";
     this.textFMXPanoYrInterval.Size     = new System.Drawing.Size(20, 20);
     this.textFMXPanoYrInterval.TabIndex = 23;
     //
     // textFMXPanoProc
     //
     this.textFMXPanoProc.Location = new System.Drawing.Point(377, 152);
     this.textFMXPanoProc.Name     = "textFMXPanoProc";
     this.textFMXPanoProc.Size     = new System.Drawing.Size(77, 20);
     this.textFMXPanoProc.TabIndex = 21;
     //
     // label16
     //
     this.label16.Location  = new System.Drawing.Point(240, 152);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(131, 18);
     this.label16.TabIndex  = 22;
     this.label16.Text      = "- or - FMX/Pano code";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // textBW
     //
     this.textBW.Location = new System.Drawing.Point(160, 152);
     this.textBW.Name     = "textBW";
     this.textBW.Size     = new System.Drawing.Size(74, 20);
     this.textBW.TabIndex = 15;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(2, 152);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(156, 16);
     this.label3.TabIndex  = 17;
     this.label3.Text      = "BiteWing code every year";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(662, 394);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(103, 83);
     this.label9.TabIndex  = 22;
     this.label9.Text      = "Procedures that Trigger Recall - You can change these in procedure code setup";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkReturnAdd
     //
     this.checkReturnAdd.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkReturnAdd.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkReturnAdd.Location   = new System.Drawing.Point(2, 647);
     this.checkReturnAdd.Name       = "checkReturnAdd";
     this.checkReturnAdd.Size       = new System.Drawing.Size(184, 19);
     this.checkReturnAdd.TabIndex   = 43;
     this.checkReturnAdd.Text       = "Show return address";
     this.checkReturnAdd.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textConfirmPostcardMessage
     //
     this.textConfirmPostcardMessage.AcceptsReturn = true;
     this.textConfirmPostcardMessage.Location      = new System.Drawing.Point(172, 538);
     this.textConfirmPostcardMessage.MaxLength     = 255;
     this.textConfirmPostcardMessage.Multiline     = true;
     this.textConfirmPostcardMessage.Name          = "textConfirmPostcardMessage";
     this.textConfirmPostcardMessage.Size          = new System.Drawing.Size(466, 70);
     this.textConfirmPostcardMessage.TabIndex      = 44;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(0, 541);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(170, 61);
     this.label10.TabIndex = 45;
     this.label10.Text     = "Confirmation Postcard message.  Use ?date  and ?time where you want those values " +
                             "to be inserted";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textPostcardFamMsg
     //
     this.textPostcardFamMsg.AcceptsReturn = true;
     this.textPostcardFamMsg.Location      = new System.Drawing.Point(172, 465);
     this.textPostcardFamMsg.MaxLength     = 255;
     this.textPostcardFamMsg.Multiline     = true;
     this.textPostcardFamMsg.Name          = "textPostcardFamMsg";
     this.textPostcardFamMsg.Size          = new System.Drawing.Size(466, 70);
     this.textPostcardFamMsg.TabIndex      = 46;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(4, 468);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(167, 61);
     this.label11.TabIndex = 47;
     this.label11.Text     = "Recall Postcard message for multiple patients in one family.  Use ?FamilyList whe" +
                             "re the list of family members should show.";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textDown);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.textRight);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Location = new System.Drawing.Point(340, 612);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(204, 74);
     this.groupBox2.TabIndex = 48;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Adjust Postcard Position in Inches";
     //
     // textDown
     //
     this.textDown.Location = new System.Drawing.Point(113, 47);
     this.textDown.Name     = "textDown";
     this.textDown.Size     = new System.Drawing.Size(73, 20);
     this.textDown.TabIndex = 6;
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(49, 46);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(60, 20);
     this.label12.TabIndex  = 5;
     this.label12.Text      = "Down";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRight
     //
     this.textRight.Location = new System.Drawing.Point(113, 22);
     this.textRight.Name     = "textRight";
     this.textRight.Size     = new System.Drawing.Size(73, 20);
     this.textRight.TabIndex = 4;
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(49, 21);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(60, 20);
     this.label13.TabIndex  = 4;
     this.label13.Text      = "Right";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkGroupFamilies
     //
     this.checkGroupFamilies.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.Location   = new System.Drawing.Point(6, 15);
     this.checkGroupFamilies.Name       = "checkGroupFamilies";
     this.checkGroupFamilies.Size       = new System.Drawing.Size(121, 18);
     this.checkGroupFamilies.TabIndex   = 49;
     this.checkGroupFamilies.Text       = "Group Families";
     this.checkGroupFamilies.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkGroupFamilies.UseVisualStyleBackColor = true;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(6, 34);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(101, 20);
     this.label14.TabIndex  = 50;
     this.label14.Text      = "Days Past";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(9, 56);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(98, 20);
     this.label15.TabIndex  = 52;
     this.label15.Text      = "Days Future";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textDaysFuture);
     this.groupBox3.Controls.Add(this.checkGroupFamilies);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.textDaysPast);
     this.groupBox3.Location = new System.Drawing.Point(665, 517);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(234, 87);
     this.groupBox3.TabIndex = 54;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Recall List Default View";
     //
     // textDaysFuture
     //
     this.textDaysFuture.Location = new System.Drawing.Point(113, 57);
     this.textDaysFuture.MaxVal   = 10000;
     this.textDaysFuture.MinVal   = -10000;
     this.textDaysFuture.Name     = "textDaysFuture";
     this.textDaysFuture.Size     = new System.Drawing.Size(53, 20);
     this.textDaysFuture.TabIndex = 53;
     //
     // textDaysPast
     //
     this.textDaysPast.Location = new System.Drawing.Point(113, 35);
     this.textDaysPast.MaxVal   = 10000;
     this.textDaysPast.MinVal   = -10000;
     this.textDaysPast.Name     = "textDaysPast";
     this.textDaysPast.Size     = new System.Drawing.Size(53, 20);
     this.textDaysPast.TabIndex = 51;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(813, 620);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 3;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(813, 658);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 4;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // label19
     //
     this.label19.Location  = new System.Drawing.Point(4, 68);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(131, 41);
     this.label19.TabIndex  = 39;
     this.label19.Text      = "Procedures (valid codes separated by commas)";
     this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormRecallSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(912, 699);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textPostcardFamMsg);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textConfirmPostcardMessage);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.checkReturnAdd);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textPostcardsPerSheet);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textPostcardMessage);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listProcs);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRecallSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Setup Recall and Confirmation";
     this.Load         += new System.EventHandler(this.FormRecallSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #32
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSigElementDefEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.listType = new System.Windows.Forms.ListBox();
			this.label2 = new System.Windows.Forms.Label();
			this.textSigText = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.butColor = new System.Windows.Forms.Button();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.butDeleteSound = new OpenDental.UI.Button();
			this.butRecord = new OpenDental.UI.Button();
			this.butExport = new OpenDental.UI.Button();
			this.butImport = new OpenDental.UI.Button();
			this.butPlay = new OpenDental.UI.Button();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.butDelete = new OpenDental.UI.Button();
			this.textLightRow = new OpenDental.ValidNum();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label1.Location = new System.Drawing.Point(63,13);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,20);
			this.label1.TabIndex = 2;
			this.label1.Text = "Type";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// listType
			// 
			this.listType.FormattingEnabled = true;
			this.listType.Location = new System.Drawing.Point(168,12);
			this.listType.Name = "listType";
			this.listType.Size = new System.Drawing.Size(106,43);
			this.listType.TabIndex = 3;
			// 
			// label2
			// 
			this.label2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label2.Location = new System.Drawing.Point(63,70);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,20);
			this.label2.TabIndex = 4;
			this.label2.Text = "Text";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textSigText
			// 
			this.textSigText.Location = new System.Drawing.Point(169,67);
			this.textSigText.Name = "textSigText";
			this.textSigText.Size = new System.Drawing.Size(105,20);
			this.textSigText.TabIndex = 0;
			// 
			// label3
			// 
			this.label3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label3.Location = new System.Drawing.Point(281,56);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(304,40);
			this.label3.TabIndex = 6;
			this.label3.Text = "This is the text as it should show in the list or the username.  Typed messages a" +
    "re handled separately.";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label5
			// 
			this.label5.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label5.Location = new System.Drawing.Point(63,292);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,20);
			this.label5.TabIndex = 8;
			this.label5.Text = "Light Row";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label6
			// 
			this.label6.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label6.Location = new System.Drawing.Point(63,332);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100,20);
			this.label6.TabIndex = 9;
			this.label6.Text = "Light Color";
			this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butColor
			// 
			this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.butColor.Location = new System.Drawing.Point(169,328);
			this.butColor.Name = "butColor";
			this.butColor.Size = new System.Drawing.Size(30,20);
			this.butColor.TabIndex = 11;
			this.butColor.Click += new System.EventHandler(this.butColor_Click);
			// 
			// label7
			// 
			this.label7.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label7.Location = new System.Drawing.Point(283,284);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(278,73);
			this.label7.TabIndex = 12;
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label8
			// 
			this.label8.ImageAlign = System.Drawing.ContentAlignment.TopRight;
			this.label8.Location = new System.Drawing.Point(160,15);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(267,100);
			this.label8.TabIndex = 13;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.butDeleteSound);
			this.groupBox1.Controls.Add(this.butRecord);
			this.groupBox1.Controls.Add(this.butExport);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.butImport);
			this.groupBox1.Controls.Add(this.butPlay);
			this.groupBox1.Location = new System.Drawing.Point(121,93);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(464,173);
			this.groupBox1.TabIndex = 17;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Sound";
			// 
			// butDeleteSound
			// 
			this.butDeleteSound.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDeleteSound.Autosize = true;
			this.butDeleteSound.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDeleteSound.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDeleteSound.CornerRadius = 4F;
			this.butDeleteSound.Location = new System.Drawing.Point(47,49);
			this.butDeleteSound.Name = "butDeleteSound";
			this.butDeleteSound.Size = new System.Drawing.Size(55,23);
			this.butDeleteSound.TabIndex = 19;
			this.butDeleteSound.Text = "Delete";
			this.butDeleteSound.Click += new System.EventHandler(this.butDeleteSound_Click);
			// 
			// butRecord
			// 
			this.butRecord.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butRecord.Autosize = true;
			this.butRecord.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butRecord.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butRecord.CornerRadius = 4F;
			this.butRecord.Location = new System.Drawing.Point(47,78);
			this.butRecord.Name = "butRecord";
			this.butRecord.Size = new System.Drawing.Size(96,23);
			this.butRecord.TabIndex = 18;
			this.butRecord.Text = "Launch Recorder";
			this.butRecord.Click += new System.EventHandler(this.butRecord_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.Location = new System.Drawing.Point(47,136);
			this.butExport.Name = "butExport";
			this.butExport.Size = new System.Drawing.Size(55,23);
			this.butExport.TabIndex = 17;
			this.butExport.Text = "Export";
			this.butExport.Click += new System.EventHandler(this.butExport_Click);
			// 
			// butImport
			// 
			this.butImport.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butImport.Autosize = true;
			this.butImport.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butImport.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butImport.CornerRadius = 4F;
			this.butImport.Location = new System.Drawing.Point(47,107);
			this.butImport.Name = "butImport";
			this.butImport.Size = new System.Drawing.Size(55,23);
			this.butImport.TabIndex = 16;
			this.butImport.Text = "Import";
			this.butImport.Click += new System.EventHandler(this.butImport_Click);
			// 
			// butPlay
			// 
			this.butPlay.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPlay.Autosize = true;
			this.butPlay.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPlay.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPlay.CornerRadius = 4F;
			this.butPlay.Location = new System.Drawing.Point(47,20);
			this.butPlay.Name = "butPlay";
			this.butPlay.Size = new System.Drawing.Size(55,23);
			this.butPlay.TabIndex = 15;
			this.butPlay.Text = "Play";
			this.butPlay.Click += new System.EventHandler(this.butPlay_Click);
			// 
			// openFileDialog1
			// 
			this.openFileDialog1.FileName = "openFileDialog1";
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(45,400);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(82,26);
			this.butDelete.TabIndex = 14;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textLightRow
			// 
			this.textLightRow.Location = new System.Drawing.Point(169,289);
			this.textLightRow.MaxVal = 255;
			this.textLightRow.MinVal = 0;
			this.textLightRow.Name = "textLightRow";
			this.textLightRow.Size = new System.Drawing.Size(51,20);
			this.textLightRow.TabIndex = 1;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(442,400);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.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(544,400);
			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);
			// 
			// FormSigElementDefEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(671,451);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.butColor);
			this.Controls.Add(this.textLightRow);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textSigText);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.listType);
			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 = "FormSigElementDefEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Message Element";
			this.Load += new System.EventHandler(this.FormSigElementDefEdit_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(FormToothGridDefEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.textInternalName = new System.Windows.Forms.TextBox();
			this.textNameShowing = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textWidth = new OpenDental.ValidNum();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.textCodeNum = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.listCellType = new System.Windows.Forms.ListBox();
			this.listProcStatus = new System.Windows.Forms.ListBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(-1, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(140, 17);
			this.label1.TabIndex = 8;
			this.label1.Text = "Internal Name";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textInternalName
			// 
			this.textInternalName.Location = new System.Drawing.Point(141, 15);
			this.textInternalName.Name = "textInternalName";
			this.textInternalName.ReadOnly = true;
			this.textInternalName.Size = new System.Drawing.Size(348, 20);
			this.textInternalName.TabIndex = 7;
			// 
			// textNameShowing
			// 
			this.textNameShowing.Location = new System.Drawing.Point(141, 41);
			this.textNameShowing.Name = "textNameShowing";
			this.textNameShowing.Size = new System.Drawing.Size(348, 20);
			this.textNameShowing.TabIndex = 0;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(-1, 42);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(140, 17);
			this.label2.TabIndex = 9;
			this.label2.Text = "Name Showing";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(-1, 130);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(140, 17);
			this.label3.TabIndex = 11;
			this.label3.Text = "Column Width";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textWidth
			// 
			this.textWidth.Location = new System.Drawing.Point(141, 129);
			this.textWidth.MaxVal = 2000;
			this.textWidth.MinVal = 1;
			this.textWidth.Name = "textWidth";
			this.textWidth.Size = new System.Drawing.Size(71, 20);
			this.textWidth.TabIndex = 2;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(414, 310);
			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.Location = new System.Drawing.Point(414, 351);
			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);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(-1, 156);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(140, 17);
			this.label4.TabIndex = 12;
			this.label4.Text = "Code Number";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeNum
			// 
			this.textCodeNum.Location = new System.Drawing.Point(141, 155);
			this.textCodeNum.Name = "textCodeNum";
			this.textCodeNum.Size = new System.Drawing.Size(71, 20);
			this.textCodeNum.TabIndex = 3;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(-1, 182);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(140, 17);
			this.label5.TabIndex = 13;
			this.label5.Text = "Procedure Status";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(-1, 68);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(140, 17);
			this.label6.TabIndex = 10;
			this.label6.Text = "Cell Type";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// listCellType
			// 
			this.listCellType.FormattingEnabled = true;
			this.listCellType.Location = new System.Drawing.Point(141, 67);
			this.listCellType.Name = "listCellType";
			this.listCellType.Size = new System.Drawing.Size(120, 56);
			this.listCellType.TabIndex = 14;
			// 
			// listProcStatus
			// 
			this.listProcStatus.FormattingEnabled = true;
			this.listProcStatus.Location = new System.Drawing.Point(141, 181);
			this.listProcStatus.Name = "listProcStatus";
			this.listProcStatus.Size = new System.Drawing.Size(120, 56);
			this.listProcStatus.TabIndex = 15;
			// 
			// FormToothGridDefEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(541, 402);
			this.Controls.Add(this.listProcStatus);
			this.Controls.Add(this.listCellType);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textCodeNum);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textWidth);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textNameShowing);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textInternalName);
			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 = "FormToothGridDefEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Toothgrid Def Field";
			this.Load += new System.EventHandler(this.FormDisplayFieldEdit_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(FormPayPeriodManager));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.label3                = new System.Windows.Forms.Label();
     this.radioPayBefore        = new System.Windows.Forms.RadioButton();
     this.radioPayAfter         = new System.Windows.Forms.RadioButton();
     this.checkExcludeWeekends  = new System.Windows.Forms.CheckBox();
     this.comboDay              = new System.Windows.Forms.ComboBox();
     this.numDaysAfterPayPeriod = new OpenDental.ValidNum();
     this.label4                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.radioWeekly           = new System.Windows.Forms.RadioButton();
     this.numPayPeriods         = new OpenDental.ValidNum();
     this.radioMonthly          = new System.Windows.Forms.RadioButton();
     this.label5                = new System.Windows.Forms.Label();
     this.radioBiWeekly         = new System.Windows.Forms.RadioButton();
     this.dateTimeStart         = new System.Windows.Forms.DateTimePicker();
     this.gridMain              = new OpenDental.UI.ODGrid();
     this.butOK       = new OpenDental.UI.Button();
     this.butGenerate = new OpenDental.UI.Button();
     this.butCancel   = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.dateTimeStart);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(309, 290);
     this.groupBox1.TabIndex = 20;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Pay Period Options";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.radioPayBefore);
     this.groupBox3.Controls.Add(this.radioPayAfter);
     this.groupBox3.Controls.Add(this.checkExcludeWeekends);
     this.groupBox3.Controls.Add(this.comboDay);
     this.groupBox3.Controls.Add(this.numDaysAfterPayPeriod);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new System.Drawing.Point(31, 120);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(262, 160);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Pay Day";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(78, 51);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(23, 13);
     this.label3.TabIndex = 26;
     this.label3.Text     = "OR";
     //
     // radioPayBefore
     //
     this.radioPayBefore.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioPayBefore.Location   = new System.Drawing.Point(51, 127);
     this.radioPayBefore.Name       = "radioPayBefore";
     this.radioPayBefore.Size       = new System.Drawing.Size(94, 17);
     this.radioPayBefore.TabIndex   = 24;
     this.radioPayBefore.TabStop    = true;
     this.radioPayBefore.Text       = "Pay Before";
     this.radioPayBefore.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioPayBefore.UseVisualStyleBackColor = true;
     //
     // radioPayAfter
     //
     this.radioPayAfter.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioPayAfter.Location   = new System.Drawing.Point(151, 127);
     this.radioPayAfter.Name       = "radioPayAfter";
     this.radioPayAfter.Size       = new System.Drawing.Size(73, 17);
     this.radioPayAfter.TabIndex   = 25;
     this.radioPayAfter.TabStop    = true;
     this.radioPayAfter.Text       = "Pay After";
     this.radioPayAfter.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioPayAfter.UseVisualStyleBackColor = true;
     //
     // checkExcludeWeekends
     //
     this.checkExcludeWeekends.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkExcludeWeekends.Location   = new System.Drawing.Point(92, 100);
     this.checkExcludeWeekends.Name       = "checkExcludeWeekends";
     this.checkExcludeWeekends.Size       = new System.Drawing.Size(119, 17);
     this.checkExcludeWeekends.TabIndex   = 23;
     this.checkExcludeWeekends.Text       = "Exclude Weekends";
     this.checkExcludeWeekends.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkExcludeWeekends.UseVisualStyleBackColor = true;
     this.checkExcludeWeekends.CheckedChanged         += new System.EventHandler(this.checkExcludeWeekends_CheckedChanged);
     //
     // comboDay
     //
     this.comboDay.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDay.FormattingEnabled = true;
     this.comboDay.Items.AddRange(new object[] {
         "None",
         "Sunday",
         "Monday",
         "Tuesday",
         "Wednesday",
         "Thursday",
         "Friday",
         "Saturday"
     });
     this.comboDay.Location = new System.Drawing.Point(91, 21);
     this.comboDay.Name     = "comboDay";
     this.comboDay.Size     = new System.Drawing.Size(94, 21);
     this.comboDay.TabIndex = 22;
     this.comboDay.SelectionChangeCommitted += new System.EventHandler(this.comboDay_SelectionChangeCommitted);
     //
     // numDaysAfterPayPeriod
     //
     this.numDaysAfterPayPeriod.Location     = new System.Drawing.Point(132, 74);
     this.numDaysAfterPayPeriod.MaxVal       = 200;
     this.numDaysAfterPayPeriod.MinVal       = 0;
     this.numDaysAfterPayPeriod.Name         = "numDaysAfterPayPeriod";
     this.numDaysAfterPayPeriod.Size         = new System.Drawing.Size(79, 20);
     this.numDaysAfterPayPeriod.TabIndex     = 21;
     this.numDaysAfterPayPeriod.TextChanged += new System.EventHandler(this.numDaysAfterPayPeriod_TextChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(6, 75);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(120, 17);
     this.label4.TabIndex  = 2;
     this.label4.Text      = "# Days After Pay Period";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 22);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(81, 17);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Day of Week";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 19);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(81, 20);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "Start Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioWeekly);
     this.groupBox2.Controls.Add(this.numPayPeriods);
     this.groupBox2.Controls.Add(this.radioMonthly);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.radioBiWeekly);
     this.groupBox2.Location = new System.Drawing.Point(31, 42);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(262, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Interval";
     //
     // radioWeekly
     //
     this.radioWeekly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioWeekly.Location   = new System.Drawing.Point(28, 19);
     this.radioWeekly.Name       = "radioWeekly";
     this.radioWeekly.Size       = new System.Drawing.Size(61, 17);
     this.radioWeekly.TabIndex   = 1;
     this.radioWeekly.TabStop    = true;
     this.radioWeekly.Text       = "Weekly";
     this.radioWeekly.UseVisualStyleBackColor = true;
     this.radioWeekly.Click += new System.EventHandler(this.radioWeekly_Click);
     //
     // numPayPeriods
     //
     this.numPayPeriods.Location = new System.Drawing.Point(168, 42);
     this.numPayPeriods.MaxVal   = 200;
     this.numPayPeriods.MinVal   = 0;
     this.numPayPeriods.Name     = "numPayPeriods";
     this.numPayPeriods.Size     = new System.Drawing.Size(79, 20);
     this.numPayPeriods.TabIndex = 22;
     //
     // radioMonthly
     //
     this.radioMonthly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioMonthly.Location   = new System.Drawing.Point(179, 19);
     this.radioMonthly.Name       = "radioMonthly";
     this.radioMonthly.Size       = new System.Drawing.Size(62, 17);
     this.radioMonthly.TabIndex   = 3;
     this.radioMonthly.TabStop    = true;
     this.radioMonthly.Text       = "Monthly";
     this.radioMonthly.UseVisualStyleBackColor = true;
     this.radioMonthly.Click += new System.EventHandler(this.radioMonthly_Click);
     //
     // 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(3, 43);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(162, 17);
     this.label5.TabIndex  = 10;
     this.label5.Text      = "# Pay Periods to Generate";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // radioBiWeekly
     //
     this.radioBiWeekly.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioBiWeekly.Location   = new System.Drawing.Point(95, 19);
     this.radioBiWeekly.Name       = "radioBiWeekly";
     this.radioBiWeekly.Size       = new System.Drawing.Size(73, 17);
     this.radioBiWeekly.TabIndex   = 2;
     this.radioBiWeekly.TabStop    = true;
     this.radioBiWeekly.Text       = "Bi-Weekly";
     this.radioBiWeekly.UseVisualStyleBackColor = true;
     this.radioBiWeekly.Click   += new System.EventHandler(this.radioBiWeekly_Click);
     this.radioBiWeekly.MouseUp += new System.Windows.Forms.MouseEventHandler(this.radioBiWeekly_Click);
     //
     // dateTimeStart
     //
     this.dateTimeStart.CustomFormat = "";
     this.dateTimeStart.Location     = new System.Drawing.Point(93, 19);
     this.dateTimeStart.Name         = "dateTimeStart";
     this.dateTimeStart.Size         = new System.Drawing.Size(200, 20);
     this.dateTimeStart.TabIndex     = 0;
     //
     // gridMain
     //
     this.gridMain.HasAddButton        = false;
     this.gridMain.HasMultilineHeaders = false;
     this.gridMain.HeaderHeight        = 15;
     this.gridMain.HScrollVisible      = false;
     this.gridMain.Location            = new System.Drawing.Point(327, 20);
     this.gridMain.Name             = "gridMain";
     this.gridMain.ScrollValue      = 0;
     this.gridMain.Size             = new System.Drawing.Size(291, 282);
     this.gridMain.TabIndex         = 11;
     this.gridMain.Title            = "Pay Periods";
     this.gridMain.TitleHeight      = 18;
     this.gridMain.TranslationName  = "TablePayPeriods";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(462, 310);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 18;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butGenerate
     //
     this.butGenerate.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butGenerate.Autosize            = true;
     this.butGenerate.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butGenerate.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butGenerate.CornerRadius        = 4F;
     this.butGenerate.Image      = global::OpenDental.Properties.Resources.Add;
     this.butGenerate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butGenerate.Location   = new System.Drawing.Point(235, 308);
     this.butGenerate.Name       = "butGenerate";
     this.butGenerate.Size       = new System.Drawing.Size(86, 24);
     this.butGenerate.TabIndex   = 10;
     this.butGenerate.Text       = "&Generate";
     this.butGenerate.Click     += new System.EventHandler(this.butGenerate_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(543, 310);
     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);
     //
     // FormPayPeriodManager
     //
     this.ClientSize = new System.Drawing.Size(630, 346);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butGenerate);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPayPeriodManager";
     this.ShowInTaskbar = false;
     this.Text          = "Pay Period Manager";
     this.Load         += new System.EventHandler(this.FormPayPeriodManager_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Example #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAudit));
     this.textDateEditedFrom = new OpenDental.ValidDate();
     this.textDateEditedTo   = new OpenDental.ValidDate();
     this.label7             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.textRows           = new OpenDental.ValidNum();
     this.label6             = new System.Windows.Forms.Label();
     this.butPrint           = new OpenDental.UI.Button();
     this.butCurrent         = new OpenDental.UI.Button();
     this.butAll             = new OpenDental.UI.Button();
     this.butFind            = new OpenDental.UI.Button();
     this.textPatient        = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.comboUser          = new System.Windows.Forms.ComboBox();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.comboPermission    = new System.Windows.Forms.ComboBox();
     this.butRefresh         = new OpenDental.UI.Button();
     this.textDateFrom       = new OpenDental.ValidDate();
     this.textDateTo         = new OpenDental.ValidDate();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.grid = new OpenDental.UI.ODGrid();
     this.checkIncludeArchived = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // textDateEditedFrom
     //
     this.textDateEditedFrom.Location = new System.Drawing.Point(934, 4);
     this.textDateEditedFrom.Name     = "textDateEditedFrom";
     this.textDateEditedFrom.Size     = new System.Drawing.Size(80, 20);
     this.textDateEditedFrom.TabIndex = 276;
     //
     // textDateEditedTo
     //
     this.textDateEditedTo.Location = new System.Drawing.Point(934, 27);
     this.textDateEditedTo.Name     = "textDateEditedTo";
     this.textDateEditedTo.Size     = new System.Drawing.Size(80, 20);
     this.textDateEditedTo.TabIndex = 272;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(814, 5);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(118, 19);
     this.label7.TabIndex  = 273;
     this.label7.Text      = "Previous From Date";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(868, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(64, 13);
     this.label8.TabIndex  = 274;
     this.label8.Text      = "To Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRows
     //
     this.textRows.Location  = new System.Drawing.Point(771, 26);
     this.textRows.MaxLength = 5;
     this.textRows.MaxVal    = 99999;
     this.textRows.MinVal    = 1;
     this.textRows.Name      = "textRows";
     this.textRows.Size      = new System.Drawing.Size(56, 20);
     this.textRows.TabIndex  = 268;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(685, 28);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(86, 17);
     this.label6.TabIndex  = 61;
     this.label6.Text      = "Limit Rows:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // 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.butPrint;
     this.butPrint.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location     = new System.Drawing.Point(1019, 27);
     this.butPrint.Name         = "butPrint";
     this.butPrint.Size         = new System.Drawing.Size(82, 24);
     this.butPrint.TabIndex     = 60;
     this.butPrint.Text         = "Print";
     this.butPrint.Click       += new System.EventHandler(this.butPrint_Click);
     //
     // butCurrent
     //
     this.butCurrent.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCurrent.Autosize            = true;
     this.butCurrent.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCurrent.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCurrent.CornerRadius        = 4F;
     this.butCurrent.Location            = new System.Drawing.Point(473, 24);
     this.butCurrent.Name     = "butCurrent";
     this.butCurrent.Size     = new System.Drawing.Size(63, 24);
     this.butCurrent.TabIndex = 59;
     this.butCurrent.Text     = "Current";
     this.butCurrent.Click   += new System.EventHandler(this.butCurrent_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(616, 24);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(63, 24);
     this.butAll.TabIndex = 58;
     this.butAll.Text     = "All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // butFind
     //
     this.butFind.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butFind.Autosize            = true;
     this.butFind.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butFind.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butFind.CornerRadius        = 4F;
     this.butFind.Location            = new System.Drawing.Point(545, 24);
     this.butFind.Name     = "butFind";
     this.butFind.Size     = new System.Drawing.Size(63, 24);
     this.butFind.TabIndex = 57;
     this.butFind.Text     = "Find";
     this.butFind.Click   += new System.EventHandler(this.butFind_Click);
     //
     // textPatient
     //
     this.textPatient.Location = new System.Drawing.Point(473, 4);
     this.textPatient.Name     = "textPatient";
     this.textPatient.Size     = new System.Drawing.Size(206, 20);
     this.textPatient.TabIndex = 56;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(158, 29);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(75, 13);
     this.label5.TabIndex  = 55;
     this.label5.Text      = "User";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboUser
     //
     this.comboUser.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboUser.FormattingEnabled = true;
     this.comboUser.Location          = new System.Drawing.Point(235, 27);
     this.comboUser.MaxDropDownItems  = 40;
     this.comboUser.Name     = "comboUser";
     this.comboUser.Size     = new System.Drawing.Size(170, 21);
     this.comboUser.TabIndex = 54;
     this.comboUser.SelectionChangeCommitted += new System.EventHandler(this.comboUser_SelectionChangeCommitted);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(406, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(65, 13);
     this.label4.TabIndex  = 52;
     this.label4.Text      = "Patient";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(158, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(75, 13);
     this.label1.TabIndex  = 51;
     this.label1.Text      = "Permission";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboPermission
     //
     this.comboPermission.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPermission.FormattingEnabled = true;
     this.comboPermission.Location          = new System.Drawing.Point(235, 4);
     this.comboPermission.MaxDropDownItems  = 40;
     this.comboPermission.Name     = "comboPermission";
     this.comboPermission.Size     = new System.Drawing.Size(170, 21);
     this.comboPermission.TabIndex = 50;
     this.comboPermission.SelectionChangeCommitted += new System.EventHandler(this.comboPermission_SelectionChangeCommitted);
     //
     // butRefresh
     //
     this.butRefresh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRefresh.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Autosize     = true;
     this.butRefresh.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRefresh.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRefresh.CornerRadius = 4F;
     this.butRefresh.Location     = new System.Drawing.Point(1019, 1);
     this.butRefresh.Name         = "butRefresh";
     this.butRefresh.Size         = new System.Drawing.Size(82, 24);
     this.butRefresh.TabIndex     = 49;
     this.butRefresh.Text         = "Refresh";
     this.butRefresh.Click       += new System.EventHandler(this.butRefresh_Click);
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(77, 4);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(80, 20);
     this.textDateFrom.TabIndex = 47;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(77, 27);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(80, 20);
     this.textDateTo.TabIndex = 48;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 7);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(75, 14);
     this.label2.TabIndex  = 45;
     this.label2.Text      = "From Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 13);
     this.label3.TabIndex  = 46;
     this.label3.Text      = "To Date";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // grid
     //
     this.grid.AllowSortingByColumn = true;
     this.grid.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.grid.CellFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.5F);
     this.grid.HasAddButton        = false;
     this.grid.HasDropDowns        = false;
     this.grid.HasMultilineHeaders = false;
     this.grid.HeaderFont          = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Bold);
     this.grid.HeaderHeight        = 15;
     this.grid.HScrollVisible      = false;
     this.grid.Location            = new System.Drawing.Point(8, 54);
     this.grid.Name             = "grid";
     this.grid.ScrollValue      = 0;
     this.grid.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.grid.Size             = new System.Drawing.Size(1093, 576);
     this.grid.TabIndex         = 2;
     this.grid.Title            = "Audit Trail";
     this.grid.TitleFont        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.grid.TitleHeight      = 18;
     this.grid.TranslationName  = "TableAudit";
     this.grid.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.grid_CellDoubleClick);
     //
     // checkIncludeArchived
     //
     this.checkIncludeArchived.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeArchived.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIncludeArchived.Location   = new System.Drawing.Point(685, 5);
     this.checkIncludeArchived.Name       = "checkIncludeArchived";
     this.checkIncludeArchived.Size       = new System.Drawing.Size(100, 18);
     this.checkIncludeArchived.TabIndex   = 278;
     this.checkIncludeArchived.Text       = "Show Archived";
     this.checkIncludeArchived.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIncludeArchived.UseVisualStyleBackColor = true;
     this.checkIncludeArchived.CheckedChanged         += new System.EventHandler(this.checkIncludeArchived_CheckedChanged);
     //
     // FormAudit
     //
     this.ClientSize = new System.Drawing.Size(1108, 634);
     this.Controls.Add(this.checkIncludeArchived);
     this.Controls.Add(this.grid);
     this.Controls.Add(this.textDateEditedFrom);
     this.Controls.Add(this.textDateEditedTo);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textRows);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.butCurrent);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.butFind);
     this.Controls.Add(this.textPatient);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.comboUser);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.comboPermission);
     this.Controls.Add(this.butRefresh);
     this.Controls.Add(this.textDateFrom);
     this.Controls.Add(this.textDateTo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(1124, 218);
     this.Name          = "FormAudit";
     this.ShowInTaskbar = false;
     this.Text          = "Audit Trail";
     this.Load         += new System.EventHandler(this.FormAudit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormImagingSetup));
     this.label12   = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioScanDocUseOptionsBelow = new System.Windows.Forms.RadioButton();
     this.radioScanDocShowOptions     = new System.Windows.Forms.RadioButton();
     this.groupScanningOptions        = new System.Windows.Forms.GroupBox();
     this.label8                   = new System.Windows.Forms.Label();
     this.checkScanDocDuplex       = new System.Windows.Forms.CheckBox();
     this.label5                   = new System.Windows.Forms.Label();
     this.label6                   = new System.Windows.Forms.Label();
     this.textScanDocResolution    = new OpenDental.ValidNum();
     this.checkScanDocGrayscale    = new System.Windows.Forms.CheckBox();
     this.checkScanDocSelectSource = new System.Windows.Forms.CheckBox();
     this.label7                   = new System.Windows.Forms.Label();
     this.textScanDocQuality       = new OpenDental.ValidNum();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.labelPanoBW              = new System.Windows.Forms.Label();
     this.slider                   = new OpenDental.UI.ContrWindowingSlider();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.label37                  = new System.Windows.Forms.Label();
     this.groupBox4                = new System.Windows.Forms.GroupBox();
     this.checkBinned              = new System.Windows.Forms.CheckBox();
     this.comboType                = new System.Windows.Forms.ComboBox();
     this.upDownPort               = new System.Windows.Forms.NumericUpDown();
     this.label4                   = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.upDownExposure           = new System.Windows.Forms.NumericUpDown();
     this.butSetScanner            = new OpenDental.UI.Button();
     this.butMounts                = new OpenDental.UI.Button();
     this.butCancel                = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupScanningOptions.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).BeginInit();
     this.SuspendLayout();
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(17, 42);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(254, 15);
     this.label12.TabIndex  = 14;
     this.label12.Text      = "JPEG Compression - Quality After Scanning";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioScanDocUseOptionsBelow);
     this.groupBox1.Controls.Add(this.radioScanDocShowOptions);
     this.groupBox1.Controls.Add(this.groupScanningOptions);
     this.groupBox1.Controls.Add(this.checkScanDocSelectSource);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.textScanDocQuality);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(20, 45);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(622, 197);
     this.groupBox1.TabIndex  = 17;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Documents - Settings apply only to this workstation";
     //
     // radioScanDocUseOptionsBelow
     //
     this.radioScanDocUseOptionsBelow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioScanDocUseOptionsBelow.Location   = new System.Drawing.Point(85, 81);
     this.radioScanDocUseOptionsBelow.Name       = "radioScanDocUseOptionsBelow";
     this.radioScanDocUseOptionsBelow.Size       = new System.Drawing.Size(202, 18);
     this.radioScanDocUseOptionsBelow.TabIndex   = 26;
     this.radioScanDocUseOptionsBelow.TabStop    = true;
     this.radioScanDocUseOptionsBelow.Text       = "Use the Options Below";
     this.radioScanDocUseOptionsBelow.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioScanDocUseOptionsBelow.UseVisualStyleBackColor = true;
     //
     // radioScanDocShowOptions
     //
     this.radioScanDocShowOptions.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioScanDocShowOptions.Location   = new System.Drawing.Point(67, 63);
     this.radioScanDocShowOptions.Name       = "radioScanDocShowOptions";
     this.radioScanDocShowOptions.Size       = new System.Drawing.Size(220, 18);
     this.radioScanDocShowOptions.TabIndex   = 25;
     this.radioScanDocShowOptions.TabStop    = true;
     this.radioScanDocShowOptions.Text       = "Show Scanner Options Window";
     this.radioScanDocShowOptions.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioScanDocShowOptions.UseVisualStyleBackColor = true;
     this.radioScanDocShowOptions.CheckedChanged         += new System.EventHandler(this.radioScanDocShowOptions_CheckedChanged);
     //
     // groupScanningOptions
     //
     this.groupScanningOptions.Controls.Add(this.label8);
     this.groupScanningOptions.Controls.Add(this.checkScanDocDuplex);
     this.groupScanningOptions.Controls.Add(this.label5);
     this.groupScanningOptions.Controls.Add(this.label6);
     this.groupScanningOptions.Controls.Add(this.textScanDocResolution);
     this.groupScanningOptions.Controls.Add(this.checkScanDocGrayscale);
     this.groupScanningOptions.Location = new System.Drawing.Point(32, 100);
     this.groupScanningOptions.Name     = "groupScanningOptions";
     this.groupScanningOptions.Size     = new System.Drawing.Size(584, 90);
     this.groupScanningOptions.TabIndex = 24;
     this.groupScanningOptions.TabStop  = false;
     this.groupScanningOptions.Text     = "Scanning Options";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(260, 9);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(260, 34);
     this.label8.TabIndex = 23;
     this.label8.Text     = "If this setting causes your scanner to malfunction, use the \"Show Scanner Options" +
                            " Window\" instead";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkScanDocDuplex
     //
     this.checkScanDocDuplex.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocDuplex.Location   = new System.Drawing.Point(9, 19);
     this.checkScanDocDuplex.Name       = "checkScanDocDuplex";
     this.checkScanDocDuplex.Size       = new System.Drawing.Size(247, 18);
     this.checkScanDocDuplex.TabIndex   = 21;
     this.checkScanDocDuplex.Text       = "Multipage Scans Duplex (both sides)";
     this.checkScanDocDuplex.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocDuplex.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(52, 66);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(186, 19);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "Resolution";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(313, 65);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(180, 19);
     this.label6.TabIndex  = 15;
     this.label6.Text      = "> 50. Typical setting: 150 dpi";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textScanDocResolution
     //
     this.textScanDocResolution.Location = new System.Drawing.Point(241, 65);
     this.textScanDocResolution.MaxVal   = 1000;
     this.textScanDocResolution.MinVal   = 51;
     this.textScanDocResolution.Name     = "textScanDocResolution";
     this.textScanDocResolution.Size     = new System.Drawing.Size(68, 20);
     this.textScanDocResolution.TabIndex = 20;
     //
     // checkScanDocGrayscale
     //
     this.checkScanDocGrayscale.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocGrayscale.Location   = new System.Drawing.Point(110, 47);
     this.checkScanDocGrayscale.Name       = "checkScanDocGrayscale";
     this.checkScanDocGrayscale.Size       = new System.Drawing.Size(146, 18);
     this.checkScanDocGrayscale.TabIndex   = 22;
     this.checkScanDocGrayscale.Text       = "Grayscale";
     this.checkScanDocGrayscale.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocGrayscale.UseVisualStyleBackColor = true;
     //
     // checkScanDocSelectSource
     //
     this.checkScanDocSelectSource.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocSelectSource.Location   = new System.Drawing.Point(32, 19);
     this.checkScanDocSelectSource.Name       = "checkScanDocSelectSource";
     this.checkScanDocSelectSource.Size       = new System.Drawing.Size(256, 18);
     this.checkScanDocSelectSource.TabIndex   = 23;
     this.checkScanDocSelectSource.Text       = "Show Select Scanner Window";
     this.checkScanDocSelectSource.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkScanDocSelectSource.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(345, 42);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(246, 15);
     this.label7.TabIndex  = 23;
     this.label7.Text      = "0-100. 100=No compression.  Typical setting: 40";
     this.label7.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textScanDocQuality
     //
     this.textScanDocQuality.Location = new System.Drawing.Point(273, 40);
     this.textScanDocQuality.MaxVal   = 100;
     this.textScanDocQuality.MinVal   = 0;
     this.textScanDocQuality.Name     = "textScanDocQuality";
     this.textScanDocQuality.Size     = new System.Drawing.Size(68, 20);
     this.textScanDocQuality.TabIndex = 20;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.labelPanoBW);
     this.groupBox2.Controls.Add(this.slider);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(20, 251);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(484, 96);
     this.groupBox2.TabIndex  = 18;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Radiographs";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(13, 14);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(425, 19);
     this.label1.TabIndex  = 22;
     this.label1.Text      = "Default pixel windowing for new radiographs, both scanned and digital";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // labelPanoBW
     //
     this.labelPanoBW.Location = new System.Drawing.Point(13, 65);
     this.labelPanoBW.Name     = "labelPanoBW";
     this.labelPanoBW.Size     = new System.Drawing.Size(465, 24);
     this.labelPanoBW.TabIndex = 15;
     this.labelPanoBW.Text     = "Suggested setting for scanning panos is Greyscale, 300 dpi.  For BWs, 400dpi.";
     //
     // slider
     //
     this.slider.Location = new System.Drawing.Point(14, 38);
     this.slider.MaxVal   = 128;
     this.slider.Name     = "slider";
     this.slider.Size     = new System.Drawing.Size(194, 14);
     this.slider.TabIndex = 21;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label37);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(20, 353);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(484, 43);
     this.groupBox3.TabIndex  = 19;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Photos";
     //
     // label37
     //
     this.label37.Location = new System.Drawing.Point(14, 18);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(464, 20);
     this.label37.TabIndex = 15;
     this.label37.Text     = "Suggested setting for scanning photos is Color, 300 dpi.";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBinned);
     this.groupBox4.Controls.Add(this.comboType);
     this.groupBox4.Controls.Add(this.upDownPort);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.upDownExposure);
     this.groupBox4.Location = new System.Drawing.Point(21, 402);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(484, 137);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Suni Imaging - Settings apply only to this workstation";
     //
     // checkBinned
     //
     this.checkBinned.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.Location   = new System.Drawing.Point(81, 96);
     this.checkBinned.Name       = "checkBinned";
     this.checkBinned.Size       = new System.Drawing.Size(206, 17);
     this.checkBinned.TabIndex   = 8;
     this.checkBinned.Text       = "Binned (not normally used)";
     this.checkBinned.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkBinned.UseVisualStyleBackColor = true;
     //
     // comboType
     //
     this.comboType.FormattingEnabled = true;
     this.comboType.Location          = new System.Drawing.Point(273, 69);
     this.comboType.Name     = "comboType";
     this.comboType.Size     = new System.Drawing.Size(37, 21);
     this.comboType.TabIndex = 7;
     this.comboType.Text     = "D";
     //
     // upDownPort
     //
     this.upDownPort.Location = new System.Drawing.Point(273, 43);
     this.upDownPort.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.upDownPort.Name     = "upDownPort";
     this.upDownPort.Size     = new System.Drawing.Size(33, 20);
     this.upDownPort.TabIndex = 6;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(28, 45);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(239, 13);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "Sensor Port (place where sensor connects)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(14, 72);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(253, 13);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Sensor Type (last serial letter on sensor cable)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(28, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(239, 13);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Exposure Level (1-7) for New Captures";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // upDownExposure
     //
     this.upDownExposure.Location = new System.Drawing.Point(273, 17);
     this.upDownExposure.Maximum  = new decimal(new int[] {
         7,
         0,
         0,
         0
     });
     this.upDownExposure.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.upDownExposure.Name     = "upDownExposure";
     this.upDownExposure.Size     = new System.Drawing.Size(33, 20);
     this.upDownExposure.TabIndex = 1;
     this.upDownExposure.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // butSetScanner
     //
     this.butSetScanner.Location = new System.Drawing.Point(21, 12);
     this.butSetScanner.Name     = "butSetScanner";
     this.butSetScanner.Size     = new System.Drawing.Size(110, 24);
     this.butSetScanner.TabIndex = 22;
     this.butSetScanner.Text     = "Set Default Scanner";
     this.butSetScanner.Click   += new System.EventHandler(this.butSetScanner_Click);
     //
     // butMounts
     //
     this.butMounts.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butMounts.Location = new System.Drawing.Point(656, 12);
     this.butMounts.Name     = "butMounts";
     this.butMounts.Size     = new System.Drawing.Size(79, 24);
     this.butMounts.TabIndex = 20;
     this.butMounts.Text     = "Setup Mounts";
     this.butMounts.Visible  = false;
     this.butMounts.Click   += new System.EventHandler(this.butMounts_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(660, 639);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     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(660, 601);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // FormImagingSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(762, 687);
     this.Controls.Add(this.butSetScanner);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.butMounts);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormImagingSetup";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Imaging Quality";
     this.Load           += new System.EventHandler(this.FormImagingSetup_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupScanningOptions.ResumeLayout(false);
     this.groupScanningOptions.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.upDownPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.upDownExposure)).EndInit();
     this.ResumeLayout(false);
 }
Example #37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPhoneEmpDefaultEdit));
     this.label1               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.listRingGroup        = new System.Windows.Forms.ListBox();
     this.butDelete            = new OpenDental.UI.Button();
     this.butOK                = new OpenDental.UI.Button();
     this.butCancel            = new OpenDental.UI.Button();
     this.checkNoGraph         = new System.Windows.Forms.CheckBox();
     this.label5               = new System.Windows.Forms.Label();
     this.checkNoColor         = new System.Windows.Forms.CheckBox();
     this.textEmpName          = new System.Windows.Forms.TextBox();
     this.label6               = new System.Windows.Forms.Label();
     this.textNotes            = new System.Windows.Forms.TextBox();
     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.textEmployeeNum      = new OpenDental.ValidNum();
     this.textPhoneExt         = new OpenDental.ValidNum();
     this.listStatusOverride   = new System.Windows.Forms.ListBox();
     this.label17              = 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 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 = 19;
     //
     // 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, 464);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(84, 24);
     this.butDelete.TabIndex     = 16;
     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(539, 464);
     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);
     //
     // 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(632, 464);
     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);
     //
     // checkNoGraph
     //
     this.checkNoGraph.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoGraph.Location   = new System.Drawing.Point(3, 87);
     this.checkNoGraph.Name       = "checkNoGraph";
     this.checkNoGraph.Size       = new System.Drawing.Size(155, 20);
     this.checkNoGraph.TabIndex   = 20;
     this.checkNoGraph.Text       = "No Graph";
     this.checkNoGraph.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoGraph.UseVisualStyleBackColor = true;
     //
     // 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;
     //
     // checkNoColor
     //
     this.checkNoColor.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoColor.Location   = new System.Drawing.Point(3, 113);
     this.checkNoColor.Name       = "checkNoColor";
     this.checkNoColor.Size       = new System.Drawing.Size(155, 20);
     this.checkNoColor.TabIndex   = 25;
     this.checkNoColor.Text       = "No Color";
     this.checkNoColor.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoColor.UseVisualStyleBackColor = true;
     //
     // 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 = 27;
     //
     // 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  = 30;
     //
     // 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 = 32;
     //
     // 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.Location   = new System.Drawing.Point(4, 398);
     this.checkIsPrivateScreen.Name       = "checkIsPrivateScreen";
     this.checkIsPrivateScreen.Size       = new System.Drawing.Size(155, 20);
     this.checkIsPrivateScreen.TabIndex   = 33;
     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(366, 20);
     this.label8.TabIndex  = 35;
     this.label8.Text      = "Do not show this employee on the employee time graph";
     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      = "Do not 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(207, 193);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(498, 37);
     this.label11.TabIndex = 38;
     this.label11.Text     = "The current phone extension for this employee.  Can change from day to day.  If t" +
                             "his employee is not working today, and you need to use their regular extension, " +
                             " set this value to 400+";
     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(362, 355);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(350, 46);
     this.label15.TabIndex = 42;
     this.label15.Text     = "If your computer IP matches your phone extension, do not set this value.  This is" +
                             " mostly used by remote users.  Not usually needed for floaters because your IP w" +
                             "ill match your extension.";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(162, 398);
     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.";
     //
     // 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 = 44;
     //
     // 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 = 45;
     //
     // 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 = 47;
     //
     // 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;
     //
     // FormPhoneEmpDefaultEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(724, 501);
     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.checkNoColor);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.checkNoGraph);
     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();
 }