Exemplo 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()
 {
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.listUser = new System.Windows.Forms.ListBox();
     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(215,451);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(215,492);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // listUser
     //
     this.listUser.FormattingEnabled = true;
     this.listUser.Location = new System.Drawing.Point(12,18);
     this.listUser.Name = "listUser";
     this.listUser.Size = new System.Drawing.Size(176,498);
     this.listUser.TabIndex = 4;
     this.listUser.DoubleClick += new System.EventHandler(this.listUser_DoubleClick);
     //
     // FormUserPick
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(316,534);
     this.Controls.Add(this.listUser);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormUserPick";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Pick User";
     this.Load += new System.EventHandler(this.FormUserPick_Load);
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.checkPatientFormsShowConsent = new System.Windows.Forms.CheckBox();
     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(233,115);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(314,115);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // checkPatientFormsShowConsent
     //
     this.checkPatientFormsShowConsent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkPatientFormsShowConsent.Location = new System.Drawing.Point(34,51);
     this.checkPatientFormsShowConsent.Name = "checkPatientFormsShowConsent";
     this.checkPatientFormsShowConsent.Size = new System.Drawing.Size(333,17);
     this.checkPatientFormsShowConsent.TabIndex = 199;
     this.checkPatientFormsShowConsent.Text = "Patient Forms window  show consent forms";
     //
     // FormSheetSetup
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(401,151);
     this.Controls.Add(this.checkPatientFormsShowConsent);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormSheetSetup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Patient Form Options";
     this.Load += new System.EventHandler(this.FormReportSetup_Load);
     this.ResumeLayout(false);
 }
Exemplo 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(FormLogoffWarning));
			this.timer = new System.Windows.Forms.Timer(this.components);
			this.butCancel = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// timer
			// 
			this.timer.Enabled = true;
			this.timer.Interval = 10000;
			this.timer.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// 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(293, 73);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 24);
			this.butCancel.TabIndex = 2;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(12, 34);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(385, 23);
			this.label1.TabIndex = 3;
			this.label1.Text = "Open Dental will log off from this workstation in 10 seconds due to inactivity.";
			// 
			// FormLogoffWarning
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(397, 115);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormLogoffWarning";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Logoff Warning";
			this.TopMost = true;
			this.ResumeLayout(false);

		}
Exemplo 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(FormLanguageDefs));
			this.butClose = new OpenDental.UI.Button();
			this.listAvailable = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.Location = new System.Drawing.Point(592,513);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,26);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// listAvailable
			// 
			this.listAvailable.FormattingEnabled = true;
			this.listAvailable.Location = new System.Drawing.Point(45,33);
			this.listAvailable.Name = "listAvailable";
			this.listAvailable.Size = new System.Drawing.Size(278,498);
			this.listAvailable.TabIndex = 1;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(42,9);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100,23);
			this.label1.TabIndex = 2;
			this.label1.Text = "Available Languages";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// FormLanguageDefs
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(719,564);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.listAvailable);
			this.Controls.Add(this.butClose);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormLanguageDefs";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Language Definitions";
			this.Load += new System.EventHandler(this.FormLanguageDefs_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 5
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(FormLicense));
			this.butClose = new OpenDental.UI.Button();
			this.richTextAgreement = new System.Windows.Forms.RichTextBox();
			this.textGPL = new System.Windows.Forms.RichTextBox();
			this.SuspendLayout();
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.Location = new System.Drawing.Point(764,618);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,26);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// richTextAgreement
			// 
			this.richTextAgreement.Location = new System.Drawing.Point(12,5);
			this.richTextAgreement.Name = "richTextAgreement";
			this.richTextAgreement.Size = new System.Drawing.Size(827,300);
			this.richTextAgreement.TabIndex = 9;
			this.richTextAgreement.Text = "";
			// 
			// textGPL
			// 
			this.textGPL.Location = new System.Drawing.Point(12,311);
			this.textGPL.Name = "textGPL";
			this.textGPL.Size = new System.Drawing.Size(827,300);
			this.textGPL.TabIndex = 10;
			this.textGPL.Text = "";
			// 
			// FormLicense
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(851,656);
			this.Controls.Add(this.textGPL);
			this.Controls.Add(this.richTextAgreement);
			this.Controls.Add(this.butClose);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormLicense";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Licenses";
			this.Load += new System.EventHandler(this.FormLicense_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 6
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpProcNote));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(510,338);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.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(510,297);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// FormRpProcNote
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(605,386);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormRpProcNote";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Incomplete Procedure Notes Report";
			this.Load += new System.EventHandler(this.FormRpProcNote_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelClinic = new System.Windows.Forms.Label();
     this.listClinic = new System.Windows.Forms.ListBox();
     this.butOK = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // labelClinic
     //
     this.labelClinic.Location = new System.Drawing.Point(21, 9);
     this.labelClinic.Name = "labelClinic";
     this.labelClinic.Size = new System.Drawing.Size(179, 21);
     this.labelClinic.TabIndex = 253;
     this.labelClinic.Text = "Select a clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listClinic
     //
     this.listClinic.FormattingEnabled = true;
     this.listClinic.Location = new System.Drawing.Point(24, 34);
     this.listClinic.Name = "listClinic";
     this.listClinic.Size = new System.Drawing.Size(176, 264);
     this.listClinic.TabIndex = 254;
     this.listClinic.DoubleClick += new System.EventHandler(this.listClinic_DoubleClick);
     //
     // 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(187, 321);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // FormBillingClinic
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(274, 357);
     this.Controls.Add(this.listClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.butOK);
     this.Name = "FormBillingClinic";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Billing Clinics";
     this.Load += new System.EventHandler(this.FormBillingClinic_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gridMain = new OpenDental.UI.ODGrid();
     this.butClose = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // gridMain
     //
     this.gridMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMain.HScrollVisible = false;
     this.gridMain.Location = new System.Drawing.Point(12,12);
     this.gridMain.Name = "gridMain";
     this.gridMain.ScrollValue = 0;
     this.gridMain.Size = new System.Drawing.Size(482,271);
     this.gridMain.TabIndex = 3;
     this.gridMain.Title = "Electronic Benefit Request History";
     this.gridMain.TranslationName = null;
     this.gridMain.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMain_CellDoubleClick);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(419,289);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "&Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // FormBenefitElectHistory
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(506,325);
     this.Controls.Add(this.gridMain);
     this.Controls.Add(this.butClose);
     this.Name = "FormBenefitElectHistory";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Electronic Benefit History";
     this.Load += new System.EventHandler(this.FormBenefitElectHistory_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTrojanHelp));
			this.butCancel = new OpenDental.UI.Button();
			this.textMain = new System.Windows.Forms.RichTextBox();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(530,386);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Close";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// textMain
			// 
			this.textMain.Location = new System.Drawing.Point(12,12);
			this.textMain.Name = "textMain";
			this.textMain.Size = new System.Drawing.Size(592,350);
			this.textMain.TabIndex = 1;
			this.textMain.Text = resources.GetString("textMain.Text");
			// 
			// FormTrojanHelp
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(617,424);
			this.Controls.Add(this.textMain);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTrojanHelp";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Help";
			this.Load += new System.EventHandler(this.FormTrojanHelp_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.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(625,442);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 3;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location = new System.Drawing.Point(625,483);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormRecallListOptions
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(725,534);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Name = "FormRecallListOptions";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ResumeLayout(false);
 }
