Esempio n. 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcCodeEdit));
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textProcCode = new System.Windows.Forms.TextBox();
     this.textAbbrev = new System.Windows.Forms.TextBox();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.listTreatArea = new System.Windows.Forms.ListBox();
     this.checkNoBillIns = new System.Windows.Forms.CheckBox();
     this.listCategory = new System.Windows.Forms.ListBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.butSlider = new System.Windows.Forms.Button();
     this.textTime2 = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.checkIsHygiene = new System.Windows.Forms.CheckBox();
     this.textAlternateCode1 = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.checkIsProsth = new System.Windows.Forms.CheckBox();
     this.textMedicalCode = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.listPaintType = new System.Windows.Forms.ListBox();
     this.labelColor = new System.Windows.Forms.Label();
     this.butColor = new System.Windows.Forms.Button();
     this.textLaymanTerm = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.checkIsCanadianLab = new System.Windows.Forms.CheckBox();
     this.label16 = new System.Windows.Forms.Label();
     this.textBaseUnits = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.textSubstitutionCode = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.comboSubstOnlyIf = new System.Windows.Forms.ComboBox();
     this.checkMultiVisit = new System.Windows.Forms.CheckBox();
     this.butAddNote = new OpenDental.UI.Button();
     this.gridNotes = new OpenDental.UI.ODGrid();
     this.tbTime = new OpenDental.TableTimeBar();
     this.butColorClear = new OpenDental.UI.Button();
     this.gridFees = new OpenDental.UI.ODGrid();
     this.textNote = new OpenDental.ODtextBox();
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.labelDrugNDC = new System.Windows.Forms.Label();
     this.labelRevenueCode = new System.Windows.Forms.Label();
     this.textDrugNDC = new System.Windows.Forms.TextBox();
     this.textRevenueCode = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(97,5);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(82,14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Proc Code";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(474,247);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(100,14);
     this.label4.TabIndex = 3;
     this.label4.Text = "Treatment Area";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(600,13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100,14);
     this.label5.TabIndex = 4;
     this.label5.Text = "Category";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(2,58);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53,39);
     this.label6.TabIndex = 5;
     this.label6.Text = "Time Pattern";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(83,104);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(94,16);
     this.label7.TabIndex = 6;
     this.label7.Text = "Abbreviation";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(83,85);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(94,14);
     this.label8.TabIndex = 7;
     this.label8.Text = "Description";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(43,354);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(148,14);
     this.label10.TabIndex = 9;
     this.label10.Text = "Default Note";
     this.label10.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textProcCode
     //
     this.textProcCode.Location = new System.Drawing.Point(179,3);
     this.textProcCode.Name = "textProcCode";
     this.textProcCode.ReadOnly = true;
     this.textProcCode.Size = new System.Drawing.Size(100,20);
     this.textProcCode.TabIndex = 14;
     //
     // textAbbrev
     //
     this.textAbbrev.Location = new System.Drawing.Point(179,103);
     this.textAbbrev.MaxLength = 20;
     this.textAbbrev.Name = "textAbbrev";
     this.textAbbrev.Size = new System.Drawing.Size(100,20);
     this.textAbbrev.TabIndex = 1;
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(179,83);
     this.textDescription.MaxLength = 255;
     this.textDescription.Name = "textDescription";
     this.textDescription.Size = new System.Drawing.Size(287,20);
     this.textDescription.TabIndex = 0;
     //
     // listTreatArea
     //
     this.listTreatArea.Items.AddRange(new object[] {
     "Surface",
     "Tooth",
     "Mouth",
     "Quadrant",
     "Sextant",
     "Arch",
     "Tooth Range"});
     this.listTreatArea.Location = new System.Drawing.Point(476,265);
     this.listTreatArea.Name = "listTreatArea";
     this.listTreatArea.Size = new System.Drawing.Size(118,95);
     this.listTreatArea.TabIndex = 2;
     //
     // checkNoBillIns
     //
     this.checkNoBillIns.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkNoBillIns.Location = new System.Drawing.Point(45,278);
     this.checkNoBillIns.Name = "checkNoBillIns";
     this.checkNoBillIns.Size = new System.Drawing.Size(284,18);
     this.checkNoBillIns.TabIndex = 6;
     this.checkNoBillIns.Text = "Do not usually bill to insurance";
     //
     // listCategory
     //
     this.listCategory.Location = new System.Drawing.Point(600,31);
     this.listCategory.Name = "listCategory";
     this.listCategory.Size = new System.Drawing.Size(120,238);
     this.listCategory.TabIndex = 3;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(184,669);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(388,29);
     this.label3.TabIndex = 28;
     this.label3.Text = "There is no way to delete a code once created because it might have been used som" +
     "eplace.  Instead, move it to a category like \"obsolete\"";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(750,670);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(178,28);
     this.label9.TabIndex = 29;
     this.label9.Text = "Even if you press cancel, changes to fees will not be undone.";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butSlider
     //
     this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark;
     this.butSlider.Location = new System.Drawing.Point(12,113);
     this.butSlider.Name = "butSlider";
     this.butSlider.Size = new System.Drawing.Size(12,15);
     this.butSlider.TabIndex = 31;
     this.butSlider.UseVisualStyleBackColor = false;
     this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown);
     this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove);
     this.butSlider.MouseUp += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp);
     //
     // textTime2
     //
     this.textTime2.Location = new System.Drawing.Point(10,674);
     this.textTime2.Name = "textTime2";
     this.textTime2.Size = new System.Drawing.Size(60,20);
     this.textTime2.TabIndex = 32;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(76,678);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(102,16);
     this.label11.TabIndex = 33;
     this.label11.Text = "Minutes";
     //
     // checkIsHygiene
     //
     this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsHygiene.Location = new System.Drawing.Point(45,296);
     this.checkIsHygiene.Name = "checkIsHygiene";
     this.checkIsHygiene.Size = new System.Drawing.Size(284,18);
     this.checkIsHygiene.TabIndex = 7;
     this.checkIsHygiene.Text = "Is Hygiene procedure";
     //
     // textAlternateCode1
     //
     this.textAlternateCode1.Location = new System.Drawing.Point(179,23);
     this.textAlternateCode1.MaxLength = 15;
     this.textAlternateCode1.Name = "textAlternateCode1";
     this.textAlternateCode1.Size = new System.Drawing.Size(100,20);
     this.textAlternateCode1.TabIndex = 38;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(100,25);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(79,14);
     this.label12.TabIndex = 37;
     this.label12.Text = "Alt Code";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(285,25);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(161,19);
     this.label13.TabIndex = 39;
     this.label13.Text = "(For some Medicaid)";
     //
     // checkIsProsth
     //
     this.checkIsProsth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsProsth.Location = new System.Drawing.Point(45,314);
     this.checkIsProsth.Name = "checkIsProsth";
     this.checkIsProsth.Size = new System.Drawing.Size(284,18);
     this.checkIsProsth.TabIndex = 41;
     this.checkIsProsth.Text = "Is Prosthesis (Crown,Bridge,Denture,RPD)";
     //
     // textMedicalCode
     //
     this.textMedicalCode.Location = new System.Drawing.Point(179,43);
     this.textMedicalCode.MaxLength = 15;
     this.textMedicalCode.Name = "textMedicalCode";
     this.textMedicalCode.Size = new System.Drawing.Size(100,20);
     this.textMedicalCode.TabIndex = 43;
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(100,45);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(79,14);
     this.label14.TabIndex = 42;
     this.label14.Text = "Medical Code";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(474,10);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(100,18);
     this.label15.TabIndex = 46;
     this.label15.Text = "Paint Type";
     this.label15.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listPaintType
     //
     this.listPaintType.Location = new System.Drawing.Point(476,31);
     this.listPaintType.Name = "listPaintType";
     this.listPaintType.Size = new System.Drawing.Size(118,212);
     this.listPaintType.TabIndex = 45;
     //
     // labelColor
     //
     this.labelColor.Location = new System.Drawing.Point(75,218);
     this.labelColor.Name = "labelColor";
     this.labelColor.Size = new System.Drawing.Size(293,16);
     this.labelColor.TabIndex = 48;
     this.labelColor.Text = "Color override instead of using status colors.";
     this.labelColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butColor
     //
     this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butColor.Location = new System.Drawing.Point(44,215);
     this.butColor.Name = "butColor";
     this.butColor.Size = new System.Drawing.Size(30,20);
     this.butColor.TabIndex = 47;
     this.butColor.Click += new System.EventHandler(this.butColor_Click);
     //
     // textLaymanTerm
     //
     this.textLaymanTerm.Location = new System.Drawing.Point(179,123);
     this.textLaymanTerm.MaxLength = 255;
     this.textLaymanTerm.Name = "textLaymanTerm";
     this.textLaymanTerm.Size = new System.Drawing.Size(178,20);
     this.textLaymanTerm.TabIndex = 50;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(53,124);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(124,16);
     this.label2.TabIndex = 51;
     this.label2.Text = "Layman\'s Term";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIsCanadianLab
     //
     this.checkIsCanadianLab.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsCanadianLab.Location = new System.Drawing.Point(45,332);
     this.checkIsCanadianLab.Name = "checkIsCanadianLab";
     this.checkIsCanadianLab.Size = new System.Drawing.Size(284,18);
     this.checkIsCanadianLab.TabIndex = 52;
     this.checkIsCanadianLab.Text = "Is Lab Fee";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(74,146);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(103,13);
     this.label16.TabIndex = 53;
     this.label16.Text = "Base Units";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textBaseUnits
     //
     this.textBaseUnits.Location = new System.Drawing.Point(179,143);
     this.textBaseUnits.Name = "textBaseUnits";
     this.textBaseUnits.Size = new System.Drawing.Size(30,20);
     this.textBaseUnits.TabIndex = 54;
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(215,146);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(251,17);
     this.label17.TabIndex = 55;
     this.label17.Text = "(zero unless for some medical claims)";
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(56,66);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(121,13);
     this.label18.TabIndex = 56;
     this.label18.Text = "Ins. Subst Code";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textSubstitutionCode
     //
     this.textSubstitutionCode.Location = new System.Drawing.Point(179,63);
     this.textSubstitutionCode.MaxLength = 255;
     this.textSubstitutionCode.Name = "textSubstitutionCode";
     this.textSubstitutionCode.Size = new System.Drawing.Size(100,20);
     this.textSubstitutionCode.TabIndex = 57;
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(280,64);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(46,18);
     this.label19.TabIndex = 58;
     this.label19.Text = "Only if";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboSubstOnlyIf
     //
     this.comboSubstOnlyIf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSubstOnlyIf.FormattingEnabled = true;
     this.comboSubstOnlyIf.Location = new System.Drawing.Point(321,62);
     this.comboSubstOnlyIf.Name = "comboSubstOnlyIf";
     this.comboSubstOnlyIf.Size = new System.Drawing.Size(145,21);
     this.comboSubstOnlyIf.TabIndex = 61;
     //
     // checkMultiVisit
     //
     this.checkMultiVisit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkMultiVisit.Location = new System.Drawing.Point(45,260);
     this.checkMultiVisit.Name = "checkMultiVisit";
     this.checkMultiVisit.Size = new System.Drawing.Size(284,18);
     this.checkMultiVisit.TabIndex = 62;
     this.checkMultiVisit.Text = "Multi Visit";
     this.checkMultiVisit.UseVisualStyleBackColor = true;
     //
     // butAddNote
     //
     this.butAddNote.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAddNote.Autosize = true;
     this.butAddNote.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddNote.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddNote.CornerRadius = 4F;
     this.butAddNote.Image = global::OpenDental.Properties.Resources.Add;
     this.butAddNote.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAddNote.Location = new System.Drawing.Point(600,450);
     this.butAddNote.Name = "butAddNote";
     this.butAddNote.Size = new System.Drawing.Size(88,26);
     this.butAddNote.TabIndex = 60;
     this.butAddNote.Text = "Add Note";
     this.butAddNote.Click += new System.EventHandler(this.butAddNote_Click);
     //
     // gridNotes
     //
     this.gridNotes.HScrollVisible = false;
     this.gridNotes.Location = new System.Drawing.Point(44,482);
     this.gridNotes.Name = "gridNotes";
     this.gridNotes.ScrollValue = 0;
     this.gridNotes.Size = new System.Drawing.Size(676,180);
     this.gridNotes.TabIndex = 59;
     this.gridNotes.Title = "Notes and Times for Specific Providers";
     this.gridNotes.TranslationName = "TableProcedureNotes";
     this.gridNotes.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridNotes_CellDoubleClick);
     //
     // tbTime
     //
     this.tbTime.BackColor = System.Drawing.SystemColors.Window;
     this.tbTime.Location = new System.Drawing.Point(10,108);
     this.tbTime.Name = "tbTime";
     this.tbTime.ScrollValue = 150;
     this.tbTime.SelectedIndices = new int[0];
     this.tbTime.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.tbTime.Size = new System.Drawing.Size(15,561);
     this.tbTime.TabIndex = 30;
     //
     // butColorClear
     //
     this.butColorClear.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butColorClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butColorClear.Autosize = true;
     this.butColorClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butColorClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butColorClear.CornerRadius = 4F;
     this.butColorClear.Location = new System.Drawing.Point(44,237);
     this.butColorClear.Name = "butColorClear";
     this.butColorClear.Size = new System.Drawing.Size(75,20);
     this.butColorClear.TabIndex = 49;
     this.butColorClear.Text = "Clear Color";
     this.butColorClear.Click += new System.EventHandler(this.butColorClear_Click);
     //
     // gridFees
     //
     this.gridFees.HScrollVisible = false;
     this.gridFees.Location = new System.Drawing.Point(726,31);
     this.gridFees.Name = "gridFees";
     this.gridFees.ScrollValue = 0;
     this.gridFees.Size = new System.Drawing.Size(199,445);
     this.gridFees.TabIndex = 44;
     this.gridFees.Title = "Fees";
     this.gridFees.TranslationName = "TableProcFee";
     this.gridFees.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridFees_CellDoubleClick);
     //
     // textNote
     //
     this.textNote.AcceptsReturn = true;
     this.textNote.Location = new System.Drawing.Point(44,372);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Procedure;
     this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size = new System.Drawing.Size(550,104);
     this.textNote.TabIndex = 40;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(850,636);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,26);
     this.butCancel.TabIndex = 11;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(850,600);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,26);
     this.butOK.TabIndex = 10;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // labelDrugNDC
     //
     this.labelDrugNDC.Location = new System.Drawing.Point(74,166);
     this.labelDrugNDC.Name = "labelDrugNDC";
     this.labelDrugNDC.Size = new System.Drawing.Size(103,13);
     this.labelDrugNDC.TabIndex = 53;
     this.labelDrugNDC.Text = "Drug NDC";
     this.labelDrugNDC.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelRevenueCode
     //
     this.labelRevenueCode.Location = new System.Drawing.Point(31,186);
     this.labelRevenueCode.Name = "labelRevenueCode";
     this.labelRevenueCode.Size = new System.Drawing.Size(146,13);
     this.labelRevenueCode.TabIndex = 53;
     this.labelRevenueCode.Text = "Default Revenue Code";
     this.labelRevenueCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDrugNDC
     //
     this.textDrugNDC.Location = new System.Drawing.Point(179,163);
     this.textDrugNDC.Name = "textDrugNDC";
     this.textDrugNDC.Size = new System.Drawing.Size(100,20);
     this.textDrugNDC.TabIndex = 54;
     //
     // textRevenueCode
     //
     this.textRevenueCode.Location = new System.Drawing.Point(179,183);
     this.textRevenueCode.Name = "textRevenueCode";
     this.textRevenueCode.Size = new System.Drawing.Size(100,20);
     this.textRevenueCode.TabIndex = 54;
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(285,166);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(181,17);
     this.label20.TabIndex = 55;
     this.label20.Text = "(11 digits or blank)";
     //
     // FormProcCodeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(941,707);
     this.Controls.Add(this.checkMultiVisit);
     this.Controls.Add(this.comboSubstOnlyIf);
     this.Controls.Add(this.butAddNote);
     this.Controls.Add(this.gridNotes);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.textSubstitutionCode);
     this.Controls.Add(this.butSlider);
     this.Controls.Add(this.tbTime);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.textRevenueCode);
     this.Controls.Add(this.textDrugNDC);
     this.Controls.Add(this.textBaseUnits);
     this.Controls.Add(this.labelRevenueCode);
     this.Controls.Add(this.labelDrugNDC);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.checkIsCanadianLab);
     this.Controls.Add(this.textLaymanTerm);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butColorClear);
     this.Controls.Add(this.labelColor);
     this.Controls.Add(this.butColor);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.listPaintType);
     this.Controls.Add(this.gridFees);
     this.Controls.Add(this.textMedicalCode);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.checkIsProsth);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.textAlternateCode1);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.checkIsHygiene);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.textTime2);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.textAbbrev);
     this.Controls.Add(this.textProcCode);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.listCategory);
     this.Controls.Add(this.checkNoBillIns);
     this.Controls.Add(this.listTreatArea);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormProcCodeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Procedure Code";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProcCodeEdit_Closing);
     this.Load += new System.EventHandler(this.FormProcCodeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormApptEditOld));
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.listQuickAdd = new System.Windows.Forms.ListBox();
			this.tbTime = new OpenDental.TableTimeBar();
			this.textTime = new System.Windows.Forms.TextBox();
			this.butCalcTime = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.labelStatus = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.tbProc = new OpenDental.TableApptProcs();
			this.textBalance = new System.Windows.Forms.TextBox();
			this.label16 = new System.Windows.Forms.Label();
			this.textCreditType = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.textFeeTotal = new System.Windows.Forms.TextBox();
			this.textAddTime = new OpenDental.ValidNum();
			this.butSlider = new System.Windows.Forms.Button();
			this.label14 = new System.Windows.Forms.Label();
			this.groupFinancial = new System.Windows.Forms.GroupBox();
			this.textFamilyBal = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.textBillingType = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.tbCommlog = new OpenDental.TableCommLog();
			this.groupContact = new System.Windows.Forms.GroupBox();
			this.textAddrNote = new System.Windows.Forms.TextBox();
			this.label19 = new System.Windows.Forms.Label();
			this.textWirelessPhone = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.textWkPhone = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.textHmPhone = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.butAddComm = new OpenDental.UI.Button();
			this.checkIsNewPatient = new System.Windows.Forms.CheckBox();
			this.comboStatus = new System.Windows.Forms.ComboBox();
			this.comboUnschedStatus = new System.Windows.Forms.ComboBox();
			this.label4 = new System.Windows.Forms.Label();
			this.butPin = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.label12 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.textNote = new OpenDental.ODtextBox();
			this.comboConfirmed = new System.Windows.Forms.ComboBox();
			this.comboProvNum = new System.Windows.Forms.ComboBox();
			this.comboProvHyg = new System.Windows.Forms.ComboBox();
			this.comboAssistant = new System.Windows.Forms.ComboBox();
			this.comboLab = new System.Windows.Forms.ComboBox();
			this.butTask = new OpenDental.UI.Button();
			this.groupDentalSchools = new System.Windows.Forms.GroupBox();
			this.textGradePoint = new System.Windows.Forms.TextBox();
			this.comboSchoolCourse = new System.Windows.Forms.ComboBox();
			this.comboSchoolClass = new System.Windows.Forms.ComboBox();
			this.comboInstructor = new System.Windows.Forms.ComboBox();
			this.label20 = new System.Windows.Forms.Label();
			this.label21 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();
			this.label23 = new System.Windows.Forms.Label();
			this.comboClinic = new System.Windows.Forms.ComboBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.checkIsHygiene = new System.Windows.Forms.CheckBox();
			this.label24 = new System.Windows.Forms.Label();
			this.butAudit = new OpenDental.UI.Button();
			this.groupFinancial.SuspendLayout();
			this.groupContact.SuspendLayout();
			this.groupDentalSchools.SuspendLayout();
			this.SuspendLayout();
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(877,618);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(92,26);
			this.butOK.TabIndex = 7;
			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(877,651);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(92,26);
			this.butCancel.TabIndex = 8;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// listQuickAdd
			// 
			this.listQuickAdd.Location = new System.Drawing.Point(147,43);
			this.listQuickAdd.Name = "listQuickAdd";
			this.listQuickAdd.Size = new System.Drawing.Size(146,225);
			this.listQuickAdd.TabIndex = 3;
			this.listQuickAdd.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listQuickAdd_MouseDown);
			// 
			// tbTime
			// 
			this.tbTime.BackColor = System.Drawing.SystemColors.Window;
			this.tbTime.Location = new System.Drawing.Point(3,7);
			this.tbTime.Name = "tbTime";
			this.tbTime.ScrollValue = 150;
			this.tbTime.SelectedIndices = new int[0];
			this.tbTime.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.tbTime.Size = new System.Drawing.Size(15,561);
			this.tbTime.TabIndex = 4;
			// 
			// textTime
			// 
			this.textTime.BackColor = System.Drawing.Color.White;
			this.textTime.Location = new System.Drawing.Point(1,569);
			this.textTime.Name = "textTime";
			this.textTime.ReadOnly = true;
			this.textTime.Size = new System.Drawing.Size(66,20);
			this.textTime.TabIndex = 5;
			// 
			// butCalcTime
			// 
			this.butCalcTime.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCalcTime.Autosize = true;
			this.butCalcTime.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCalcTime.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCalcTime.CornerRadius = 4F;
			this.butCalcTime.Location = new System.Drawing.Point(3,591);
			this.butCalcTime.Name = "butCalcTime";
			this.butCalcTime.Size = new System.Drawing.Size(32,20);
			this.butCalcTime.TabIndex = 6;
			this.butCalcTime.Text = "Calc";
			this.butCalcTime.Click += new System.EventHandler(this.butCalcTime_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(4,616);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(84,14);
			this.label1.TabIndex = 7;
			this.label1.Text = "Adj Time:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(741,42);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(98,16);
			this.label2.TabIndex = 11;
			this.label2.Text = "Dentist";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(741,63);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(98,16);
			this.label3.TabIndex = 13;
			this.label3.Text = "Hygienist";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelStatus
			// 
			this.labelStatus.Location = new System.Drawing.Point(22,8);
			this.labelStatus.Name = "labelStatus";
			this.labelStatus.Size = new System.Drawing.Size(118,15);
			this.labelStatus.TabIndex = 15;
			this.labelStatus.Text = "Status";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(22,99);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(118,16);
			this.label5.TabIndex = 17;
			this.label5.Text = "Confirmed";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(22,276);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(197,16);
			this.label6.TabIndex = 20;
			this.label6.Text = "Appointment Note";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(145,2);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(143,39);
			this.label7.TabIndex = 21;
			this.label7.Text = "Single click on items in this list to add them to the treatment plan.";
			// 
			// tbProc
			// 
			this.tbProc.BackColor = System.Drawing.SystemColors.Window;
			this.tbProc.Location = new System.Drawing.Point(307,43);
			this.tbProc.Name = "tbProc";
			this.tbProc.ScrollValue = 1;
			this.tbProc.SelectedIndices = new int[0];
			this.tbProc.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.tbProc.Size = new System.Drawing.Size(419,325);
			this.tbProc.TabIndex = 22;
			// 
			// textBalance
			// 
			this.textBalance.Location = new System.Drawing.Point(103,52);
			this.textBalance.Name = "textBalance";
			this.textBalance.ReadOnly = true;
			this.textBalance.Size = new System.Drawing.Size(52,20);
			this.textBalance.TabIndex = 58;
			this.textBalance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(7,54);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(95,16);
			this.label16.TabIndex = 59;
			this.label16.Text = "Patient Balance";
			this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCreditType
			// 
			this.textCreditType.Location = new System.Drawing.Point(103,12);
			this.textCreditType.Name = "textCreditType";
			this.textCreditType.ReadOnly = true;
			this.textCreditType.Size = new System.Drawing.Size(28,20);
			this.textCreditType.TabIndex = 54;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(7,16);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(95,14);
			this.label11.TabIndex = 52;
			this.label11.Text = "Credit Type";
			this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(7,100);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(95,15);
			this.label9.TabIndex = 46;
			this.label9.Text = "Fee This Appt";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textFeeTotal
			// 
			this.textFeeTotal.Location = new System.Drawing.Point(103,98);
			this.textFeeTotal.Name = "textFeeTotal";
			this.textFeeTotal.ReadOnly = true;
			this.textFeeTotal.Size = new System.Drawing.Size(52,20);
			this.textFeeTotal.TabIndex = 49;
			this.textFeeTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// textAddTime
			// 
			this.textAddTime.Location = new System.Drawing.Point(4,633);
			this.textAddTime.MaxVal = 255;
			this.textAddTime.MinVal = 0;
			this.textAddTime.Name = "textAddTime";
			this.textAddTime.Size = new System.Drawing.Size(65,20);
			this.textAddTime.TabIndex = 3;
			// 
			// butSlider
			// 
			this.butSlider.BackColor = System.Drawing.SystemColors.ControlDark;
			this.butSlider.Location = new System.Drawing.Point(5,91);
			this.butSlider.Name = "butSlider";
			this.butSlider.Size = new System.Drawing.Size(12,15);
			this.butSlider.TabIndex = 58;
			this.butSlider.UseVisualStyleBackColor = false;
			this.butSlider.MouseDown += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseDown);
			this.butSlider.MouseMove += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseMove);
			this.butSlider.MouseUp += new System.Windows.Forms.MouseEventHandler(this.butSlider_MouseUp);
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(307,13);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(345,29);
			this.label14.TabIndex = 61;
			this.label14.Text = "From the treatment plan list below, highlight the procedures to attach to this ap" +
    "pointment";
			// 
			// groupFinancial
			// 
			this.groupFinancial.Controls.Add(this.textFamilyBal);
			this.groupFinancial.Controls.Add(this.label10);
			this.groupFinancial.Controls.Add(this.textBillingType);
			this.groupFinancial.Controls.Add(this.label8);
			this.groupFinancial.Controls.Add(this.textBalance);
			this.groupFinancial.Controls.Add(this.textFeeTotal);
			this.groupFinancial.Controls.Add(this.label9);
			this.groupFinancial.Controls.Add(this.label11);
			this.groupFinancial.Controls.Add(this.textCreditType);
			this.groupFinancial.Controls.Add(this.label16);
			this.groupFinancial.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupFinancial.Location = new System.Drawing.Point(738,244);
			this.groupFinancial.Name = "groupFinancial";
			this.groupFinancial.Size = new System.Drawing.Size(229,125);
			this.groupFinancial.TabIndex = 63;
			this.groupFinancial.TabStop = false;
			this.groupFinancial.Text = "Financial";
			// 
			// textFamilyBal
			// 
			this.textFamilyBal.Location = new System.Drawing.Point(103,72);
			this.textFamilyBal.Name = "textFamilyBal";
			this.textFamilyBal.ReadOnly = true;
			this.textFamilyBal.Size = new System.Drawing.Size(52,20);
			this.textFamilyBal.TabIndex = 62;
			this.textFamilyBal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(7,74);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(95,16);
			this.label10.TabIndex = 63;
			this.label10.Text = "Family Balance";
			this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textBillingType
			// 
			this.textBillingType.Location = new System.Drawing.Point(103,32);
			this.textBillingType.Name = "textBillingType";
			this.textBillingType.ReadOnly = true;
			this.textBillingType.Size = new System.Drawing.Size(119,20);
			this.textBillingType.TabIndex = 60;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(7,34);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(95,16);
			this.label8.TabIndex = 61;
			this.label8.Text = "Billing Type";
			this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tbCommlog
			// 
			this.tbCommlog.BackColor = System.Drawing.SystemColors.Window;
			this.tbCommlog.Location = new System.Drawing.Point(251,378);
			this.tbCommlog.Name = "tbCommlog";
			this.tbCommlog.ScrollValue = 427;
			this.tbCommlog.SelectedIndices = new int[0];
			this.tbCommlog.SelectionMode = System.Windows.Forms.SelectionMode.None;
			this.tbCommlog.Size = new System.Drawing.Size(619,308);
			this.tbCommlog.TabIndex = 64;
			// 
			// groupContact
			// 
			this.groupContact.Controls.Add(this.textAddrNote);
			this.groupContact.Controls.Add(this.label19);
			this.groupContact.Controls.Add(this.textWirelessPhone);
			this.groupContact.Controls.Add(this.label18);
			this.groupContact.Controls.Add(this.textWkPhone);
			this.groupContact.Controls.Add(this.label17);
			this.groupContact.Controls.Add(this.textHmPhone);
			this.groupContact.Controls.Add(this.label15);
			this.groupContact.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupContact.Location = new System.Drawing.Point(23,372);
			this.groupContact.Name = "groupContact";
			this.groupContact.Size = new System.Drawing.Size(221,171);
			this.groupContact.TabIndex = 65;
			this.groupContact.TabStop = false;
			this.groupContact.Text = "Contact Info";
			// 
			// textAddrNote
			// 
			this.textAddrNote.BackColor = System.Drawing.SystemColors.Control;
			this.textAddrNote.ForeColor = System.Drawing.Color.DarkRed;
			this.textAddrNote.Location = new System.Drawing.Point(5,100);
			this.textAddrNote.Multiline = true;
			this.textAddrNote.Name = "textAddrNote";
			this.textAddrNote.Size = new System.Drawing.Size(211,64);
			this.textAddrNote.TabIndex = 7;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(6,82);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(168,13);
			this.label19.TabIndex = 6;
			this.label19.Text = "Address and Phone Notes";
			this.label19.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textWirelessPhone
			// 
			this.textWirelessPhone.Location = new System.Drawing.Point(115,57);
			this.textWirelessPhone.Name = "textWirelessPhone";
			this.textWirelessPhone.ReadOnly = true;
			this.textWirelessPhone.Size = new System.Drawing.Size(100,20);
			this.textWirelessPhone.TabIndex = 5;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(15,60);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(100,13);
			this.label18.TabIndex = 4;
			this.label18.Text = "Wireless Phone";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textWkPhone
			// 
			this.textWkPhone.Location = new System.Drawing.Point(115,37);
			this.textWkPhone.Name = "textWkPhone";
			this.textWkPhone.ReadOnly = true;
			this.textWkPhone.Size = new System.Drawing.Size(100,20);
			this.textWkPhone.TabIndex = 3;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(16,41);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(100,13);
			this.label17.TabIndex = 2;
			this.label17.Text = "Work Phone";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHmPhone
			// 
			this.textHmPhone.Location = new System.Drawing.Point(115,17);
			this.textHmPhone.Name = "textHmPhone";
			this.textHmPhone.ReadOnly = true;
			this.textHmPhone.Size = new System.Drawing.Size(100,20);
			this.textHmPhone.TabIndex = 1;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(16,22);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(100,13);
			this.label15.TabIndex = 0;
			this.label15.Text = "Home Phone";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butAddComm
			// 
			this.butAddComm.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAddComm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butAddComm.Autosize = true;
			this.butAddComm.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAddComm.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAddComm.CornerRadius = 4F;
			this.butAddComm.Image = global::OpenDental.Properties.Resources.Add;
			this.butAddComm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAddComm.Location = new System.Drawing.Point(877,379);
			this.butAddComm.Name = "butAddComm";
			this.butAddComm.Size = new System.Drawing.Size(92,26);
			this.butAddComm.TabIndex = 66;
			this.butAddComm.Text = "Co&mm";
			this.butAddComm.Click += new System.EventHandler(this.butAddComm_Click);
			// 
			// checkIsNewPatient
			// 
			this.checkIsNewPatient.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsNewPatient.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsNewPatient.Location = new System.Drawing.Point(755,0);
			this.checkIsNewPatient.Name = "checkIsNewPatient";
			this.checkIsNewPatient.Size = new System.Drawing.Size(208,17);
			this.checkIsNewPatient.TabIndex = 67;
			this.checkIsNewPatient.Text = "New Patient";
			this.checkIsNewPatient.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboStatus
			// 
			this.comboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStatus.Location = new System.Drawing.Point(22,24);
			this.comboStatus.MaxDropDownItems = 10;
			this.comboStatus.Name = "comboStatus";
			this.comboStatus.Size = new System.Drawing.Size(121,21);
			this.comboStatus.TabIndex = 68;
			// 
			// comboUnschedStatus
			// 
			this.comboUnschedStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboUnschedStatus.Location = new System.Drawing.Point(22,69);
			this.comboUnschedStatus.MaxDropDownItems = 100;
			this.comboUnschedStatus.Name = "comboUnschedStatus";
			this.comboUnschedStatus.Size = new System.Drawing.Size(121,21);
			this.comboUnschedStatus.TabIndex = 70;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(22,53);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(126,15);
			this.label4.TabIndex = 69;
			this.label4.Text = "Unscheduled Status";
			// 
			// butPin
			// 
			this.butPin.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butPin.Autosize = true;
			this.butPin.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPin.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPin.CornerRadius = 4F;
			this.butPin.Image = ((System.Drawing.Image)(resources.GetObject("butPin.Image")));
			this.butPin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butPin.Location = new System.Drawing.Point(877,552);
			this.butPin.Name = "butPin";
			this.butPin.Size = new System.Drawing.Size(92,26);
			this.butPin.TabIndex = 71;
			this.butPin.Text = "&Pinboard";
			this.butPin.Click += new System.EventHandler(this.butPin_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(877,585);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(92,26);
			this.butDelete.TabIndex = 72;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(741,101);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(98,16);
			this.label12.TabIndex = 74;
			this.label12.Text = "Assistant";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(741,122);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(98,16);
			this.label13.TabIndex = 76;
			this.label13.Text = "Lab Case";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textNote
			// 
			this.textNote.AcceptsReturn = true;
			this.textNote.Location = new System.Drawing.Point(22,292);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Appointment;
			this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(272,73);
			this.textNote.TabIndex = 77;
			// 
			// comboConfirmed
			// 
			this.comboConfirmed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboConfirmed.Location = new System.Drawing.Point(22,116);
			this.comboConfirmed.MaxDropDownItems = 30;
			this.comboConfirmed.Name = "comboConfirmed";
			this.comboConfirmed.Size = new System.Drawing.Size(121,21);
			this.comboConfirmed.TabIndex = 78;
			// 
			// comboProvNum
			// 
			this.comboProvNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvNum.Location = new System.Drawing.Point(842,38);
			this.comboProvNum.MaxDropDownItems = 100;
			this.comboProvNum.Name = "comboProvNum";
			this.comboProvNum.Size = new System.Drawing.Size(126,21);
			this.comboProvNum.TabIndex = 79;
			this.comboProvNum.SelectedIndexChanged += new System.EventHandler(this.comboProvNum_SelectedIndexChanged);
			// 
			// comboProvHyg
			// 
			this.comboProvHyg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboProvHyg.Location = new System.Drawing.Point(842,59);
			this.comboProvHyg.MaxDropDownItems = 30;
			this.comboProvHyg.Name = "comboProvHyg";
			this.comboProvHyg.Size = new System.Drawing.Size(126,21);
			this.comboProvHyg.TabIndex = 80;
			// 
			// comboAssistant
			// 
			this.comboAssistant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboAssistant.Location = new System.Drawing.Point(842,97);
			this.comboAssistant.MaxDropDownItems = 30;
			this.comboAssistant.Name = "comboAssistant";
			this.comboAssistant.Size = new System.Drawing.Size(126,21);
			this.comboAssistant.TabIndex = 81;
			// 
			// comboLab
			// 
			this.comboLab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboLab.Location = new System.Drawing.Point(842,118);
			this.comboLab.MaxDropDownItems = 30;
			this.comboLab.Name = "comboLab";
			this.comboLab.Size = new System.Drawing.Size(126,21);
			this.comboLab.TabIndex = 82;
			// 
			// butTask
			// 
			this.butTask.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butTask.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butTask.Autosize = true;
			this.butTask.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butTask.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butTask.CornerRadius = 4F;
			this.butTask.Location = new System.Drawing.Point(877,519);
			this.butTask.Name = "butTask";
			this.butTask.Size = new System.Drawing.Size(92,26);
			this.butTask.TabIndex = 83;
			this.butTask.Text = "To Task List";
			this.butTask.Click += new System.EventHandler(this.butTask_Click);
			// 
			// groupDentalSchools
			// 
			this.groupDentalSchools.Controls.Add(this.textGradePoint);
			this.groupDentalSchools.Controls.Add(this.comboSchoolCourse);
			this.groupDentalSchools.Controls.Add(this.comboSchoolClass);
			this.groupDentalSchools.Controls.Add(this.comboInstructor);
			this.groupDentalSchools.Controls.Add(this.label20);
			this.groupDentalSchools.Controls.Add(this.label21);
			this.groupDentalSchools.Controls.Add(this.label22);
			this.groupDentalSchools.Controls.Add(this.label23);
			this.groupDentalSchools.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupDentalSchools.Location = new System.Drawing.Point(738,141);
			this.groupDentalSchools.Name = "groupDentalSchools";
			this.groupDentalSchools.Size = new System.Drawing.Size(228,101);
			this.groupDentalSchools.TabIndex = 84;
			this.groupDentalSchools.TabStop = false;
			this.groupDentalSchools.Text = "Dental Schools";
			// 
			// textGradePoint
			// 
			this.textGradePoint.Location = new System.Drawing.Point(93,75);
			this.textGradePoint.Name = "textGradePoint";
			this.textGradePoint.Size = new System.Drawing.Size(63,20);
			this.textGradePoint.TabIndex = 90;
			// 
			// comboSchoolCourse
			// 
			this.comboSchoolCourse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSchoolCourse.Location = new System.Drawing.Point(93,54);
			this.comboSchoolCourse.MaxDropDownItems = 30;
			this.comboSchoolCourse.Name = "comboSchoolCourse";
			this.comboSchoolCourse.Size = new System.Drawing.Size(130,21);
			this.comboSchoolCourse.TabIndex = 89;
			// 
			// comboSchoolClass
			// 
			this.comboSchoolClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboSchoolClass.Location = new System.Drawing.Point(93,33);
			this.comboSchoolClass.MaxDropDownItems = 30;
			this.comboSchoolClass.Name = "comboSchoolClass";
			this.comboSchoolClass.Size = new System.Drawing.Size(130,21);
			this.comboSchoolClass.TabIndex = 88;
			// 
			// comboInstructor
			// 
			this.comboInstructor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboInstructor.Location = new System.Drawing.Point(93,12);
			this.comboInstructor.MaxDropDownItems = 30;
			this.comboInstructor.Name = "comboInstructor";
			this.comboInstructor.Size = new System.Drawing.Size(130,21);
			this.comboInstructor.TabIndex = 87;
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(9,78);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(82,16);
			this.label20.TabIndex = 86;
			this.label20.Text = "Grade";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(9,58);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(82,16);
			this.label21.TabIndex = 85;
			this.label21.Text = "Course";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(9,36);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(82,16);
			this.label22.TabIndex = 84;
			this.label22.Text = "Class";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(9,16);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(82,16);
			this.label23.TabIndex = 83;
			this.label23.Text = "Instructor";
			this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboClinic
			// 
			this.comboClinic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboClinic.Location = new System.Drawing.Point(842,17);
			this.comboClinic.MaxDropDownItems = 100;
			this.comboClinic.Name = "comboClinic";
			this.comboClinic.Size = new System.Drawing.Size(126,21);
			this.comboClinic.TabIndex = 86;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(741,21);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(98,16);
			this.labelClinic.TabIndex = 85;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkIsHygiene
			// 
			this.checkIsHygiene.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkIsHygiene.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkIsHygiene.Location = new System.Drawing.Point(751,81);
			this.checkIsHygiene.Name = "checkIsHygiene";
			this.checkIsHygiene.Size = new System.Drawing.Size(104,16);
			this.checkIsHygiene.TabIndex = 117;
			this.checkIsHygiene.Text = "Is Hygiene";
			this.checkIsHygiene.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(856,81);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(113,16);
			this.label24.TabIndex = 118;
			this.label24.Text = "(use hyg color)";
			// 
			// 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(877,486);
			this.butAudit.Name = "butAudit";
			this.butAudit.Size = new System.Drawing.Size(92,26);
			this.butAudit.TabIndex = 119;
			this.butAudit.Text = "Audit Trail";
			this.butAudit.Click += new System.EventHandler(this.butAudit_Click);
			// 
			// FormApptEditOld
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(974,695);
			this.Controls.Add(this.butAudit);
			this.Controls.Add(this.butTask);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textAddTime);
			this.Controls.Add(this.textTime);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butPin);
			this.Controls.Add(this.butAddComm);
			this.Controls.Add(this.butCalcTime);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label24);
			this.Controls.Add(this.checkIsHygiene);
			this.Controls.Add(this.comboClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.groupDentalSchools);
			this.Controls.Add(this.comboLab);
			this.Controls.Add(this.comboAssistant);
			this.Controls.Add(this.comboProvHyg);
			this.Controls.Add(this.comboProvNum);
			this.Controls.Add(this.comboConfirmed);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.label12);
			this.Controls.Add(this.comboUnschedStatus);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.comboStatus);
			this.Controls.Add(this.checkIsNewPatient);
			this.Controls.Add(this.groupContact);
			this.Controls.Add(this.tbCommlog);
			this.Controls.Add(this.groupFinancial);
			this.Controls.Add(this.label14);
			this.Controls.Add(this.butSlider);
			this.Controls.Add(this.tbProc);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.labelStatus);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.tbTime);
			this.Controls.Add(this.listQuickAdd);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormApptEditOld";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Appointment";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormApptEdit_Closing);
			this.Load += new System.EventHandler(this.FormApptEdit_Load);
			this.groupFinancial.ResumeLayout(false);
			this.groupFinancial.PerformLayout();
			this.groupContact.ResumeLayout(false);
			this.groupContact.PerformLayout();
			this.groupDentalSchools.ResumeLayout(false);
			this.groupDentalSchools.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}