Esempio n. 1
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(FormOperatoryEdit));
     this.labelApptType       = new System.Windows.Forms.Label();
     this.butPickHyg          = new OpenDental.UI.Button();
     this.butPickProv         = new OpenDental.UI.Button();
     this.label4              = new System.Windows.Forms.Label();
     this.checkIsWebSched     = new System.Windows.Forms.CheckBox();
     this.comboClinic         = new OpenDental.UI.ComboBoxClinicPicker();
     this.label3              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.checkSetProspective = new System.Windows.Forms.CheckBox();
     this.checkIsHygiene      = new System.Windows.Forms.CheckBox();
     this.label8              = new System.Windows.Forms.Label();
     this.comboHyg            = new OpenDental.UI.ComboBoxPlus();
     this.comboProv           = new OpenDental.UI.ComboBoxPlus();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.checkIsHidden       = new System.Windows.Forms.CheckBox();
     this.textAbbrev          = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.textOpName          = new System.Windows.Forms.TextBox();
     this.butOK                 = new OpenDental.UI.Button();
     this.butCancel             = new OpenDental.UI.Button();
     this.label1                = new System.Windows.Forms.Label();
     this.groupBoxApptType      = new System.Windows.Forms.GroupBox();
     this.textWSNPAApptTypes    = new System.Windows.Forms.TextBox();
     this.butWSNPAPickApptTypes = new OpenDental.UI.Button();
     this.label10               = new System.Windows.Forms.Label();
     this.butUpdateProvs        = new OpenDental.UI.Button();
     this.label5                = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.groupBoxApptType.SuspendLayout();
     this.SuspendLayout();
     //
     // labelApptType
     //
     this.labelApptType.Location  = new System.Drawing.Point(16, 42);
     this.labelApptType.Name      = "labelApptType";
     this.labelApptType.Size      = new System.Drawing.Size(117, 17);
     this.labelApptType.TabIndex  = 126;
     this.labelApptType.Text      = "New Pat Appt Types";
     this.labelApptType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butPickHyg
     //
     this.butPickHyg.Location = new System.Drawing.Point(412, 123);
     this.butPickHyg.Name     = "butPickHyg";
     this.butPickHyg.Size     = new System.Drawing.Size(23, 21);
     this.butPickHyg.TabIndex = 123;
     this.butPickHyg.Text     = "...";
     this.butPickHyg.Click   += new System.EventHandler(this.butPickHyg_Click);
     //
     // butPickProv
     //
     this.butPickProv.Location = new System.Drawing.Point(412, 102);
     this.butPickProv.Name     = "butPickProv";
     this.butPickProv.Size     = new System.Drawing.Size(23, 21);
     this.butPickProv.TabIndex = 122;
     this.butPickProv.Text     = "...";
     this.butPickProv.Click   += new System.EventHandler(this.butPickProv_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(151, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(358, 16);
     this.label4.TabIndex = 120;
     this.label4.Text     = "This operatory will be available for Web Sched recall appointments.";
     //
     // checkIsWebSched
     //
     this.checkIsWebSched.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsWebSched.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsWebSched.Location   = new System.Drawing.Point(11, 19);
     this.checkIsWebSched.Name       = "checkIsWebSched";
     this.checkIsWebSched.Size       = new System.Drawing.Size(135, 16);
     this.checkIsWebSched.TabIndex   = 119;
     this.checkIsWebSched.Text       = "Is Recall";
     this.checkIsWebSched.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboClinic
     //
     this.comboClinic.HqDescription     = "None";
     this.comboClinic.IncludeUnassigned = true;
     this.comboClinic.Location          = new System.Drawing.Point(123, 81);
     this.comboClinic.Name     = "comboClinic";
     this.comboClinic.Size     = new System.Drawing.Size(289, 21);
     this.comboClinic.TabIndex = 3;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.ComboClinic_SelectionChangeCommitted);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(178, 169);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(363, 16);
     this.label3.TabIndex = 117;
     this.label3.Text     = "Change status of patients in this operatory to prospective.";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(178, 150);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(363, 16);
     this.label9.TabIndex = 117;
     this.label9.Text     = "The hygienist will be considered the main provider for this op.";
     //
     // checkSetProspective
     //
     this.checkSetProspective.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkSetProspective.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkSetProspective.Location   = new System.Drawing.Point(69, 168);
     this.checkSetProspective.Name       = "checkSetProspective";
     this.checkSetProspective.Size       = new System.Drawing.Size(104, 16);
     this.checkSetProspective.TabIndex   = 7;
     this.checkSetProspective.Text       = "Set Prospective";
     this.checkSetProspective.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(69, 149);
     this.checkIsHygiene.Name       = "checkIsHygiene";
     this.checkIsHygiene.Size       = new System.Drawing.Size(104, 16);
     this.checkIsHygiene.TabIndex   = 6;
     this.checkIsHygiene.Text       = "Is Hygiene";
     this.checkIsHygiene.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(178, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(316, 16);
     this.label8.TabIndex = 115;
     this.label8.Text     = "(because you can\'t delete an operatory)";
     //
     // comboHyg
     //
     this.comboHyg.Location = new System.Drawing.Point(160, 123);
     this.comboHyg.Name     = "comboHyg";
     this.comboHyg.Size     = new System.Drawing.Size(252, 21);
     this.comboHyg.TabIndex = 5;
     //
     // comboProv
     //
     this.comboProv.Location = new System.Drawing.Point(160, 102);
     this.comboProv.Name     = "comboProv";
     this.comboProv.Size     = new System.Drawing.Size(252, 21);
     this.comboProv.TabIndex = 4;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(36, 125);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(123, 16);
     this.label6.TabIndex  = 112;
     this.label6.Text      = "Hygienist";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(25, 104);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(134, 16);
     this.label7.TabIndex  = 111;
     this.label7.Text      = "Provider";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkIsHidden
     //
     this.checkIsHidden.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkIsHidden.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkIsHidden.Location   = new System.Drawing.Point(69, 63);
     this.checkIsHidden.Name       = "checkIsHidden";
     this.checkIsHidden.Size       = new System.Drawing.Size(104, 16);
     this.checkIsHidden.TabIndex   = 2;
     this.checkIsHidden.Text       = "Is Hidden";
     this.checkIsHidden.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textAbbrev
     //
     this.textAbbrev.Location  = new System.Drawing.Point(160, 40);
     this.textAbbrev.MaxLength = 5;
     this.textAbbrev.Name      = "textAbbrev";
     this.textAbbrev.Size      = new System.Drawing.Size(78, 20);
     this.textAbbrev.TabIndex  = 1;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(151, 17);
     this.label2.TabIndex  = 99;
     this.label2.Text      = "Abbrev (max 5 char)";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textOpName
     //
     this.textOpName.Location  = new System.Drawing.Point(160, 20);
     this.textOpName.MaxLength = 255;
     this.textOpName.Name      = "textOpName";
     this.textOpName.Size      = new System.Drawing.Size(252, 20);
     this.textOpName.TabIndex  = 0;
     //
     // 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(396, 354);
     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);
     //
     // 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(487, 354);
     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);
     //
     // 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      = "Op Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBoxApptType
     //
     this.groupBoxApptType.Controls.Add(this.textWSNPAApptTypes);
     this.groupBoxApptType.Controls.Add(this.butWSNPAPickApptTypes);
     this.groupBoxApptType.Controls.Add(this.label10);
     this.groupBoxApptType.Controls.Add(this.labelApptType);
     this.groupBoxApptType.Controls.Add(this.label4);
     this.groupBoxApptType.Controls.Add(this.checkIsWebSched);
     this.groupBoxApptType.Location = new System.Drawing.Point(26, 190);
     this.groupBoxApptType.Name     = "groupBoxApptType";
     this.groupBoxApptType.Size     = new System.Drawing.Size(515, 100);
     this.groupBoxApptType.TabIndex = 128;
     this.groupBoxApptType.TabStop  = false;
     this.groupBoxApptType.Text     = "Web Sched Settings";
     //
     // textWSNPAApptTypes
     //
     this.textWSNPAApptTypes.Location  = new System.Drawing.Point(134, 41);
     this.textWSNPAApptTypes.MaxLength = 255;
     this.textWSNPAApptTypes.Name      = "textWSNPAApptTypes";
     this.textWSNPAApptTypes.ReadOnly  = true;
     this.textWSNPAApptTypes.Size      = new System.Drawing.Size(252, 20);
     this.textWSNPAApptTypes.TabIndex  = 129;
     //
     // butWSNPAPickApptTypes
     //
     this.butWSNPAPickApptTypes.Location = new System.Drawing.Point(386, 40);
     this.butWSNPAPickApptTypes.Name     = "butWSNPAPickApptTypes";
     this.butWSNPAPickApptTypes.Size     = new System.Drawing.Size(23, 22);
     this.butWSNPAPickApptTypes.TabIndex = 129;
     this.butWSNPAPickApptTypes.Text     = "...";
     this.butWSNPAPickApptTypes.Click   += new System.EventHandler(this.butWSNPAPickApptTypes_Click);
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(131, 65);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(378, 29);
     this.label10.TabIndex = 128;
     this.label10.Text     = "Only the above appointment types will be allowed within this operatory.\r\nAppt Typ" +
                             "e is required to be considered for Web Sched New Pat Appt.";
     //
     // butUpdateProvs
     //
     this.butUpdateProvs.Location = new System.Drawing.Point(160, 300);
     this.butUpdateProvs.Name     = "butUpdateProvs";
     this.butUpdateProvs.Size     = new System.Drawing.Size(75, 26);
     this.butUpdateProvs.TabIndex = 129;
     this.butUpdateProvs.Text     = "Update All";
     this.butUpdateProvs.Click   += new System.EventHandler(this.ButUpdateProvs_Click);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(-1, 305);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(160, 17);
     this.label5.TabIndex  = 130;
     this.label5.Text      = "Update Provs on Future Appts";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(240, 307);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(160, 21);
     this.label11.TabIndex = 131;
     this.label11.Text     = "for this operatory.  ";
     //
     // FormOperatoryEdit
     //
     this.ClientSize = new System.Drawing.Size(574, 392);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.butUpdateProvs);
     this.Controls.Add(this.groupBoxApptType);
     this.Controls.Add(this.butPickHyg);
     this.Controls.Add(this.butPickProv);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.checkSetProspective);
     this.Controls.Add(this.checkIsHygiene);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.comboHyg);
     this.Controls.Add(this.comboProv);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.checkIsHidden);
     this.Controls.Add(this.textAbbrev);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textOpName);
     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          = "FormOperatoryEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Operatory";
     this.Load         += new System.EventHandler(this.FormOperatoryEdit_Load);
     this.groupBoxApptType.ResumeLayout(false);
     this.groupBoxApptType.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPharmacyEdit));
     this.butCancel     = new OpenDental.UI.Button();
     this.butOK         = new OpenDental.UI.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.textStoreName = new System.Windows.Forms.TextBox();
     this.butDelete     = new OpenDental.UI.Button();
     this.textCity      = new System.Windows.Forms.TextBox();
     this.textState     = new System.Windows.Forms.TextBox();
     this.textZip       = new System.Windows.Forms.TextBox();
     this.textAddress2  = new System.Windows.Forms.TextBox();
     this.textAddress   = new System.Windows.Forms.TextBox();
     this.textPhone     = new OpenDental.ValidPhone();
     this.label11       = 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.label6        = new System.Windows.Forms.Label();
     this.textFax       = new OpenDental.ValidPhone();
     this.label5        = new System.Windows.Forms.Label();
     this.label7        = new System.Windows.Forms.Label();
     this.textNote      = new System.Windows.Forms.TextBox();
     this.label8        = new System.Windows.Forms.Label();
     this.comboClinic   = new OpenDental.UI.ComboBoxClinicPicker();
     this.SuspendLayout();
     //
     // 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(456, 286);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 10;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // 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(365, 286);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 9;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // 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      = "Store Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textStoreName
     //
     this.textStoreName.Location = new System.Drawing.Point(160, 20);
     this.textStoreName.Name     = "textStoreName";
     this.textStoreName.Size     = new System.Drawing.Size(291, 20);
     this.textStoreName.TabIndex = 0;
     //
     // 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(27, 286);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(81, 26);
     this.butDelete.TabIndex   = 4;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textCity
     //
     this.textCity.Location  = new System.Drawing.Point(160, 125);
     this.textCity.MaxLength = 255;
     this.textCity.Name      = "textCity";
     this.textCity.Size      = new System.Drawing.Size(155, 20);
     this.textCity.TabIndex  = 5;
     //
     // textState
     //
     this.textState.Location  = new System.Drawing.Point(315, 125);
     this.textState.MaxLength = 255;
     this.textState.Name      = "textState";
     this.textState.Size      = new System.Drawing.Size(65, 20);
     this.textState.TabIndex  = 6;
     //
     // textZip
     //
     this.textZip.Location  = new System.Drawing.Point(380, 125);
     this.textZip.MaxLength = 255;
     this.textZip.Name      = "textZip";
     this.textZip.Size      = new System.Drawing.Size(71, 20);
     this.textZip.TabIndex  = 7;
     //
     // textAddress2
     //
     this.textAddress2.Location  = new System.Drawing.Point(160, 104);
     this.textAddress2.MaxLength = 255;
     this.textAddress2.Name      = "textAddress2";
     this.textAddress2.Size      = new System.Drawing.Size(291, 20);
     this.textAddress2.TabIndex  = 4;
     //
     // textAddress
     //
     this.textAddress.Location  = new System.Drawing.Point(160, 83);
     this.textAddress.MaxLength = 255;
     this.textAddress.Name      = "textAddress";
     this.textAddress.Size      = new System.Drawing.Size(291, 20);
     this.textAddress.TabIndex  = 3;
     //
     // textPhone
     //
     this.textPhone.Location  = new System.Drawing.Point(160, 41);
     this.textPhone.MaxLength = 255;
     this.textPhone.Name      = "textPhone";
     this.textPhone.Size      = new System.Drawing.Size(157, 20);
     this.textPhone.TabIndex  = 1;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(-5, 129);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(163, 15);
     this.label11.TabIndex  = 105;
     this.label11.Text      = "City, ST, Zip";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(7, 108);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(151, 17);
     this.label4.TabIndex  = 103;
     this.label4.Text      = "Address2";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(7, 85);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(151, 17);
     this.label3.TabIndex  = 101;
     this.label3.Text      = "Address";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 44);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(151, 17);
     this.label2.TabIndex  = 99;
     this.label2.Text      = "Phone";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(320, 43);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(144, 18);
     this.label6.TabIndex  = 110;
     this.label6.Text      = "(###)###-####";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textFax
     //
     this.textFax.Location  = new System.Drawing.Point(160, 62);
     this.textFax.MaxLength = 255;
     this.textFax.Name      = "textFax";
     this.textFax.Size      = new System.Drawing.Size(157, 20);
     this.textFax.TabIndex  = 2;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 65);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(151, 17);
     this.label5.TabIndex  = 112;
     this.label5.Text      = "Fax";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(320, 64);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(144, 18);
     this.label7.TabIndex  = 113;
     this.label7.Text      = "(###)###-####";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(160, 168);
     this.textNote.MaxLength = 255;
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(291, 107);
     this.textNote.TabIndex  = 8;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(7, 172);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(151, 17);
     this.label8.TabIndex  = 115;
     this.label8.Text      = "Note";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboClinic
     //
     this.comboClinic.BackColor         = System.Drawing.SystemColors.Control;
     this.comboClinic.IncludeAll        = true;
     this.comboClinic.IncludeUnassigned = true;
     this.comboClinic.Location          = new System.Drawing.Point(123, 146);
     this.comboClinic.Name = "comboClinic";
     this.comboClinic.SelectionModeMulti = true;
     this.comboClinic.Size     = new System.Drawing.Size(195, 21);
     this.comboClinic.TabIndex = 116;
     //
     // FormPharmacyEdit
     //
     this.ClientSize = new System.Drawing.Size(557, 330);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textFax);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textCity);
     this.Controls.Add(this.textState);
     this.Controls.Add(this.textZip);
     this.Controls.Add(this.textAddress2);
     this.Controls.Add(this.textAddress);
     this.Controls.Add(this.textPhone);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textStoreName);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label6);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPharmacyEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Pharmacy";
     this.Load         += new System.EventHandler(this.FormPharmacyEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpProcNote));
     this.butClose                   = new OpenDental.UI.Button();
     this.checkNoNotes               = new System.Windows.Forms.CheckBox();
     this.checkUnsignedNote          = new System.Windows.Forms.CheckBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.groupFilter                = new System.Windows.Forms.GroupBox();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.radioProcDate              = new System.Windows.Forms.RadioButton();
     this.radioPatient               = new System.Windows.Forms.RadioButton();
     this.radioProc                  = new System.Windows.Forms.RadioButton();
     this.comboClinics               = new OpenDental.UI.ComboBoxClinicPicker();
     this.comboProvs                 = new OpenDental.UI.ComboBoxPlus();
     this.dateRangePicker            = new OpenDental.UI.ODDateRangePicker();
     this.butRefresh                 = new OpenDental.UI.Button();
     this.gridMain                   = new OpenDental.UI.ODGrid();
     this.contextMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.goToChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.butExport                  = new OpenDental.UI.Button();
     this.butPrint                   = new OpenDental.UI.Button();
     this.groupFilter.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location     = new System.Drawing.Point(796, 524);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 26);
     this.butClose.TabIndex     = 4;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // checkNoNotes
     //
     this.checkNoNotes.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoNotes.Location   = new System.Drawing.Point(6, 16);
     this.checkNoNotes.Name       = "checkNoNotes";
     this.checkNoNotes.Size       = new System.Drawing.Size(350, 21);
     this.checkNoNotes.TabIndex   = 0;
     this.checkNoNotes.Text       = "Include procedures with no notes on any procedure for the same day";
     this.checkNoNotes.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkNoNotes.UseVisualStyleBackColor = true;
     //
     // checkUnsignedNote
     //
     this.checkUnsignedNote.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUnsignedNote.Location   = new System.Drawing.Point(6, 38);
     this.checkUnsignedNote.Name       = "checkUnsignedNote";
     this.checkUnsignedNote.Size       = new System.Drawing.Size(350, 21);
     this.checkUnsignedNote.TabIndex   = 1;
     this.checkUnsignedNote.Text       = "Include procedures with a note that is unsigned";
     this.checkUnsignedNote.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkUnsignedNote.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(384, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(85, 21);
     this.label1.TabIndex  = 49;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupFilter
     //
     this.groupFilter.Controls.Add(this.groupBox1);
     this.groupFilter.Controls.Add(this.comboClinics);
     this.groupFilter.Controls.Add(this.comboProvs);
     this.groupFilter.Controls.Add(this.dateRangePicker);
     this.groupFilter.Controls.Add(this.butRefresh);
     this.groupFilter.Controls.Add(this.checkUnsignedNote);
     this.groupFilter.Controls.Add(this.checkNoNotes);
     this.groupFilter.Controls.Add(this.label1);
     this.groupFilter.Location = new System.Drawing.Point(12, 0);
     this.groupFilter.Name     = "groupFilter";
     this.groupFilter.Size     = new System.Drawing.Size(859, 97);
     this.groupFilter.TabIndex = 0;
     this.groupFilter.TabStop  = false;
     this.groupFilter.Text     = "Filters";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioProcDate);
     this.groupBox1.Controls.Add(this.radioPatient);
     this.groupBox1.Controls.Add(this.radioProc);
     this.groupBox1.Location = new System.Drawing.Point(638, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(125, 79);
     this.groupBox1.TabIndex = 52;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Group By";
     //
     // radioProcDate
     //
     this.radioProcDate.Location = new System.Drawing.Point(8, 53);
     this.radioProcDate.Name     = "radioProcDate";
     this.radioProcDate.Size     = new System.Drawing.Size(111, 18);
     this.radioProcDate.TabIndex = 2;
     this.radioProcDate.Text     = "Date and Patient";
     this.radioProcDate.UseVisualStyleBackColor = true;
     this.radioProcDate.MouseCaptureChanged    += new System.EventHandler(this.radioProcDate_MouseCaptureChanged);
     //
     // radioPatient
     //
     this.radioPatient.Location = new System.Drawing.Point(8, 35);
     this.radioPatient.Name     = "radioPatient";
     this.radioPatient.Size     = new System.Drawing.Size(104, 18);
     this.radioPatient.TabIndex = 1;
     this.radioPatient.Text     = "Patient";
     this.radioPatient.UseVisualStyleBackColor = true;
     this.radioPatient.MouseCaptureChanged    += new System.EventHandler(this.radioPatient_MouseCaptureChanged);
     //
     // radioProc
     //
     this.radioProc.Checked  = true;
     this.radioProc.Location = new System.Drawing.Point(8, 17);
     this.radioProc.Name     = "radioProc";
     this.radioProc.Size     = new System.Drawing.Size(104, 18);
     this.radioProc.TabIndex = 0;
     this.radioProc.TabStop  = true;
     this.radioProc.Text     = "Procedure";
     this.radioProc.UseVisualStyleBackColor = true;
     this.radioProc.MouseCaptureChanged    += new System.EventHandler(this.radioProc_MouseCaptureChanged);
     //
     // comboClinics
     //
     this.comboClinics.IncludeAll        = true;
     this.comboClinics.IncludeUnassigned = true;
     this.comboClinics.Location          = new System.Drawing.Point(431, 17);
     this.comboClinics.Name = "comboClinics";
     this.comboClinics.SelectionModeMulti = true;
     this.comboClinics.Size     = new System.Drawing.Size(197, 21);
     this.comboClinics.TabIndex = 3;
     //
     // comboProvs
     //
     this.comboProvs.BackColor          = System.Drawing.SystemColors.Window;
     this.comboProvs.Location           = new System.Drawing.Point(468, 38);
     this.comboProvs.Name               = "comboProvs";
     this.comboProvs.SelectionModeMulti = true;
     this.comboProvs.Size               = new System.Drawing.Size(160, 21);
     this.comboProvs.TabIndex           = 4;
     //
     // dateRangePicker
     //
     this.dateRangePicker.BackColor           = System.Drawing.SystemColors.Control;
     this.dateRangePicker.DefaultDateTimeFrom = new System.DateTime(2017, 7, 1, 0, 0, 0, 0);
     this.dateRangePicker.DefaultDateTimeTo   = new System.DateTime(2018, 1, 1, 0, 0, 0, 0);
     this.dateRangePicker.EnableWeekButtons   = false;
     this.dateRangePicker.Location            = new System.Drawing.Point(124, 64);
     this.dateRangePicker.MaximumSize         = new System.Drawing.Size(0, 185);
     this.dateRangePicker.MinimumSize         = new System.Drawing.Size(300, 21);
     this.dateRangePicker.Name     = "dateRangePicker";
     this.dateRangePicker.Size     = new System.Drawing.Size(491, 27);
     this.dateRangePicker.TabIndex = 5;
     //
     // butRefresh
     //
     this.butRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butRefresh.Location = new System.Drawing.Point(769, 17);
     this.butRefresh.Name     = "butRefresh";
     this.butRefresh.Size     = new System.Drawing.Size(82, 24);
     this.butRefresh.TabIndex = 6;
     this.butRefresh.Text     = "&Refresh";
     this.butRefresh.Click   += new System.EventHandler(this.butRefresh_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.ContextMenuStrip = this.contextMenuStrip;
     this.gridMain.Location         = new System.Drawing.Point(12, 103);
     this.gridMain.Name             = "gridMain";
     this.gridMain.Size             = new System.Drawing.Size(859, 415);
     this.gridMain.TabIndex         = 1;
     this.gridMain.Title            = "Incomplete Procedure Notes";
     this.gridMain.TranslationName  = "TableIncompleteProcNotes";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     this.gridMain.CellClick       += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellClick);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.goToChartToolStripMenuItem
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(125, 26);
     //
     // goToChartToolStripMenuItem
     //
     this.goToChartToolStripMenuItem.Name   = "goToChartToolStripMenuItem";
     this.goToChartToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.goToChartToolStripMenuItem.Text   = "See Chart";
     this.goToChartToolStripMenuItem.Click += new System.EventHandler(this.goToChartToolStripMenuItem_Click);
     //
     // butExport
     //
     this.butExport.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butExport.Image      = global::OpenDental.Properties.Resources.butExport;
     this.butExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butExport.Location   = new System.Drawing.Point(97, 526);
     this.butExport.Name       = "butExport";
     this.butExport.Size       = new System.Drawing.Size(79, 24);
     this.butExport.TabIndex   = 3;
     this.butExport.Text       = "&Export";
     this.butExport.Click     += new System.EventHandler(this.butExport_Click);
     //
     // butPrint
     //
     this.butPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butPrint.Image      = global::OpenDental.Properties.Resources.butPrintSmall;
     this.butPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butPrint.Location   = new System.Drawing.Point(12, 526);
     this.butPrint.Name       = "butPrint";
     this.butPrint.Size       = new System.Drawing.Size(79, 24);
     this.butPrint.TabIndex   = 2;
     this.butPrint.Text       = "&Print";
     this.butPrint.Click     += new System.EventHandler(this.butPrint_Click);
     //
     // FormRpProcNote
     //
     this.CancelButton = this.butClose;
     this.ClientSize   = new System.Drawing.Size(891, 572);
     this.Controls.Add(this.butExport);
     this.Controls.Add(this.butPrint);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.groupFilter);
     this.Controls.Add(this.butClose);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(907, 517);
     this.Name        = "FormRpProcNote";
     this.Text        = "Incomplete Procedure Notes Report";
     this.Load       += new System.EventHandler(this.FormRpProcNote_Load);
     this.groupFilter.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 4
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(FormOperatories));
     this.label1      = new System.Windows.Forms.Label();
     this.gridMain    = new OpenDental.UI.ODGrid();
     this.comboClinic = new OpenDental.UI.ComboBoxClinicPicker();
     this.butDown     = new OpenDental.UI.Button();
     this.butUp       = new OpenDental.UI.Button();
     this.butAdd      = new OpenDental.UI.Button();
     this.butClose    = new OpenDental.UI.Button();
     this.butCombine  = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(20, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(251, 20);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "(Also, see the appointment views section)";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.Location         = new System.Drawing.Point(21, 31);
     this.gridMain.Name             = "gridMain";
     this.gridMain.SelectionMode    = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridMain.Size             = new System.Drawing.Size(759, 432);
     this.gridMain.TabIndex         = 11;
     this.gridMain.Title            = "Operatories";
     this.gridMain.TranslationName  = "TableOperatories";
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // comboClinic
     //
     this.comboClinic.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboClinic.IncludeAll = true;
     this.comboClinic.Location   = new System.Drawing.Point(546, 8);
     this.comboClinic.Name       = "comboClinic";
     this.comboClinic.Size       = new System.Drawing.Size(234, 21);
     this.comboClinic.TabIndex   = 119;
     this.comboClinic.SelectionChangeCommitted += new System.EventHandler(this.comboClinic_SelectionChangeCommitted);
     //
     // butDown
     //
     this.butDown.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butDown.Image      = global::OpenDental.Properties.Resources.down;
     this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDown.Location   = new System.Drawing.Point(800, 235);
     this.butDown.Name       = "butDown";
     this.butDown.Size       = new System.Drawing.Size(80, 26);
     this.butDown.TabIndex   = 14;
     this.butDown.Text       = "&Down";
     this.butDown.Click     += new System.EventHandler(this.butDown_Click);
     //
     // butUp
     //
     this.butUp.AdjustImageLocation = new System.Drawing.Point(0, 1);
     this.butUp.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butUp.Image      = global::OpenDental.Properties.Resources.up;
     this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butUp.Location   = new System.Drawing.Point(800, 203);
     this.butUp.Name       = "butUp";
     this.butUp.Size       = new System.Drawing.Size(80, 26);
     this.butUp.TabIndex   = 13;
     this.butUp.Text       = "&Up";
     this.butUp.Click     += new System.EventHandler(this.butUp_Click);
     //
     // butAdd
     //
     this.butAdd.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(800, 31);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(80, 26);
     this.butAdd.TabIndex   = 10;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // butClose
     //
     this.butClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Location = new System.Drawing.Point(800, 437);
     this.butClose.Name     = "butClose";
     this.butClose.Size     = new System.Drawing.Size(80, 26);
     this.butClose.TabIndex = 0;
     this.butClose.Text     = "&Close";
     this.butClose.Click   += new System.EventHandler(this.butClose_Click);
     //
     // butCombine
     //
     this.butCombine.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butCombine.Location = new System.Drawing.Point(800, 123);
     this.butCombine.Name     = "butCombine";
     this.butCombine.Size     = new System.Drawing.Size(80, 26);
     this.butCombine.TabIndex = 122;
     this.butCombine.Text     = "Co&mbine";
     this.butCombine.Click   += new System.EventHandler(this.butCombine_Click);
     //
     // FormOperatories
     //
     this.ClientSize = new System.Drawing.Size(898, 486);
     this.Controls.Add(this.butCombine);
     this.Controls.Add(this.comboClinic);
     this.Controls.Add(this.butDown);
     this.Controls.Add(this.butUp);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(850, 350);
     this.Name          = "FormOperatories";
     this.ShowInTaskbar = false;
     this.Text          = "Operatories";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormOperatories_Closing);
     this.Load         += new System.EventHandler(this.FormOperatories_Load);
     this.ResumeLayout(false);
 }