Exemplo n.º 11
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpPrintPreview));
			this.printPreviewControl2 = new System.Windows.Forms.PrintPreviewControl();
			this.button1 = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// printPreviewControl2
			// 
			this.printPreviewControl2.AutoZoom = false;
			this.printPreviewControl2.Location = new System.Drawing.Point(0,0);
			this.printPreviewControl2.Name = "printPreviewControl2";
			this.printPreviewControl2.Size = new System.Drawing.Size(842,538);
			this.printPreviewControl2.TabIndex = 7;
			this.printPreviewControl2.Zoom = 1;
			// 
			// button1
			// 
			this.button1.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.button1.Autosize = true;
			this.button1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.button1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.button1.CornerRadius = 4F;
			this.button1.Location = new System.Drawing.Point(323,709);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75,23);
			this.button1.TabIndex = 8;
			this.button1.Text = "next page";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// FormRpPrintPreview
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(842,746);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.printPreviewControl2);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FormRpPrintPreview";
			this.ShowInTaskbar = false;
			this.Text = "FormRpPrintPreview";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			this.Load += new System.EventHandler(this.FormRpPrintPreview_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.butClose = new OpenDental.UI.Button();
     this.odGrid1 = new OpenDental.UI.ODGrid();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(844,585);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "Close";
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // odGrid1
     //
     this.odGrid1.HScrollVisible = false;
     this.odGrid1.Location = new System.Drawing.Point(12,12);
     this.odGrid1.Name = "odGrid1";
     this.odGrid1.ScrollValue = 0;
     this.odGrid1.Size = new System.Drawing.Size(907,564);
     this.odGrid1.TabIndex = 3;
     this.odGrid1.Title = null;
     this.odGrid1.TranslationName = null;
     //
     // FormMonthView
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(931,618);
     this.Controls.Add(this.odGrid1);
     this.Controls.Add(this.butClose);
     this.Name = "FormMonthView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Month View";
     this.Load += new System.EventHandler(this.FormMonthView_Load);
     this.ResumeLayout(false);
 }
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormJournalEntryEdit));
			this.labelMemo = new System.Windows.Forms.Label();
			this.labelDebit = new System.Windows.Forms.Label();
			this.textMemo = new System.Windows.Forms.TextBox();
			this.labelCredit = new System.Windows.Forms.Label();
			this.textCheckNumber = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.textAccount = new System.Windows.Forms.TextBox();
			this.butChange = new OpenDental.UI.Button();
			this.textCredit = new OpenDental.ValidDouble();
			this.textDebit = new OpenDental.ValidDouble();
			this.butDelete = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.labelReconcile = new System.Windows.Forms.Label();
			this.textReconcile = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// labelMemo
			// 
			this.labelMemo.Location = new System.Drawing.Point(16,94);
			this.labelMemo.Name = "labelMemo";
			this.labelMemo.Size = new System.Drawing.Size(93,16);
			this.labelMemo.TabIndex = 0;
			this.labelMemo.Text = "Memo";
			this.labelMemo.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelDebit
			// 
			this.labelDebit.Location = new System.Drawing.Point(110,14);
			this.labelDebit.Name = "labelDebit";
			this.labelDebit.Size = new System.Drawing.Size(90,16);
			this.labelDebit.TabIndex = 4;
			this.labelDebit.Text = "Debit";
			this.labelDebit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textMemo
			// 
			this.textMemo.Location = new System.Drawing.Point(110,90);
			this.textMemo.Multiline = true;
			this.textMemo.Name = "textMemo";
			this.textMemo.Size = new System.Drawing.Size(230,46);
			this.textMemo.TabIndex = 6;
			// 
			// labelCredit
			// 
			this.labelCredit.Location = new System.Drawing.Point(205,14);
			this.labelCredit.Name = "labelCredit";
			this.labelCredit.Size = new System.Drawing.Size(90,16);
			this.labelCredit.TabIndex = 19;
			this.labelCredit.Text = "Credit";
			this.labelCredit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
			// 
			// textCheckNumber
			// 
			this.textCheckNumber.Location = new System.Drawing.Point(110,145);
			this.textCheckNumber.Name = "textCheckNumber";
			this.textCheckNumber.Size = new System.Drawing.Size(132,20);
			this.textCheckNumber.TabIndex = 21;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(5,149);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(104,16);
			this.label2.TabIndex = 20;
			this.label2.Text = "Check Number";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(7,63);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100,20);
			this.label5.TabIndex = 23;
			this.label5.Text = "Account";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAccount
			// 
			this.textAccount.Location = new System.Drawing.Point(110,60);
			this.textAccount.Name = "textAccount";
			this.textAccount.ReadOnly = true;
			this.textAccount.Size = new System.Drawing.Size(230,20);
			this.textAccount.TabIndex = 25;
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(346,57);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(75,26);
			this.butChange.TabIndex = 26;
			this.butChange.Text = "Change";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// textCredit
			// 
			this.textCredit.Location = new System.Drawing.Point(205,31);
			this.textCredit.Name = "textCredit";
			this.textCredit.Size = new System.Drawing.Size(90,20);
			this.textCredit.TabIndex = 18;
			// 
			// textDebit
			// 
			this.textDebit.Location = new System.Drawing.Point(110,31);
			this.textDebit.Name = "textDebit";
			this.textDebit.Size = new System.Drawing.Size(90,20);
			this.textDebit.TabIndex = 1;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(12,219);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,26);
			this.butDelete.TabIndex = 17;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(430,219);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 9;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(430,181);
			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);
			// 
			// labelReconcile
			// 
			this.labelReconcile.Location = new System.Drawing.Point(110,199);
			this.labelReconcile.Name = "labelReconcile";
			this.labelReconcile.Size = new System.Drawing.Size(230,21);
			this.labelReconcile.TabIndex = 27;
			this.labelReconcile.Text = "Attached to Reconcile";
			this.labelReconcile.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textReconcile
			// 
			this.textReconcile.Location = new System.Drawing.Point(110,222);
			this.textReconcile.Name = "textReconcile";
			this.textReconcile.ReadOnly = true;
			this.textReconcile.Size = new System.Drawing.Size(112,20);
			this.textReconcile.TabIndex = 28;
			// 
			// FormJournalEntryEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(517,257);
			this.Controls.Add(this.textReconcile);
			this.Controls.Add(this.labelReconcile);
			this.Controls.Add(this.butChange);
			this.Controls.Add(this.textAccount);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.textCheckNumber);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textCredit);
			this.Controls.Add(this.labelCredit);
			this.Controls.Add(this.textMemo);
			this.Controls.Add(this.textDebit);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.labelDebit);
			this.Controls.Add(this.labelMemo);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormJournalEntryEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Journal Entry";
			this.Load += new System.EventHandler(this.FormJournalEntryEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 14
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormZipSelect));
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.listMatches = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.butEdit = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butAdd = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(336,153);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 0;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(336,186);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 1;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// listMatches
			// 
			this.listMatches.Location = new System.Drawing.Point(24,45);
			this.listMatches.Name = "listMatches";
			this.listMatches.Size = new System.Drawing.Size(197,95);
			this.listMatches.TabIndex = 3;
			this.listMatches.DoubleClick += new System.EventHandler(this.listMatches_DoubleClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(25,23);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(377,16);
			this.label1.TabIndex = 4;
			this.label1.Text = "Cities attached to this zipcode:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// butEdit
			// 
			this.butEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butEdit.Autosize = true;
			this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butEdit.CornerRadius = 4F;
			this.butEdit.Image = global::OpenDental.Properties.Resources.editPencil;
			this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butEdit.Location = new System.Drawing.Point(208,186);
			this.butEdit.Name = "butEdit";
			this.butEdit.Size = new System.Drawing.Size(75,26);
			this.butEdit.TabIndex = 12;
			this.butEdit.Text = "&Edit";
			this.butEdit.Click += new System.EventHandler(this.butEdit_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(119,186);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(75,26);
			this.butDelete.TabIndex = 11;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(30,186);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(75,26);
			this.butAdd.TabIndex = 10;
			this.butAdd.Text = "&Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// FormZipSelect
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(430,235);
			this.Controls.Add(this.butEdit);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butAdd);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.listMatches);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormZipSelect";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Select Zipcode";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormZipSelect_Closing);
			this.Load += new System.EventHandler(this.FormZipSelect_Load);
			this.ResumeLayout(false);

		}
		private void InitializeComponent() {
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
			this.butClose = new OpenDental.UI.Button();
			this.LblPatientName = new System.Windows.Forms.Label();
			this.dataGridView1 = new System.Windows.Forms.DataGridView();
			this.MyPrintDocument = new System.Drawing.Printing.PrintDocument();
			this.btnPrintPreview = new OpenDental.UI.Button();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
			this.SuspendLayout();
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.butClose.Location = new System.Drawing.Point(385,404);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,23);
			this.butClose.TabIndex = 2;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// LblPatientName
			// 
			this.LblPatientName.AutoSize = true;
			this.LblPatientName.Font = new System.Drawing.Font("Microsoft Sans Serif",13F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.LblPatientName.ForeColor = System.Drawing.Color.Blue;
			this.LblPatientName.Location = new System.Drawing.Point(2,8);
			this.LblPatientName.Name = "LblPatientName";
			this.LblPatientName.Size = new System.Drawing.Size(0,22);
			this.LblPatientName.TabIndex = 12;
			// 
			// dataGridView1
			// 
			this.dataGridView1.AllowUserToAddRows = false;
			this.dataGridView1.AllowUserToDeleteRows = false;
			this.dataGridView1.AllowUserToOrderColumns = true;
			this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
			this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
			this.dataGridView1.CausesValidation = false;
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
			dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
			this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
			this.dataGridView1.Location = new System.Drawing.Point(4,33);
			this.dataGridView1.Name = "dataGridView1";
			dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
			dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
			dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
			this.dataGridView1.RowHeadersWidth = 22;
			dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
			dataGridViewCellStyle4.NullValue = null;
			dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle4;
			this.dataGridView1.RowTemplate.ReadOnly = true;
			this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.dataGridView1.Size = new System.Drawing.Size(807,368);
			this.dataGridView1.TabIndex = 11;
			// 
			// MyPrintDocument
			// 
			this.MyPrintDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.MyPrintDocument_PrintPage);
			// 
			// btnPrintPreview
			// 
			this.btnPrintPreview.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.btnPrintPreview.Autosize = true;
			this.btnPrintPreview.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.btnPrintPreview.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.btnPrintPreview.CornerRadius = 4F;
			this.btnPrintPreview.Location = new System.Drawing.Point(290,404);
			this.btnPrintPreview.Name = "btnPrintPreview";
			this.btnPrintPreview.Size = new System.Drawing.Size(93,23);
			this.btnPrintPreview.TabIndex = 14;
			this.btnPrintPreview.Text = "&Print Preview";
			this.btnPrintPreview.UseVisualStyleBackColor = true;
			this.btnPrintPreview.Click += new System.EventHandler(this.btnPrintPreview_Click);
			// 
			// FormEligibilityResponseDisplay
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butClose;
			this.ClientSize = new System.Drawing.Size(814,462);
			this.Controls.Add(this.btnPrintPreview);
			this.Controls.Add(this.LblPatientName);
			this.Controls.Add(this.dataGridView1);
			this.Controls.Add(this.butClose);
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormEligibilityResponseDisplay";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Patient Eligibility";
			this.Load += new System.EventHandler(this.FormDisplayEligibilityResponse_Load);
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDunningEdit));
     this.label1             = new System.Windows.Forms.Label();
     this.textDunMessage     = new System.Windows.Forms.TextBox();
     this.listBillType       = new System.Windows.Forms.ListBox();
     this.label8             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.labelDaysInAdvance = new System.Windows.Forms.Label();
     this.textDaysInAdvance  = new OpenDental.ValidNumber();
     this.radio30            = new System.Windows.Forms.RadioButton();
     this.radio90            = new System.Windows.Forms.RadioButton();
     this.radio60            = new System.Windows.Forms.RadioButton();
     this.radioAny           = new System.Windows.Forms.RadioButton();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.radioY             = new System.Windows.Forms.RadioButton();
     this.radioN             = new System.Windows.Forms.RadioButton();
     this.radioU             = new System.Windows.Forms.RadioButton();
     this.textMessageBold    = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.label10            = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.textEmailBody      = new System.Windows.Forms.TextBox();
     this.textEmailSubject   = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.butDelete          = new OpenDental.UI.Button();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.butPickClinic    = new OpenDental.UI.Button();
     this.labelClinic      = new System.Windows.Forms.Label();
     this.comboClinics     = new System.Windows.Forms.ComboBox();
     this.checkSuperFamily = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(7, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(148, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Message";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textDunMessage
     //
     this.textDunMessage.AcceptsReturn = true;
     this.textDunMessage.AcceptsTab    = true;
     this.textDunMessage.Location      = new System.Drawing.Point(7, 37);
     this.textDunMessage.Multiline     = true;
     this.textDunMessage.Name          = "textDunMessage";
     this.textDunMessage.Size          = new System.Drawing.Size(428, 89);
     this.textDunMessage.TabIndex      = 0;
     //
     // listBillType
     //
     this.listBillType.Location = new System.Drawing.Point(12, 35);
     this.listBillType.Name     = "listBillType";
     this.listBillType.Size     = new System.Drawing.Size(158, 199);
     this.listBillType.TabIndex = 113;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(12, 17);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(158, 16);
     this.label8.TabIndex  = 114;
     this.label8.Text      = "Billing Type:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelDaysInAdvance);
     this.groupBox1.Controls.Add(this.textDaysInAdvance);
     this.groupBox1.Controls.Add(this.radio30);
     this.groupBox1.Controls.Add(this.radio90);
     this.groupBox1.Controls.Add(this.radio60);
     this.groupBox1.Controls.Add(this.radioAny);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(176, 29);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(277, 110);
     this.groupBox1.TabIndex  = 115;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Age of Account";
     //
     // labelDaysInAdvance
     //
     this.labelDaysInAdvance.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelDaysInAdvance.Location  = new System.Drawing.Point(148, 85);
     this.labelDaysInAdvance.Name      = "labelDaysInAdvance";
     this.labelDaysInAdvance.Size      = new System.Drawing.Size(88, 18);
     this.labelDaysInAdvance.TabIndex  = 121;
     this.labelDaysInAdvance.Text      = "Days in Adv";
     this.labelDaysInAdvance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textDaysInAdvance
     //
     this.textDaysInAdvance.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textDaysInAdvance.Location = new System.Drawing.Point(237, 84);
     this.textDaysInAdvance.MaxVal   = 2147483647;
     this.textDaysInAdvance.MinVal   = 0;
     this.textDaysInAdvance.Name     = "textDaysInAdvance";
     this.textDaysInAdvance.Size     = new System.Drawing.Size(34, 20);
     this.textDaysInAdvance.TabIndex = 4;
     //
     // radio30
     //
     this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio30.Location  = new System.Drawing.Point(12, 41);
     this.radio30.Name      = "radio30";
     this.radio30.Size      = new System.Drawing.Size(114, 18);
     this.radio30.TabIndex  = 1;
     this.radio30.Text      = "Over 30 Days";
     //
     // radio90
     //
     this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio90.Location  = new System.Drawing.Point(12, 85);
     this.radio90.Name      = "radio90";
     this.radio90.Size      = new System.Drawing.Size(114, 18);
     this.radio90.TabIndex  = 3;
     this.radio90.Text      = "Over 90 Days";
     //
     // radio60
     //
     this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radio60.Location  = new System.Drawing.Point(12, 63);
     this.radio60.Name      = "radio60";
     this.radio60.Size      = new System.Drawing.Size(114, 18);
     this.radio60.TabIndex  = 2;
     this.radio60.Text      = "Over 60 Days";
     //
     // radioAny
     //
     this.radioAny.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.radioAny.Location        = new System.Drawing.Point(12, 19);
     this.radioAny.Name            = "radioAny";
     this.radioAny.Size            = new System.Drawing.Size(114, 18);
     this.radioAny.TabIndex        = 0;
     this.radioAny.Text            = "Any Balance";
     this.radioAny.CheckedChanged += new System.EventHandler(this.radioAny_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.radioY);
     this.groupBox2.Controls.Add(this.radioN);
     this.groupBox2.Controls.Add(this.radioU);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(176, 147);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(277, 87);
     this.groupBox2.TabIndex  = 117;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Insurance Payment Pending";
     //
     // radioY
     //
     this.radioY.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioY.Location  = new System.Drawing.Point(12, 39);
     this.radioY.Name      = "radioY";
     this.radioY.Size      = new System.Drawing.Size(114, 18);
     this.radioY.TabIndex  = 1;
     this.radioY.TabStop   = true;
     this.radioY.Text      = "Yes";
     //
     // radioN
     //
     this.radioN.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioN.Location  = new System.Drawing.Point(12, 61);
     this.radioN.Name      = "radioN";
     this.radioN.Size      = new System.Drawing.Size(114, 18);
     this.radioN.TabIndex  = 2;
     this.radioN.TabStop   = true;
     this.radioN.Text      = "No";
     //
     // radioU
     //
     this.radioU.Checked   = true;
     this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioU.Location  = new System.Drawing.Point(12, 17);
     this.radioU.Name      = "radioU";
     this.radioU.Size      = new System.Drawing.Size(114, 18);
     this.radioU.TabIndex  = 0;
     this.radioU.TabStop   = true;
     this.radioU.Text      = "Doesn\'t Matter";
     //
     // textMessageBold
     //
     this.textMessageBold.AcceptsReturn = true;
     this.textMessageBold.AcceptsTab    = true;
     this.textMessageBold.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textMessageBold.ForeColor     = System.Drawing.Color.DarkRed;
     this.textMessageBold.Location      = new System.Drawing.Point(7, 149);
     this.textMessageBold.Multiline     = true;
     this.textMessageBold.Name          = "textMessageBold";
     this.textMessageBold.Size          = new System.Drawing.Size(428, 89);
     this.textMessageBold.TabIndex      = 118;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(7, 130);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(148, 17);
     this.label2.TabIndex  = 119;
     this.label2.Text      = "Bold Message";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.textMessageBold);
     this.groupBox3.Controls.Add(this.textDunMessage);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location  = new System.Drawing.Point(12, 240);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(441, 246);
     this.groupBox3.TabIndex  = 118;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Statement Notes";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.textEmailBody);
     this.groupBox4.Controls.Add(this.textEmailSubject);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location  = new System.Drawing.Point(459, 29);
     this.groupBox4.Name      = "groupBox4";
     this.groupBox4.Size      = new System.Drawing.Size(437, 457);
     this.groupBox4.TabIndex  = 119;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Email Statement Override";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(6, 18);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(424, 49);
     this.label10.TabIndex = 250;
     this.label10.Text     = resources.GetString("label10.Text");
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(6, 68);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(412, 17);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Subject";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textEmailBody
     //
     this.textEmailBody.AcceptsReturn = true;
     this.textEmailBody.AcceptsTab    = true;
     this.textEmailBody.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.textEmailBody.ForeColor     = System.Drawing.Color.Black;
     this.textEmailBody.Location      = new System.Drawing.Point(6, 132);
     this.textEmailBody.Multiline     = true;
     this.textEmailBody.Name          = "textEmailBody";
     this.textEmailBody.Size          = new System.Drawing.Size(424, 317);
     this.textEmailBody.TabIndex      = 118;
     //
     // textEmailSubject
     //
     this.textEmailSubject.AcceptsReturn = true;
     this.textEmailSubject.AcceptsTab    = true;
     this.textEmailSubject.Location      = new System.Drawing.Point(6, 87);
     this.textEmailSubject.MaxLength     = 200;
     this.textEmailSubject.Multiline     = true;
     this.textEmailSubject.Name          = "textEmailSubject";
     this.textEmailSubject.Size          = new System.Drawing.Size(424, 22);
     this.textEmailSubject.TabIndex      = 0;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(6, 113);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(412, 17);
     this.label4.TabIndex  = 119;
     this.label4.Text      = "Body";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // butDelete
     //
     this.butDelete.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(12, 493);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(81, 24);
     this.butDelete.TabIndex   = 4;
     this.butDelete.Text       = "Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(738, 493);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(76, 24);
     this.butOK.TabIndex = 8;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(820, 493);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(76, 24);
     this.butCancel.TabIndex = 9;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butPickClinic
     //
     this.butPickClinic.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.butPickClinic.Location = new System.Drawing.Point(875, 12);
     this.butPickClinic.Name     = "butPickClinic";
     this.butPickClinic.Size     = new System.Drawing.Size(21, 21);
     this.butPickClinic.TabIndex = 257;
     this.butPickClinic.Text     = "...";
     this.butPickClinic.Visible  = false;
     this.butPickClinic.Click   += new System.EventHandler(this.butPickClinic_Click);
     //
     // labelClinic
     //
     this.labelClinic.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelClinic.Location  = new System.Drawing.Point(679, 13);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(49, 18);
     this.labelClinic.TabIndex  = 256;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.labelClinic.Visible   = false;
     //
     // comboClinics
     //
     this.comboClinics.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboClinics.BackColor     = System.Drawing.SystemColors.Window;
     this.comboClinics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboClinics.Location      = new System.Drawing.Point(729, 12);
     this.comboClinics.Name          = "comboClinics";
     this.comboClinics.Size          = new System.Drawing.Size(143, 21);
     this.comboClinics.TabIndex      = 255;
     this.comboClinics.Visible       = false;
     //
     // checkSuperFamily
     //
     this.checkSuperFamily.CheckAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkSuperFamily.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.checkSuperFamily.Location    = new System.Drawing.Point(582, 13);
     this.checkSuperFamily.Name        = "checkSuperFamily";
     this.checkSuperFamily.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.checkSuperFamily.Size        = new System.Drawing.Size(94, 18);
     this.checkSuperFamily.TabIndex    = 258;
     this.checkSuperFamily.Text        = "Super Family";
     this.checkSuperFamily.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.checkSuperFamily.Visible     = false;
     //
     // FormDunningEdit
     //
     this.ClientSize = new System.Drawing.Size(908, 529);
     this.Controls.Add(this.checkSuperFamily);
     this.Controls.Add(this.butPickClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.comboClinics);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listBillType);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(924, 568);
     this.Name          = "FormDunningEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Dunning Message";
     this.Load         += new System.EventHandler(this.FormDunningEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 17
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(FormRpProcCodes));
     this.butCancel       = new OpenDental.UI.Button();
     this.butOK           = new OpenDental.UI.Button();
     this.listFeeSched    = new System.Windows.Forms.ListBox();
     this.panel1          = new System.Windows.Forms.Panel();
     this.radioCategories = new System.Windows.Forms.RadioButton();
     this.radioCode       = new System.Windows.Forms.RadioButton();
     this.label1          = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(337, 276);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 3;
     this.butCancel.Text         = "&Cancel";
     //
     // 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(337, 241);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // listFeeSched
     //
     this.listFeeSched.Location            = new System.Drawing.Point(33, 41);
     this.listFeeSched.Name                = "listFeeSched";
     this.listFeeSched.ScrollAlwaysVisible = true;
     this.listFeeSched.Size                = new System.Drawing.Size(129, 173);
     this.listFeeSched.TabIndex            = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioCategories);
     this.panel1.Controls.Add(this.radioCode);
     this.panel1.Location = new System.Drawing.Point(206, 25);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(104, 60);
     this.panel1.TabIndex = 1;
     //
     // radioCategories
     //
     this.radioCategories.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioCategories.Location  = new System.Drawing.Point(8, 32);
     this.radioCategories.Name      = "radioCategories";
     this.radioCategories.Size      = new System.Drawing.Size(88, 24);
     this.radioCategories.TabIndex  = 1;
     this.radioCategories.Text      = "Categories";
     //
     // radioCode
     //
     this.radioCode.Checked   = true;
     this.radioCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioCode.Location  = new System.Drawing.Point(8, 8);
     this.radioCode.Name      = "radioCode";
     this.radioCode.Size      = new System.Drawing.Size(88, 24);
     this.radioCode.TabIndex  = 0;
     this.radioCode.TabStop   = true;
     this.radioCode.Text      = "Code";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(30, 17);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(132, 22);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Fee Schedule";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormRpProcCodes
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(423, 314);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.listFeeSched);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpProcCodes";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Procedure Codes Report";
     this.Load         += new System.EventHandler(this.FormRpProcCodes_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 18
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormZipCodeEdit));
     this.butOK           = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.textZip         = new System.Windows.Forms.TextBox();
     this.textState       = new System.Windows.Forms.TextBox();
     this.textCity        = new System.Windows.Forms.TextBox();
     this.labelZipCode    = new System.Windows.Forms.Label();
     this.labelState      = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.checkIsFrequent = new System.Windows.Forms.CheckBox();
     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(303, 153);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 4;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // 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(303, 187);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 5;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // textZip
     //
     this.textZip.Location = new System.Drawing.Point(110, 17);
     this.textZip.Name     = "textZip";
     this.textZip.Size     = new System.Drawing.Size(127, 20);
     this.textZip.TabIndex = 3;
     //
     // textState
     //
     this.textState.Location     = new System.Drawing.Point(110, 79);
     this.textState.MaxLength    = 20;
     this.textState.Name         = "textState";
     this.textState.Size         = new System.Drawing.Size(97, 20);
     this.textState.TabIndex     = 1;
     this.textState.TextChanged += new System.EventHandler(this.textState_TextChanged);
     //
     // textCity
     //
     this.textCity.Location     = new System.Drawing.Point(110, 48);
     this.textCity.Name         = "textCity";
     this.textCity.Size         = new System.Drawing.Size(267, 20);
     this.textCity.TabIndex     = 0;
     this.textCity.TextChanged += new System.EventHandler(this.textCity_TextChanged);
     //
     // labelZipCode
     //
     this.labelZipCode.Location  = new System.Drawing.Point(13, 21);
     this.labelZipCode.Name      = "labelZipCode";
     this.labelZipCode.Size      = new System.Drawing.Size(95, 15);
     this.labelZipCode.TabIndex  = 5;
     this.labelZipCode.Text      = "Zip Code";
     this.labelZipCode.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelState
     //
     this.labelState.Location  = new System.Drawing.Point(31, 83);
     this.labelState.Name      = "labelState";
     this.labelState.Size      = new System.Drawing.Size(77, 13);
     this.labelState.TabIndex  = 6;
     this.labelState.Text      = "ST";
     this.labelState.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(15, 52);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(92, 14);
     this.label3.TabIndex  = 7;
     this.label3.Text      = "City";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkIsFrequent
     //
     this.checkIsFrequent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsFrequent.Location  = new System.Drawing.Point(110, 109);
     this.checkIsFrequent.Name      = "checkIsFrequent";
     this.checkIsFrequent.Size      = new System.Drawing.Size(138, 22);
     this.checkIsFrequent.TabIndex  = 2;
     this.checkIsFrequent.Text      = "Used Frequently";
     //
     // FormZipCodeEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(398, 227);
     this.Controls.Add(this.checkIsFrequent);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.labelState);
     this.Controls.Add(this.labelZipCode);
     this.Controls.Add(this.textCity);
     this.Controls.Add(this.textState);
     this.Controls.Add(this.textZip);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormZipCodeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Zip Code";
     this.Load         += new System.EventHandler(this.FormZipCodeEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 19
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(FormAccountingAutoPayEdit));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.comboPayType = new System.Windows.Forms.ComboBox();
     this.label7       = new System.Windows.Forms.Label();
     this.listAccounts = new System.Windows.Forms.ListBox();
     this.label6       = new System.Windows.Forms.Label();
     this.butRemove    = new OpenDental.UI.Button();
     this.butAdd       = new OpenDental.UI.Button();
     this.butDelete    = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(515, 273);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(515, 232);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // comboPayType
     //
     this.comboPayType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPayType.FormattingEnabled = true;
     this.comboPayType.Location          = new System.Drawing.Point(256, 22);
     this.comboPayType.Name     = "comboPayType";
     this.comboPayType.Size     = new System.Drawing.Size(230, 21);
     this.comboPayType.TabIndex = 43;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(5, 22);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(245, 19);
     this.label7.TabIndex  = 42;
     this.label7.Text      = "When this type of payment is entered:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listAccounts
     //
     this.listAccounts.FormattingEnabled = true;
     this.listAccounts.Location          = new System.Drawing.Point(252, 49);
     this.listAccounts.Name     = "listAccounts";
     this.listAccounts.Size     = new System.Drawing.Size(230, 95);
     this.listAccounts.TabIndex = 41;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(85, 49);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(165, 69);
     this.label6.TabIndex  = 40;
     this.label6.Text      = "User will get to pick from this list of accounts to deposit into.";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butRemove
     //
     this.butRemove.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butRemove.Autosize            = true;
     this.butRemove.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butRemove.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butRemove.CornerRadius        = 4F;
     this.butRemove.Location            = new System.Drawing.Point(407, 153);
     this.butRemove.Name     = "butRemove";
     this.butRemove.Size     = new System.Drawing.Size(75, 26);
     this.butRemove.TabIndex = 45;
     this.butRemove.Text     = "Remove";
     this.butRemove.Click   += new System.EventHandler(this.butRemove_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAdd.Autosize            = true;
     this.butAdd.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius        = 4F;
     this.butAdd.Location            = new System.Drawing.Point(324, 153);
     this.butAdd.Name     = "butAdd";
     this.butAdd.Size     = new System.Drawing.Size(75, 26);
     this.butAdd.TabIndex = 44;
     this.butAdd.Text     = "Add";
     this.butAdd.Click   += new System.EventHandler(this.butAdd_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(28, 273);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex     = 46;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // FormAccountingAutoPayEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(642, 324);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butRemove);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.comboPayType);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.listAccounts);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAccountingAutoPayEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Auto Pay Entry";
     this.Load         += new System.EventHandler(this.FormAccountingAutoPayEdit_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 20
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutoCode));
     this.listAutoCodes = new System.Windows.Forms.ListBox();
     this.butClose      = new OpenDental.UI.Button();
     this.butAdd        = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // listAutoCodes
     //
     this.listAutoCodes.Location     = new System.Drawing.Point(28, 26);
     this.listAutoCodes.Name         = "listAutoCodes";
     this.listAutoCodes.Size         = new System.Drawing.Size(178, 316);
     this.listAutoCodes.TabIndex     = 0;
     this.listAutoCodes.DoubleClick += new System.EventHandler(this.listAutoCodes_DoubleClick);
     //
     // 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(230, 390);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(80, 26);
     this.butClose.TabIndex     = 3;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // butAdd
     //
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(26, 354);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(90, 26);
     this.butAdd.TabIndex   = 5;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(118, 354);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(90, 26);
     this.butDelete.TabIndex   = 6;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // FormAutoCode
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butClose;
     this.ClientSize        = new System.Drawing.Size(338, 430);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.listAutoCodes);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAutoCode";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Auto Codes";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormAutoCode_Closing);
     this.Load         += new System.EventHandler(this.FormAutoCode_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMedicationEdit));
     this.butCancel           = new OpenDental.UI.Button();
     this.butOK               = new OpenDental.UI.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.textGenericName     = new System.Windows.Forms.TextBox();
     this.textMedName         = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.textNotes           = new OpenDental.ODtextBox();
     this.butDelete           = new OpenDental.UI.Button();
     this.label4              = new System.Windows.Forms.Label();
     this.comboPatients       = new System.Windows.Forms.ComboBox();
     this.labelPatients       = new System.Windows.Forms.Label();
     this.labelBrands         = new System.Windows.Forms.Label();
     this.comboBrands         = new System.Windows.Forms.ComboBox();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.labelPatientAllergy = new System.Windows.Forms.Label();
     this.comboPatientAllergy = new System.Windows.Forms.ComboBox();
     this.labelRxNorm         = new System.Windows.Forms.Label();
     this.textRxNormDesc      = new System.Windows.Forms.TextBox();
     this.butRxNormSelect     = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(535, 466);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 3;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Location = new System.Drawing.Point(535, 428);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(20, 70);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(127, 17);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Generic name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textGenericName
     //
     this.textGenericName.Location = new System.Drawing.Point(148, 67);
     this.textGenericName.Name     = "textGenericName";
     this.textGenericName.ReadOnly = true;
     this.textGenericName.Size     = new System.Drawing.Size(248, 20);
     this.textGenericName.TabIndex = 3;
     //
     // textMedName
     //
     this.textMedName.Location     = new System.Drawing.Point(148, 42);
     this.textMedName.Name         = "textMedName";
     this.textMedName.Size         = new System.Drawing.Size(434, 20);
     this.textMedName.TabIndex     = 0;
     this.textMedName.TextChanged += new System.EventHandler(this.textMedName_TextChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(20, 45);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(127, 17);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Drug name";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(20, 102);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(127, 47);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Notes\r\n(for generic only)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textNotes
     //
     this.textNotes.AcceptsTab         = true;
     this.textNotes.BackColor          = System.Drawing.SystemColors.Window;
     this.textNotes.DetectLinksEnabled = false;
     this.textNotes.DetectUrls         = false;
     this.textNotes.Location           = new System.Drawing.Point(147, 103);
     this.textNotes.Name           = "textNotes";
     this.textNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.MedicationEdit;
     this.textNotes.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textNotes.Size           = new System.Drawing.Size(459, 194);
     this.textNotes.TabIndex       = 9;
     this.textNotes.Text           = "";
     //
     // butDelete
     //
     this.butDelete.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(43, 459);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(84, 26);
     this.butDelete.TabIndex   = 32;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(399, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(208, 31);
     this.label4.TabIndex = 33;
     this.label4.Text     = "Make sure you spell it right, because you can\'t ever change it.";
     //
     // comboPatients
     //
     this.comboPatients.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPatients.Location         = new System.Drawing.Point(144, 21);
     this.comboPatients.MaxDropDownItems = 30;
     this.comboPatients.Name             = "comboPatients";
     this.comboPatients.Size             = new System.Drawing.Size(299, 21);
     this.comboPatients.TabIndex         = 34;
     //
     // labelPatients
     //
     this.labelPatients.Location  = new System.Drawing.Point(6, 24);
     this.labelPatients.Name      = "labelPatients";
     this.labelPatients.Size      = new System.Drawing.Size(137, 17);
     this.labelPatients.TabIndex  = 35;
     this.labelPatients.Text      = "Patient medication";
     this.labelPatients.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // labelBrands
     //
     this.labelBrands.Location  = new System.Drawing.Point(6, 78);
     this.labelBrands.Name      = "labelBrands";
     this.labelBrands.Size      = new System.Drawing.Size(137, 17);
     this.labelBrands.TabIndex  = 37;
     this.labelBrands.Text      = "Brands";
     this.labelBrands.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboBrands
     //
     this.comboBrands.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBrands.Location         = new System.Drawing.Point(144, 75);
     this.comboBrands.MaxDropDownItems = 30;
     this.comboBrands.Name             = "comboBrands";
     this.comboBrands.Size             = new System.Drawing.Size(299, 21);
     this.comboBrands.TabIndex         = 36;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelPatientAllergy);
     this.groupBox1.Controls.Add(this.comboPatientAllergy);
     this.groupBox1.Controls.Add(this.labelPatients);
     this.groupBox1.Controls.Add(this.comboPatients);
     this.groupBox1.Controls.Add(this.labelBrands);
     this.groupBox1.Controls.Add(this.comboBrands);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(43, 303);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(462, 108);
     this.groupBox1.TabIndex  = 38;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Dependencies";
     //
     // labelPatientAllergy
     //
     this.labelPatientAllergy.Location  = new System.Drawing.Point(6, 51);
     this.labelPatientAllergy.Name      = "labelPatientAllergy";
     this.labelPatientAllergy.Size      = new System.Drawing.Size(137, 17);
     this.labelPatientAllergy.TabIndex  = 39;
     this.labelPatientAllergy.Text      = "Patient allergy";
     this.labelPatientAllergy.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboPatientAllergy
     //
     this.comboPatientAllergy.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPatientAllergy.Location         = new System.Drawing.Point(144, 48);
     this.comboPatientAllergy.MaxDropDownItems = 30;
     this.comboPatientAllergy.Name             = "comboPatientAllergy";
     this.comboPatientAllergy.Size             = new System.Drawing.Size(299, 21);
     this.comboPatientAllergy.TabIndex         = 38;
     //
     // labelRxNorm
     //
     this.labelRxNorm.Location  = new System.Drawing.Point(20, 19);
     this.labelRxNorm.Name      = "labelRxNorm";
     this.labelRxNorm.Size      = new System.Drawing.Size(127, 17);
     this.labelRxNorm.TabIndex  = 6;
     this.labelRxNorm.Text      = "RxNorm";
     this.labelRxNorm.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textRxNormDesc
     //
     this.textRxNormDesc.Location     = new System.Drawing.Point(148, 16);
     this.textRxNormDesc.Name         = "textRxNormDesc";
     this.textRxNormDesc.ReadOnly     = true;
     this.textRxNormDesc.Size         = new System.Drawing.Size(434, 20);
     this.textRxNormDesc.TabIndex     = 0;
     this.textRxNormDesc.TextChanged += new System.EventHandler(this.textMedName_TextChanged);
     //
     // butRxNormSelect
     //
     this.butRxNormSelect.Location = new System.Drawing.Point(585, 15);
     this.butRxNormSelect.Name     = "butRxNormSelect";
     this.butRxNormSelect.Size     = new System.Drawing.Size(22, 22);
     this.butRxNormSelect.TabIndex = 2;
     this.butRxNormSelect.Text     = "...";
     this.butRxNormSelect.Click   += new System.EventHandler(this.butRxNorm_Click);
     //
     // FormMedicationEdit
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(653, 506);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textNotes);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textRxNormDesc);
     this.Controls.Add(this.textMedName);
     this.Controls.Add(this.labelRxNorm);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textGenericName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butRxNormSelect);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormMedicationEdit";
     this.ShowInTaskbar = false;
     this.Text          = "Edit Medication";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormMedicationEdit_Closing);
     this.Load         += new System.EventHandler(this.MedicationEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 22
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(FormEmailTemplateEdit));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.label2       = new System.Windows.Forms.Label();
     this.textSubject  = new System.Windows.Forms.TextBox();
     this.textBodyText = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(755, 505);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 3;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(755, 472);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(7, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 14);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Subject:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textSubject
     //
     this.textSubject.Location = new System.Drawing.Point(99, 7);
     this.textSubject.Name     = "textSubject";
     this.textSubject.Size     = new System.Drawing.Size(741, 20);
     this.textSubject.TabIndex = 0;
     //
     // textBodyText
     //
     this.textBodyText.Location       = new System.Drawing.Point(99, 32);
     this.textBodyText.Multiline      = true;
     this.textBodyText.Name           = "textBodyText";
     this.textBodyText.QuickPasteType = OpenDentBusiness.QuickPasteType.Email;
     this.textBodyText.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textBodyText.Size           = new System.Drawing.Size(741, 426);
     this.textBodyText.TabIndex       = 4;
     //
     // FormEmailTemplateEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(844, 544);
     this.Controls.Add(this.textBodyText);
     this.Controls.Add(this.textSubject);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormEmailTemplateEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit E-mail Template";
     this.Load         += new System.EventHandler(this.FormEmailTemplateEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPatFieldDefEdit));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.textName     = new System.Windows.Forms.TextBox();
     this.buttonDelete = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(254, 154);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(254, 113);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(20, 51);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(308, 20);
     this.textName.TabIndex = 0;
     //
     // buttonDelete
     //
     this.buttonDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.buttonDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDelete.Autosize     = true;
     this.buttonDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.buttonDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.buttonDelete.CornerRadius = 4F;
     this.buttonDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.buttonDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonDelete.Location     = new System.Drawing.Point(20, 154);
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.Size         = new System.Drawing.Size(82, 25);
     this.buttonDelete.TabIndex     = 3;
     this.buttonDelete.Text         = "&Delete";
     this.buttonDelete.Click       += new System.EventHandler(this.buttonDelete_Click);
     //
     // FormPatFieldDefEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(349, 203);
     this.Controls.Add(this.buttonDelete);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPatFieldDefEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Patient Field Def";
     this.Load         += new System.EventHandler(this.FormPatFieldDefEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 24
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(FormDiseaseEdit));
     this.listMain  = new System.Windows.Forms.ListBox();
     this.textNote  = new System.Windows.Forms.TextBox();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // listMain
     //
     this.listMain.FormattingEnabled = true;
     this.listMain.Location          = new System.Drawing.Point(12, 27);
     this.listMain.Name         = "listMain";
     this.listMain.Size         = new System.Drawing.Size(288, 654);
     this.listMain.TabIndex     = 2;
     this.listMain.DoubleClick += new System.EventHandler(this.listMain_DoubleClick);
     //
     // textNote
     //
     this.textNote.Location  = new System.Drawing.Point(323, 27);
     this.textNote.Multiline = true;
     this.textNote.Name      = "textNote";
     this.textNote.Size      = new System.Drawing.Size(322, 120);
     this.textNote.TabIndex  = 3;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(320, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 20);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Note";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(12, 4);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 20);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Disease or Allergy";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(323, 655);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(83, 26);
     this.butDelete.TabIndex     = 6;
     this.butDelete.Text         = "Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(570, 614);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(570, 655);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormDiseaseEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(669, 702);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.listMain);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormDiseaseEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Disease";
     this.Load         += new System.EventHandler(this.FormDiseaseEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUserPassword));
     this.labelNew     = new System.Windows.Forms.Label();
     this.textPassword = new System.Windows.Forms.TextBox();
     this.textUserName = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.textCurrent  = new System.Windows.Forms.TextBox();
     this.labelCurrent = new System.Windows.Forms.Label();
     this.checkShow    = new System.Windows.Forms.CheckBox();
     this.butOK        = new OpenDental.UI.Button();
     this.butCancel    = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // labelNew
     //
     this.labelNew.Location  = new System.Drawing.Point(13, 80);
     this.labelNew.Name      = "labelNew";
     this.labelNew.Size      = new System.Drawing.Size(157, 18);
     this.labelNew.TabIndex  = 2;
     this.labelNew.Text      = "New Password";
     this.labelNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPassword
     //
     this.textPassword.Location     = new System.Drawing.Point(172, 79);
     this.textPassword.Name         = "textPassword";
     this.textPassword.PasswordChar = '*';
     this.textPassword.Size         = new System.Drawing.Size(203, 20);
     this.textPassword.TabIndex     = 1;
     //
     // textUserName
     //
     this.textUserName.Location = new System.Drawing.Point(172, 23);
     this.textUserName.Name     = "textUserName";
     this.textUserName.ReadOnly = true;
     this.textUserName.Size     = new System.Drawing.Size(203, 20);
     this.textUserName.TabIndex = 5;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(13, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(157, 18);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "User";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCurrent
     //
     this.textCurrent.Location     = new System.Drawing.Point(172, 51);
     this.textCurrent.Name         = "textCurrent";
     this.textCurrent.PasswordChar = '*';
     this.textCurrent.Size         = new System.Drawing.Size(203, 20);
     this.textCurrent.TabIndex     = 0;
     //
     // labelCurrent
     //
     this.labelCurrent.Location  = new System.Drawing.Point(13, 52);
     this.labelCurrent.Name      = "labelCurrent";
     this.labelCurrent.Size      = new System.Drawing.Size(157, 18);
     this.labelCurrent.TabIndex  = 8;
     this.labelCurrent.Text      = "Current Password";
     this.labelCurrent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkShow
     //
     this.checkShow.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShow.Location   = new System.Drawing.Point(82, 107);
     this.checkShow.Name       = "checkShow";
     this.checkShow.Size       = new System.Drawing.Size(104, 18);
     this.checkShow.TabIndex   = 9;
     this.checkShow.Text       = "Show";
     this.checkShow.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShow.UseVisualStyleBackColor = true;
     this.checkShow.Click += new System.EventHandler(this.checkShow_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(264, 158);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(357, 158);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormUserPassword
     //
     this.ClientSize = new System.Drawing.Size(484, 209);
     this.Controls.Add(this.checkShow);
     this.Controls.Add(this.textCurrent);
     this.Controls.Add(this.labelCurrent);
     this.Controls.Add(this.textUserName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textPassword);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.labelNew);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormUserPassword";
     this.ShowInTaskbar = false;
     this.Text          = "Change Password";
     this.Load         += new System.EventHandler(this.FormUserPassword_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 26
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpConfirm));
     this.labelPatient = new System.Windows.Forms.Label();
     this.listSelect   = new System.Windows.Forms.ListBox();
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.listSelect2  = new System.Windows.Forms.ListBox();
     this.SuspendLayout();
     //
     // labelPatient
     //
     this.labelPatient.Location  = new System.Drawing.Point(12, 16);
     this.labelPatient.Name      = "labelPatient";
     this.labelPatient.Size      = new System.Drawing.Size(170, 14);
     this.labelPatient.TabIndex  = 6;
     this.labelPatient.Text      = "Standard Fields";
     this.labelPatient.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // listSelect
     //
     this.listSelect.Location      = new System.Drawing.Point(12, 30);
     this.listSelect.Name          = "listSelect";
     this.listSelect.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listSelect.Size          = new System.Drawing.Size(170, 355);
     this.listSelect.TabIndex      = 5;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(434, 362);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 8;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.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(434, 326);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 7;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(208, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(170, 14);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "Other Available Fields";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // listSelect2
     //
     this.listSelect2.Location      = new System.Drawing.Point(208, 30);
     this.listSelect2.Name          = "listSelect2";
     this.listSelect2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listSelect2.Size          = new System.Drawing.Size(170, 355);
     this.listSelect2.TabIndex      = 9;
     //
     // FormRpConfirm
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(538, 408);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listSelect2);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.labelPatient);
     this.Controls.Add(this.listSelect);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpConfirm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Confirmation Report";
     this.Load         += new System.EventHandler(this.FormRpConfirm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 27
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormIap));
			this.listPlans = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textPlanSearch = new System.Windows.Forms.TextBox();
			this.textCarrier = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.textEmp = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textPlanNum = new System.Windows.Forms.TextBox();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// listPlans
			// 
			this.listPlans.HorizontalScrollbar = true;
			this.listPlans.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20",
            "21",
            "22",
            "23",
            "24",
            "25",
            "26",
            "27",
            "28",
            "29",
            "30",
            "31",
            "32",
            "33",
            "34",
            "35",
            "36",
            "37",
            "38",
            "39",
            "40"});
			this.listPlans.Location = new System.Drawing.Point(11,61);
			this.listPlans.Name = "listPlans";
			this.listPlans.Size = new System.Drawing.Size(314,524);
			this.listPlans.TabIndex = 1;
			this.listPlans.SelectedIndexChanged += new System.EventHandler(this.listPlans_SelectedIndexChanged);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(10,13);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(128,18);
			this.label1.TabIndex = 3;
			this.label1.Text = "Search By IAP Number";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textPlanSearch
			// 
			this.textPlanSearch.Location = new System.Drawing.Point(11,32);
			this.textPlanSearch.Name = "textPlanSearch";
			this.textPlanSearch.Size = new System.Drawing.Size(127,20);
			this.textPlanSearch.TabIndex = 0;
			this.textPlanSearch.TextChanged += new System.EventHandler(this.textPlanSearch_TextChanged);
			// 
			// textCarrier
			// 
			this.textCarrier.Location = new System.Drawing.Point(359,160);
			this.textCarrier.Name = "textCarrier";
			this.textCarrier.ReadOnly = true;
			this.textCarrier.Size = new System.Drawing.Size(292,20);
			this.textCarrier.TabIndex = 4;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(358,141);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100,18);
			this.label2.TabIndex = 5;
			this.label2.Text = "Carrier";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textEmp
			// 
			this.textEmp.Location = new System.Drawing.Point(359,118);
			this.textEmp.Name = "textEmp";
			this.textEmp.ReadOnly = true;
			this.textEmp.Size = new System.Drawing.Size(292,20);
			this.textEmp.TabIndex = 6;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(358,99);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100,18);
			this.label3.TabIndex = 7;
			this.label3.Text = "Employer";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(358,61);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(88,13);
			this.label4.TabIndex = 8;
			this.label4.Text = "IAP Plan Number";
			// 
			// textPlanNum
			// 
			this.textPlanNum.Location = new System.Drawing.Point(361,76);
			this.textPlanNum.Name = "textPlanNum";
			this.textPlanNum.ReadOnly = true;
			this.textPlanNum.Size = new System.Drawing.Size(290,20);
			this.textPlanNum.TabIndex = 9;
			// 
			// 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(566,513);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 2;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(566,554);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 3;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormIap
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(693,605);
			this.Controls.Add(this.textPlanNum);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textEmp);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.textCarrier);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textPlanSearch);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.listPlans);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormIap";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Insurance Answers Plus";
			this.Load += new System.EventHandler(this.FormIap_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 28
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(FormSchoolClassEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.textDescript = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.textGradYear = new OpenDental.ValidNumber();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(411,171);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 4;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// 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(411,130);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,26);
			this.butOK.TabIndex = 3;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(5,22);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(199,19);
			this.label1.TabIndex = 2;
			this.label1.Text = "Graduation Year";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textDescript
			// 
			this.textDescript.Location = new System.Drawing.Point(206,49);
			this.textDescript.Name = "textDescript";
			this.textDescript.Size = new System.Drawing.Size(196,20);
			this.textDescript.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(5,49);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(199,19);
			this.label2.TabIndex = 4;
			this.label2.Text = "Description (Dental or Hygiene)";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(50,170);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(95,26);
			this.butDelete.TabIndex = 2;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textGradYear
			// 
			this.textGradYear.Location = new System.Drawing.Point(206,20);
			this.textGradYear.MaxVal = 2075;
			this.textGradYear.MinVal = 1990;
			this.textGradYear.Name = "textGradYear";
			this.textGradYear.Size = new System.Drawing.Size(71,20);
			this.textGradYear.TabIndex = 0;
			// 
			// FormSchoolClassEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(538,222);
			this.Controls.Add(this.textGradYear);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textDescript);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormSchoolClassEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Dental School Class";
			this.Load += new System.EventHandler(this.FormSchoolClassEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 29
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(FormDefEditImages));
			this.labelName = new System.Windows.Forms.Label();
			this.textName = new System.Windows.Forms.TextBox();
			this.colorDialog1 = new System.Windows.Forms.ColorDialog();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.checkHidden = new System.Windows.Forms.CheckBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.checkR = new System.Windows.Forms.CheckBox();
			this.checkF = new System.Windows.Forms.CheckBox();
			this.checkT = new System.Windows.Forms.CheckBox();
			this.checkS = new System.Windows.Forms.CheckBox();
			this.checkP = new System.Windows.Forms.CheckBox();
			this.checkX = new System.Windows.Forms.CheckBox();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// labelName
			// 
			this.labelName.Location = new System.Drawing.Point(47, 24);
			this.labelName.Name = "labelName";
			this.labelName.Size = new System.Drawing.Size(150, 16);
			this.labelName.TabIndex = 0;
			this.labelName.Text = "Name";
			this.labelName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// textName
			// 
			this.textName.Location = new System.Drawing.Point(32, 40);
			this.textName.Name = "textName";
			this.textName.Size = new System.Drawing.Size(178, 20);
			this.textName.TabIndex = 0;
			// 
			// colorDialog1
			// 
			this.colorDialog1.FullOpen = true;
			// 
			// 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(376, 159);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 25);
			this.butOK.TabIndex = 4;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// 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(471, 159);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 25);
			this.butCancel.TabIndex = 5;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// checkHidden
			// 
			this.checkHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkHidden.Location = new System.Drawing.Point(449, 38);
			this.checkHidden.Name = "checkHidden";
			this.checkHidden.Size = new System.Drawing.Size(99, 24);
			this.checkHidden.TabIndex = 3;
			this.checkHidden.Text = "Hidden";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.checkR);
			this.groupBox1.Controls.Add(this.checkF);
			this.groupBox1.Controls.Add(this.checkT);
			this.groupBox1.Controls.Add(this.checkS);
			this.groupBox1.Controls.Add(this.checkP);
			this.groupBox1.Controls.Add(this.checkX);
			this.groupBox1.Location = new System.Drawing.Point(228, 24);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(215, 129);
			this.groupBox1.TabIndex = 7;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Usage";
			// 
			// checkR
			// 
			this.checkR.AutoSize = true;
			this.checkR.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkR.Location = new System.Drawing.Point(8, 109);
			this.checkR.Name = "checkR";
			this.checkR.Size = new System.Drawing.Size(158, 18);
			this.checkR.TabIndex = 9;
			this.checkR.Text = "Treatment Plans (only one)";
			this.checkR.UseVisualStyleBackColor = true;
			this.checkR.CheckedChanged += new System.EventHandler(this.checkR_CheckedChanged);
			// 
			// checkF
			// 
			this.checkF.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkF.Location = new System.Drawing.Point(8, 37);
			this.checkF.Name = "checkF";
			this.checkF.Size = new System.Drawing.Size(201, 18);
			this.checkF.TabIndex = 8;
			this.checkF.Text = "Show in Patient Forms";
			// 
			// checkT
			// 
			this.checkT.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkT.Location = new System.Drawing.Point(8, 91);
			this.checkT.Name = "checkT";
			this.checkT.Size = new System.Drawing.Size(201, 18);
			this.checkT.TabIndex = 7;
			this.checkT.Text = "Graphical Tooth Charts (only one)";
			this.checkT.CheckedChanged += new System.EventHandler(this.checkT_CheckedChanged);
			// 
			// checkS
			// 
			this.checkS.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkS.Location = new System.Drawing.Point(8, 73);
			this.checkS.Name = "checkS";
			this.checkS.Size = new System.Drawing.Size(201, 18);
			this.checkS.TabIndex = 6;
			this.checkS.Text = "Statements (only one)";
			this.checkS.CheckedChanged += new System.EventHandler(this.checkS_CheckedChanged);
			// 
			// checkP
			// 
			this.checkP.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkP.Location = new System.Drawing.Point(8, 55);
			this.checkP.Name = "checkP";
			this.checkP.Size = new System.Drawing.Size(201, 18);
			this.checkP.TabIndex = 5;
			this.checkP.Text = "Patient Pictures (only one)";
			this.checkP.CheckedChanged += new System.EventHandler(this.checkP_CheckedChanged);
			// 
			// checkX
			// 
			this.checkX.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkX.Location = new System.Drawing.Point(8, 19);
			this.checkX.Name = "checkX";
			this.checkX.Size = new System.Drawing.Size(201, 18);
			this.checkX.TabIndex = 4;
			this.checkX.Text = "Show in Chart module";
			// 
			// FormDefEditImages
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(558, 196);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.checkHidden);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.textName);
			this.Controls.Add(this.labelName);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormDefEditImages";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Image Category";
			this.Load += new System.EventHandler(this.FormDefEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 30
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();
     this.Text2      = new System.Windows.Forms.TextBox();
     this.butOK      = new OpenDental.UI.Button();
     this.timer2     = new System.Windows.Forms.Timer(this.components);
     this.butCancel  = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // Text2
     //
     this.Text2.AcceptsReturn = true;
     this.Text2.Location      = new System.Drawing.Point(42, 65);
     this.Text2.Multiline     = true;
     this.Text2.Name          = "Text2";
     this.Text2.Size          = new System.Drawing.Size(351, 84);
     this.Text2.TabIndex      = 0;
     this.Text2.Text          = "";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(319, 197);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 6000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(319, 234);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     //
     // FormMessageText
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(438, 276);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.Text2);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormMessageText";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Message";
     this.Load         += new System.EventHandler(this.FormMessageText_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 31
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(FormRpAppointments));
     this.listProvs           = new System.Windows.Forms.ListBox();
     this.label1              = new System.Windows.Forms.Label();
     this.butCancel           = new OpenDental.UI.Button();
     this.butOK               = new OpenDental.UI.Button();
     this.checkWebSchedRecall = new System.Windows.Forms.CheckBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.textDateTo          = new OpenDental.ValidDate();
     this.textDateFrom        = new OpenDental.ValidDate();
     this.butTomorrow         = new OpenDental.UI.Button();
     this.butToday            = new OpenDental.UI.Button();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.checkShowNoteAppts  = new System.Windows.Forms.CheckBox();
     this.radioDateAptCreated = new System.Windows.Forms.RadioButton();
     this.radioAptDate        = new System.Windows.Forms.RadioButton();
     this.listClinics         = new System.Windows.Forms.ListBox();
     this.labelClinics        = new System.Windows.Forms.Label();
     this.checkAllClinics     = new System.Windows.Forms.CheckBox();
     this.checkAllProvs       = new System.Windows.Forms.CheckBox();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.checkWebSchedNewPat = new System.Windows.Forms.CheckBox();
     this.checkWebSchedASAP   = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // listProvs
     //
     this.listProvs.Location      = new System.Drawing.Point(12, 57);
     this.listProvs.Name          = "listProvs";
     this.listProvs.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProvs.Size          = new System.Drawing.Size(120, 238);
     this.listProvs.TabIndex      = 33;
     this.listProvs.Click        += new System.EventHandler(this.listProvs_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(518, 345);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 44;
     this.butCancel.Text         = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(437, 345);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 43;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // checkWebSchedRecall
     //
     this.checkWebSchedRecall.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkWebSchedRecall.Location        = new System.Drawing.Point(60, 21);
     this.checkWebSchedRecall.Name            = "checkWebSchedRecall";
     this.checkWebSchedRecall.Size            = new System.Drawing.Size(224, 18);
     this.checkWebSchedRecall.TabIndex        = 46;
     this.checkWebSchedRecall.Text            = "Show Recall Appointments";
     this.checkWebSchedRecall.CheckedChanged += new System.EventHandler(this.checkWebSched_CheckedChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(9, 18);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(51, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "From";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(8, 44);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(51, 18);
     this.label3.TabIndex  = 39;
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(61, 43);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(100, 20);
     this.textDateTo.TabIndex = 44;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(61, 16);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(100, 20);
     this.textDateFrom.TabIndex = 43;
     //
     // butTomorrow
     //
     this.butTomorrow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butTomorrow.Autosize            = true;
     this.butTomorrow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butTomorrow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butTomorrow.CornerRadius        = 4F;
     this.butTomorrow.Location            = new System.Drawing.Point(164, 41);
     this.butTomorrow.Name     = "butTomorrow";
     this.butTomorrow.Size     = new System.Drawing.Size(96, 23);
     this.butTomorrow.TabIndex = 45;
     this.butTomorrow.Text     = "Tomorrow";
     this.butTomorrow.Click   += new System.EventHandler(this.butTomorrow_Click);
     //
     // butToday
     //
     this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butToday.Autosize            = true;
     this.butToday.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butToday.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butToday.CornerRadius        = 4F;
     this.butToday.Location            = new System.Drawing.Point(164, 15);
     this.butToday.Name     = "butToday";
     this.butToday.Size     = new System.Drawing.Size(96, 23);
     this.butToday.TabIndex = 46;
     this.butToday.Text     = "Today";
     this.butToday.Click   += new System.EventHandler(this.butToday_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkShowNoteAppts);
     this.groupBox1.Controls.Add(this.radioDateAptCreated);
     this.groupBox1.Controls.Add(this.radioAptDate);
     this.groupBox1.Controls.Add(this.butToday);
     this.groupBox1.Controls.Add(this.butTomorrow);
     this.groupBox1.Controls.Add(this.textDateFrom);
     this.groupBox1.Controls.Add(this.textDateTo);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(264, 51);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(322, 143);
     this.groupBox1.TabIndex = 45;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Date Range";
     //
     // checkShowNoteAppts
     //
     this.checkShowNoteAppts.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowNoteAppts.Location  = new System.Drawing.Point(60, 115);
     this.checkShowNoteAppts.Name      = "checkShowNoteAppts";
     this.checkShowNoteAppts.Size      = new System.Drawing.Size(202, 18);
     this.checkShowNoteAppts.TabIndex  = 49;
     this.checkShowNoteAppts.Text      = "Show \"Note\" Appointments";
     //
     // radioDateAptCreated
     //
     this.radioDateAptCreated.Location = new System.Drawing.Point(60, 92);
     this.radioDateAptCreated.Name     = "radioDateAptCreated";
     this.radioDateAptCreated.Size     = new System.Drawing.Size(224, 17);
     this.radioDateAptCreated.TabIndex = 48;
     this.radioDateAptCreated.Text     = "Appointment Date Created";
     this.radioDateAptCreated.UseVisualStyleBackColor = true;
     //
     // radioAptDate
     //
     this.radioAptDate.Checked  = true;
     this.radioAptDate.Location = new System.Drawing.Point(60, 72);
     this.radioAptDate.Name     = "radioAptDate";
     this.radioAptDate.Size     = new System.Drawing.Size(224, 17);
     this.radioAptDate.TabIndex = 47;
     this.radioAptDate.TabStop  = true;
     this.radioAptDate.Text     = "Appointment Date";
     this.radioAptDate.UseVisualStyleBackColor = true;
     //
     // listClinics
     //
     this.listClinics.Location      = new System.Drawing.Point(138, 57);
     this.listClinics.Name          = "listClinics";
     this.listClinics.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClinics.Size          = new System.Drawing.Size(120, 238);
     this.listClinics.TabIndex      = 48;
     this.listClinics.Click        += new System.EventHandler(this.listClinics_Click);
     //
     // labelClinics
     //
     this.labelClinics.Location  = new System.Drawing.Point(138, 19);
     this.labelClinics.Name      = "labelClinics";
     this.labelClinics.Size      = new System.Drawing.Size(104, 16);
     this.labelClinics.TabIndex  = 47;
     this.labelClinics.Text      = "Clinics";
     this.labelClinics.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // checkAllClinics
     //
     this.checkAllClinics.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkAllClinics.Location  = new System.Drawing.Point(138, 38);
     this.checkAllClinics.Name      = "checkAllClinics";
     this.checkAllClinics.Size      = new System.Drawing.Size(95, 16);
     this.checkAllClinics.TabIndex  = 50;
     this.checkAllClinics.Text      = "All";
     this.checkAllClinics.Click    += new System.EventHandler(this.checkAllClinics_Click);
     //
     // checkAllProvs
     //
     this.checkAllProvs.Checked    = true;
     this.checkAllProvs.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkAllProvs.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkAllProvs.Location   = new System.Drawing.Point(12, 38);
     this.checkAllProvs.Name       = "checkAllProvs";
     this.checkAllProvs.Size       = new System.Drawing.Size(95, 16);
     this.checkAllProvs.TabIndex   = 51;
     this.checkAllProvs.Text       = "All";
     this.checkAllProvs.Click     += new System.EventHandler(this.checkAllProvs_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.checkWebSchedASAP);
     this.groupBox2.Controls.Add(this.checkWebSchedNewPat);
     this.groupBox2.Controls.Add(this.checkWebSchedRecall);
     this.groupBox2.Location = new System.Drawing.Point(264, 200);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(322, 95);
     this.groupBox2.TabIndex = 47;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Web Sched Appointments Only";
     //
     // checkWebSchedNewPat
     //
     this.checkWebSchedNewPat.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.checkWebSchedNewPat.Location        = new System.Drawing.Point(60, 45);
     this.checkWebSchedNewPat.Name            = "checkWebSchedNewPat";
     this.checkWebSchedNewPat.Size            = new System.Drawing.Size(224, 18);
     this.checkWebSchedNewPat.TabIndex        = 48;
     this.checkWebSchedNewPat.Text            = "Show New Patient Appointments";
     this.checkWebSchedNewPat.CheckedChanged += new System.EventHandler(this.checkWebSched_CheckedChanged);
     //
     // checkWebSchedASAP
     //
     this.checkWebSchedASAP.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkWebSchedASAP.Location  = new System.Drawing.Point(60, 69);
     this.checkWebSchedASAP.Name      = "checkWebSchedASAP";
     this.checkWebSchedASAP.Size      = new System.Drawing.Size(224, 18);
     this.checkWebSchedASAP.TabIndex  = 49;
     this.checkWebSchedASAP.Text      = "Show ASAP";
     //
     // FormRpAppointments
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(617, 383);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.checkAllProvs);
     this.Controls.Add(this.checkAllClinics);
     this.Controls.Add(this.listClinics);
     this.Controls.Add(this.labelClinics);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.listProvs);
     this.Controls.Add(this.label1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(606, 310);
     this.Name        = "FormRpAppointments";
     this.Text        = "Appointments Report";
     this.Load       += new System.EventHandler(this.FormRpApptWithPhones_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 32
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
     this.label4        = new System.Windows.Forms.Label();
     this.label5        = new System.Windows.Forms.Label();
     this.butOK         = new OpenDental.UI.Button();
     this.butCancel     = new OpenDental.UI.Button();
     this.butDelete     = new OpenDental.UI.Button();
     this.textPrincipal = new OpenDental.ValidDouble();
     this.textNote      = new OpenDental.ODtextBox();
     this.textInterest  = new OpenDental.ValidDouble();
     this.label1        = new System.Windows.Forms.Label();
     this.textDate      = new OpenDental.ValidDate();
     this.label2        = new System.Windows.Forms.Label();
     this.label9        = new System.Windows.Forms.Label();
     this.textProv      = new System.Windows.Forms.TextBox();
     this.textClinic    = new System.Windows.Forms.TextBox();
     this.labelClinic   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(5, 35);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(6, 96);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(100, 16);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Principal";
     this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(437, 207);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 6;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(437, 245);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 7;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize     = true;
     this.butDelete.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image        = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location     = new System.Drawing.Point(24, 243);
     this.butDelete.Name         = "butDelete";
     this.butDelete.Size         = new System.Drawing.Size(78, 26);
     this.butDelete.TabIndex     = 17;
     this.butDelete.Text         = "&Delete";
     this.butDelete.Click       += new System.EventHandler(this.butDelete_Click);
     //
     // textPrincipal
     //
     this.textPrincipal.Location = new System.Drawing.Point(108, 93);
     this.textPrincipal.Name     = "textPrincipal";
     this.textPrincipal.Size     = new System.Drawing.Size(100, 20);
     this.textPrincipal.TabIndex = 1;
     //
     // textNote
     //
     this.textNote.AcceptsReturn  = true;
     this.textNote.Location       = new System.Drawing.Point(108, 33);
     this.textNote.Multiline      = true;
     this.textNote.Name           = "textNote";
     this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
     this.textNote.ScrollBars     = System.Windows.Forms.ScrollBars.Vertical;
     this.textNote.Size           = new System.Drawing.Size(245, 55);
     this.textNote.TabIndex       = 0;
     //
     // textInterest
     //
     this.textInterest.Location = new System.Drawing.Point(108, 118);
     this.textInterest.Name     = "textInterest";
     this.textInterest.Size     = new System.Drawing.Size(100, 20);
     this.textInterest.TabIndex = 20;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 120);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Interest";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDate
     //
     this.textDate.Location = new System.Drawing.Point(108, 8);
     this.textDate.Name     = "textDate";
     this.textDate.Size     = new System.Drawing.Size(100, 20);
     this.textDate.TabIndex = 22;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Date";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(7, 146);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(100, 14);
     this.label9.TabIndex  = 101;
     this.label9.Text      = "Provider";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProv
     //
     this.textProv.Location = new System.Drawing.Point(108, 143);
     this.textProv.Name     = "textProv";
     this.textProv.Size     = new System.Drawing.Size(201, 20);
     this.textProv.TabIndex = 102;
     //
     // textClinic
     //
     this.textClinic.Location = new System.Drawing.Point(108, 168);
     this.textClinic.Name     = "textClinic";
     this.textClinic.Size     = new System.Drawing.Size(201, 20);
     this.textClinic.TabIndex = 104;
     //
     // labelClinic
     //
     this.labelClinic.Location  = new System.Drawing.Point(7, 171);
     this.labelClinic.Name      = "labelClinic";
     this.labelClinic.Size      = new System.Drawing.Size(100, 14);
     this.labelClinic.TabIndex  = 103;
     this.labelClinic.Text      = "Clinic";
     this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormPayPlanChargeEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(541, 293);
     this.Controls.Add(this.textClinic);
     this.Controls.Add(this.labelClinic);
     this.Controls.Add(this.textProv);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textDate);
     this.Controls.Add(this.textInterest);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.textPrincipal);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPayPlanChargeEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Payment Plan Charge";
     this.Load         += new System.EventHandler(this.FormPayPlanCharge_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 33
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormComputers));
     this.listComputer         = new System.Windows.Forms.ListBox();
     this.butClose             = new OpenDental.UI.Button();
     this.label1               = new System.Windows.Forms.Label();
     this.butDelete            = new OpenDental.UI.Button();
     this.label2               = new System.Windows.Forms.Label();
     this.butSetSimpleGraphics = new OpenDental.UI.Button();
     this.label3               = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.textCurComp          = new System.Windows.Forms.TextBox();
     this.labelCurComp         = new System.Windows.Forms.Label();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.textServComment      = new System.Windows.Forms.TextBox();
     this.textVersion          = new System.Windows.Forms.TextBox();
     this.textService          = new System.Windows.Forms.TextBox();
     this.textName             = new System.Windows.Forms.TextBox();
     this.labelServComment     = new System.Windows.Forms.Label();
     this.labelVersion         = new System.Windows.Forms.Label();
     this.labelService         = new System.Windows.Forms.Label();
     this.labelName            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // listComputer
     //
     this.listComputer.Items.AddRange(new object[] {
         ""
     });
     this.listComputer.Location          = new System.Drawing.Point(17, 265);
     this.listComputer.Name              = "listComputer";
     this.listComputer.Size              = new System.Drawing.Size(282, 277);
     this.listComputer.TabIndex          = 2;
     this.listComputer.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listComputer_MouseDoubleClick);
     //
     // 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(448, 613);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 26);
     this.butClose.TabIndex     = 3;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 62);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(409, 44);
     this.label1.TabIndex = 43;
     this.label1.Text     = "Computers are added to this list every time you use Open Dental.  You can safely " +
                            "delete unused computer names from this list to speed up messaging.";
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(5, 408);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(75, 26);
     this.butDelete.TabIndex   = 4;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(4, 100);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(294, 15);
     this.label2.TabIndex  = 45;
     this.label2.Text      = "ComputerName";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butSetSimpleGraphics
     //
     this.butSetSimpleGraphics.Location = new System.Drawing.Point(40, 182);
     this.butSetSimpleGraphics.Name     = "butSetSimpleGraphics";
     this.butSetSimpleGraphics.Size     = new System.Drawing.Size(115, 24);
     this.butSetSimpleGraphics.TabIndex = 3;
     this.butSetSimpleGraphics.Text     = "Use Simple Graphics";
     this.butSetSimpleGraphics.Click   += new System.EventHandler(this.butSetSimpleGraphics_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(18, 25);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(161, 151);
     this.label3.TabIndex = 82;
     this.label3.Text     = resources.GetString("label3.Text");
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butSetSimpleGraphics);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(310, 264);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(195, 219);
     this.groupBox1.TabIndex = 83;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Fix a Workstation";
     //
     // textCurComp
     //
     this.textCurComp.Enabled  = false;
     this.textCurComp.Location = new System.Drawing.Point(119, 20);
     this.textCurComp.Name     = "textCurComp";
     this.textCurComp.ReadOnly = true;
     this.textCurComp.Size     = new System.Drawing.Size(282, 20);
     this.textCurComp.TabIndex = 1;
     //
     // labelCurComp
     //
     this.labelCurComp.Location  = new System.Drawing.Point(6, 22);
     this.labelCurComp.Name      = "labelCurComp";
     this.labelCurComp.Size      = new System.Drawing.Size(110, 15);
     this.labelCurComp.TabIndex  = 86;
     this.labelCurComp.Text      = "Current Computer";
     this.labelCurComp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textCurComp);
     this.groupBox2.Controls.Add(this.butDelete);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.labelCurComp);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Location = new System.Drawing.Point(12, 145);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(511, 447);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Workstation";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textServComment);
     this.groupBox3.Controls.Add(this.textVersion);
     this.groupBox3.Controls.Add(this.textService);
     this.groupBox3.Controls.Add(this.textName);
     this.groupBox3.Controls.Add(this.labelServComment);
     this.groupBox3.Controls.Add(this.labelVersion);
     this.groupBox3.Controls.Add(this.labelService);
     this.groupBox3.Controls.Add(this.labelName);
     this.groupBox3.Location = new System.Drawing.Point(12, 12);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(511, 127);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Database Server";
     //
     // textServComment
     //
     this.textServComment.Enabled  = false;
     this.textServComment.Location = new System.Drawing.Point(119, 92);
     this.textServComment.Name     = "textServComment";
     this.textServComment.ReadOnly = true;
     this.textServComment.Size     = new System.Drawing.Size(282, 20);
     this.textServComment.TabIndex = 4;
     //
     // textVersion
     //
     this.textVersion.Enabled  = false;
     this.textVersion.Location = new System.Drawing.Point(119, 68);
     this.textVersion.Name     = "textVersion";
     this.textVersion.ReadOnly = true;
     this.textVersion.Size     = new System.Drawing.Size(282, 20);
     this.textVersion.TabIndex = 3;
     //
     // textService
     //
     this.textService.Enabled  = false;
     this.textService.Location = new System.Drawing.Point(119, 44);
     this.textService.Name     = "textService";
     this.textService.ReadOnly = true;
     this.textService.Size     = new System.Drawing.Size(282, 20);
     this.textService.TabIndex = 2;
     //
     // textName
     //
     this.textName.Enabled  = false;
     this.textName.Location = new System.Drawing.Point(119, 20);
     this.textName.Name     = "textName";
     this.textName.ReadOnly = true;
     this.textName.Size     = new System.Drawing.Size(282, 20);
     this.textName.TabIndex = 1;
     //
     // labelServComment
     //
     this.labelServComment.Location  = new System.Drawing.Point(6, 93);
     this.labelServComment.Name      = "labelServComment";
     this.labelServComment.Size      = new System.Drawing.Size(110, 17);
     this.labelServComment.TabIndex  = 90;
     this.labelServComment.Text      = "Service Comment";
     this.labelServComment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelVersion
     //
     this.labelVersion.Location  = new System.Drawing.Point(6, 69);
     this.labelVersion.Name      = "labelVersion";
     this.labelVersion.Size      = new System.Drawing.Size(110, 17);
     this.labelVersion.TabIndex  = 89;
     this.labelVersion.Text      = "Service Version";
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelService
     //
     this.labelService.Location  = new System.Drawing.Point(6, 45);
     this.labelService.Name      = "labelService";
     this.labelService.Size      = new System.Drawing.Size(110, 17);
     this.labelService.TabIndex  = 88;
     this.labelService.Text      = "Service Name";
     this.labelService.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(6, 21);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(110, 17);
     this.labelName.TabIndex  = 87;
     this.labelName.Text      = "Server Name";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormComputers
     //
     this.AcceptButton = this.butClose;
     this.CancelButton = this.butClose;
     this.ClientSize   = new System.Drawing.Size(535, 651);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listComputer);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize     = new System.Drawing.Size(551, 690);
     this.MinimumSize     = new System.Drawing.Size(551, 690);
     this.Name            = "FormComputers";
     this.ShowInTaskbar   = false;
     this.Text            = "Computers";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.FormComputers_Closing);
     this.Load           += new System.EventHandler(this.FormComputers_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 34
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(FormLetters));
     this.butCancel   = new OpenDental.UI.Button();
     this.listLetters = new System.Windows.Forms.ListBox();
     this.label1      = new System.Windows.Forms.Label();
     this.butEdit     = new OpenDental.UI.Button();
     this.butAdd      = new OpenDental.UI.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.butDelete   = new OpenDental.UI.Button();
     this.textBody    = new OpenDental.ODtextBox();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(758, 633);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(79, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // listLetters
     //
     this.listLetters.Location   = new System.Drawing.Point(20, 133);
     this.listLetters.Name       = "listLetters";
     this.listLetters.Size       = new System.Drawing.Size(164, 277);
     this.listLetters.TabIndex   = 2;
     this.listLetters.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listLetters_MouseDown);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(19, 114);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(124, 14);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Letters";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butEdit
     //
     this.butEdit.Image      = global::OpenDental.Properties.Resources.editPencil;
     this.butEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butEdit.Location   = new System.Drawing.Point(106, 414);
     this.butEdit.Name       = "butEdit";
     this.butEdit.Size       = new System.Drawing.Size(79, 26);
     this.butEdit.TabIndex   = 8;
     this.butEdit.Text       = "&Edit";
     this.butEdit.Click     += new System.EventHandler(this.butEdit_Click);
     //
     // butAdd
     //
     this.butAdd.Image      = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location   = new System.Drawing.Point(19, 414);
     this.butAdd.Name       = "butAdd";
     this.butAdd.Size       = new System.Drawing.Size(79, 26);
     this.butAdd.TabIndex   = 7;
     this.butAdd.Text       = "&Add";
     this.butAdd.Click     += new System.EventHandler(this.butAdd_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(22, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(711, 32);
     this.label2.TabIndex = 12;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // butDelete
     //
     this.butDelete.Image      = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(19, 448);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(79, 26);
     this.butDelete.TabIndex   = 16;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textBody
     //
     this.textBody.Location       = new System.Drawing.Point(206, 133);
     this.textBody.Multiline      = true;
     this.textBody.Name           = "textBody";
     this.textBody.QuickPasteType = OpenDentBusiness.QuickPasteType.Letter;
     this.textBody.ScrollBars     = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.textBody.Size           = new System.Drawing.Size(630, 486);
     this.textBody.TabIndex       = 18;
     //
     // FormLetters
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(858, 674);
     this.Controls.Add(this.textBody);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butEdit);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listLetters);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormLetters";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Letters";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormLetters_Closing);
     this.Load         += new System.EventHandler(this.FormLetterSetup_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpAppointments));
     this.butAll       = new OpenDental.UI.Button();
     this.listProv     = new System.Windows.Forms.ListBox();
     this.label1       = new System.Windows.Forms.Label();
     this.textDateTo   = new OpenDental.ValidDate();
     this.label3       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textDateFrom = new OpenDental.ValidDate();
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.butToday     = new OpenDental.UI.Button();
     this.butTomorrow  = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butAll
     //
     this.butAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAll.Autosize            = true;
     this.butAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAll.CornerRadius        = 4F;
     this.butAll.Location            = new System.Drawing.Point(28, 243);
     this.butAll.Name     = "butAll";
     this.butAll.Size     = new System.Drawing.Size(75, 26);
     this.butAll.TabIndex = 34;
     this.butAll.Text     = "&All";
     this.butAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(27, 41);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(120, 186);
     this.listProv.TabIndex      = 33;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(27, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(104, 16);
     this.label1.TabIndex  = 32;
     this.label1.Text      = "Providers";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textDateTo
     //
     this.textDateTo.Location = new System.Drawing.Point(92, 51);
     this.textDateTo.Name     = "textDateTo";
     this.textDateTo.Size     = new System.Drawing.Size(100, 20);
     this.textDateTo.TabIndex = 44;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(4, 52);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(82, 18);
     this.label3.TabIndex  = 39;
     this.label3.Text      = "To";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(6, 26);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 18);
     this.label2.TabIndex  = 37;
     this.label2.Text      = "From";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textDateFrom
     //
     this.textDateFrom.Location = new System.Drawing.Point(92, 24);
     this.textDateFrom.Name     = "textDateFrom";
     this.textDateFrom.Size     = new System.Drawing.Size(100, 20);
     this.textDateFrom.TabIndex = 43;
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(502, 336);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 44;
     this.butCancel.Text     = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius        = 4F;
     this.butOK.Location            = new System.Drawing.Point(502, 296);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 43;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butToday);
     this.groupBox1.Controls.Add(this.butTomorrow);
     this.groupBox1.Controls.Add(this.textDateFrom);
     this.groupBox1.Controls.Add(this.textDateTo);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(200, 35);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(380, 158);
     this.groupBox1.TabIndex = 45;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Date Range";
     //
     // butToday
     //
     this.butToday.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butToday.Autosize            = true;
     this.butToday.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butToday.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butToday.CornerRadius        = 4F;
     this.butToday.Location            = new System.Drawing.Point(250, 23);
     this.butToday.Name     = "butToday";
     this.butToday.Size     = new System.Drawing.Size(96, 23);
     this.butToday.TabIndex = 46;
     this.butToday.Text     = "Today";
     this.butToday.Click   += new System.EventHandler(this.butToday_Click);
     //
     // butTomorrow
     //
     this.butTomorrow.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butTomorrow.Autosize            = true;
     this.butTomorrow.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butTomorrow.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butTomorrow.CornerRadius        = 4F;
     this.butTomorrow.Location            = new System.Drawing.Point(250, 50);
     this.butTomorrow.Name     = "butTomorrow";
     this.butTomorrow.Size     = new System.Drawing.Size(96, 23);
     this.butTomorrow.TabIndex = 45;
     this.butTomorrow.Text     = "Tomorrow";
     this.butTomorrow.Click   += new System.EventHandler(this.butTomorrow_Click);
     //
     // FormRpAppointments
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(645, 383);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butAll);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormRpAppointments";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Appointments Report";
     this.Load         += new System.EventHandler(this.FormRpApptWithPhones_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 36
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();
			this.tabMain = new System.Windows.Forms.TabControl();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.checkInsNo = new System.Windows.Forms.CheckBox();
			this.labelIns = new System.Windows.Forms.Label();
			this.comboPosition = new System.Windows.Forms.ComboBox();
			this.comboGender = new System.Windows.Forms.ComboBox();
			this.textReferral = new System.Windows.Forms.TextBox();
			this.labelReferral = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label1 = new System.Windows.Forms.Label();
			this.comboStudentStatus = new System.Windows.Forms.ComboBox();
			this.textSchool = new System.Windows.Forms.TextBox();
			this.label30 = new System.Windows.Forms.Label();
			this.checkInsYes = new System.Windows.Forms.CheckBox();
			this.labelAddrNotes = new System.Windows.Forms.Label();
			this.textAddrNotes = new OpenDental.ODtextBox();
			this.textBirthdate = new OpenDental.ValidDate();
			this.textEmail = new System.Windows.Forms.TextBox();
			this.textWirelessPhone = new System.Windows.Forms.TextBox();
			this.textWkPhone = new System.Windows.Forms.TextBox();
			this.textSSN = new System.Windows.Forms.TextBox();
			this.textPreferred = new System.Windows.Forms.TextBox();
			this.textMiddleI = new System.Windows.Forms.TextBox();
			this.textFName = new System.Windows.Forms.TextBox();
			this.textLName = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.textHmPhone = new System.Windows.Forms.TextBox();
			this.textZip = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.checkSame = new System.Windows.Forms.CheckBox();
			this.textState = new System.Windows.Forms.TextBox();
			this.labelST = new System.Windows.Forms.Label();
			this.textAddress = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.labelCity = new System.Windows.Forms.Label();
			this.textAddress2 = new System.Windows.Forms.TextBox();
			this.labelZip = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.textCity = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.labelSSN = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.listDiseases = new System.Windows.Forms.CheckedListBox();
			this.label6 = new System.Windows.Forms.Label();
			this.multInput = new OpenDental.UI.ContrMultInput();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.textWelcome = new System.Windows.Forms.TextBox();
			this.labelConnection = new System.Windows.Forms.Label();
			this.butSubmit = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.tabMain.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabMain
			// 
			this.tabMain.Controls.Add(this.tabPage1);
			this.tabMain.Controls.Add(this.tabPage2);
			this.tabMain.Location = new System.Drawing.Point(12,12);
			this.tabMain.Name = "tabMain";
			this.tabMain.SelectedIndex = 0;
			this.tabMain.Size = new System.Drawing.Size(992,713);
			this.tabMain.TabIndex = 2;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.checkInsNo);
			this.tabPage1.Controls.Add(this.labelIns);
			this.tabPage1.Controls.Add(this.comboPosition);
			this.tabPage1.Controls.Add(this.comboGender);
			this.tabPage1.Controls.Add(this.textReferral);
			this.tabPage1.Controls.Add(this.labelReferral);
			this.tabPage1.Controls.Add(this.groupBox2);
			this.tabPage1.Controls.Add(this.checkInsYes);
			this.tabPage1.Controls.Add(this.labelAddrNotes);
			this.tabPage1.Controls.Add(this.textAddrNotes);
			this.tabPage1.Controls.Add(this.textBirthdate);
			this.tabPage1.Controls.Add(this.textEmail);
			this.tabPage1.Controls.Add(this.textWirelessPhone);
			this.tabPage1.Controls.Add(this.textWkPhone);
			this.tabPage1.Controls.Add(this.textSSN);
			this.tabPage1.Controls.Add(this.textPreferred);
			this.tabPage1.Controls.Add(this.textMiddleI);
			this.tabPage1.Controls.Add(this.textFName);
			this.tabPage1.Controls.Add(this.textLName);
			this.tabPage1.Controls.Add(this.label7);
			this.tabPage1.Controls.Add(this.groupBox1);
			this.tabPage1.Controls.Add(this.label22);
			this.tabPage1.Controls.Add(this.label18);
			this.tabPage1.Controls.Add(this.label17);
			this.tabPage1.Controls.Add(this.labelSSN);
			this.tabPage1.Controls.Add(this.label9);
			this.tabPage1.Controls.Add(this.label8);
			this.tabPage1.Controls.Add(this.label5);
			this.tabPage1.Controls.Add(this.label4);
			this.tabPage1.Controls.Add(this.label3);
			this.tabPage1.Controls.Add(this.label2);
			this.tabPage1.Location = new System.Drawing.Point(4,22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(984,687);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "Patient Information";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// checkInsNo
			// 
			this.checkInsNo.Location = new System.Drawing.Point(180,78);
			this.checkInsNo.Name = "checkInsNo";
			this.checkInsNo.Size = new System.Drawing.Size(102,16);
			this.checkInsNo.TabIndex = 141;
			this.checkInsNo.Text = "No";
			this.checkInsNo.UseVisualStyleBackColor = true;
			this.checkInsNo.Click += new System.EventHandler(this.checkInsNo_Click);
			// 
			// labelIns
			// 
			this.labelIns.Location = new System.Drawing.Point(177,44);
			this.labelIns.Name = "labelIns";
			this.labelIns.Size = new System.Drawing.Size(403,15);
			this.labelIns.TabIndex = 140;
			this.labelIns.Text = "Do you have dental insurance?";
			// 
			// comboPosition
			// 
			this.comboPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboPosition.FormattingEnabled = true;
			this.comboPosition.Location = new System.Drawing.Point(180,215);
			this.comboPosition.Name = "comboPosition";
			this.comboPosition.Size = new System.Drawing.Size(121,21);
			this.comboPosition.TabIndex = 6;
			// 
			// comboGender
			// 
			this.comboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboGender.FormattingEnabled = true;
			this.comboGender.Location = new System.Drawing.Point(180,193);
			this.comboGender.Name = "comboGender";
			this.comboGender.Size = new System.Drawing.Size(121,21);
			this.comboGender.TabIndex = 5;
			// 
			// textReferral
			// 
			this.textReferral.Location = new System.Drawing.Point(668,315);
			this.textReferral.MaxLength = 100;
			this.textReferral.Name = "textReferral";
			this.textReferral.Size = new System.Drawing.Size(268,20);
			this.textReferral.TabIndex = 14;
			// 
			// labelReferral
			// 
			this.labelReferral.Location = new System.Drawing.Point(475,318);
			this.labelReferral.Name = "labelReferral";
			this.labelReferral.Size = new System.Drawing.Size(191,17);
			this.labelReferral.TabIndex = 139;
			this.labelReferral.Text = "How did you hear about our office?";
			this.labelReferral.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// groupBox2
			// 
			this.groupBox2.BackColor = System.Drawing.SystemColors.Window;
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.comboStudentStatus);
			this.groupBox2.Controls.Add(this.textSchool);
			this.groupBox2.Controls.Add(this.label30);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(574,203);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(362,68);
			this.groupBox2.TabIndex = 13;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Student Status if Dependent Over 19 (for Ins)";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(4,23);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(116,16);
			this.label1.TabIndex = 142;
			this.label1.Text = "Status";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// comboStudentStatus
			// 
			this.comboStudentStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboStudentStatus.FormattingEnabled = true;
			this.comboStudentStatus.Location = new System.Drawing.Point(122,20);
			this.comboStudentStatus.Name = "comboStudentStatus";
			this.comboStudentStatus.Size = new System.Drawing.Size(121,21);
			this.comboStudentStatus.TabIndex = 0;
			// 
			// textSchool
			// 
			this.textSchool.Location = new System.Drawing.Point(122,42);
			this.textSchool.MaxLength = 30;
			this.textSchool.Name = "textSchool";
			this.textSchool.Size = new System.Drawing.Size(226,20);
			this.textSchool.TabIndex = 1;
			// 
			// label30
			// 
			this.label30.Location = new System.Drawing.Point(4,46);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(116,16);
			this.label30.TabIndex = 9;
			this.label30.Text = "College Name";
			this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// checkInsYes
			// 
			this.checkInsYes.Location = new System.Drawing.Point(180,61);
			this.checkInsYes.Name = "checkInsYes";
			this.checkInsYes.Size = new System.Drawing.Size(327,18);
			this.checkInsYes.TabIndex = 0;
			this.checkInsYes.Text = "Yes    (Please present card to receptionist before continuing)";
			this.checkInsYes.UseVisualStyleBackColor = true;
			this.checkInsYes.Click += new System.EventHandler(this.checkInsYes_Click);
			// 
			// labelAddrNotes
			// 
			this.labelAddrNotes.Location = new System.Drawing.Point(517,386);
			this.labelAddrNotes.Name = "labelAddrNotes";
			this.labelAddrNotes.Size = new System.Drawing.Size(151,44);
			this.labelAddrNotes.TabIndex = 135;
			this.labelAddrNotes.Text = "Notes regarding address or telephone";
			this.labelAddrNotes.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAddrNotes
			// 
			this.textAddrNotes.Location = new System.Drawing.Point(668,386);
			this.textAddrNotes.Multiline = true;
			this.textAddrNotes.Name = "textAddrNotes";
			this.textAddrNotes.QuickPasteType = OpenDentBusiness.QuickPasteType.PatAddressNote;
			this.textAddrNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textAddrNotes.Size = new System.Drawing.Size(268,126);
			this.textAddrNotes.TabIndex = 15;
			// 
			// textBirthdate
			// 
			this.textBirthdate.Location = new System.Drawing.Point(180,237);
			this.textBirthdate.Name = "textBirthdate";
			this.textBirthdate.Size = new System.Drawing.Size(82,20);
			this.textBirthdate.TabIndex = 7;
			// 
			// textEmail
			// 
			this.textEmail.Location = new System.Drawing.Point(180,279);
			this.textEmail.MaxLength = 100;
			this.textEmail.Name = "textEmail";
			this.textEmail.Size = new System.Drawing.Size(226,20);
			this.textEmail.TabIndex = 9;
			// 
			// textWirelessPhone
			// 
			this.textWirelessPhone.Location = new System.Drawing.Point(180,300);
			this.textWirelessPhone.MaxLength = 30;
			this.textWirelessPhone.Name = "textWirelessPhone";
			this.textWirelessPhone.Size = new System.Drawing.Size(174,20);
			this.textWirelessPhone.TabIndex = 10;
			this.textWirelessPhone.TextChanged += new System.EventHandler(this.textWirelessPhone_TextChanged);
			// 
			// textWkPhone
			// 
			this.textWkPhone.Location = new System.Drawing.Point(180,321);
			this.textWkPhone.MaxLength = 30;
			this.textWkPhone.Name = "textWkPhone";
			this.textWkPhone.Size = new System.Drawing.Size(174,20);
			this.textWkPhone.TabIndex = 11;
			this.textWkPhone.TextChanged += new System.EventHandler(this.textWkPhone_TextChanged);
			// 
			// textSSN
			// 
			this.textSSN.Location = new System.Drawing.Point(180,258);
			this.textSSN.MaxLength = 100;
			this.textSSN.Name = "textSSN";
			this.textSSN.Size = new System.Drawing.Size(82,20);
			this.textSSN.TabIndex = 8;
			this.textSSN.Validating += new System.ComponentModel.CancelEventHandler(this.textSSN_Validating);
			// 
			// textPreferred
			// 
			this.textPreferred.Location = new System.Drawing.Point(180,172);
			this.textPreferred.MaxLength = 100;
			this.textPreferred.Name = "textPreferred";
			this.textPreferred.Size = new System.Drawing.Size(228,20);
			this.textPreferred.TabIndex = 4;
			this.textPreferred.TextChanged += new System.EventHandler(this.textPreferred_TextChanged);
			// 
			// textMiddleI
			// 
			this.textMiddleI.Location = new System.Drawing.Point(180,151);
			this.textMiddleI.MaxLength = 100;
			this.textMiddleI.Name = "textMiddleI";
			this.textMiddleI.Size = new System.Drawing.Size(75,20);
			this.textMiddleI.TabIndex = 3;
			this.textMiddleI.TextChanged += new System.EventHandler(this.textMiddleI_TextChanged);
			// 
			// textFName
			// 
			this.textFName.Location = new System.Drawing.Point(180,130);
			this.textFName.MaxLength = 100;
			this.textFName.Name = "textFName";
			this.textFName.Size = new System.Drawing.Size(228,20);
			this.textFName.TabIndex = 2;
			this.textFName.TextChanged += new System.EventHandler(this.textFName_TextChanged);
			// 
			// textLName
			// 
			this.textLName.Location = new System.Drawing.Point(180,109);
			this.textLName.MaxLength = 100;
			this.textLName.Name = "textLName";
			this.textLName.Size = new System.Drawing.Size(228,20);
			this.textLName.TabIndex = 1;
			this.textLName.TextChanged += new System.EventHandler(this.textLName_TextChanged);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(72,194);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(106,16);
			this.label7.TabIndex = 104;
			this.label7.Text = "Gender";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.BackColor = System.Drawing.SystemColors.Window;
			this.groupBox1.Controls.Add(this.textHmPhone);
			this.groupBox1.Controls.Add(this.textZip);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.Controls.Add(this.checkSame);
			this.groupBox1.Controls.Add(this.textState);
			this.groupBox1.Controls.Add(this.labelST);
			this.groupBox1.Controls.Add(this.textAddress);
			this.groupBox1.Controls.Add(this.label12);
			this.groupBox1.Controls.Add(this.labelCity);
			this.groupBox1.Controls.Add(this.textAddress2);
			this.groupBox1.Controls.Add(this.labelZip);
			this.groupBox1.Controls.Add(this.label16);
			this.groupBox1.Controls.Add(this.textCity);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(75,347);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(373,185);
			this.groupBox1.TabIndex = 12;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Address and Phone";
			// 
			// textHmPhone
			// 
			this.textHmPhone.Location = new System.Drawing.Point(105,51);
			this.textHmPhone.MaxLength = 30;
			this.textHmPhone.Name = "textHmPhone";
			this.textHmPhone.Size = new System.Drawing.Size(174,20);
			this.textHmPhone.TabIndex = 1;
			this.textHmPhone.TextChanged += new System.EventHandler(this.textHmPhone_TextChanged);
			// 
			// textZip
			// 
			this.textZip.Location = new System.Drawing.Point(105,151);
			this.textZip.MaxLength = 100;
			this.textZip.Name = "textZip";
			this.textZip.Size = new System.Drawing.Size(116,20);
			this.textZip.TabIndex = 6;
			// 
			// textBox1
			// 
			this.textBox1.BackColor = System.Drawing.SystemColors.Window;
			this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.textBox1.Location = new System.Drawing.Point(123,19);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.ReadOnly = true;
			this.textBox1.Size = new System.Drawing.Size(230,33);
			this.textBox1.TabIndex = 57;
			this.textBox1.TabStop = false;
			this.textBox1.Text = "This info is the same for everyone in the family";
			// 
			// checkSame
			// 
			this.checkSame.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkSame.Location = new System.Drawing.Point(105,16);
			this.checkSame.Name = "checkSame";
			this.checkSame.Size = new System.Drawing.Size(18,21);
			this.checkSame.TabIndex = 0;
			this.checkSame.TabStop = false;
			// 
			// textState
			// 
			this.textState.Location = new System.Drawing.Point(105,131);
			this.textState.MaxLength = 100;
			this.textState.Name = "textState";
			this.textState.Size = new System.Drawing.Size(61,20);
			this.textState.TabIndex = 5;
			this.textState.TabStop = false;
			// 
			// labelST
			// 
			this.labelST.Location = new System.Drawing.Point(7,135);
			this.labelST.Name = "labelST";
			this.labelST.Size = new System.Drawing.Size(96,14);
			this.labelST.TabIndex = 13;
			this.labelST.Text = "ST";
			this.labelST.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAddress
			// 
			this.textAddress.Location = new System.Drawing.Point(105,71);
			this.textAddress.MaxLength = 100;
			this.textAddress.Name = "textAddress";
			this.textAddress.Size = new System.Drawing.Size(254,20);
			this.textAddress.TabIndex = 2;
			this.textAddress.TextChanged += new System.EventHandler(this.textAddress_TextChanged);
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(5,95);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(99,14);
			this.label12.TabIndex = 11;
			this.label12.Text = "Address2";
			this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelCity
			// 
			this.labelCity.Location = new System.Drawing.Point(4,115);
			this.labelCity.Name = "labelCity";
			this.labelCity.Size = new System.Drawing.Size(98,14);
			this.labelCity.TabIndex = 12;
			this.labelCity.Text = "City";
			this.labelCity.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textAddress2
			// 
			this.textAddress2.Location = new System.Drawing.Point(105,91);
			this.textAddress2.MaxLength = 100;
			this.textAddress2.Name = "textAddress2";
			this.textAddress2.Size = new System.Drawing.Size(253,20);
			this.textAddress2.TabIndex = 3;
			this.textAddress2.TextChanged += new System.EventHandler(this.textAddress2_TextChanged);
			// 
			// labelZip
			// 
			this.labelZip.Location = new System.Drawing.Point(7,156);
			this.labelZip.Name = "labelZip";
			this.labelZip.Size = new System.Drawing.Size(96,14);
			this.labelZip.TabIndex = 14;
			this.labelZip.Text = "Zip";
			this.labelZip.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(7,53);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(98,14);
			this.label16.TabIndex = 15;
			this.label16.Text = "Home Phone";
			this.label16.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textCity
			// 
			this.textCity.Location = new System.Drawing.Point(105,111);
			this.textCity.MaxLength = 100;
			this.textCity.Name = "textCity";
			this.textCity.Size = new System.Drawing.Size(191,20);
			this.textCity.TabIndex = 4;
			this.textCity.TabStop = false;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(5,74);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(98,14);
			this.label11.TabIndex = 10;
			this.label11.Text = "Address";
			this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(74,284);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(104,14);
			this.label22.TabIndex = 125;
			this.label22.Text = "E-mail";
			this.label22.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(55,304);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(124,14);
			this.label18.TabIndex = 120;
			this.label18.Text = "Wireless Phone";
			this.label18.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(61,325);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(118,14);
			this.label17.TabIndex = 119;
			this.label17.Text = "Work Phone";
			this.label17.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// labelSSN
			// 
			this.labelSSN.Location = new System.Drawing.Point(35,263);
			this.labelSSN.Name = "labelSSN";
			this.labelSSN.Size = new System.Drawing.Size(142,14);
			this.labelSSN.TabIndex = 111;
			this.labelSSN.Text = "Social Security Number";
			this.labelSSN.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(73,241);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(105,14);
			this.label9.TabIndex = 109;
			this.label9.Text = "Birthdate";
			this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(78,216);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(100,16);
			this.label8.TabIndex = 106;
			this.label8.Text = "Marital Status";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(32,175);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(146,16);
			this.label5.TabIndex = 100;
			this.label5.Text = "Preferred Name (nickname)";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(54,154);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(124,16);
			this.label4.TabIndex = 98;
			this.label4.Text = "Middle Initial";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(51,133);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(127,16);
			this.label3.TabIndex = 96;
			this.label3.Text = "First Name";
			this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(53,111);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(125,16);
			this.label2.TabIndex = 95;
			this.label2.Text = "Last Name";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.listDiseases);
			this.tabPage2.Controls.Add(this.label6);
			this.tabPage2.Controls.Add(this.multInput);
			this.tabPage2.Location = new System.Drawing.Point(4,22);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(984,687);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "Medical History";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// listDiseases
			// 
			this.listDiseases.CheckOnClick = true;
			this.listDiseases.FormattingEnabled = true;
			this.listDiseases.Location = new System.Drawing.Point(3,20);
			this.listDiseases.MultiColumn = true;
			this.listDiseases.Name = "listDiseases";
			this.listDiseases.Size = new System.Drawing.Size(975,199);
			this.listDiseases.TabIndex = 0;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(6,4);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(317,13);
			this.label6.TabIndex = 5;
			this.label6.Text = "Please mark any of the following medical conditions that you have";
			// 
			// multInput
			// 
			this.multInput.Location = new System.Drawing.Point(3,223);
			this.multInput.Name = "multInput";
			this.multInput.Size = new System.Drawing.Size(975,440);
			this.multInput.TabIndex = 4;
			// 
			// timer1
			// 
			this.timer1.Enabled = true;
			this.timer1.Interval = 4000;
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// textWelcome
			// 
			this.textWelcome.BackColor = System.Drawing.SystemColors.Control;
			this.textWelcome.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.textWelcome.Font = new System.Drawing.Font("Microsoft Sans Serif",18F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.textWelcome.Location = new System.Drawing.Point(330,237);
			this.textWelcome.Multiline = true;
			this.textWelcome.Name = "textWelcome";
			this.textWelcome.ReadOnly = true;
			this.textWelcome.Size = new System.Drawing.Size(377,289);
			this.textWelcome.TabIndex = 3;
			this.textWelcome.TabStop = false;
			this.textWelcome.Text = "Welcome!\r\n\r\nThis  terminal is used to enter new patient information.\r\n\r\nThe recep" +
    "tionist will prepare the screen for you.";
			this.textWelcome.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// labelConnection
			// 
			this.labelConnection.Font = new System.Drawing.Font("Microsoft Sans Serif",18F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelConnection.Location = new System.Drawing.Point(51,728);
			this.labelConnection.Name = "labelConnection";
			this.labelConnection.Size = new System.Drawing.Size(444,29);
			this.labelConnection.TabIndex = 4;
			this.labelConnection.Text = "Connection to server has been lost";
			// 
			// butSubmit
			// 
			this.butSubmit.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butSubmit.Autosize = true;
			this.butSubmit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butSubmit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butSubmit.CornerRadius = 4F;
			this.butSubmit.Location = new System.Drawing.Point(929,731);
			this.butSubmit.Name = "butSubmit";
			this.butSubmit.Size = new System.Drawing.Size(75,26);
			this.butSubmit.TabIndex = 1;
			this.butSubmit.Text = "Submit";
			this.butSubmit.Click += new System.EventHandler(this.butSubmit_Click);
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.Location = new System.Drawing.Point(501,731);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,26);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// FormTerminalOld
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(1016,760);
			this.ControlBox = false;
			this.Controls.Add(this.labelConnection);
			this.Controls.Add(this.tabMain);
			this.Controls.Add(this.butSubmit);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.textWelcome);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTerminalOld";
			this.ShowInTaskbar = false;
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Load += new System.EventHandler(this.FormTerminal_Load);
			this.tabMain.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabPage2.ResumeLayout(false);
			this.tabPage2.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 37
0
 private void InitializeComponent()
 {
     this.textApptModNote = new System.Windows.Forms.TextBox();
     this.butOK           = new OpenDental.UI.Button();
     this.butCancel       = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // textApptModNote
     //
     this.textApptModNote.AcceptsReturn = true;
     this.textApptModNote.Location      = new System.Drawing.Point(50, 32);
     this.textApptModNote.Multiline     = true;
     this.textApptModNote.Name          = "textApptModNote";
     this.textApptModNote.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.textApptModNote.Size          = new System.Drawing.Size(202, 38);
     this.textApptModNote.TabIndex      = 0;
     this.textApptModNote.Text          = "";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(236, 92);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(236, 127);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // FormNoteApptMod
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(324, 160);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textApptModNote);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormNoteApptMod";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Appointment Module Note";
     this.Load         += new System.EventHandler(this.FormNoteApptMod_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 38
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(FormTreatPlanEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textDateTP = new OpenDental.ValidDate();
			this.label1 = new System.Windows.Forms.Label();
			this.textHeading = new System.Windows.Forms.TextBox();
			this.textNote = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.butClearResponsParty = new OpenDental.UI.Button();
			this.butPickResponsParty = new OpenDental.UI.Button();
			this.textResponsParty = new System.Windows.Forms.TextBox();
			this.labelResponsParty = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(549,366);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(549,328);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textDateTP
			// 
			this.textDateTP.Location = new System.Drawing.Point(136,24);
			this.textDateTP.Name = "textDateTP";
			this.textDateTP.Size = new System.Drawing.Size(85,20);
			this.textDateTP.TabIndex = 3;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(45,26);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(89,16);
			this.label1.TabIndex = 2;
			this.label1.Text = "Date";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHeading
			// 
			this.textHeading.Location = new System.Drawing.Point(136,59);
			this.textHeading.Name = "textHeading";
			this.textHeading.Size = new System.Drawing.Size(489,20);
			this.textHeading.TabIndex = 4;
			// 
			// textNote
			// 
			this.textNote.AcceptsReturn = true;
			this.textNote.Location = new System.Drawing.Point(136,94);
			this.textNote.Multiline = true;
			this.textNote.Name = "textNote";
			this.textNote.Size = new System.Drawing.Size(489,181);
			this.textNote.TabIndex = 5;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(45,61);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(89,16);
			this.label2.TabIndex = 6;
			this.label2.Text = "Heading";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(45,96);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(89,16);
			this.label3.TabIndex = 7;
			this.label3.Text = "Note";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(103,366);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(86,24);
			this.butDelete.TabIndex = 8;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butClearResponsParty
			// 
			this.butClearResponsParty.AdjustImageLocation = new System.Drawing.Point(1,1);
			this.butClearResponsParty.Autosize = true;
			this.butClearResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClearResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClearResponsParty.CornerRadius = 4F;
			this.butClearResponsParty.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butClearResponsParty.Location = new System.Drawing.Point(385,288);
			this.butClearResponsParty.Name = "butClearResponsParty";
			this.butClearResponsParty.Size = new System.Drawing.Size(25,23);
			this.butClearResponsParty.TabIndex = 71;
			this.butClearResponsParty.TabStop = false;
			this.butClearResponsParty.Click += new System.EventHandler(this.butClearResponsParty_Click);
			// 
			// butPickResponsParty
			// 
			this.butPickResponsParty.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butPickResponsParty.Autosize = true;
			this.butPickResponsParty.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butPickResponsParty.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butPickResponsParty.CornerRadius = 4F;
			this.butPickResponsParty.Location = new System.Drawing.Point(337,288);
			this.butPickResponsParty.Name = "butPickResponsParty";
			this.butPickResponsParty.Size = new System.Drawing.Size(48,23);
			this.butPickResponsParty.TabIndex = 70;
			this.butPickResponsParty.TabStop = false;
			this.butPickResponsParty.Text = "Pick";
			this.butPickResponsParty.Click += new System.EventHandler(this.butPickResponsParty_Click);
			// 
			// textResponsParty
			// 
			this.textResponsParty.AcceptsReturn = true;
			this.textResponsParty.Location = new System.Drawing.Point(137,290);
			this.textResponsParty.Name = "textResponsParty";
			this.textResponsParty.ReadOnly = true;
			this.textResponsParty.Size = new System.Drawing.Size(198,20);
			this.textResponsParty.TabIndex = 69;
			// 
			// labelResponsParty
			// 
			this.labelResponsParty.Location = new System.Drawing.Point(-3,290);
			this.labelResponsParty.Name = "labelResponsParty";
			this.labelResponsParty.Size = new System.Drawing.Size(139,17);
			this.labelResponsParty.TabIndex = 68;
			this.labelResponsParty.Text = "Responsible Party";
			this.labelResponsParty.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormTreatPlanEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(676,420);
			this.Controls.Add(this.butClearResponsParty);
			this.Controls.Add(this.butPickResponsParty);
			this.Controls.Add(this.textResponsParty);
			this.Controls.Add(this.labelResponsParty);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textHeading);
			this.Controls.Add(this.textDateTP);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormTreatPlanEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Treatment Plan";
			this.Load += new System.EventHandler(this.FormTreatPlanEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 39
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(FormMountDefs));
			this.listMain = new System.Windows.Forms.ListBox();
			this.label1 = new System.Windows.Forms.Label();
			this.butAdd = new OpenDental.UI.Button();
			this.butClose = new OpenDental.UI.Button();
			this.butDown = new OpenDental.UI.Button();
			this.butUp = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// listMain
			// 
			this.listMain.Location = new System.Drawing.Point(24,42);
			this.listMain.Name = "listMain";
			this.listMain.Size = new System.Drawing.Size(262,264);
			this.listMain.TabIndex = 2;
			this.listMain.DoubleClick += new System.EventHandler(this.listMain_DoubleClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(21,10);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(461,27);
			this.label1.TabIndex = 11;
			this.label1.Text = "This is a list of radiograph mounts or image composites.  You can freely delete o" +
    "r move any of these items without affecting patient records";
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(24,313);
			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.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.Location = new System.Drawing.Point(396,313);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(75,26);
			this.butClose.TabIndex = 0;
			this.butClose.Text = "&Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// butDown
			// 
			this.butDown.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDown.Autosize = true;
			this.butDown.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDown.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDown.CornerRadius = 4F;
			this.butDown.Image = global::OpenDental.Properties.Resources.down;
			this.butDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDown.Location = new System.Drawing.Point(204,313);
			this.butDown.Name = "butDown";
			this.butDown.Size = new System.Drawing.Size(82,26);
			this.butDown.TabIndex = 36;
			this.butDown.Text = "&Down";
			this.butDown.Click += new System.EventHandler(this.butDown_Click);
			// 
			// butUp
			// 
			this.butUp.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butUp.Autosize = true;
			this.butUp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butUp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butUp.CornerRadius = 4F;
			this.butUp.Image = global::OpenDental.Properties.Resources.up;
			this.butUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butUp.Location = new System.Drawing.Point(113,313);
			this.butUp.Name = "butUp";
			this.butUp.Size = new System.Drawing.Size(82,26);
			this.butUp.TabIndex = 37;
			this.butUp.Text = "&Up";
			this.butUp.Click += new System.EventHandler(this.butUp_Click);
			// 
			// FormMountDefs
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(494,356);
			this.Controls.Add(this.butDown);
			this.Controls.Add(this.butUp);
			this.Controls.Add(this.listMain);
			this.Controls.Add(this.label1);
			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.Name = "FormMountDefs";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Mount Definitions";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMounts_FormClosing);
			this.Load += new System.EventHandler(this.FormMountDefs_Load);
			this.ResumeLayout(false);

		}
Exemplo n.º 40
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(FormClockEventEdit));
     this.textTimeEntered1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textTimeDisplayed1 = new System.Windows.Forms.TextBox();
     this.listStatus = new System.Windows.Forms.ListBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textNote = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.butNow1 = new OpenDental.UI.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textTimeEntered2 = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.butClear = new OpenDental.UI.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.butNow2 = new OpenDental.UI.Button();
     this.textTimeDisplayed2 = new System.Windows.Forms.TextBox();
     this.textOTimeHours = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.textTotalTime = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textRegTime = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.groupTimeSpans = new System.Windows.Forms.GroupBox();
     this.textOTimeAuto = new System.Windows.Forms.TextBox();
     this.textAdjust = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textAdjustAuto = new System.Windows.Forms.TextBox();
     this.butDelete = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupTimeSpans.SuspendLayout();
     this.SuspendLayout();
     //
     // textTimeEntered1
     //
     this.textTimeEntered1.Location = new System.Drawing.Point(101,19);
     this.textTimeEntered1.Name = "textTimeEntered1";
     this.textTimeEntered1.ReadOnly = true;
     this.textTimeEntered1.Size = new System.Drawing.Size(156,20);
     this.textTimeEntered1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6,21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94,16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Entered";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6,45);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(93,16);
     this.label2.TabIndex = 5;
     this.label2.Text = "Displayed";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTimeDisplayed1
     //
     this.textTimeDisplayed1.Location = new System.Drawing.Point(101,43);
     this.textTimeDisplayed1.Name = "textTimeDisplayed1";
     this.textTimeDisplayed1.Size = new System.Drawing.Size(156,20);
     this.textTimeDisplayed1.TabIndex = 4;
     this.textTimeDisplayed1.TextChanged += new System.EventHandler(this.textTimeDisplayed1_TextChanged);
     //
     // listStatus
     //
     this.listStatus.Location = new System.Drawing.Point(179,118);
     this.listStatus.Name = "listStatus";
     this.listStatus.Size = new System.Drawing.Size(120,43);
     this.listStatus.TabIndex = 8;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(72,118);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(105,16);
     this.label3.TabIndex = 9;
     this.label3.Text = "Out Status";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(72,298);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(105,16);
     this.label4.TabIndex = 10;
     this.label4.Text = "Note";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNote
     //
     this.textNote.Location = new System.Drawing.Point(179,297);
     this.textNote.Multiline = true;
     this.textNote.Name = "textNote";
     this.textNote.Size = new System.Drawing.Size(317,110);
     this.textNote.TabIndex = 11;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textTimeEntered1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.butNow1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textTimeDisplayed1);
     this.groupBox1.Location = new System.Drawing.Point(79,12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(267,100);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Clock In Date and Time";
     //
     // butNow1
     //
     this.butNow1.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butNow1.Autosize = true;
     this.butNow1.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNow1.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNow1.CornerRadius = 4F;
     this.butNow1.Location = new System.Drawing.Point(101,69);
     this.butNow1.Name = "butNow1";
     this.butNow1.Size = new System.Drawing.Size(70,24);
     this.butNow1.TabIndex = 17;
     this.butNow1.Text = "Now";
     this.butNow1.Click += new System.EventHandler(this.butNow1_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textTimeEntered2);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.butClear);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.butNow2);
     this.groupBox2.Controls.Add(this.textTimeDisplayed2);
     this.groupBox2.Location = new System.Drawing.Point(363,12);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(267,100);
     this.groupBox2.TabIndex = 14;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Clock Out Date and Time";
     //
     // textTimeEntered2
     //
     this.textTimeEntered2.Location = new System.Drawing.Point(101,19);
     this.textTimeEntered2.Name = "textTimeEntered2";
     this.textTimeEntered2.ReadOnly = true;
     this.textTimeEntered2.Size = new System.Drawing.Size(156,20);
     this.textTimeEntered2.TabIndex = 2;
     this.textTimeEntered2.TextChanged += new System.EventHandler(this.textTimeEntered2_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6,21);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(94,16);
     this.label5.TabIndex = 3;
     this.label5.Text = "Entered";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butClear
     //
     this.butClear.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClear.Autosize = true;
     this.butClear.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClear.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClear.CornerRadius = 4F;
     this.butClear.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butClear.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butClear.Location = new System.Drawing.Point(177,69);
     this.butClear.Name = "butClear";
     this.butClear.Size = new System.Drawing.Size(80,24);
     this.butClear.TabIndex = 16;
     this.butClear.Text = "Clear";
     this.butClear.Click += new System.EventHandler(this.butClear_Click);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6,45);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(93,16);
     this.label6.TabIndex = 5;
     this.label6.Text = "Displayed";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butNow2
     //
     this.butNow2.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butNow2.Autosize = true;
     this.butNow2.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butNow2.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butNow2.CornerRadius = 4F;
     this.butNow2.Location = new System.Drawing.Point(101,69);
     this.butNow2.Name = "butNow2";
     this.butNow2.Size = new System.Drawing.Size(70,24);
     this.butNow2.TabIndex = 15;
     this.butNow2.Text = "Now";
     this.butNow2.Click += new System.EventHandler(this.butNow2_Click);
     //
     // textTimeDisplayed2
     //
     this.textTimeDisplayed2.Location = new System.Drawing.Point(101,43);
     this.textTimeDisplayed2.Name = "textTimeDisplayed2";
     this.textTimeDisplayed2.Size = new System.Drawing.Size(156,20);
     this.textTimeDisplayed2.TabIndex = 4;
     this.textTimeDisplayed2.TextChanged += new System.EventHandler(this.textTimeDisplayed2_TextChanged);
     //
     // textOTimeHours
     //
     this.textOTimeHours.Location = new System.Drawing.Point(176,78);
     this.textOTimeHours.Name = "textOTimeHours";
     this.textOTimeHours.Size = new System.Drawing.Size(68,20);
     this.textOTimeHours.TabIndex = 7;
     this.textOTimeHours.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textOTimeHours.TextChanged += new System.EventHandler(this.textOvertime_TextChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8,78);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(92,18);
     this.label7.TabIndex = 10;
     this.label7.Text = "- Overtime";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textTotalTime
     //
     this.textTotalTime.Location = new System.Drawing.Point(100,34);
     this.textTotalTime.Name = "textTotalTime";
     this.textTotalTime.ReadOnly = true;
     this.textTotalTime.Size = new System.Drawing.Size(68,20);
     this.textTotalTime.TabIndex = 1;
     this.textTotalTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8,34);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(92,18);
     this.label8.TabIndex = 8;
     this.label8.Text = "Total Time";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textRegTime
     //
     this.textRegTime.Location = new System.Drawing.Point(100,100);
     this.textRegTime.Name = "textRegTime";
     this.textRegTime.ReadOnly = true;
     this.textRegTime.Size = new System.Drawing.Size(68,20);
     this.textRegTime.TabIndex = 4;
     this.textRegTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8,100);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(92,18);
     this.label9.TabIndex = 11;
     this.label9.Text = "Regular Time";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupTimeSpans
     //
     this.groupTimeSpans.Controls.Add(this.textOTimeAuto);
     this.groupTimeSpans.Controls.Add(this.textAdjust);
     this.groupTimeSpans.Controls.Add(this.label12);
     this.groupTimeSpans.Controls.Add(this.label11);
     this.groupTimeSpans.Controls.Add(this.label10);
     this.groupTimeSpans.Controls.Add(this.textAdjustAuto);
     this.groupTimeSpans.Controls.Add(this.label8);
     this.groupTimeSpans.Controls.Add(this.textRegTime);
     this.groupTimeSpans.Controls.Add(this.label7);
     this.groupTimeSpans.Controls.Add(this.label9);
     this.groupTimeSpans.Controls.Add(this.textOTimeHours);
     this.groupTimeSpans.Controls.Add(this.textTotalTime);
     this.groupTimeSpans.Location = new System.Drawing.Point(79,164);
     this.groupTimeSpans.Name = "groupTimeSpans";
     this.groupTimeSpans.Size = new System.Drawing.Size(267,127);
     this.groupTimeSpans.TabIndex = 30;
     this.groupTimeSpans.TabStop = false;
     this.groupTimeSpans.Text = "Time Spans";
     //
     // textOTimeAuto
     //
     this.textOTimeAuto.Location = new System.Drawing.Point(100,78);
     this.textOTimeAuto.Name = "textOTimeAuto";
     this.textOTimeAuto.ReadOnly = true;
     this.textOTimeAuto.Size = new System.Drawing.Size(68,20);
     this.textOTimeAuto.TabIndex = 3;
     this.textOTimeAuto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textAdjust
     //
     this.textAdjust.Location = new System.Drawing.Point(176,56);
     this.textAdjust.Name = "textAdjust";
     this.textAdjust.Size = new System.Drawing.Size(68,20);
     this.textAdjust.TabIndex = 6;
     this.textAdjust.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textAdjust.TextChanged += new System.EventHandler(this.textAdjust_TextChanged);
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(176,13);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(68,18);
     this.label12.TabIndex = 5;
     this.label12.Text = "Override";
     this.label12.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(100,13);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(68,18);
     this.label11.TabIndex = 0;
     this.label11.Text = "Calculated";
     this.label11.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8,56);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(92,18);
     this.label10.TabIndex = 9;
     this.label10.Text = "+ Adj";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textAdjustAuto
     //
     this.textAdjustAuto.Location = new System.Drawing.Point(100,56);
     this.textAdjustAuto.Name = "textAdjustAuto";
     this.textAdjustAuto.ReadOnly = true;
     this.textAdjustAuto.Size = new System.Drawing.Size(68,20);
     this.textAdjustAuto.TabIndex = 2;
     this.textAdjustAuto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location = new System.Drawing.Point(31,435);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(84,24);
     this.butDelete.TabIndex = 12;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location = new System.Drawing.Point(464,434);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 1;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(555,434);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // FormClockEventEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(669,477);
     this.Controls.Add(this.groupTimeSpans);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textNote);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.listStatus);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormClockEventEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Clock Event";
     this.Load += new System.EventHandler(this.FormClockEventEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupTimeSpans.ResumeLayout(false);
     this.groupTimeSpans.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2           = new System.Windows.Forms.Label();
     this.textButtonText   = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.openFileDialog1  = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1  = new System.Windows.Forms.SaveFileDialog();
     this.butDelete        = new OpenDental.UI.Button();
     this.textSynchIcon    = new OpenDental.ValidNum();
     this.butOK            = new OpenDental.UI.Button();
     this.butCancel        = new OpenDental.UI.Button();
     this.radioAll         = new System.Windows.Forms.RadioButton();
     this.radioOne         = new System.Windows.Forms.RadioButton();
     this.textComputerName = new System.Windows.Forms.TextBox();
     this.comboTo          = new System.Windows.Forms.ComboBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.comboExtras      = new System.Windows.Forms.ComboBox();
     this.label11          = new System.Windows.Forms.Label();
     this.comboMessage     = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label2.Location   = new System.Drawing.Point(102, 84);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(100, 20);
     this.label2.TabIndex   = 4;
     this.label2.Text       = "Text";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.TopRight;
     //
     // textButtonText
     //
     this.textButtonText.Location = new System.Drawing.Point(204, 81);
     this.textButtonText.Name     = "textButtonText";
     this.textButtonText.Size     = new System.Drawing.Size(105, 20);
     this.textButtonText.TabIndex = 0;
     //
     // label3
     //
     this.label3.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label3.Location   = new System.Drawing.Point(261, 104);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(304, 40);
     this.label3.TabIndex   = 6;
     this.label3.Text       = "The cell number (1-9) of the main program icon that should light up whenever this" +
                              " button lights up.  0 for none.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label5.Location   = new System.Drawing.Point(102, 114);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(100, 20);
     this.label5.TabIndex   = 8;
     this.label5.Text       = "Synch Icon";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDelete.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize   = true;
     this.butDelete.BtnShape   = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle   = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDelete.Location   = new System.Drawing.Point(45, 292);
     this.butDelete.Name       = "butDelete";
     this.butDelete.Size       = new System.Drawing.Size(82, 26);
     this.butDelete.TabIndex   = 14;
     this.butDelete.Text       = "&Delete";
     this.butDelete.Click     += new System.EventHandler(this.butDelete_Click);
     //
     // textSynchIcon
     //
     this.textSynchIcon.Location = new System.Drawing.Point(204, 114);
     this.textSynchIcon.MaxVal   = 9;
     this.textSynchIcon.MinVal   = 0;
     this.textSynchIcon.Name     = "textSynchIcon";
     this.textSynchIcon.Size     = new System.Drawing.Size(51, 20);
     this.textSynchIcon.TabIndex = 1;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(442, 292);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 2;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.Location = new System.Drawing.Point(544, 292);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 3;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // radioAll
     //
     this.radioAll.AutoCheck  = false;
     this.radioAll.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioAll.Location   = new System.Drawing.Point(2, 10);
     this.radioAll.Name       = "radioAll";
     this.radioAll.Size       = new System.Drawing.Size(214, 20);
     this.radioAll.TabIndex   = 15;
     this.radioAll.TabStop    = true;
     this.radioAll.Text       = "Applies to all computers";
     this.radioAll.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioAll.UseVisualStyleBackColor = true;
     //
     // radioOne
     //
     this.radioOne.AutoCheck  = false;
     this.radioOne.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioOne.Location   = new System.Drawing.Point(2, 33);
     this.radioOne.Name       = "radioOne";
     this.radioOne.Size       = new System.Drawing.Size(214, 20);
     this.radioOne.TabIndex   = 16;
     this.radioOne.TabStop    = true;
     this.radioOne.Text       = "Only applies to one computer:";
     this.radioOne.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioOne.UseVisualStyleBackColor = true;
     //
     // textComputerName
     //
     this.textComputerName.Location = new System.Drawing.Point(225, 33);
     this.textComputerName.Name     = "textComputerName";
     this.textComputerName.ReadOnly = true;
     this.textComputerName.Size     = new System.Drawing.Size(154, 20);
     this.textComputerName.TabIndex = 17;
     //
     // comboTo
     //
     this.comboTo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTo.FormattingEnabled = true;
     this.comboTo.Location          = new System.Drawing.Point(204, 147);
     this.comboTo.MaxDropDownItems  = 30;
     this.comboTo.Name     = "comboTo";
     this.comboTo.Size     = new System.Drawing.Size(121, 21);
     this.comboTo.TabIndex = 18;
     //
     // label4
     //
     this.label4.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label4.Location   = new System.Drawing.Point(102, 148);
     this.label4.Name       = "label4";
     this.label4.Size       = new System.Drawing.Size(100, 20);
     this.label4.TabIndex   = 19;
     this.label4.Text       = "To User";
     this.label4.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label10.Location   = new System.Drawing.Point(102, 183);
     this.label10.Name       = "label10";
     this.label10.Size       = new System.Drawing.Size(100, 20);
     this.label10.TabIndex   = 24;
     this.label10.Text       = "Extras";
     this.label10.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboExtras
     //
     this.comboExtras.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboExtras.FormattingEnabled = true;
     this.comboExtras.Location          = new System.Drawing.Point(204, 182);
     this.comboExtras.MaxDropDownItems  = 30;
     this.comboExtras.Name     = "comboExtras";
     this.comboExtras.Size     = new System.Drawing.Size(121, 21);
     this.comboExtras.TabIndex = 23;
     //
     // label11
     //
     this.label11.ImageAlign = System.Drawing.ContentAlignment.TopRight;
     this.label11.Location   = new System.Drawing.Point(102, 217);
     this.label11.Name       = "label11";
     this.label11.Size       = new System.Drawing.Size(100, 20);
     this.label11.TabIndex   = 26;
     this.label11.Text       = "Message";
     this.label11.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboMessage
     //
     this.comboMessage.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMessage.FormattingEnabled = true;
     this.comboMessage.Location          = new System.Drawing.Point(204, 216);
     this.comboMessage.MaxDropDownItems  = 30;
     this.comboMessage.Name     = "comboMessage";
     this.comboMessage.Size     = new System.Drawing.Size(121, 21);
     this.comboMessage.TabIndex = 25;
     //
     // FormSigButDefEdit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(671, 343);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.comboMessage);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.comboExtras);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboTo);
     this.Controls.Add(this.textComputerName);
     this.Controls.Add(this.radioOne);
     this.Controls.Add(this.radioAll);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.textSynchIcon);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textButtonText);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormSigButDefEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Message Button";
     this.Load         += new System.EventHandler(this.FormSigButDefEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(FormSubscriberSelect));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.listPats  = new System.Windows.Forms.ListBox();
     this.butMore   = new OpenDental.UI.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(277, 241);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(92, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(277, 200);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(92, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // listPats
     //
     this.listPats.Location     = new System.Drawing.Point(32, 79);
     this.listPats.Name         = "listPats";
     this.listPats.Size         = new System.Drawing.Size(187, 186);
     this.listPats.TabIndex     = 2;
     this.listPats.DoubleClick += new System.EventHandler(this.listPats_DoubleClick);
     //
     // butMore
     //
     this.butMore.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butMore.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butMore.Autosize     = true;
     this.butMore.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butMore.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butMore.CornerRadius = 4F;
     this.butMore.Location     = new System.Drawing.Point(277, 79);
     this.butMore.Name         = "butMore";
     this.butMore.Size         = new System.Drawing.Size(92, 26);
     this.butMore.TabIndex     = 3;
     this.butMore.Text         = "More Patients";
     this.butMore.Click       += new System.EventHandler(this.butMore_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(33, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(287, 38);
     this.label1.TabIndex = 4;
     this.label1.Text     = "If subscriber has not been entered, cancel and add them before continuing.";
     //
     // FormSubscriberSelect
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(401, 295);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butMore);
     this.Controls.Add(this.listPats);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormSubscriberSelect";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Select Subscriber";
     this.Load         += new System.EventHandler(this.FormSubscriberSelect_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.textScreenDate = new System.Windows.Forms.TextBox();
     this.textDescription = new System.Windows.Forms.TextBox();
     this.comboProv = new System.Windows.Forms.ComboBox();
     this.comboPlaceService = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.butOK = new OpenDental.UI.Button();
     this.comboCounty = new System.Windows.Forms.ComboBox();
     this.comboGradeSchool = new System.Windows.Forms.ComboBox();
     this.textProvName = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.butEdit = new OpenDental.UI.Button();
     this.panelEdit = new System.Windows.Forms.Panel();
     this.listMain = new System.Windows.Forms.ListView();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.butAdd = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.panelEdit.SuspendLayout();
     this.SuspendLayout();
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(12,77);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(44,16);
     this.label14.TabIndex = 12;
     this.label14.Text = "School";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(3,56);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(52,15);
     this.label13.TabIndex = 11;
     this.label13.Text = "County";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label24
     //
     this.label24.Location = new System.Drawing.Point(4,35);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(52,16);
     this.label24.TabIndex = 50;
     this.label24.Text = "Or Prov";
     this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(-2,-4);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(61,17);
     this.label1.TabIndex = 51;
     this.label1.Text = "Date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textScreenDate
     //
     this.textScreenDate.Location = new System.Drawing.Point(0,0);
     this.textScreenDate.Name = "textScreenDate";
     this.textScreenDate.Size = new System.Drawing.Size(64,20);
     this.textScreenDate.TabIndex = 0;
     this.textScreenDate.Validating += new System.ComponentModel.CancelEventHandler(this.textScreenDate_Validating);
     //
     // textDescription
     //
     this.textDescription.Location = new System.Drawing.Point(64,0);
     this.textDescription.Name = "textDescription";
     this.textDescription.Size = new System.Drawing.Size(151,20);
     this.textDescription.TabIndex = 1;
     this.textDescription.TextChanged += new System.EventHandler(this.textProvName_TextChanged);
     //
     // comboProv
     //
     this.comboProv.BackColor = System.Drawing.SystemColors.Window;
     this.comboProv.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboProv.Location = new System.Drawing.Point(55,33);
     this.comboProv.MaxDropDownItems = 25;
     this.comboProv.Name = "comboProv";
     this.comboProv.Size = new System.Drawing.Size(173,21);
     this.comboProv.TabIndex = 2;
     this.comboProv.SelectionChangeCommitted += new System.EventHandler(this.comboProv_SelectionChangeCommitted);
     this.comboProv.SelectedIndexChanged += new System.EventHandler(this.comboProv_SelectedIndexChanged);
     this.comboProv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboProv_KeyDown);
     //
     // comboPlaceService
     //
     this.comboPlaceService.BackColor = System.Drawing.SystemColors.Window;
     this.comboPlaceService.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPlaceService.Location = new System.Drawing.Point(55,96);
     this.comboPlaceService.MaxDropDownItems = 25;
     this.comboPlaceService.Name = "comboPlaceService";
     this.comboPlaceService.Size = new System.Drawing.Size(173,21);
     this.comboPlaceService.TabIndex = 3;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(3,97);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(52,17);
     this.label2.TabIndex = 119;
     this.label2.Text = "Location";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(61,-3);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(103,16);
     this.label3.TabIndex = 128;
     this.label3.Text = "Descript";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butOK.Autosize = true;
     this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location = new System.Drawing.Point(180,565);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(48,21);
     this.butOK.TabIndex = 24;
     this.butOK.Text = "OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // comboCounty
     //
     this.comboCounty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCounty.Location = new System.Drawing.Point(55,54);
     this.comboCounty.Name = "comboCounty";
     this.comboCounty.Size = new System.Drawing.Size(173,21);
     this.comboCounty.TabIndex = 4;
     this.comboCounty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboCounty_KeyDown);
     //
     // comboGradeSchool
     //
     this.comboGradeSchool.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGradeSchool.Location = new System.Drawing.Point(55,75);
     this.comboGradeSchool.Name = "comboGradeSchool";
     this.comboGradeSchool.Size = new System.Drawing.Size(173,21);
     this.comboGradeSchool.TabIndex = 140;
     this.comboGradeSchool.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboGradeSchool_KeyDown);
     //
     // textProvName
     //
     this.textProvName.Location = new System.Drawing.Point(55,13);
     this.textProvName.Name = "textProvName";
     this.textProvName.Size = new System.Drawing.Size(173,20);
     this.textProvName.TabIndex = 141;
     this.textProvName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textProvName_KeyUp);
     this.textProvName.TextChanged += new System.EventHandler(this.textProvName_TextChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(5,15);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(50,16);
     this.label4.TabIndex = 142;
     this.label4.Text = "Screener";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butEdit
     //
     this.butEdit.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butEdit.Autosize = true;
     this.butEdit.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butEdit.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butEdit.Location = new System.Drawing.Point(216,0);
     this.butEdit.Name = "butEdit";
     this.butEdit.Size = new System.Drawing.Size(18,21);
     this.butEdit.TabIndex = 143;
     this.butEdit.Text = "V";
     this.butEdit.Click += new System.EventHandler(this.butEdit_Click);
     //
     // panelEdit
     //
     this.panelEdit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelEdit.Controls.Add(this.comboProv);
     this.panelEdit.Controls.Add(this.textProvName);
     this.panelEdit.Controls.Add(this.label24);
     this.panelEdit.Controls.Add(this.label4);
     this.panelEdit.Controls.Add(this.comboGradeSchool);
     this.panelEdit.Controls.Add(this.comboCounty);
     this.panelEdit.Controls.Add(this.label13);
     this.panelEdit.Controls.Add(this.label14);
     this.panelEdit.Controls.Add(this.label1);
     this.panelEdit.Controls.Add(this.label3);
     this.panelEdit.Controls.Add(this.comboPlaceService);
     this.panelEdit.Controls.Add(this.label2);
     this.panelEdit.ForeColor = System.Drawing.SystemColors.ControlText;
     this.panelEdit.Location = new System.Drawing.Point(0,21);
     this.panelEdit.Name = "panelEdit";
     this.panelEdit.Size = new System.Drawing.Size(234,121);
     this.panelEdit.TabIndex = 144;
     //
     // listMain
     //
     this.listMain.AutoArrange = false;
     this.listMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader13,
     this.columnHeader1,
     this.columnHeader3,
     this.columnHeader2,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8,
     this.columnHeader9,
     this.columnHeader10,
     this.columnHeader11,
     this.columnHeader12});
     this.listMain.FullRowSelect = true;
     this.listMain.GridLines = true;
     this.listMain.Location = new System.Drawing.Point(0,143);
     this.listMain.Name = "listMain";
     this.listMain.Size = new System.Drawing.Size(710,420);
     this.listMain.TabIndex = 145;
     this.listMain.UseCompatibleStateImageBehavior = false;
     this.listMain.View = System.Windows.Forms.View.Details;
     this.listMain.DoubleClick += new System.EventHandler(this.listMain_DoubleClick);
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "#";
     this.columnHeader13.Width = 30;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Grade";
     this.columnHeader1.Width = 50;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Age";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width = 38;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Race";
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Sex";
     this.columnHeader4.Width = 38;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Urgency";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Caries";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width = 46;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "ECC";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader7.Width = 40;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "CarExp";
     this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader8.Width = 50;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "ExSeal";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader9.Width = 50;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "NeedSeal";
     this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader10.Width = 64;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "NoTeeth";
     this.columnHeader11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Comments";
     this.columnHeader12.Width = 100;
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.Location = new System.Drawing.Point(9,565);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(56,21);
     this.butAdd.TabIndex = 146;
     this.butAdd.Text = "Add Item";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.Location = new System.Drawing.Point(71,565);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(68,21);
     this.butDelete.TabIndex = 147;
     this.butDelete.Text = "Delete Item";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // FormScreenGroup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.ClientSize = new System.Drawing.Size(714,588);
     this.Controls.Add(this.butDelete);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.listMain);
     this.Controls.Add(this.panelEdit);
     this.Controls.Add(this.butEdit);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textDescription);
     this.Controls.Add(this.textScreenDate);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormScreenGroup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Screening Group";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormScreenGroup_Closing);
     this.Load += new System.EventHandler(this.FormScreenGroup_Load);
     this.panelEdit.ResumeLayout(false);
     this.panelEdit.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 44
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(FormProgress));
     this.butCancel     = new OpenDental.UI.Button();
     this.progressBar1  = new System.Windows.Forms.ProgressBar();
     this.label1        = new System.Windows.Forms.Label();
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.labelProgress = new System.Windows.Forms.Label();
     this.labelError    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Location = new System.Drawing.Point(376, 215);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 0;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(73, 99);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(377, 23);
     this.progressBar1.TabIndex = 2;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(71, 69);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 23);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Progress";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // labelProgress
     //
     this.labelProgress.Location = new System.Drawing.Point(71, 135);
     this.labelProgress.Name     = "labelProgress";
     this.labelProgress.Size     = new System.Drawing.Size(402, 55);
     this.labelProgress.TabIndex = 4;
     this.labelProgress.Text     = "Preparing for Upload";
     //
     // labelError
     //
     this.labelError.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelError.ForeColor = System.Drawing.Color.DarkRed;
     this.labelError.Location  = new System.Drawing.Point(32, 13);
     this.labelError.Name      = "labelError";
     this.labelError.Size      = new System.Drawing.Size(456, 41);
     this.labelError.TabIndex  = 5;
     this.labelError.Text      = "Error Message";
     this.labelError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormProgress
     //
     this.ClientSize = new System.Drawing.Size(500, 294);
     this.Controls.Add(this.labelError);
     this.Controls.Add(this.labelProgress);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormProgress";
     this.ShowInTaskbar = false;
     this.Text          = "Progress";
     this.Load         += new System.EventHandler(this.FormProgress_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 45
0
		private void InitializeComponent(){
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPayPlanChargeEdit));
			this.label4 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.textPrincipal = new OpenDental.ValidDouble();
			this.textNote = new OpenDental.ODtextBox();
			this.textInterest = new OpenDental.ValidDouble();
			this.label1 = new System.Windows.Forms.Label();
			this.textDate = new OpenDental.ValidDate();
			this.label2 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.textProv = new System.Windows.Forms.TextBox();
			this.textClinic = new System.Windows.Forms.TextBox();
			this.labelClinic = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(5, 35);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 16);
			this.label4.TabIndex = 0;
			this.label4.Text = "Note";
			this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(6, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 16);
			this.label5.TabIndex = 0;
			this.label5.Text = "Principal";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(437, 207);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75, 26);
			this.butOK.TabIndex = 5;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(437, 245);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75, 26);
			this.butCancel.TabIndex = 6;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(24, 243);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(78, 26);
			this.butDelete.TabIndex = 7;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// textPrincipal
			// 
			this.textPrincipal.Location = new System.Drawing.Point(108, 93);
			this.textPrincipal.MaxVal = 100000000D;
			this.textPrincipal.MinVal = 0D;
			this.textPrincipal.Name = "textPrincipal";
			this.textPrincipal.Size = new System.Drawing.Size(100, 20);
			this.textPrincipal.TabIndex = 1;
			// 
			// textNote
			// 
			this.textNote.AcceptsTab = true;
			this.textNote.DetectUrls = false;
			this.textNote.Location = new System.Drawing.Point(108, 33);
			this.textNote.Name = "textNote";
			this.textNote.QuickPasteType = OpenDentBusiness.QuickPasteType.Adjustment;
			this.textNote.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.textNote.Size = new System.Drawing.Size(245, 55);
			this.textNote.TabIndex = 9;
			this.textNote.TabStop = false;
			this.textNote.Text = "";
			// 
			// textInterest
			// 
			this.textInterest.Location = new System.Drawing.Point(108, 118);
			this.textInterest.MaxVal = 100000000D;
			this.textInterest.MinVal = 0D;
			this.textInterest.Name = "textInterest";
			this.textInterest.Size = new System.Drawing.Size(100, 20);
			this.textInterest.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(6, 120);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Interest";
			this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// textDate
			// 
			this.textDate.Location = new System.Drawing.Point(108, 8);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(100, 20);
			this.textDate.TabIndex = 8;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(6, 12);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 16);
			this.label2.TabIndex = 0;
			this.label2.Text = "Date";
			this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(7, 146);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 14);
			this.label9.TabIndex = 0;
			this.label9.Text = "Provider";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textProv
			// 
			this.textProv.Location = new System.Drawing.Point(108, 143);
			this.textProv.Name = "textProv";
			this.textProv.Size = new System.Drawing.Size(201, 20);
			this.textProv.TabIndex = 3;
			// 
			// textClinic
			// 
			this.textClinic.Location = new System.Drawing.Point(108, 168);
			this.textClinic.Name = "textClinic";
			this.textClinic.Size = new System.Drawing.Size(201, 20);
			this.textClinic.TabIndex = 4;
			// 
			// labelClinic
			// 
			this.labelClinic.Location = new System.Drawing.Point(7, 171);
			this.labelClinic.Name = "labelClinic";
			this.labelClinic.Size = new System.Drawing.Size(100, 14);
			this.labelClinic.TabIndex = 0;
			this.labelClinic.Text = "Clinic";
			this.labelClinic.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormPayPlanChargeEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(541, 293);
			this.Controls.Add(this.textClinic);
			this.Controls.Add(this.labelClinic);
			this.Controls.Add(this.textProv);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.textInterest);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.textNote);
			this.Controls.Add(this.textPrincipal);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormPayPlanChargeEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Payment Plan Charge";
			this.Load += new System.EventHandler(this.FormPayPlanCharge_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 46
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpPHRawProc));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK     = new OpenDental.UI.Button();
     this.date2     = new System.Windows.Forms.MonthCalendar();
     this.date1     = new System.Windows.Forms.MonthCalendar();
     this.labelTO   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(523, 328);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 4;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius        = 4F;
     this.butOK.Location            = new System.Drawing.Point(523, 296);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 3;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // date2
     //
     this.date2.Location          = new System.Drawing.Point(290, 67);
     this.date2.MaxSelectionCount = 1;
     this.date2.Name     = "date2";
     this.date2.TabIndex = 2;
     //
     // date1
     //
     this.date1.Location          = new System.Drawing.Point(34, 67);
     this.date1.MaxSelectionCount = 1;
     this.date1.Name     = "date1";
     this.date1.TabIndex = 1;
     //
     // labelTO
     //
     this.labelTO.Location  = new System.Drawing.Point(214, 75);
     this.labelTO.Name      = "labelTO";
     this.labelTO.Size      = new System.Drawing.Size(73, 23);
     this.labelTO.TabIndex  = 28;
     this.labelTO.Text      = "TO";
     this.labelTO.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // FormRpPHRawProc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(616, 366);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.date2);
     this.Controls.Add(this.date1);
     this.Controls.Add(this.labelTO);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpPHRawProc";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Raw Procedure Data";
     this.Load         += new System.EventHandler(this.FormRpPHRawScreen_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 47
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(FormTrojanCollect));
			this.label1 = new System.Windows.Forms.Label();
			this.labelGuarantor = new System.Windows.Forms.Label();
			this.labelAddress = new System.Windows.Forms.Label();
			this.labelCityStZip = 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.labelSSN = new System.Windows.Forms.Label();
			this.labelDOB = new System.Windows.Forms.Label();
			this.labelPhone = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.labelEmpPhone = new System.Windows.Forms.Label();
			this.labelEmployer = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.labelPatient = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.textDate = new System.Windows.Forms.TextBox();
			this.textAmount = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.radioDiplomatic = new System.Windows.Forms.RadioButton();
			this.radioFirm = new System.Windows.Forms.RadioButton();
			this.radioSkip = new System.Windows.Forms.RadioButton();
			this.label18 = new System.Windows.Forms.Label();
			this.textPassword = new System.Windows.Forms.TextBox();
			this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
			this.menuItemSetup = new System.Windows.Forms.MenuItem();
			this.butHelp = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(44,15);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(238,16);
			this.label1.TabIndex = 3;
			this.label1.Text = "Financially Responsible Person:";
			// 
			// labelGuarantor
			// 
			this.labelGuarantor.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelGuarantor.Location = new System.Drawing.Point(50,37);
			this.labelGuarantor.Name = "labelGuarantor";
			this.labelGuarantor.Size = new System.Drawing.Size(226,16);
			this.labelGuarantor.TabIndex = 4;
			this.labelGuarantor.Text = "Joe Smith";
			// 
			// labelAddress
			// 
			this.labelAddress.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelAddress.Location = new System.Drawing.Point(50,55);
			this.labelAddress.Name = "labelAddress";
			this.labelAddress.Size = new System.Drawing.Size(226,16);
			this.labelAddress.TabIndex = 5;
			this.labelAddress.Text = "123 E St.";
			// 
			// labelCityStZip
			// 
			this.labelCityStZip.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelCityStZip.Location = new System.Drawing.Point(50,73);
			this.labelCityStZip.Name = "labelCityStZip";
			this.labelCityStZip.Size = new System.Drawing.Size(226,16);
			this.labelCityStZip.TabIndex = 6;
			this.labelCityStZip.Text = "Los Angeles, CA 20212";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(282,37);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(45,16);
			this.label4.TabIndex = 7;
			this.label4.Text = "SS#:";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(282,55);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(45,16);
			this.label5.TabIndex = 8;
			this.label5.Text = "DOB:";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(282,73);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(45,16);
			this.label6.TabIndex = 9;
			this.label6.Text = "Phone:";
			// 
			// labelSSN
			// 
			this.labelSSN.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelSSN.Location = new System.Drawing.Point(324,37);
			this.labelSSN.Name = "labelSSN";
			this.labelSSN.Size = new System.Drawing.Size(144,16);
			this.labelSSN.TabIndex = 10;
			this.labelSSN.Text = "123-12-1234";
			// 
			// labelDOB
			// 
			this.labelDOB.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelDOB.Location = new System.Drawing.Point(324,55);
			this.labelDOB.Name = "labelDOB";
			this.labelDOB.Size = new System.Drawing.Size(155,16);
			this.labelDOB.TabIndex = 11;
			this.labelDOB.Text = "01/10/1980";
			// 
			// labelPhone
			// 
			this.labelPhone.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelPhone.Location = new System.Drawing.Point(324,73);
			this.labelPhone.Name = "labelPhone";
			this.labelPhone.Size = new System.Drawing.Size(155,16);
			this.labelPhone.TabIndex = 12;
			this.labelPhone.Text = "(310)555-1212";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(44,103);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(62,16);
			this.label10.TabIndex = 13;
			this.label10.Text = "Employer:";
			// 
			// labelEmpPhone
			// 
			this.labelEmpPhone.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelEmpPhone.Location = new System.Drawing.Point(101,121);
			this.labelEmpPhone.Name = "labelEmpPhone";
			this.labelEmpPhone.Size = new System.Drawing.Size(249,16);
			this.labelEmpPhone.TabIndex = 15;
			this.labelEmpPhone.Text = "(310)665-5544";
			// 
			// labelEmployer
			// 
			this.labelEmployer.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelEmployer.Location = new System.Drawing.Point(101,103);
			this.labelEmployer.Name = "labelEmployer";
			this.labelEmployer.Size = new System.Drawing.Size(249,16);
			this.labelEmployer.TabIndex = 14;
			this.labelEmployer.Text = "Ace, Inc.";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(44,150);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(62,16);
			this.label13.TabIndex = 16;
			this.label13.Text = "Patient:";
			// 
			// labelPatient
			// 
			this.labelPatient.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.labelPatient.Location = new System.Drawing.Point(59,168);
			this.labelPatient.Name = "labelPatient";
			this.labelPatient.Size = new System.Drawing.Size(243,16);
			this.labelPatient.TabIndex = 17;
			this.labelPatient.Text = "Mary Smith";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(44,223);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(103,16);
			this.label15.TabIndex = 19;
			this.label15.Text = "Amount of debt";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(44,201);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(103,16);
			this.label16.TabIndex = 18;
			this.label16.Text = "Delinquency Date";
			// 
			// textDate
			// 
			this.textDate.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.textDate.Location = new System.Drawing.Point(144,198);
			this.textDate.Name = "textDate";
			this.textDate.Size = new System.Drawing.Size(92,20);
			this.textDate.TabIndex = 20;
			this.textDate.Text = "01/25/2007";
			// 
			// textAmount
			// 
			this.textAmount.Font = new System.Drawing.Font("Microsoft Sans Serif",8.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(0)));
			this.textAmount.Location = new System.Drawing.Point(144,220);
			this.textAmount.Name = "textAmount";
			this.textAmount.Size = new System.Drawing.Size(70,20);
			this.textAmount.TabIndex = 21;
			this.textAmount.Text = "123.45";
			this.textAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(44,258);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(103,16);
			this.label17.TabIndex = 22;
			this.label17.Text = "Transaction type:";
			// 
			// radioDiplomatic
			// 
			this.radioDiplomatic.Checked = true;
			this.radioDiplomatic.Location = new System.Drawing.Point(144,257);
			this.radioDiplomatic.Name = "radioDiplomatic";
			this.radioDiplomatic.Size = new System.Drawing.Size(83,16);
			this.radioDiplomatic.TabIndex = 23;
			this.radioDiplomatic.TabStop = true;
			this.radioDiplomatic.Text = "Diplomatic";
			this.radioDiplomatic.UseVisualStyleBackColor = true;
			// 
			// radioFirm
			// 
			this.radioFirm.Location = new System.Drawing.Point(227,257);
			this.radioFirm.Name = "radioFirm";
			this.radioFirm.Size = new System.Drawing.Size(55,16);
			this.radioFirm.TabIndex = 24;
			this.radioFirm.Text = "Firm";
			this.radioFirm.UseVisualStyleBackColor = true;
			// 
			// radioSkip
			// 
			this.radioSkip.Location = new System.Drawing.Point(281,257);
			this.radioSkip.Name = "radioSkip";
			this.radioSkip.Size = new System.Drawing.Size(60,16);
			this.radioSkip.TabIndex = 25;
			this.radioSkip.Text = "Skip";
			this.radioSkip.UseVisualStyleBackColor = true;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(44,292);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(193,16);
			this.label18.TabIndex = 26;
			this.label18.Text = "Trojan Collection Services password";
			// 
			// textPassword
			// 
			this.textPassword.Location = new System.Drawing.Point(234,289);
			this.textPassword.Name = "textPassword";
			this.textPassword.PasswordChar = '*';
			this.textPassword.Size = new System.Drawing.Size(68,20);
			this.textPassword.TabIndex = 27;
			this.textPassword.Text = "123456";
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemSetup});
			// 
			// menuItemSetup
			// 
			this.menuItemSetup.Index = 0;
			this.menuItemSetup.Text = "Setup";
			this.menuItemSetup.Click += new System.EventHandler(this.menuItemSetup_Click);
			// 
			// butHelp
			// 
			this.butHelp.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butHelp.Autosize = true;
			this.butHelp.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butHelp.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butHelp.CornerRadius = 4F;
			this.butHelp.Location = new System.Drawing.Point(391,324);
			this.butHelp.Name = "butHelp";
			this.butHelp.Size = new System.Drawing.Size(69,26);
			this.butHelp.TabIndex = 2;
			this.butHelp.Text = "Help";
			this.butHelp.Click += new System.EventHandler(this.butHelp_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(47,324);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(182,26);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "OK Send Transaction to Trojan";
			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.Left)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(275,324);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,26);
			this.butCancel.TabIndex = 0;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormTrojanCollect
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(491,370);
			this.Controls.Add(this.textPassword);
			this.Controls.Add(this.label18);
			this.Controls.Add(this.radioSkip);
			this.Controls.Add(this.radioFirm);
			this.Controls.Add(this.radioDiplomatic);
			this.Controls.Add(this.label17);
			this.Controls.Add(this.textAmount);
			this.Controls.Add(this.textDate);
			this.Controls.Add(this.label15);
			this.Controls.Add(this.label16);
			this.Controls.Add(this.labelPatient);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.labelEmpPhone);
			this.Controls.Add(this.labelEmployer);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.labelPhone);
			this.Controls.Add(this.labelDOB);
			this.Controls.Add(this.labelSSN);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.labelCityStZip);
			this.Controls.Add(this.labelAddress);
			this.Controls.Add(this.labelGuarantor);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.butHelp);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Menu = this.mainMenu1;
			this.MinimizeBox = false;
			this.Name = "FormTrojanCollect";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Send a Collection Transaction To Trojan";
			this.Load += new System.EventHandler(this.FormTrojanCollect_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tbProc         = new OpenDental.TableClaimProc();
     this.butOK          = new OpenDental.UI.Button();
     this.butCancel      = new OpenDental.UI.Button();
     this.textWriteOff   = new OpenDental.ValidDouble();
     this.textInsPayEst  = new System.Windows.Forms.TextBox();
     this.textInsPayAmt  = new OpenDental.ValidDouble();
     this.textClaimFee   = new System.Windows.Forms.TextBox();
     this.textDedApplied = new OpenDental.ValidDouble();
     this.label1         = new System.Windows.Forms.Label();
     this.butDeductible  = new OpenDental.UI.Button();
     this.butWriteOff    = new OpenDental.UI.Button();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // tbProc
     //
     this.tbProc.BackColor       = System.Drawing.SystemColors.Window;
     this.tbProc.Location        = new System.Drawing.Point(8, 19);
     this.tbProc.Name            = "tbProc";
     this.tbProc.ScrollValue     = 62;
     this.tbProc.SelectedIndices = new int[0];
     this.tbProc.SelectionMode   = System.Windows.Forms.SelectionMode.MultiExtended;
     this.tbProc.Size            = new System.Drawing.Size(939, 253);
     this.tbProc.TabIndex        = 0;
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.Location            = new System.Drawing.Point(757, 324);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 25);
     this.butOK.TabIndex = 1;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(846, 324);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 25);
     this.butCancel.TabIndex = 2;
     this.butCancel.Text     = "&Cancel";
     this.butCancel.Click   += new System.EventHandler(this.butCancel_Click);
     //
     // textWriteOff
     //
     this.textWriteOff.Location  = new System.Drawing.Point(606, 275);
     this.textWriteOff.Name      = "textWriteOff";
     this.textWriteOff.ReadOnly  = true;
     this.textWriteOff.Size      = new System.Drawing.Size(65, 20);
     this.textWriteOff.TabIndex  = 119;
     this.textWriteOff.Text      = "";
     this.textWriteOff.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textInsPayEst
     //
     this.textInsPayEst.Location  = new System.Drawing.Point(476, 275);
     this.textInsPayEst.Name      = "textInsPayEst";
     this.textInsPayEst.ReadOnly  = true;
     this.textInsPayEst.Size      = new System.Drawing.Size(65, 20);
     this.textInsPayEst.TabIndex  = 116;
     this.textInsPayEst.Text      = "";
     this.textInsPayEst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textInsPayAmt
     //
     this.textInsPayAmt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textInsPayAmt.Location  = new System.Drawing.Point(541, 275);
     this.textInsPayAmt.Name      = "textInsPayAmt";
     this.textInsPayAmt.ReadOnly  = true;
     this.textInsPayAmt.Size      = new System.Drawing.Size(65, 20);
     this.textInsPayAmt.TabIndex  = 115;
     this.textInsPayAmt.Text      = "";
     this.textInsPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textClaimFee
     //
     this.textClaimFee.Location  = new System.Drawing.Point(346, 275);
     this.textClaimFee.Name      = "textClaimFee";
     this.textClaimFee.ReadOnly  = true;
     this.textClaimFee.Size      = new System.Drawing.Size(65, 20);
     this.textClaimFee.TabIndex  = 118;
     this.textClaimFee.Text      = "";
     this.textClaimFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // textDedApplied
     //
     this.textDedApplied.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textDedApplied.Location  = new System.Drawing.Point(411, 275);
     this.textDedApplied.Name      = "textDedApplied";
     this.textDedApplied.ReadOnly  = true;
     this.textDedApplied.Size      = new System.Drawing.Size(65, 20);
     this.textDedApplied.TabIndex  = 114;
     this.textDedApplied.Text      = "";
     this.textDedApplied.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location  = new System.Drawing.Point(226, 278);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 16);
     this.label1.TabIndex  = 117;
     this.label1.Text      = "Totals";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butDeductible
     //
     this.butDeductible.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDeductible.Autosize            = true;
     this.butDeductible.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDeductible.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDeductible.Location            = new System.Drawing.Point(14, 324);
     this.butDeductible.Name     = "butDeductible";
     this.butDeductible.Size     = new System.Drawing.Size(92, 25);
     this.butDeductible.TabIndex = 120;
     this.butDeductible.Text     = "&Deductible";
     this.butDeductible.Click   += new System.EventHandler(this.butDeductible_Click);
     //
     // butWriteOff
     //
     this.butWriteOff.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butWriteOff.Autosize            = true;
     this.butWriteOff.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butWriteOff.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butWriteOff.Location            = new System.Drawing.Point(154, 324);
     this.butWriteOff.Name     = "butWriteOff";
     this.butWriteOff.Size     = new System.Drawing.Size(90, 25);
     this.butWriteOff.TabIndex = 121;
     this.butWriteOff.Text     = "&Write Off";
     this.butWriteOff.Click   += new System.EventHandler(this.butWriteOff_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(337, 325);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(348, 39);
     this.label2.TabIndex = 122;
     this.label2.Text     = "Before you click OK, the Deductible and the Ins Pay amounts should exactly match " +
                            "the insurance EOB.";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(11, 283);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(116, 34);
     this.label3.TabIndex  = 123;
     this.label3.Text      = "Assign to selected procedure:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(155, 289);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(108, 29);
     this.label4.TabIndex  = 124;
     this.label4.Text      = "On all unpaid amounts:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // FormClaimPayTotal
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(948, 363);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butWriteOff);
     this.Controls.Add(this.butDeductible);
     this.Controls.Add(this.textWriteOff);
     this.Controls.Add(this.textInsPayEst);
     this.Controls.Add(this.textInsPayAmt);
     this.Controls.Add(this.textClaimFee);
     this.Controls.Add(this.textDedApplied);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.tbProc);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormClaimPayTotal";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Enter Payment";
     this.Load         += new System.EventHandler(this.FormClaimPayTotal_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 49
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(FormEmployerEdit));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.textEmp = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(254,154);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,25);
			this.butCancel.TabIndex = 2;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(254,113);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,25);
			this.butOK.TabIndex = 1;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// textEmp
			// 
			this.textEmp.Location = new System.Drawing.Point(20,51);
			this.textEmp.Name = "textEmp";
			this.textEmp.Size = new System.Drawing.Size(308,20);
			this.textEmp.TabIndex = 0;
			// 
			// FormEmployerEdit
			// 
			this.AcceptButton = this.butOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(349,203);
			this.Controls.Add(this.textEmp);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormEmployerEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Employer";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormEmployerEdit_Closing);
			this.Load += new System.EventHandler(this.FormEmployerEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRpReceivablesBreakdown));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.date1             = new System.Windows.Forms.MonthCalendar();
     this.label1            = new System.Windows.Forms.Label();
     this.listProv          = new System.Windows.Forms.ListBox();
     this.labelProvider     = new System.Windows.Forms.Label();
     this.listClinic        = new System.Windows.Forms.ListBox();
     this.labClinic         = new System.Windows.Forms.Label();
     this.groupInsBox       = new System.Windows.Forms.GroupBox();
     this.radioWriteoffProc = new System.Windows.Forms.RadioButton();
     this.radioWriteoffPay  = new System.Windows.Forms.RadioButton();
     this.label2            = new System.Windows.Forms.Label();
     this.groupInsBox.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(468, 286);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 3;
     this.butCancel.Text         = "&Cancel";
     //
     // 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(378, 286);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 2;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // date1
     //
     this.date1.Location = new System.Drawing.Point(317, 56);
     this.date1.Name     = "date1";
     this.date1.TabIndex = 4;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(314, 37);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(230, 16);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Up to the following date";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listProv
     //
     this.listProv.Location      = new System.Drawing.Point(27, 58);
     this.listProv.Name          = "listProv";
     this.listProv.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listProv.Size          = new System.Drawing.Size(126, 147);
     this.listProv.TabIndex      = 30;
     //
     // labelProvider
     //
     this.labelProvider.Location  = new System.Drawing.Point(24, 39);
     this.labelProvider.Name      = "labelProvider";
     this.labelProvider.Size      = new System.Drawing.Size(103, 16);
     this.labelProvider.TabIndex  = 7;
     this.labelProvider.Text      = "Providers";
     this.labelProvider.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // listClinic
     //
     this.listClinic.FormattingEnabled = true;
     this.listClinic.Location          = new System.Drawing.Point(171, 58);
     this.listClinic.Name          = "listClinic";
     this.listClinic.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listClinic.Size          = new System.Drawing.Size(126, 147);
     this.listClinic.TabIndex      = 31;
     //
     // labClinic
     //
     this.labClinic.Location  = new System.Drawing.Point(171, 39);
     this.labClinic.Name      = "labClinic";
     this.labClinic.Size      = new System.Drawing.Size(103, 16);
     this.labClinic.TabIndex  = 32;
     this.labClinic.Text      = "Clinic";
     this.labClinic.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupInsBox
     //
     this.groupInsBox.Controls.Add(this.radioWriteoffProc);
     this.groupInsBox.Controls.Add(this.radioWriteoffPay);
     this.groupInsBox.Location = new System.Drawing.Point(27, 217);
     this.groupInsBox.Name     = "groupInsBox";
     this.groupInsBox.Size     = new System.Drawing.Size(270, 66);
     this.groupInsBox.TabIndex = 33;
     this.groupInsBox.TabStop  = false;
     this.groupInsBox.Text     = "Show Insurance Writeoffs";
     //
     // radioWriteoffProc
     //
     this.radioWriteoffProc.Location = new System.Drawing.Point(7, 38);
     this.radioWriteoffProc.Name     = "radioWriteoffProc";
     this.radioWriteoffProc.Size     = new System.Drawing.Size(199, 17);
     this.radioWriteoffProc.TabIndex = 1;
     this.radioWriteoffProc.TabStop  = true;
     this.radioWriteoffProc.Text     = "Using procedure date.";
     this.radioWriteoffProc.UseVisualStyleBackColor = true;
     //
     // radioWriteoffPay
     //
     this.radioWriteoffPay.Location = new System.Drawing.Point(7, 20);
     this.radioWriteoffPay.Name     = "radioWriteoffPay";
     this.radioWriteoffPay.Size     = new System.Drawing.Size(240, 17);
     this.radioWriteoffPay.TabIndex = 0;
     this.radioWriteoffPay.TabStop  = true;
     this.radioWriteoffPay.Text     = "Using insurance payment date.";
     this.radioWriteoffPay.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(519, 20);
     this.label2.TabIndex = 34;
     this.label2.Text     = "This report does not take payment plans into account if you are not using Line-It" +
                            "em Payment Plans.";
     //
     // FormRpReceivablesBreakdown
     //
     this.AcceptButton = this.butOK;
     this.CancelButton = this.butCancel;
     this.ClientSize   = new System.Drawing.Size(567, 324);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupInsBox);
     this.Controls.Add(this.labClinic);
     this.Controls.Add(this.listClinic);
     this.Controls.Add(this.labelProvider);
     this.Controls.Add(this.listProv);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.date1);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpReceivablesBreakdown";
     this.ShowInTaskbar = false;
     this.Text          = "Receivables Breakdown";
     this.Load         += new System.EventHandler(this.FormRpReceivablesBreakdown_Load);
     this.groupInsBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textDocDateDesc = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.checkDiscontinued = new System.Windows.Forms.CheckBox();
     this.pictBox = new System.Windows.Forms.PictureBox();
     this.gridMeds = new OpenDental.UI.ODGrid();
     this.butPickRxListImage = new OpenDental.UI.Button();
     this.butAdd = new OpenDental.UI.Button();
     this.butClose = new OpenDental.UI.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.butAddEvent = new OpenDental.UI.Button();
     this.gridReconcileEvents = new OpenDental.UI.ODGrid();
     this.label2 = new System.Windows.Forms.Label();
     this.butDelete = new OpenDental.UI.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictBox)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // textDocDateDesc
     //
     this.textDocDateDesc.Enabled = false;
     this.textDocDateDesc.Location = new System.Drawing.Point(101,5);
     this.textDocDateDesc.Name = "textDocDateDesc";
     this.textDocDateDesc.Size = new System.Drawing.Size(272,20);
     this.textDocDateDesc.TabIndex = 71;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(1,9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94,16);
     this.label1.TabIndex = 73;
     this.label1.Text = "Rx List";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkDiscontinued
     //
     this.checkDiscontinued.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.checkDiscontinued.Location = new System.Drawing.Point(609,5);
     this.checkDiscontinued.Name = "checkDiscontinued";
     this.checkDiscontinued.Size = new System.Drawing.Size(212,23);
     this.checkDiscontinued.TabIndex = 70;
     this.checkDiscontinued.Tag = "";
     this.checkDiscontinued.Text = "Show Discontinued Medications";
     this.checkDiscontinued.UseVisualStyleBackColor = true;
     this.checkDiscontinued.KeyUp += new System.Windows.Forms.KeyEventHandler(this.checkDiscontinued_KeyUp);
     this.checkDiscontinued.MouseUp += new System.Windows.Forms.MouseEventHandler(this.checkDiscontinued_MouseUp);
     //
     // pictBox
     //
     this.pictBox.BackColor = System.Drawing.SystemColors.Window;
     this.pictBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictBox.Cursor = System.Windows.Forms.Cursors.Hand;
     this.pictBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictBox.InitialImage = null;
     this.pictBox.Location = new System.Drawing.Point(0,0);
     this.pictBox.Name = "pictBox";
     this.pictBox.Size = new System.Drawing.Size(460,600);
     this.pictBox.TabIndex = 66;
     this.pictBox.TabStop = false;
     //
     // gridMeds
     //
     this.gridMeds.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridMeds.HScrollVisible = false;
     this.gridMeds.Location = new System.Drawing.Point(0,0);
     this.gridMeds.Name = "gridMeds";
     this.gridMeds.ScrollValue = 0;
     this.gridMeds.Size = new System.Drawing.Size(445,395);
     this.gridMeds.TabIndex = 65;
     this.gridMeds.Title = "Medications";
     this.gridMeds.TranslationName = "TableMedications";
     this.gridMeds.CellDoubleClick += new OpenDental.UI.ODGridClickEventHandler(this.gridMeds_CellDoubleClick);
     //
     // butPickRxListImage
     //
     this.butPickRxListImage.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butPickRxListImage.Autosize = true;
     this.butPickRxListImage.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butPickRxListImage.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butPickRxListImage.CornerRadius = 4F;
     this.butPickRxListImage.Location = new System.Drawing.Point(379,3);
     this.butPickRxListImage.Name = "butPickRxListImage";
     this.butPickRxListImage.Size = new System.Drawing.Size(22,24);
     this.butPickRxListImage.TabIndex = 76;
     this.butPickRxListImage.Text = "...";
     this.butPickRxListImage.Click += new System.EventHandler(this.butPickRxListImage_Click);
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,1);
     this.butAdd.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(468,4);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(123,23);
     this.butAdd.TabIndex = 75;
     this.butAdd.Text = "&Add Medication";
     this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
     //
     // butClose
     //
     this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Autosize = true;
     this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClose.CornerRadius = 4F;
     this.butClose.Location = new System.Drawing.Point(838,640);
     this.butClose.Name = "butClose";
     this.butClose.Size = new System.Drawing.Size(75,24);
     this.butClose.TabIndex = 2;
     this.butClose.Text = "&Close";
     this.butClose.Click += new System.EventHandler(this.butCancel_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Location = new System.Drawing.Point(4,34);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.pictBox);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.butDelete);
     this.splitContainer1.Panel2.Controls.Add(this.butAddEvent);
     this.splitContainer1.Panel2.Controls.Add(this.gridReconcileEvents);
     this.splitContainer1.Panel2.Controls.Add(this.label2);
     this.splitContainer1.Panel2.Controls.Add(this.gridMeds);
     this.splitContainer1.Size = new System.Drawing.Size(909,600);
     this.splitContainer1.SplitterDistance = 460;
     this.splitContainer1.TabIndex = 77;
     //
     // butAddEvent
     //
     this.butAddEvent.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAddEvent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butAddEvent.Autosize = true;
     this.butAddEvent.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddEvent.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddEvent.CornerRadius = 4F;
     this.butAddEvent.Location = new System.Drawing.Point(0,398);
     this.butAddEvent.Name = "butAddEvent";
     this.butAddEvent.Size = new System.Drawing.Size(63,24);
     this.butAddEvent.TabIndex = 78;
     this.butAddEvent.Text = "Add";
     this.butAddEvent.Click += new System.EventHandler(this.butAddEvent_Click);
     //
     // gridReconcileEvents
     //
     this.gridReconcileEvents.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gridReconcileEvents.HScrollVisible = false;
     this.gridReconcileEvents.Location = new System.Drawing.Point(0,425);
     this.gridReconcileEvents.Name = "gridReconcileEvents";
     this.gridReconcileEvents.ScrollValue = 0;
     this.gridReconcileEvents.SelectionMode = OpenDental.UI.GridSelectionMode.MultiExtended;
     this.gridReconcileEvents.Size = new System.Drawing.Size(445,175);
     this.gridReconcileEvents.TabIndex = 67;
     this.gridReconcileEvents.Title = "Reconciles";
     this.gridReconcileEvents.TranslationName = "gridReconcile";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(133,396);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(311,27);
     this.label2.TabIndex = 66;
     this.label2.Text = "This is a historical record of medication reconciles for this patient.  Delete an" +
     "y entries that are inaccurate.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // butDelete
     //
     this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDelete.Autosize = true;
     this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDelete.CornerRadius = 4F;
     this.butDelete.Location = new System.Drawing.Point(65,398);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(63,24);
     this.butDelete.TabIndex = 78;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // FormMedicationReconcile
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(918,676);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.butPickRxListImage);
     this.Controls.Add(this.butAdd);
     this.Controls.Add(this.textDocDateDesc);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkDiscontinued);
     this.Controls.Add(this.butClose);
     this.Name = "FormMedicationReconcile";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Medication Reconcile";
     this.Load += new System.EventHandler(this.BasicTemplate_Load);
     this.Resize += new System.EventHandler(this.FormMedicationReconcile_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.pictBox)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 52
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(FormPatFieldEdit));
     this.butCancel      = new OpenDental.UI.Button();
     this.butOK          = new OpenDental.UI.Button();
     this.labelName      = new System.Windows.Forms.Label();
     this.textValue      = new System.Windows.Forms.TextBox();
     this.butUseAutoNote = new OpenDental.UI.Button();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(280, 147);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 24);
     this.butCancel.TabIndex     = 2;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(186, 147);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 24);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // labelName
     //
     this.labelName.Location  = new System.Drawing.Point(19, 17);
     this.labelName.Name      = "labelName";
     this.labelName.Size      = new System.Drawing.Size(335, 20);
     this.labelName.TabIndex  = 3;
     this.labelName.Text      = "Field Name";
     this.labelName.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textValue
     //
     this.textValue.Location  = new System.Drawing.Point(21, 40);
     this.textValue.Multiline = true;
     this.textValue.Name      = "textValue";
     this.textValue.Size      = new System.Drawing.Size(333, 74);
     this.textValue.TabIndex  = 0;
     //
     // butUseAutoNote
     //
     this.butUseAutoNote.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butUseAutoNote.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butUseAutoNote.Autosize     = true;
     this.butUseAutoNote.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butUseAutoNote.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butUseAutoNote.CornerRadius = 4F;
     this.butUseAutoNote.Location     = new System.Drawing.Point(21, 147);
     this.butUseAutoNote.Name         = "butUseAutoNote";
     this.butUseAutoNote.Size         = new System.Drawing.Size(75, 24);
     this.butUseAutoNote.TabIndex     = 4;
     this.butUseAutoNote.Text         = "Auto Note";
     this.butUseAutoNote.Visible      = false;
     this.butUseAutoNote.Click       += new System.EventHandler(this.butUseAutoNote_Click);
     //
     // FormPatFieldEdit
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(375, 193);
     this.Controls.Add(this.butUseAutoNote);
     this.Controls.Add(this.textValue);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormPatFieldEdit";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Edit Patient Field";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormPatFieldDefEdit_FormClosing);
     this.Load         += new System.EventHandler(this.FormPatFieldEdit_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 53
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProvEdit));
     this.checkIsHidden = new System.Windows.Forms.CheckBox();
     this.labelColor = new System.Windows.Forms.Label();
     this.butColor = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.checkIsSecondary = new System.Windows.Forms.CheckBox();
     this.listFeeSched = new System.Windows.Forms.ListBox();
     this.listSpecialty = new System.Windows.Forms.ListBox();
     this.butOK = new OpenDental.UI.Button();
     this.butCancel = new OpenDental.UI.Button();
     this.textAbbr = new System.Windows.Forms.TextBox();
     this.textStateLicense = new System.Windows.Forms.TextBox();
     this.textSSN = new System.Windows.Forms.TextBox();
     this.textSuffix = new System.Windows.Forms.TextBox();
     this.textMI = new System.Windows.Forms.TextBox();
     this.textFName = new System.Windows.Forms.TextBox();
     this.textLName = new System.Windows.Forms.TextBox();
     this.textDEANum = new System.Windows.Forms.TextBox();
     this.colorDialog1 = new System.Windows.Forms.ColorDialog();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.radioTIN = new System.Windows.Forms.RadioButton();
     this.radioSSN = new System.Windows.Forms.RadioButton();
     this.checkSigOnFile = new System.Windows.Forms.CheckBox();
     this.textMedicaidID = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbProvIdent = new OpenDental.TableProvIdent();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.butAdd = new OpenDental.UI.Button();
     this.butDelete = new OpenDental.UI.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.butOutlineColor = new System.Windows.Forms.Button();
     this.comboSchoolClass = new System.Windows.Forms.ComboBox();
     this.labelSchoolClass = new System.Windows.Forms.Label();
     this.textNationalProvID = new System.Windows.Forms.TextBox();
     this.labelNPI = new System.Windows.Forms.Label();
     this.textCanadianOfficeNum = new System.Windows.Forms.TextBox();
     this.labelCanadianOfficeNum = new System.Windows.Forms.Label();
     this.groupAnesthProvType = new System.Windows.Forms.GroupBox();
     this.radAsstCirc = new System.Windows.Forms.RadioButton();
     this.radAnesthSurg = new System.Windows.Forms.RadioButton();
     this.radNone = new System.Windows.Forms.RadioButton();
     this.labelAnesthProvs = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textTaxonomyOverride = new System.Windows.Forms.TextBox();
     this.checkIsCDAnet = new System.Windows.Forms.CheckBox();
     this.textEcwID = new System.Windows.Forms.TextBox();
     this.labelEcwID = new System.Windows.Forms.Label();
     this.butEhrKey = new OpenDental.UI.Button();
     this.textEhrKey = new System.Windows.Forms.TextBox();
     this.labelEhrKey = new System.Windows.Forms.Label();
     this.textStateRxID = new System.Windows.Forms.TextBox();
     this.label12 = new System.Windows.Forms.Label();
     this.checkEhrHasReportAccess = new System.Windows.Forms.CheckBox();
     this.checkIsNotPerson = new System.Windows.Forms.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupAnesthProvType.SuspendLayout();
     this.SuspendLayout();
     //
     // checkIsHidden
     //
     this.checkIsHidden.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsHidden.Location = new System.Drawing.Point(371,458);
     this.checkIsHidden.Name = "checkIsHidden";
     this.checkIsHidden.Size = new System.Drawing.Size(158,17);
     this.checkIsHidden.TabIndex = 12;
     this.checkIsHidden.Text = "Hidden";
     //
     // labelColor
     //
     this.labelColor.Location = new System.Drawing.Point(6,422);
     this.labelColor.Name = "labelColor";
     this.labelColor.Size = new System.Drawing.Size(129,16);
     this.labelColor.TabIndex = 10;
     this.labelColor.Text = "Appointment Color";
     this.labelColor.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butColor
     //
     this.butColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butColor.Location = new System.Drawing.Point(136,419);
     this.butColor.Name = "butColor";
     this.butColor.Size = new System.Drawing.Size(30,20);
     this.butColor.TabIndex = 13;
     this.butColor.Click += new System.EventHandler(this.butColor_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10,39);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(125,14);
     this.label1.TabIndex = 12;
     this.label1.Text = "Abbreviation";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(-1,239);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(137,14);
     this.label3.TabIndex = 14;
     this.label3.Text = "State License Number";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(526,14);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(116,14);
     this.label5.TabIndex = 16;
     this.label5.Text = "Specialty";
     this.label5.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(369,14);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(105,14);
     this.label6.TabIndex = 17;
     this.label6.Text = "Fee Schedule";
     this.label6.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(28,108);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(102,14);
     this.label7.TabIndex = 18;
     this.label7.Text = "MI";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8,85);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(127,14);
     this.label8.TabIndex = 19;
     this.label8.Text = "First Name";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(5,131);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(130,14);
     this.label9.TabIndex = 20;
     this.label9.Text = "Suffix (DMD,DDS)";
     this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(2,62);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(132,14);
     this.label10.TabIndex = 21;
     this.label10.Text = "Last Name";
     this.label10.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(8,262);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(126,14);
     this.label11.TabIndex = 22;
     this.label11.Text = "DEA Number";
     this.label11.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkIsSecondary
     //
     this.checkIsSecondary.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsSecondary.Location = new System.Drawing.Point(371,404);
     this.checkIsSecondary.Name = "checkIsSecondary";
     this.checkIsSecondary.Size = new System.Drawing.Size(155,17);
     this.checkIsSecondary.TabIndex = 10;
     this.checkIsSecondary.Text = "Secondary Provider (Hyg)";
     //
     // listFeeSched
     //
     this.listFeeSched.Location = new System.Drawing.Point(371,31);
     this.listFeeSched.Name = "listFeeSched";
     this.listFeeSched.Size = new System.Drawing.Size(108,173);
     this.listFeeSched.TabIndex = 13;
     //
     // listSpecialty
     //
     this.listSpecialty.Items.AddRange(new object[] {
     "Dental General Practice",
     "Dental Hygienist",
     "Endodontics",
     "Pediatric Dentistry",
     "Periodontics",
     "Prosthodontics",
     "Orthodontics",
     "Denturist",
     "Surgery, Oral & Maxillofacial",
     "Dental Assistant",
     "Dental Laboratory Technician",
     "Pathology, Oral & MaxFac",
     "Public Health",
     "Radiology"});
     this.listSpecialty.Location = new System.Drawing.Point(526,31);
     this.listSpecialty.Name = "listSpecialty";
     this.listSpecialty.Size = new System.Drawing.Size(154,186);
     this.listSpecialty.TabIndex = 17;
     //
     // 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(746,582);
     this.butOK.Name = "butOK";
     this.butOK.Size = new System.Drawing.Size(75,24);
     this.butOK.TabIndex = 15;
     this.butOK.Text = "&OK";
     this.butOK.Click += new System.EventHandler(this.butOK_Click);
     //
     // 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(746,615);
     this.butCancel.Name = "butCancel";
     this.butCancel.Size = new System.Drawing.Size(75,24);
     this.butCancel.TabIndex = 16;
     this.butCancel.Text = "&Cancel";
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // textAbbr
     //
     this.textAbbr.Location = new System.Drawing.Point(136,35);
     this.textAbbr.MaxLength = 255;
     this.textAbbr.Name = "textAbbr";
     this.textAbbr.Size = new System.Drawing.Size(121,20);
     this.textAbbr.TabIndex = 0;
     //
     // textStateLicense
     //
     this.textStateLicense.Location = new System.Drawing.Point(136,235);
     this.textStateLicense.MaxLength = 15;
     this.textStateLicense.Name = "textStateLicense";
     this.textStateLicense.Size = new System.Drawing.Size(100,20);
     this.textStateLicense.TabIndex = 5;
     //
     // textSSN
     //
     this.textSSN.Location = new System.Drawing.Point(8,52);
     this.textSSN.Name = "textSSN";
     this.textSSN.Size = new System.Drawing.Size(100,20);
     this.textSSN.TabIndex = 2;
     //
     // textSuffix
     //
     this.textSuffix.Location = new System.Drawing.Point(136,127);
     this.textSuffix.MaxLength = 100;
     this.textSuffix.Name = "textSuffix";
     this.textSuffix.Size = new System.Drawing.Size(104,20);
     this.textSuffix.TabIndex = 4;
     //
     // textMI
     //
     this.textMI.Location = new System.Drawing.Point(136,104);
     this.textMI.MaxLength = 100;
     this.textMI.Name = "textMI";
     this.textMI.Size = new System.Drawing.Size(63,20);
     this.textMI.TabIndex = 3;
     //
     // textFName
     //
     this.textFName.Location = new System.Drawing.Point(136,81);
     this.textFName.MaxLength = 100;
     this.textFName.Name = "textFName";
     this.textFName.Size = new System.Drawing.Size(161,20);
     this.textFName.TabIndex = 2;
     //
     // textLName
     //
     this.textLName.Location = new System.Drawing.Point(136,58);
     this.textLName.MaxLength = 100;
     this.textLName.Name = "textLName";
     this.textLName.Size = new System.Drawing.Size(161,20);
     this.textLName.TabIndex = 1;
     //
     // textDEANum
     //
     this.textDEANum.Location = new System.Drawing.Point(136,258);
     this.textDEANum.MaxLength = 15;
     this.textDEANum.Name = "textDEANum";
     this.textDEANum.Size = new System.Drawing.Size(100,20);
     this.textDEANum.TabIndex = 6;
     //
     // colorDialog1
     //
     this.colorDialog1.FullOpen = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioTIN);
     this.groupBox1.Controls.Add(this.radioSSN);
     this.groupBox1.Controls.Add(this.textSSN);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(128,152);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(156,80);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "SSN or TIN (no dashes)";
     //
     // radioTIN
     //
     this.radioTIN.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioTIN.Location = new System.Drawing.Point(9,34);
     this.radioTIN.Name = "radioTIN";
     this.radioTIN.Size = new System.Drawing.Size(135,15);
     this.radioTIN.TabIndex = 1;
     this.radioTIN.Text = "TIN";
     this.radioTIN.Click += new System.EventHandler(this.radioTIN_Click);
     //
     // radioSSN
     //
     this.radioSSN.Checked = true;
     this.radioSSN.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.radioSSN.Location = new System.Drawing.Point(9,17);
     this.radioSSN.Name = "radioSSN";
     this.radioSSN.Size = new System.Drawing.Size(104,14);
     this.radioSSN.TabIndex = 0;
     this.radioSSN.TabStop = true;
     this.radioSSN.Text = "SSN";
     this.radioSSN.Click += new System.EventHandler(this.radioSSN_Click);
     //
     // checkSigOnFile
     //
     this.checkSigOnFile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkSigOnFile.Location = new System.Drawing.Point(371,422);
     this.checkSigOnFile.Name = "checkSigOnFile";
     this.checkSigOnFile.Size = new System.Drawing.Size(121,17);
     this.checkSigOnFile.TabIndex = 11;
     this.checkSigOnFile.Text = "Signature on File";
     //
     // textMedicaidID
     //
     this.textMedicaidID.Location = new System.Drawing.Point(136,304);
     this.textMedicaidID.MaxLength = 20;
     this.textMedicaidID.Name = "textMedicaidID";
     this.textMedicaidID.Size = new System.Drawing.Size(100,20);
     this.textMedicaidID.TabIndex = 7;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(5,308);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(130,14);
     this.label13.TabIndex = 42;
     this.label13.Text = "Medicaid ID";
     this.label13.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // tbProvIdent
     //
     this.tbProvIdent.BackColor = System.Drawing.SystemColors.Window;
     this.tbProvIdent.Location = new System.Drawing.Point(7,58);
     this.tbProvIdent.Name = "tbProvIdent";
     this.tbProvIdent.ScrollValue = 211;
     this.tbProvIdent.SelectedIndices = new int[0];
     this.tbProvIdent.SelectionMode = System.Windows.Forms.SelectionMode.One;
     this.tbProvIdent.Size = new System.Drawing.Size(319,88);
     this.tbProvIdent.TabIndex = 43;
     this.tbProvIdent.CellDoubleClicked += new OpenDental.ContrTable.CellEventHandler(this.tbProvIdent_CellDoubleClicked);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.butAdd);
     this.groupBox2.Controls.Add(this.butDelete);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.tbProvIdent);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(128,496);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(496,157);
     this.groupBox2.TabIndex = 16;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Supplemental Provider Identifiers";
     //
     // butAdd
     //
     this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butAdd.Autosize = true;
     this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAdd.CornerRadius = 4F;
     this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
     this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butAdd.Location = new System.Drawing.Point(358,59);
     this.butAdd.Name = "butAdd";
     this.butAdd.Size = new System.Drawing.Size(90,24);
     this.butAdd.TabIndex = 46;
     this.butAdd.Text = "Add";
     this.butAdd.Click += new System.EventHandler(this.butAdd_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(358,94);
     this.butDelete.Name = "butDelete";
     this.butDelete.Size = new System.Drawing.Size(90,24);
     this.butDelete.TabIndex = 45;
     this.butDelete.Text = "Delete";
     this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(10,20);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(481,32);
     this.label2.TabIndex = 44;
     this.label2.Text = "This is where you store provider IDs assigned by individual insurance companies, " +
     "especially BC/BS.";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(6,447);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(129,16);
     this.label14.TabIndex = 45;
     this.label14.Text = "Highlight Outline Color";
     this.label14.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butOutlineColor
     //
     this.butOutlineColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.butOutlineColor.Location = new System.Drawing.Point(136,444);
     this.butOutlineColor.Name = "butOutlineColor";
     this.butOutlineColor.Size = new System.Drawing.Size(30,20);
     this.butOutlineColor.TabIndex = 14;
     this.butOutlineColor.Click += new System.EventHandler(this.butOutlineColor_Click);
     //
     // comboSchoolClass
     //
     this.comboSchoolClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSchoolClass.Location = new System.Drawing.Point(135,469);
     this.comboSchoolClass.MaxDropDownItems = 30;
     this.comboSchoolClass.Name = "comboSchoolClass";
     this.comboSchoolClass.Size = new System.Drawing.Size(130,21);
     this.comboSchoolClass.TabIndex = 15;
     //
     // labelSchoolClass
     //
     this.labelSchoolClass.Location = new System.Drawing.Point(8,472);
     this.labelSchoolClass.Name = "labelSchoolClass";
     this.labelSchoolClass.Size = new System.Drawing.Size(125,16);
     this.labelSchoolClass.TabIndex = 89;
     this.labelSchoolClass.Text = "Dental School Class";
     this.labelSchoolClass.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textNationalProvID
     //
     this.textNationalProvID.Location = new System.Drawing.Point(136,327);
     this.textNationalProvID.MaxLength = 20;
     this.textNationalProvID.Name = "textNationalProvID";
     this.textNationalProvID.Size = new System.Drawing.Size(100,20);
     this.textNationalProvID.TabIndex = 8;
     //
     // labelNPI
     //
     this.labelNPI.Location = new System.Drawing.Point(5,331);
     this.labelNPI.Name = "labelNPI";
     this.labelNPI.Size = new System.Drawing.Size(130,14);
     this.labelNPI.TabIndex = 92;
     this.labelNPI.Text = "National Provider ID";
     this.labelNPI.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textCanadianOfficeNum
     //
     this.textCanadianOfficeNum.Location = new System.Drawing.Point(136,350);
     this.textCanadianOfficeNum.MaxLength = 20;
     this.textCanadianOfficeNum.Name = "textCanadianOfficeNum";
     this.textCanadianOfficeNum.Size = new System.Drawing.Size(100,20);
     this.textCanadianOfficeNum.TabIndex = 9;
     //
     // labelCanadianOfficeNum
     //
     this.labelCanadianOfficeNum.Location = new System.Drawing.Point(5,354);
     this.labelCanadianOfficeNum.Name = "labelCanadianOfficeNum";
     this.labelCanadianOfficeNum.Size = new System.Drawing.Size(130,14);
     this.labelCanadianOfficeNum.TabIndex = 94;
     this.labelCanadianOfficeNum.Text = "Office Number";
     this.labelCanadianOfficeNum.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // groupAnesthProvType
     //
     this.groupAnesthProvType.Controls.Add(this.radAsstCirc);
     this.groupAnesthProvType.Controls.Add(this.radAnesthSurg);
     this.groupAnesthProvType.Controls.Add(this.radNone);
     this.groupAnesthProvType.Controls.Add(this.labelAnesthProvs);
     this.groupAnesthProvType.Location = new System.Drawing.Point(359,270);
     this.groupAnesthProvType.Name = "groupAnesthProvType";
     this.groupAnesthProvType.Size = new System.Drawing.Size(347,83);
     this.groupAnesthProvType.TabIndex = 95;
     this.groupAnesthProvType.TabStop = false;
     this.groupAnesthProvType.Text = "Anesthesia Provider Groups (optional)";
     //
     // radAsstCirc
     //
     this.radAsstCirc.AutoSize = true;
     this.radAsstCirc.Location = new System.Drawing.Point(12,57);
     this.radAsstCirc.Name = "radAsstCirc";
     this.radAsstCirc.Size = new System.Drawing.Size(116,17);
     this.radAsstCirc.TabIndex = 9;
     this.radAsstCirc.Text = "Assistant/Circulator";
     this.radAsstCirc.UseVisualStyleBackColor = true;
     //
     // radAnesthSurg
     //
     this.radAnesthSurg.AutoSize = true;
     this.radAnesthSurg.Location = new System.Drawing.Point(12,37);
     this.radAnesthSurg.Name = "radAnesthSurg";
     this.radAnesthSurg.Size = new System.Drawing.Size(122,17);
     this.radAnesthSurg.TabIndex = 8;
     this.radAnesthSurg.Text = "Anesthetist/Surgeon";
     this.radAnesthSurg.UseVisualStyleBackColor = true;
     //
     // radNone
     //
     this.radNone.AutoSize = true;
     this.radNone.Checked = true;
     this.radNone.Location = new System.Drawing.Point(12,18);
     this.radNone.Name = "radNone";
     this.radNone.Size = new System.Drawing.Size(51,17);
     this.radNone.TabIndex = 7;
     this.radNone.TabStop = true;
     this.radNone.Text = "None";
     this.radNone.UseVisualStyleBackColor = true;
     //
     // labelAnesthProvs
     //
     this.labelAnesthProvs.Location = new System.Drawing.Point(153,22);
     this.labelAnesthProvs.Name = "labelAnesthProvs";
     this.labelAnesthProvs.Size = new System.Drawing.Size(188,52);
     this.labelAnesthProvs.TabIndex = 4;
     this.labelAnesthProvs.Text = "Assign this user to a group. This will populate the corresponding dropdowns on th" +
     "e Anesthetic Record.";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(523,221);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(154,14);
     this.label4.TabIndex = 96;
     this.label4.Text = "Taxonomy Code Override";
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // textTaxonomyOverride
     //
     this.textTaxonomyOverride.Location = new System.Drawing.Point(526,237);
     this.textTaxonomyOverride.MaxLength = 255;
     this.textTaxonomyOverride.Name = "textTaxonomyOverride";
     this.textTaxonomyOverride.Size = new System.Drawing.Size(154,20);
     this.textTaxonomyOverride.TabIndex = 97;
     //
     // checkIsCDAnet
     //
     this.checkIsCDAnet.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsCDAnet.Location = new System.Drawing.Point(371,386);
     this.checkIsCDAnet.Name = "checkIsCDAnet";
     this.checkIsCDAnet.Size = new System.Drawing.Size(168,17);
     this.checkIsCDAnet.TabIndex = 99;
     this.checkIsCDAnet.Text = "Is CDAnet Member";
     this.checkIsCDAnet.Visible = false;
     //
     // textEcwID
     //
     this.textEcwID.Location = new System.Drawing.Point(136,12);
     this.textEcwID.MaxLength = 255;
     this.textEcwID.Name = "textEcwID";
     this.textEcwID.ReadOnly = true;
     this.textEcwID.Size = new System.Drawing.Size(121,20);
     this.textEcwID.TabIndex = 100;
     //
     // labelEcwID
     //
     this.labelEcwID.Location = new System.Drawing.Point(10,16);
     this.labelEcwID.Name = "labelEcwID";
     this.labelEcwID.Size = new System.Drawing.Size(125,14);
     this.labelEcwID.TabIndex = 101;
     this.labelEcwID.Text = "eCW ID";
     this.labelEcwID.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // butEhrKey
     //
     this.butEhrKey.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butEhrKey.Autosize = true;
     this.butEhrKey.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butEhrKey.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butEhrKey.CornerRadius = 4F;
     this.butEhrKey.Location = new System.Drawing.Point(239,372);
     this.butEhrKey.Name = "butEhrKey";
     this.butEhrKey.Size = new System.Drawing.Size(25,22);
     this.butEhrKey.TabIndex = 102;
     this.butEhrKey.Text = "...";
     this.butEhrKey.Click += new System.EventHandler(this.butEhrKey_Click);
     //
     // textEhrKey
     //
     this.textEhrKey.Location = new System.Drawing.Point(136,373);
     this.textEhrKey.MaxLength = 15;
     this.textEhrKey.Name = "textEhrKey";
     this.textEhrKey.ReadOnly = true;
     this.textEhrKey.Size = new System.Drawing.Size(100,20);
     this.textEhrKey.TabIndex = 103;
     //
     // labelEhrKey
     //
     this.labelEhrKey.Location = new System.Drawing.Point(48,377);
     this.labelEhrKey.Name = "labelEhrKey";
     this.labelEhrKey.Size = new System.Drawing.Size(88,14);
     this.labelEhrKey.TabIndex = 104;
     this.labelEhrKey.Text = "EHR Key";
     this.labelEhrKey.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textStateRxID
     //
     this.textStateRxID.Location = new System.Drawing.Point(136,281);
     this.textStateRxID.MaxLength = 15;
     this.textStateRxID.Name = "textStateRxID";
     this.textStateRxID.Size = new System.Drawing.Size(100,20);
     this.textStateRxID.TabIndex = 105;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(8,285);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(126,14);
     this.label12.TabIndex = 106;
     this.label12.Text = "State Rx ID";
     this.label12.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // checkEhrHasReportAccess
     //
     this.checkEhrHasReportAccess.AutoCheck = false;
     this.checkEhrHasReportAccess.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEhrHasReportAccess.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkEhrHasReportAccess.Location = new System.Drawing.Point(11,398);
     this.checkEhrHasReportAccess.Name = "checkEhrHasReportAccess";
     this.checkEhrHasReportAccess.Size = new System.Drawing.Size(138,17);
     this.checkEhrHasReportAccess.TabIndex = 107;
     this.checkEhrHasReportAccess.Text = "EHR Reports";
     this.checkEhrHasReportAccess.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEhrHasReportAccess.Visible = false;
     //
     // checkIsNotPerson
     //
     this.checkIsNotPerson.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkIsNotPerson.Location = new System.Drawing.Point(371,440);
     this.checkIsNotPerson.Name = "checkIsNotPerson";
     this.checkIsNotPerson.Size = new System.Drawing.Size(410,17);
     this.checkIsNotPerson.TabIndex = 108;
     this.checkIsNotPerson.Text = "Not a Person (for example, a dummy provider representing the organization)";
     //
     // FormProvEdit
     //
     this.AcceptButton = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(849,665);
     this.Controls.Add(this.checkIsNotPerson);
     this.Controls.Add(this.checkEhrHasReportAccess);
     this.Controls.Add(this.textStateRxID);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.textEhrKey);
     this.Controls.Add(this.labelEhrKey);
     this.Controls.Add(this.butEhrKey);
     this.Controls.Add(this.textEcwID);
     this.Controls.Add(this.labelEcwID);
     this.Controls.Add(this.checkIsCDAnet);
     this.Controls.Add(this.textTaxonomyOverride);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.groupAnesthProvType);
     this.Controls.Add(this.textCanadianOfficeNum);
     this.Controls.Add(this.labelCanadianOfficeNum);
     this.Controls.Add(this.textNationalProvID);
     this.Controls.Add(this.labelNPI);
     this.Controls.Add(this.comboSchoolClass);
     this.Controls.Add(this.labelSchoolClass);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.butOutlineColor);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.textMedicaidID);
     this.Controls.Add(this.textDEANum);
     this.Controls.Add(this.textLName);
     this.Controls.Add(this.textFName);
     this.Controls.Add(this.textMI);
     this.Controls.Add(this.textSuffix);
     this.Controls.Add(this.textStateLicense);
     this.Controls.Add(this.textAbbr);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.checkSigOnFile);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listSpecialty);
     this.Controls.Add(this.listFeeSched);
     this.Controls.Add(this.checkIsSecondary);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkIsHidden);
     this.Controls.Add(this.labelColor);
     this.Controls.Add(this.butColor);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormProvEdit";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Edit Provider";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProvEdit_Closing);
     this.Load += new System.EventHandler(this.FormProvEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupAnesthProvType.ResumeLayout(false);
     this.groupAnesthProvType.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 54
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(FormRpReferrals));
     this.tabReferrals      = new System.Windows.Forms.TabControl();
     this.tabData           = new System.Windows.Forms.TabPage();
     this.listSelect        = new System.Windows.Forms.ListBox();
     this.butCheckAll       = new OpenDental.UI.Button();
     this.butClear          = new OpenDental.UI.Button();
     this.tabFilters        = new System.Windows.Forms.TabPage();
     this.butDeleteFilter   = new OpenDental.UI.Button();
     this.comboBox          = new System.Windows.Forms.ListBox();
     this.ListPrerequisites = new System.Windows.Forms.ListBox();
     this.butAddFilter      = new OpenDental.UI.Button();
     this.ListConditions    = new System.Windows.Forms.ListBox();
     this.textBox           = new System.Windows.Forms.TextBox();
     this.DropListFilter    = new System.Windows.Forms.ComboBox();
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.textSQL           = new System.Windows.Forms.TextBox();
     this.tabReferrals.SuspendLayout();
     this.tabData.SuspendLayout();
     this.tabFilters.SuspendLayout();
     this.SuspendLayout();
     //
     // tabReferrals
     //
     this.tabReferrals.Controls.Add(this.tabData);
     this.tabReferrals.Controls.Add(this.tabFilters);
     this.tabReferrals.Location      = new System.Drawing.Point(14, 16);
     this.tabReferrals.Name          = "tabReferrals";
     this.tabReferrals.SelectedIndex = 0;
     this.tabReferrals.Size          = new System.Drawing.Size(814, 492);
     this.tabReferrals.TabIndex      = 39;
     //
     // tabData
     //
     this.tabData.Controls.Add(this.listSelect);
     this.tabData.Controls.Add(this.butCheckAll);
     this.tabData.Controls.Add(this.butClear);
     this.tabData.Location = new System.Drawing.Point(4, 22);
     this.tabData.Name     = "tabData";
     this.tabData.Size     = new System.Drawing.Size(806, 466);
     this.tabData.TabIndex = 1;
     this.tabData.Text     = "SELECT";
     //
     // listSelect
     //
     this.listSelect.Location              = new System.Drawing.Point(8, 8);
     this.listSelect.Name                  = "listSelect";
     this.listSelect.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listSelect.Size                  = new System.Drawing.Size(184, 407);
     this.listSelect.TabIndex              = 3;
     this.listSelect.SelectedIndexChanged += new System.EventHandler(this.listSelect_SelectedIndexChanged);
     //
     // butCheckAll
     //
     this.butCheckAll.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCheckAll.Autosize            = true;
     this.butCheckAll.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCheckAll.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCheckAll.CornerRadius        = 4F;
     this.butCheckAll.Location            = new System.Drawing.Point(10, 430);
     this.butCheckAll.Name     = "butCheckAll";
     this.butCheckAll.Size     = new System.Drawing.Size(80, 26);
     this.butCheckAll.TabIndex = 1;
     this.butCheckAll.Text     = "&All";
     this.butCheckAll.Click   += new System.EventHandler(this.butAll_Click);
     //
     // butClear
     //
     this.butClear.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butClear.Autosize            = true;
     this.butClear.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butClear.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butClear.CornerRadius        = 4F;
     this.butClear.Location            = new System.Drawing.Point(100, 430);
     this.butClear.Name     = "butClear";
     this.butClear.Size     = new System.Drawing.Size(80, 26);
     this.butClear.TabIndex = 2;
     this.butClear.Text     = "&None";
     this.butClear.Click   += new System.EventHandler(this.butNone_Click);
     //
     // tabFilters
     //
     this.tabFilters.Controls.Add(this.butDeleteFilter);
     this.tabFilters.Controls.Add(this.comboBox);
     this.tabFilters.Controls.Add(this.ListPrerequisites);
     this.tabFilters.Controls.Add(this.butAddFilter);
     this.tabFilters.Controls.Add(this.ListConditions);
     this.tabFilters.Controls.Add(this.textBox);
     this.tabFilters.Controls.Add(this.DropListFilter);
     this.tabFilters.Location = new System.Drawing.Point(4, 22);
     this.tabFilters.Name     = "tabFilters";
     this.tabFilters.Size     = new System.Drawing.Size(806, 466);
     this.tabFilters.TabIndex = 0;
     this.tabFilters.Text     = "WHERE";
     this.tabFilters.Visible  = false;
     //
     // butDeleteFilter
     //
     this.butDeleteFilter.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDeleteFilter.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDeleteFilter.Autosize     = true;
     this.butDeleteFilter.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDeleteFilter.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDeleteFilter.CornerRadius = 4F;
     this.butDeleteFilter.Image        = ((System.Drawing.Image)(resources.GetObject("butDeleteFilter.Image")));
     this.butDeleteFilter.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butDeleteFilter.Location     = new System.Drawing.Point(10, 426);
     this.butDeleteFilter.Name         = "butDeleteFilter";
     this.butDeleteFilter.Size         = new System.Drawing.Size(110, 26);
     this.butDeleteFilter.TabIndex     = 34;
     this.butDeleteFilter.Text         = "&Delete Row";
     this.butDeleteFilter.Click       += new System.EventHandler(this.butDeleteFilter_Click);
     //
     // comboBox
     //
     this.comboBox.Location              = new System.Drawing.Point(358, 12);
     this.comboBox.Name                  = "comboBox";
     this.comboBox.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.comboBox.Size                  = new System.Drawing.Size(266, 199);
     this.comboBox.TabIndex              = 12;
     this.comboBox.Visible               = false;
     this.comboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedIndexChanged);
     //
     // ListPrerequisites
     //
     this.ListPrerequisites.Location              = new System.Drawing.Point(10, 234);
     this.ListPrerequisites.Name                  = "ListPrerequisites";
     this.ListPrerequisites.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.ListPrerequisites.Size                  = new System.Drawing.Size(608, 173);
     this.ListPrerequisites.TabIndex              = 7;
     this.ListPrerequisites.SelectedIndexChanged += new System.EventHandler(this.ListPrerequisites_SelectedIndexChanged);
     //
     // butAddFilter
     //
     this.butAddFilter.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butAddFilter.Autosize            = true;
     this.butAddFilter.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butAddFilter.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butAddFilter.CornerRadius        = 4F;
     this.butAddFilter.Enabled             = false;
     this.butAddFilter.Location            = new System.Drawing.Point(664, 12);
     this.butAddFilter.Name     = "butAddFilter";
     this.butAddFilter.Size     = new System.Drawing.Size(75, 23);
     this.butAddFilter.TabIndex = 6;
     this.butAddFilter.Text     = "&Add";
     this.butAddFilter.Click   += new System.EventHandler(this.butAddFilter_Click);
     //
     // ListConditions
     //
     this.ListConditions.Items.AddRange(new object[] {
         "LIKE",
         "=",
         ">",
         "<",
         ">=",
         "<=",
         "<>"
     });
     this.ListConditions.Location = new System.Drawing.Point(232, 12);
     this.ListConditions.Name     = "ListConditions";
     this.ListConditions.Size     = new System.Drawing.Size(78, 95);
     this.ListConditions.TabIndex = 5;
     //
     // textBox
     //
     this.textBox.Location = new System.Drawing.Point(358, 12);
     this.textBox.Name     = "textBox";
     this.textBox.Size     = new System.Drawing.Size(262, 20);
     this.textBox.TabIndex = 2;
     this.textBox.Visible  = false;
     //
     // DropListFilter
     //
     this.DropListFilter.Location              = new System.Drawing.Point(8, 12);
     this.DropListFilter.MaxDropDownItems      = 45;
     this.DropListFilter.Name                  = "DropListFilter";
     this.DropListFilter.Size                  = new System.Drawing.Size(172, 21);
     this.DropListFilter.TabIndex              = 1;
     this.DropListFilter.Text                  = "WHERE";
     this.DropListFilter.SelectedIndexChanged += new System.EventHandler(this.DropListFilter_SelectedIndexChanged);
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Autosize            = true;
     this.butCancel.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius        = 4F;
     this.butCancel.DialogResult        = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location            = new System.Drawing.Point(750, 640);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex = 41;
     this.butCancel.Text     = "&Cancel";
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Autosize            = true;
     this.butOK.BtnShape            = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle            = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius        = 4F;
     this.butOK.Enabled             = false;
     this.butOK.Location            = new System.Drawing.Point(750, 602);
     this.butOK.Name     = "butOK";
     this.butOK.Size     = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex = 40;
     this.butOK.Text     = "&OK";
     this.butOK.Click   += new System.EventHandler(this.butOK_Click);
     //
     // textSQL
     //
     this.textSQL.Location  = new System.Drawing.Point(16, 542);
     this.textSQL.Multiline = true;
     this.textSQL.Name      = "textSQL";
     this.textSQL.ReadOnly  = true;
     this.textSQL.Size      = new System.Drawing.Size(692, 124);
     this.textSQL.TabIndex  = 42;
     //
     // FormRpReferrals
     //
     this.AcceptButton      = this.butOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(842, 683);
     this.Controls.Add(this.tabReferrals);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.textSQL);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpReferrals";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FormRpReferrals";
     this.tabReferrals.ResumeLayout(false);
     this.tabData.ResumeLayout(false);
     this.tabFilters.ResumeLayout(false);
     this.tabFilters.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 55
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(FormApptFieldDefs));
			this.listMain = new System.Windows.Forms.ListBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.label1 = new System.Windows.Forms.Label();
			this.butClose = new OpenDental.UI.Button();
			this.butAdd = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// listMain
			// 
			this.listMain.Location = new System.Drawing.Point(18,77);
			this.listMain.Name = "listMain";
			this.listMain.Size = new System.Drawing.Size(265,173);
			this.listMain.TabIndex = 2;
			this.listMain.DoubleClick += new System.EventHandler(this.listMain_DoubleClick);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(15,9);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(373,51);
			this.label1.TabIndex = 8;
			this.label1.Text = "This is only for advanced users.  This is a list of extra fields that you can set" +
    " up for appointments.  After adding fields to this list, you can set the values " +
    "in an appointment edit window.";
			// 
			// butClose
			// 
			this.butClose.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butClose.Autosize = true;
			this.butClose.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butClose.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butClose.CornerRadius = 4F;
			this.butClose.Location = new System.Drawing.Point(349,271);
			this.butClose.Name = "butClose";
			this.butClose.Size = new System.Drawing.Size(79,24);
			this.butClose.TabIndex = 1;
			this.butClose.Text = "Close";
			this.butClose.Click += new System.EventHandler(this.butClose_Click);
			// 
			// butAdd
			// 
			this.butAdd.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butAdd.Autosize = true;
			this.butAdd.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butAdd.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butAdd.CornerRadius = 4F;
			this.butAdd.Image = global::OpenDental.Properties.Resources.Add;
			this.butAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butAdd.Location = new System.Drawing.Point(18,271);
			this.butAdd.Name = "butAdd";
			this.butAdd.Size = new System.Drawing.Size(79,24);
			this.butAdd.TabIndex = 7;
			this.butAdd.Text = "&Add";
			this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
			// 
			// FormApptFieldDefs
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(447,309);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.listMain);
			this.Controls.Add(this.butClose);
			this.Controls.Add(this.butAdd);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormApptFieldDefs";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Appointment Field Defs";
			this.Load += new System.EventHandler(this.FormApptFieldDefs_Load);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormApptFieldDefs_FormClosing_1);
			this.ResumeLayout(false);

		}
Exemplo n.º 56
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(FormAtoZFoldersCreate));
     this.butCancel    = new OpenDental.UI.Button();
     this.butOK        = new OpenDental.UI.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.textLocation = new System.Windows.Forms.TextBox();
     this.textName     = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.Location     = new System.Drawing.Point(592, 222);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(592, 181);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(578, 76);
     this.label1.TabIndex = 2;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(26, 115);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(184, 18);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Location of new folder";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // textLocation
     //
     this.textLocation.Location = new System.Drawing.Point(214, 112);
     this.textLocation.Name     = "textLocation";
     this.textLocation.Size     = new System.Drawing.Size(323, 20);
     this.textLocation.TabIndex = 4;
     this.textLocation.Text     = "C:\\";
     //
     // textName
     //
     this.textName.Location = new System.Drawing.Point(214, 148);
     this.textName.Name     = "textName";
     this.textName.Size     = new System.Drawing.Size(206, 20);
     this.textName.TabIndex = 6;
     this.textName.Text     = "OpenDentImages";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(26, 151);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(184, 18);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Folder name";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // FormAtoZFoldersCreate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(719, 273);
     this.Controls.Add(this.textName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textLocation);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormAtoZFoldersCreate";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Create AtoZ Folder";
     this.Load         += new System.EventHandler(this.FormAtoZFoldersCreate_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 57
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(FormDunningEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.textDunMessage = new System.Windows.Forms.TextBox();
			this.listBillType = new System.Windows.Forms.ListBox();
			this.label8 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radio30 = new System.Windows.Forms.RadioButton();
			this.radio90 = new System.Windows.Forms.RadioButton();
			this.radio60 = new System.Windows.Forms.RadioButton();
			this.radioAny = new System.Windows.Forms.RadioButton();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.radioY = new System.Windows.Forms.RadioButton();
			this.radioN = new System.Windows.Forms.RadioButton();
			this.radioU = new System.Windows.Forms.RadioButton();
			this.textMessageBold = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.textEmailBody = new System.Windows.Forms.TextBox();
			this.textEmailSubject = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.butDelete = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(6, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(148, 17);
			this.label1.TabIndex = 2;
			this.label1.Text = "Message";
			this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textDunMessage
			// 
			this.textDunMessage.AcceptsReturn = true;
			this.textDunMessage.AcceptsTab = true;
			this.textDunMessage.Location = new System.Drawing.Point(7, 37);
			this.textDunMessage.Multiline = true;
			this.textDunMessage.Name = "textDunMessage";
			this.textDunMessage.Size = new System.Drawing.Size(412, 89);
			this.textDunMessage.TabIndex = 0;
			// 
			// listBillType
			// 
			this.listBillType.Location = new System.Drawing.Point(28, 35);
			this.listBillType.Name = "listBillType";
			this.listBillType.Size = new System.Drawing.Size(158, 199);
			this.listBillType.TabIndex = 113;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(27, 17);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(147, 16);
			this.label8.TabIndex = 114;
			this.label8.Text = "Billing Type:";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.radio30);
			this.groupBox1.Controls.Add(this.radio90);
			this.groupBox1.Controls.Add(this.radio60);
			this.groupBox1.Controls.Add(this.radioAny);
			this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox1.Location = new System.Drawing.Point(240, 29);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(198, 110);
			this.groupBox1.TabIndex = 115;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Age of Account";
			// 
			// radio30
			// 
			this.radio30.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio30.Location = new System.Drawing.Point(12, 41);
			this.radio30.Name = "radio30";
			this.radio30.Size = new System.Drawing.Size(120, 16);
			this.radio30.TabIndex = 1;
			this.radio30.Text = "Over 30 Days";
			// 
			// radio90
			// 
			this.radio90.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio90.Location = new System.Drawing.Point(12, 85);
			this.radio90.Name = "radio90";
			this.radio90.Size = new System.Drawing.Size(120, 18);
			this.radio90.TabIndex = 3;
			this.radio90.Text = "Over 90 Days";
			// 
			// radio60
			// 
			this.radio60.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radio60.Location = new System.Drawing.Point(12, 62);
			this.radio60.Name = "radio60";
			this.radio60.Size = new System.Drawing.Size(117, 18);
			this.radio60.TabIndex = 2;
			this.radio60.Text = "Over 60 Days";
			// 
			// radioAny
			// 
			this.radioAny.Checked = true;
			this.radioAny.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioAny.Location = new System.Drawing.Point(12, 18);
			this.radioAny.Name = "radioAny";
			this.radioAny.Size = new System.Drawing.Size(117, 18);
			this.radioAny.TabIndex = 0;
			this.radioAny.TabStop = true;
			this.radioAny.Text = "Any Balance";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.radioY);
			this.groupBox2.Controls.Add(this.radioN);
			this.groupBox2.Controls.Add(this.radioU);
			this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox2.Location = new System.Drawing.Point(240, 147);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(198, 87);
			this.groupBox2.TabIndex = 117;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Insurance Payment Pending";
			// 
			// radioY
			// 
			this.radioY.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioY.Location = new System.Drawing.Point(12, 40);
			this.radioY.Name = "radioY";
			this.radioY.Size = new System.Drawing.Size(120, 16);
			this.radioY.TabIndex = 1;
			this.radioY.Text = "Yes";
			// 
			// radioN
			// 
			this.radioN.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioN.Location = new System.Drawing.Point(12, 61);
			this.radioN.Name = "radioN";
			this.radioN.Size = new System.Drawing.Size(117, 18);
			this.radioN.TabIndex = 2;
			this.radioN.Text = "No";
			// 
			// radioU
			// 
			this.radioU.Checked = true;
			this.radioU.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.radioU.Location = new System.Drawing.Point(12, 17);
			this.radioU.Name = "radioU";
			this.radioU.Size = new System.Drawing.Size(117, 18);
			this.radioU.TabIndex = 0;
			this.radioU.TabStop = true;
			this.radioU.Text = "Doesn\'t Matter";
			// 
			// textMessageBold
			// 
			this.textMessageBold.AcceptsReturn = true;
			this.textMessageBold.AcceptsTab = true;
			this.textMessageBold.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.textMessageBold.ForeColor = System.Drawing.Color.DarkRed;
			this.textMessageBold.Location = new System.Drawing.Point(7, 149);
			this.textMessageBold.Multiline = true;
			this.textMessageBold.Name = "textMessageBold";
			this.textMessageBold.Size = new System.Drawing.Size(412, 89);
			this.textMessageBold.TabIndex = 118;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(6, 128);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(148, 17);
			this.label2.TabIndex = 119;
			this.label2.Text = "Bold Message";
			this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.label1);
			this.groupBox3.Controls.Add(this.textMessageBold);
			this.groupBox3.Controls.Add(this.textDunMessage);
			this.groupBox3.Controls.Add(this.label2);
			this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox3.Location = new System.Drawing.Point(28, 240);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(425, 250);
			this.groupBox3.TabIndex = 118;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Statement Notes";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.label10);
			this.groupBox4.Controls.Add(this.label3);
			this.groupBox4.Controls.Add(this.textEmailBody);
			this.groupBox4.Controls.Add(this.textEmailSubject);
			this.groupBox4.Controls.Add(this.label4);
			this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.groupBox4.Location = new System.Drawing.Point(459, 29);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(425, 461);
			this.groupBox4.TabIndex = 119;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Email Statement Override";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(6, 18);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(413, 49);
			this.label10.TabIndex = 250;
			this.label10.Text = resources.GetString("label10.Text");
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(6, 67);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(404, 17);
			this.label3.TabIndex = 2;
			this.label3.Text = "Subject";
			this.label3.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// textEmailBody
			// 
			this.textEmailBody.AcceptsReturn = true;
			this.textEmailBody.AcceptsTab = true;
			this.textEmailBody.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.textEmailBody.ForeColor = System.Drawing.Color.Black;
			this.textEmailBody.Location = new System.Drawing.Point(6, 132);
			this.textEmailBody.Multiline = true;
			this.textEmailBody.Name = "textEmailBody";
			this.textEmailBody.Size = new System.Drawing.Size(412, 317);
			this.textEmailBody.TabIndex = 118;
			// 
			// textEmailSubject
			// 
			this.textEmailSubject.AcceptsReturn = true;
			this.textEmailSubject.AcceptsTab = true;
			this.textEmailSubject.Location = new System.Drawing.Point(6, 87);
			this.textEmailSubject.MaxLength = 255;
			this.textEmailSubject.Multiline = true;
			this.textEmailSubject.Name = "textEmailSubject";
			this.textEmailSubject.Size = new System.Drawing.Size(412, 22);
			this.textEmailSubject.TabIndex = 0;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(6, 112);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(413, 17);
			this.label4.TabIndex = 119;
			this.label4.Text = "Body";
			this.label4.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(27, 503);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(81, 24);
			this.butDelete.TabIndex = 4;
			this.butDelete.Text = "Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(723, 503);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(76, 24);
			this.butOK.TabIndex = 8;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(808, 503);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(76, 24);
			this.butCancel.TabIndex = 9;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormDunningEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(908, 545);
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.listBillType);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormDunningEdit";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Dunning Message";
			this.Load += new System.EventHandler(this.FormDunningEdit_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.groupBox4.ResumeLayout(false);
			this.groupBox4.PerformLayout();
			this.ResumeLayout(false);

		}
Exemplo n.º 58
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(FormRpPPOwriteoffs));
     this.butCancel         = new OpenDental.UI.Button();
     this.butOK             = new OpenDental.UI.Button();
     this.date2             = new System.Windows.Forms.MonthCalendar();
     this.date1             = new System.Windows.Forms.MonthCalendar();
     this.labelTO           = new System.Windows.Forms.Label();
     this.radioIndividual   = new System.Windows.Forms.RadioButton();
     this.radioGroup        = new System.Windows.Forms.RadioButton();
     this.textCarrier       = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.label5            = new System.Windows.Forms.Label();
     this.radioWriteoffProc = new System.Windows.Forms.RadioButton();
     this.radioWriteoffPay  = new System.Windows.Forms.RadioButton();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(625, 330);
     this.butCancel.Name         = "butCancel";
     this.butCancel.Size         = new System.Drawing.Size(75, 26);
     this.butCancel.TabIndex     = 0;
     this.butCancel.Text         = "&Cancel";
     this.butCancel.Click       += new System.EventHandler(this.butCancel_Click);
     //
     // butOK
     //
     this.butOK.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butOK.Autosize     = true;
     this.butOK.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butOK.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butOK.CornerRadius = 4F;
     this.butOK.Location     = new System.Drawing.Point(625, 289);
     this.butOK.Name         = "butOK";
     this.butOK.Size         = new System.Drawing.Size(75, 26);
     this.butOK.TabIndex     = 1;
     this.butOK.Text         = "&OK";
     this.butOK.Click       += new System.EventHandler(this.butOK_Click);
     //
     // date2
     //
     this.date2.Location          = new System.Drawing.Point(289, 36);
     this.date2.MaxSelectionCount = 1;
     this.date2.Name     = "date2";
     this.date2.TabIndex = 30;
     //
     // date1
     //
     this.date1.Location          = new System.Drawing.Point(33, 36);
     this.date1.MaxSelectionCount = 1;
     this.date1.Name     = "date1";
     this.date1.TabIndex = 29;
     //
     // labelTO
     //
     this.labelTO.Location  = new System.Drawing.Point(223, 36);
     this.labelTO.Name      = "labelTO";
     this.labelTO.Size      = new System.Drawing.Size(51, 23);
     this.labelTO.TabIndex  = 31;
     this.labelTO.Text      = "TO";
     this.labelTO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // radioIndividual
     //
     this.radioIndividual.Checked  = true;
     this.radioIndividual.Location = new System.Drawing.Point(33, 227);
     this.radioIndividual.Name     = "radioIndividual";
     this.radioIndividual.Size     = new System.Drawing.Size(200, 19);
     this.radioIndividual.TabIndex = 32;
     this.radioIndividual.TabStop  = true;
     this.radioIndividual.Text     = "Individual Claims";
     this.radioIndividual.UseVisualStyleBackColor = true;
     //
     // radioGroup
     //
     this.radioGroup.Location = new System.Drawing.Point(33, 250);
     this.radioGroup.Name     = "radioGroup";
     this.radioGroup.Size     = new System.Drawing.Size(200, 19);
     this.radioGroup.TabIndex = 33;
     this.radioGroup.Text     = "Group by Carrier";
     this.radioGroup.UseVisualStyleBackColor = true;
     //
     // textCarrier
     //
     this.textCarrier.Location = new System.Drawing.Point(33, 309);
     this.textCarrier.Name     = "textCarrier";
     this.textCarrier.Size     = new System.Drawing.Size(178, 20);
     this.textCarrier.TabIndex = 34;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 283);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(257, 22);
     this.label1.TabIndex  = 35;
     this.label1.Text      = "Enter a few letters of the carrier to limit results";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.radioWriteoffProc);
     this.groupBox3.Controls.Add(this.radioWriteoffPay);
     this.groupBox3.Location = new System.Drawing.Point(289, 227);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(281, 95);
     this.groupBox3.TabIndex = 48;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Show Insurance Writeoffs";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 71);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(269, 17);
     this.label5.TabIndex = 2;
     this.label5.Text     = "(this is discussed in the PPO section of the manual)";
     //
     // radioWriteoffProc
     //
     this.radioWriteoffProc.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.Location   = new System.Drawing.Point(9, 41);
     this.radioWriteoffProc.Name       = "radioWriteoffProc";
     this.radioWriteoffProc.Size       = new System.Drawing.Size(244, 23);
     this.radioWriteoffProc.TabIndex   = 1;
     this.radioWriteoffProc.Text       = "Using procedure date.";
     this.radioWriteoffProc.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffProc.UseVisualStyleBackColor = true;
     //
     // radioWriteoffPay
     //
     this.radioWriteoffPay.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.Checked    = true;
     this.radioWriteoffPay.Location   = new System.Drawing.Point(9, 20);
     this.radioWriteoffPay.Name       = "radioWriteoffPay";
     this.radioWriteoffPay.Size       = new System.Drawing.Size(244, 23);
     this.radioWriteoffPay.TabIndex   = 0;
     this.radioWriteoffPay.TabStop    = true;
     this.radioWriteoffPay.Text       = "Using insurance payment date.";
     this.radioWriteoffPay.TextAlign  = System.Drawing.ContentAlignment.TopLeft;
     this.radioWriteoffPay.UseVisualStyleBackColor = true;
     //
     // FormRpPPOwriteoffs
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(725, 379);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textCarrier);
     this.Controls.Add(this.radioGroup);
     this.Controls.Add(this.radioIndividual);
     this.Controls.Add(this.date2);
     this.Controls.Add(this.date1);
     this.Controls.Add(this.labelTO);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormRpPPOwriteoffs";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "PPO Writeoffs";
     this.Load         += new System.EventHandler(this.FormRpPPOwriteoffs_Load);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProcApptColorEdit));
			this.label1 = new System.Windows.Forms.Label();
			this.colorDialog1 = new System.Windows.Forms.ColorDialog();
			this.textCodeRange = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.panelColor = new System.Windows.Forms.Panel();
			this.labelBeforeTime = new System.Windows.Forms.Label();
			this.checkPrevDate = new System.Windows.Forms.CheckBox();
			this.butChange = new OpenDental.UI.Button();
			this.butDelete = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.butCancel = new OpenDental.UI.Button();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(51,20);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(83,17);
			this.label1.TabIndex = 2;
			this.label1.Text = "Code Range";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textCodeRange
			// 
			this.textCodeRange.Location = new System.Drawing.Point(136,20);
			this.textCodeRange.Name = "textCodeRange";
			this.textCodeRange.Size = new System.Drawing.Size(200,20);
			this.textCodeRange.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(140,42);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(92,13);
			this.label2.TabIndex = 16;
			this.label2.Text = "Ex: D1050-D1060";
			// 
			// panelColor
			// 
			this.panelColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))),((int)(((byte)(64)))),((int)(((byte)(64)))));
			this.panelColor.Location = new System.Drawing.Point(136,64);
			this.panelColor.Name = "panelColor";
			this.panelColor.Size = new System.Drawing.Size(24,24);
			this.panelColor.TabIndex = 127;
			// 
			// labelBeforeTime
			// 
			this.labelBeforeTime.Location = new System.Drawing.Point(54,65);
			this.labelBeforeTime.Name = "labelBeforeTime";
			this.labelBeforeTime.Size = new System.Drawing.Size(80,20);
			this.labelBeforeTime.TabIndex = 126;
			this.labelBeforeTime.Text = "Text Color";
			this.labelBeforeTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// checkPrevDate
			// 
			this.checkPrevDate.AutoSize = true;
			this.checkPrevDate.Location = new System.Drawing.Point(136,102);
			this.checkPrevDate.Name = "checkPrevDate";
			this.checkPrevDate.Size = new System.Drawing.Size(120,17);
			this.checkPrevDate.TabIndex = 3;
			this.checkPrevDate.Text = "Show previous date";
			this.checkPrevDate.UseVisualStyleBackColor = true;
			// 
			// butChange
			// 
			this.butChange.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butChange.Autosize = true;
			this.butChange.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butChange.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butChange.CornerRadius = 4F;
			this.butChange.Location = new System.Drawing.Point(170,64);
			this.butChange.Name = "butChange";
			this.butChange.Size = new System.Drawing.Size(75,24);
			this.butChange.TabIndex = 2;
			this.butChange.Text = "Change";
			this.butChange.Click += new System.EventHandler(this.butChange_Click);
			// 
			// butDelete
			// 
			this.butDelete.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butDelete.Autosize = true;
			this.butDelete.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDelete.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDelete.CornerRadius = 4F;
			this.butDelete.Image = global::OpenDental.Properties.Resources.deleteX;
			this.butDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.butDelete.Location = new System.Drawing.Point(20,162);
			this.butDelete.Name = "butDelete";
			this.butDelete.Size = new System.Drawing.Size(92,24);
			this.butDelete.TabIndex = 6;
			this.butDelete.Text = "&Delete";
			this.butDelete.Click += new System.EventHandler(this.butDelete_Click);
			// 
			// butOK
			// 
			this.butOK.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butOK.Autosize = true;
			this.butOK.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butOK.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butOK.CornerRadius = 4F;
			this.butOK.Location = new System.Drawing.Point(335,131);
			this.butOK.Name = "butOK";
			this.butOK.Size = new System.Drawing.Size(75,24);
			this.butOK.TabIndex = 4;
			this.butOK.Text = "&OK";
			this.butOK.Click += new System.EventHandler(this.butOK_Click);
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.Location = new System.Drawing.Point(335,162);
			this.butCancel.Name = "butCancel";
			this.butCancel.Size = new System.Drawing.Size(75,24);
			this.butCancel.TabIndex = 5;
			this.butCancel.Text = "&Cancel";
			this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
			// 
			// FormProcApptColorEdit
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
			this.ClientSize = new System.Drawing.Size(433,208);
			this.Controls.Add(this.checkPrevDate);
			this.Controls.Add(this.butChange);
			this.Controls.Add(this.panelColor);
			this.Controls.Add(this.labelBeforeTime);
			this.Controls.Add(this.butDelete);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textCodeRange);
			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 = "FormProcApptColorEdit";
			this.Padding = new System.Windows.Forms.Padding(3);
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Edit Proc Appt Color";
			this.Load += new System.EventHandler(this.FormProcApptColorEdit_Load);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 60
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormTranslationCat));
     this.listCats        = new System.Windows.Forms.ListBox();
     this.label1          = new System.Windows.Forms.Label();
     this.butClose        = new OpenDental.UI.Button();
     this.butExport       = new OpenDental.UI.Button();
     this.butDownload     = new OpenDental.UI.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // listCats
     //
     this.listCats.Location     = new System.Drawing.Point(28, 34);
     this.listCats.Name         = "listCats";
     this.listCats.Size         = new System.Drawing.Size(262, 589);
     this.listCats.TabIndex     = 0;
     this.listCats.DoubleClick += new System.EventHandler(this.listCats_DoubleClick);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(28, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(214, 18);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Select a category";
     //
     // butClose
     //
     this.butClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butClose.Location     = new System.Drawing.Point(416, 600);
     this.butClose.Name         = "butClose";
     this.butClose.Size         = new System.Drawing.Size(75, 26);
     this.butClose.TabIndex     = 2;
     this.butClose.Text         = "&Close";
     this.butClose.Click       += new System.EventHandler(this.butClose_Click);
     //
     // butExport
     //
     this.butExport.Location = new System.Drawing.Point(310, 194);
     this.butExport.Name     = "butExport";
     this.butExport.Size     = new System.Drawing.Size(96, 26);
     this.butExport.TabIndex = 3;
     this.butExport.Text     = "&Export All";
     this.butExport.Click   += new System.EventHandler(this.butExport_Click);
     //
     // butDownload
     //
     this.butDownload.Location = new System.Drawing.Point(14, 22);
     this.butDownload.Name     = "butDownload";
     this.butDownload.Size     = new System.Drawing.Size(102, 26);
     this.butDownload.TabIndex = 4;
     this.butDownload.Text     = "&Download";
     this.butDownload.Click   += new System.EventHandler(this.butDownload_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(310, 226);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(182, 82);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Use this to create a file to send to us with all translations.  You can ONLY do t" +
                            "his if you are the manager for your language.";
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Location    = new System.Drawing.Point(14, 58);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(178, 50);
     this.textBox1.TabIndex    = 6;
     this.textBox1.Text        = "Download and install the most current translations from our website.  This will o" +
                                 "verwrite all current translations.";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butDownload);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(306, 30);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(200, 122);
     this.groupBox1.TabIndex  = 7;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "NO ENGLISH ??";
     //
     // FormTranslationCat
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butClose;
     this.ClientSize        = new System.Drawing.Size(520, 648);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.butExport);
     this.Controls.Add(this.butClose);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listCats);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormTranslationCat";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Select Category";
     this.Load         += new System.EventHandler(this.FormTranslation_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }