Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEClinicalWorks));
     this.butCancel             = new OpenDental.UI.Button();
     this.butOK                 = new OpenDental.UI.Button();
     this.checkEnabled          = new System.Windows.Forms.CheckBox();
     this.label1                = new System.Windows.Forms.Label();
     this.textProgName          = new System.Windows.Forms.TextBox();
     this.textProgDesc          = new System.Windows.Forms.TextBox();
     this.label2                = new System.Windows.Forms.Label();
     this.textHL7FolderIn       = new System.Windows.Forms.TextBox();
     this.labelHL7FolderIn      = new System.Windows.Forms.Label();
     this.textHL7FolderOut      = new System.Windows.Forms.TextBox();
     this.labelHL7FolderOut     = new System.Windows.Forms.Label();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.label5                = new System.Windows.Forms.Label();
     this.labelDefaultUserGroup = new System.Windows.Forms.Label();
     this.comboDefaultUserGroup = new System.Windows.Forms.ComboBox();
     this.checkShowImages       = new System.Windows.Forms.CheckBox();
     this.radioModeTight        = new System.Windows.Forms.RadioButton();
     this.radioModeStandalone   = new System.Windows.Forms.RadioButton();
     this.checkFeeSchedules     = new System.Windows.Forms.CheckBox();
     this.service11             = new OpenDental.localhost.Service1();
     this.label3                = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(524, 351);
     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(443, 351);
     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);
     //
     // checkEnabled
     //
     this.checkEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkEnabled.Location   = new System.Drawing.Point(161, 60);
     this.checkEnabled.Name       = "checkEnabled";
     this.checkEnabled.Size       = new System.Drawing.Size(98, 18);
     this.checkEnabled.TabIndex   = 41;
     this.checkEnabled.Text       = "Enabled";
     this.checkEnabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.Click     += new System.EventHandler(this.checkEnabled_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(58, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(187, 18);
     this.label1.TabIndex  = 44;
     this.label1.Text      = "Internal Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProgName
     //
     this.textProgName.Location = new System.Drawing.Point(246, 9);
     this.textProgName.Name     = "textProgName";
     this.textProgName.ReadOnly = true;
     this.textProgName.Size     = new System.Drawing.Size(275, 20);
     this.textProgName.TabIndex = 45;
     //
     // textProgDesc
     //
     this.textProgDesc.Location = new System.Drawing.Point(246, 34);
     this.textProgDesc.Name     = "textProgDesc";
     this.textProgDesc.Size     = new System.Drawing.Size(275, 20);
     this.textProgDesc.TabIndex = 47;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(57, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(187, 18);
     this.label2.TabIndex  = 46;
     this.label2.Text      = "Description";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderIn
     //
     this.textHL7FolderIn.Location = new System.Drawing.Point(234, 43);
     this.textHL7FolderIn.Name     = "textHL7FolderIn";
     this.textHL7FolderIn.Size     = new System.Drawing.Size(275, 20);
     this.textHL7FolderIn.TabIndex = 49;
     //
     // labelHL7FolderIn
     //
     this.labelHL7FolderIn.Location  = new System.Drawing.Point(3, 44);
     this.labelHL7FolderIn.Name      = "labelHL7FolderIn";
     this.labelHL7FolderIn.Size      = new System.Drawing.Size(229, 18);
     this.labelHL7FolderIn.TabIndex  = 48;
     this.labelHL7FolderIn.Text      = "In to eClinicalWorks";
     this.labelHL7FolderIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderOut
     //
     this.textHL7FolderOut.Location = new System.Drawing.Point(234, 69);
     this.textHL7FolderOut.Name     = "textHL7FolderOut";
     this.textHL7FolderOut.Size     = new System.Drawing.Size(275, 20);
     this.textHL7FolderOut.TabIndex = 51;
     //
     // labelHL7FolderOut
     //
     this.labelHL7FolderOut.Location  = new System.Drawing.Point(6, 70);
     this.labelHL7FolderOut.Name      = "labelHL7FolderOut";
     this.labelHL7FolderOut.Size      = new System.Drawing.Size(226, 18);
     this.labelHL7FolderOut.TabIndex  = 50;
     this.labelHL7FolderOut.Text      = "Out from eClinicalWorks";
     this.labelHL7FolderOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textHL7FolderOut);
     this.groupBox1.Controls.Add(this.textHL7FolderIn);
     this.groupBox1.Controls.Add(this.labelHL7FolderOut);
     this.groupBox1.Controls.Add(this.labelHL7FolderIn);
     this.groupBox1.Location = new System.Drawing.Point(12, 138);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(538, 101);
     this.groupBox1.TabIndex = 52;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "HL7 Synch Folders";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(478, 18);
     this.label5.TabIndex = 45;
     this.label5.Text     = "Folder locations must be valid on the computer where the HL7 process is running";
     //
     // labelDefaultUserGroup
     //
     this.labelDefaultUserGroup.Location  = new System.Drawing.Point(12, 254);
     this.labelDefaultUserGroup.Name      = "labelDefaultUserGroup";
     this.labelDefaultUserGroup.Size      = new System.Drawing.Size(232, 18);
     this.labelDefaultUserGroup.TabIndex  = 53;
     this.labelDefaultUserGroup.Text      = "Default User Group for new users";
     this.labelDefaultUserGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboDefaultUserGroup
     //
     this.comboDefaultUserGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDefaultUserGroup.FormattingEnabled = true;
     this.comboDefaultUserGroup.Location          = new System.Drawing.Point(246, 254);
     this.comboDefaultUserGroup.Name     = "comboDefaultUserGroup";
     this.comboDefaultUserGroup.Size     = new System.Drawing.Size(215, 21);
     this.comboDefaultUserGroup.TabIndex = 54;
     //
     // checkShowImages
     //
     this.checkShowImages.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkShowImages.Location   = new System.Drawing.Point(60, 281);
     this.checkShowImages.Name       = "checkShowImages";
     this.checkShowImages.Size       = new System.Drawing.Size(199, 18);
     this.checkShowImages.TabIndex   = 55;
     this.checkShowImages.Text       = "Show Images Module";
     this.checkShowImages.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.Click     += new System.EventHandler(this.checkShowImages_Click);
     //
     // radioModeTight
     //
     this.radioModeTight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.Location   = new System.Drawing.Point(77, 84);
     this.radioModeTight.Name       = "radioModeTight";
     this.radioModeTight.Size       = new System.Drawing.Size(182, 18);
     this.radioModeTight.TabIndex   = 56;
     this.radioModeTight.TabStop    = true;
     this.radioModeTight.Text       = "Tight Integration";
     this.radioModeTight.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.UseVisualStyleBackColor = true;
     this.radioModeTight.Click += new System.EventHandler(this.radioModeTight_Click);
     //
     // radioModeStandalone
     //
     this.radioModeStandalone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.Location   = new System.Drawing.Point(77, 104);
     this.radioModeStandalone.Name       = "radioModeStandalone";
     this.radioModeStandalone.Size       = new System.Drawing.Size(182, 18);
     this.radioModeStandalone.TabIndex   = 57;
     this.radioModeStandalone.TabStop    = true;
     this.radioModeStandalone.Text       = "Standalone";
     this.radioModeStandalone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.UseVisualStyleBackColor = true;
     this.radioModeStandalone.Click += new System.EventHandler(this.radioModeStandalone_Click);
     //
     // checkFeeSchedules
     //
     this.checkFeeSchedules.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFeeSchedules.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkFeeSchedules.Location   = new System.Drawing.Point(12, 303);
     this.checkFeeSchedules.Name       = "checkFeeSchedules";
     this.checkFeeSchedules.Size       = new System.Drawing.Size(247, 18);
     this.checkFeeSchedules.TabIndex   = 58;
     this.checkFeeSchedules.Text       = "Patient Fee Schedules Set Manually";
     this.checkFeeSchedules.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // service11
     //
     this.service11.Url = "http://localhost:3824/Service1.asmx";
     this.service11.UseDefaultCredentials = true;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(264, 301);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(170, 18);
     this.label3.TabIndex  = 59;
     this.label3.Text      = "(instead of importing from HL7)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormEClinicalWorks
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(611, 387);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.checkFeeSchedules);
     this.Controls.Add(this.radioModeStandalone);
     this.Controls.Add(this.radioModeTight);
     this.Controls.Add(this.checkShowImages);
     this.Controls.Add(this.comboDefaultUserGroup);
     this.Controls.Add(this.labelDefaultUserGroup);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textProgDesc);
     this.Controls.Add(this.textProgName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkEnabled);
     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          = "FormEClinicalWorks";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "eClinicalWorks Setup";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormProgramLinkEdit_Closing);
     this.Load         += new System.EventHandler(this.FormEClinicalWorks_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEClinicalWorks));
     this.butCancel = new OpenDental.UI.Button();
     this.butOK = new OpenDental.UI.Button();
     this.checkEnabled = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.textProgName = new System.Windows.Forms.TextBox();
     this.textProgDesc = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textHL7FolderIn = new System.Windows.Forms.TextBox();
     this.labelHL7FolderIn = new System.Windows.Forms.Label();
     this.textHL7FolderOut = new System.Windows.Forms.TextBox();
     this.labelHL7FolderOut = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.labelDefaultUserGroup = new System.Windows.Forms.Label();
     this.comboDefaultUserGroup = new System.Windows.Forms.ComboBox();
     this.checkShowImages = new System.Windows.Forms.CheckBox();
     this.radioModeTight = new System.Windows.Forms.RadioButton();
     this.radioModeStandalone = new System.Windows.Forms.RadioButton();
     this.checkFeeSchedules = new System.Windows.Forms.CheckBox();
     this.service11 = new OpenDental.localhost.Service1();
     this.label3 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0,0);
     this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize = true;
     this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location = new System.Drawing.Point(524,351);
     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(443,351);
     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);
     //
     // checkEnabled
     //
     this.checkEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkEnabled.Location = new System.Drawing.Point(161,60);
     this.checkEnabled.Name = "checkEnabled";
     this.checkEnabled.Size = new System.Drawing.Size(98,18);
     this.checkEnabled.TabIndex = 41;
     this.checkEnabled.Text = "Enabled";
     this.checkEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.Click += new System.EventHandler(this.checkEnabled_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(58,10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(187,18);
     this.label1.TabIndex = 44;
     this.label1.Text = "Internal Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProgName
     //
     this.textProgName.Location = new System.Drawing.Point(246,9);
     this.textProgName.Name = "textProgName";
     this.textProgName.ReadOnly = true;
     this.textProgName.Size = new System.Drawing.Size(275,20);
     this.textProgName.TabIndex = 45;
     //
     // textProgDesc
     //
     this.textProgDesc.Location = new System.Drawing.Point(246,34);
     this.textProgDesc.Name = "textProgDesc";
     this.textProgDesc.Size = new System.Drawing.Size(275,20);
     this.textProgDesc.TabIndex = 47;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(57,35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(187,18);
     this.label2.TabIndex = 46;
     this.label2.Text = "Description";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderIn
     //
     this.textHL7FolderIn.Location = new System.Drawing.Point(234,43);
     this.textHL7FolderIn.Name = "textHL7FolderIn";
     this.textHL7FolderIn.Size = new System.Drawing.Size(275,20);
     this.textHL7FolderIn.TabIndex = 49;
     //
     // labelHL7FolderIn
     //
     this.labelHL7FolderIn.Location = new System.Drawing.Point(3,44);
     this.labelHL7FolderIn.Name = "labelHL7FolderIn";
     this.labelHL7FolderIn.Size = new System.Drawing.Size(229,18);
     this.labelHL7FolderIn.TabIndex = 48;
     this.labelHL7FolderIn.Text = "In to eClinicalWorks";
     this.labelHL7FolderIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderOut
     //
     this.textHL7FolderOut.Location = new System.Drawing.Point(234,69);
     this.textHL7FolderOut.Name = "textHL7FolderOut";
     this.textHL7FolderOut.Size = new System.Drawing.Size(275,20);
     this.textHL7FolderOut.TabIndex = 51;
     //
     // labelHL7FolderOut
     //
     this.labelHL7FolderOut.Location = new System.Drawing.Point(6,70);
     this.labelHL7FolderOut.Name = "labelHL7FolderOut";
     this.labelHL7FolderOut.Size = new System.Drawing.Size(226,18);
     this.labelHL7FolderOut.TabIndex = 50;
     this.labelHL7FolderOut.Text = "Out from eClinicalWorks";
     this.labelHL7FolderOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textHL7FolderOut);
     this.groupBox1.Controls.Add(this.textHL7FolderIn);
     this.groupBox1.Controls.Add(this.labelHL7FolderOut);
     this.groupBox1.Controls.Add(this.labelHL7FolderIn);
     this.groupBox1.Location = new System.Drawing.Point(12,138);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(538,101);
     this.groupBox1.TabIndex = 52;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "HL7 Synch Folders";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6,19);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(478,18);
     this.label5.TabIndex = 45;
     this.label5.Text = "Folder locations must be valid on the computer where the HL7 process is running";
     //
     // labelDefaultUserGroup
     //
     this.labelDefaultUserGroup.Location = new System.Drawing.Point(12,254);
     this.labelDefaultUserGroup.Name = "labelDefaultUserGroup";
     this.labelDefaultUserGroup.Size = new System.Drawing.Size(232,18);
     this.labelDefaultUserGroup.TabIndex = 53;
     this.labelDefaultUserGroup.Text = "Default User Group for new users";
     this.labelDefaultUserGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboDefaultUserGroup
     //
     this.comboDefaultUserGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDefaultUserGroup.FormattingEnabled = true;
     this.comboDefaultUserGroup.Location = new System.Drawing.Point(246,254);
     this.comboDefaultUserGroup.Name = "comboDefaultUserGroup";
     this.comboDefaultUserGroup.Size = new System.Drawing.Size(215,21);
     this.comboDefaultUserGroup.TabIndex = 54;
     //
     // checkShowImages
     //
     this.checkShowImages.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkShowImages.Location = new System.Drawing.Point(60,281);
     this.checkShowImages.Name = "checkShowImages";
     this.checkShowImages.Size = new System.Drawing.Size(199,18);
     this.checkShowImages.TabIndex = 55;
     this.checkShowImages.Text = "Show Images Module";
     this.checkShowImages.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.Click += new System.EventHandler(this.checkShowImages_Click);
     //
     // radioModeTight
     //
     this.radioModeTight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.Location = new System.Drawing.Point(77,84);
     this.radioModeTight.Name = "radioModeTight";
     this.radioModeTight.Size = new System.Drawing.Size(182,18);
     this.radioModeTight.TabIndex = 56;
     this.radioModeTight.TabStop = true;
     this.radioModeTight.Text = "Tight Integration";
     this.radioModeTight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.UseVisualStyleBackColor = true;
     this.radioModeTight.Click += new System.EventHandler(this.radioModeTight_Click);
     //
     // radioModeStandalone
     //
     this.radioModeStandalone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.Location = new System.Drawing.Point(77,104);
     this.radioModeStandalone.Name = "radioModeStandalone";
     this.radioModeStandalone.Size = new System.Drawing.Size(182,18);
     this.radioModeStandalone.TabIndex = 57;
     this.radioModeStandalone.TabStop = true;
     this.radioModeStandalone.Text = "Standalone";
     this.radioModeStandalone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.UseVisualStyleBackColor = true;
     this.radioModeStandalone.Click += new System.EventHandler(this.radioModeStandalone_Click);
     //
     // checkFeeSchedules
     //
     this.checkFeeSchedules.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFeeSchedules.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkFeeSchedules.Location = new System.Drawing.Point(12,303);
     this.checkFeeSchedules.Name = "checkFeeSchedules";
     this.checkFeeSchedules.Size = new System.Drawing.Size(247,18);
     this.checkFeeSchedules.TabIndex = 58;
     this.checkFeeSchedules.Text = "Patient Fee Schedules Set Manually";
     this.checkFeeSchedules.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // service11
     //
     this.service11.Url = "http://localhost:3824/Service1.asmx";
     this.service11.UseDefaultCredentials = true;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(264,301);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(170,18);
     this.label3.TabIndex = 59;
     this.label3.Text = "(instead of importing from HL7)";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormEClinicalWorks
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5,13);
     this.CancelButton = this.butCancel;
     this.ClientSize = new System.Drawing.Size(611,387);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.checkFeeSchedules);
     this.Controls.Add(this.radioModeStandalone);
     this.Controls.Add(this.radioModeTight);
     this.Controls.Add(this.checkShowImages);
     this.Controls.Add(this.comboDefaultUserGroup);
     this.Controls.Add(this.labelDefaultUserGroup);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textProgDesc);
     this.Controls.Add(this.textProgName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkEnabled);
     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 = "FormEClinicalWorks";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "eClinicalWorks Setup";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProgramLinkEdit_Closing);
     this.Load += new System.EventHandler(this.FormEClinicalWorks_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEClinicalWorks));
     this.butCancel              = new OpenDental.UI.Button();
     this.butOK                  = new OpenDental.UI.Button();
     this.checkEnabled           = new System.Windows.Forms.CheckBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.textProgName           = new System.Windows.Forms.TextBox();
     this.textProgDesc           = new System.Windows.Forms.TextBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.textHL7FolderIn        = new System.Windows.Forms.TextBox();
     this.labelHL7FolderIn       = new System.Windows.Forms.Label();
     this.textHL7FolderOut       = new System.Windows.Forms.TextBox();
     this.labelHL7FolderOut      = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.labelDefaultUserGroup  = new System.Windows.Forms.Label();
     this.comboDefaultUserGroup  = new System.Windows.Forms.ComboBox();
     this.checkShowImages        = new System.Windows.Forms.CheckBox();
     this.radioModeTight         = new System.Windows.Forms.RadioButton();
     this.radioModeStandalone    = new System.Windows.Forms.RadioButton();
     this.checkFeeSchedules      = new System.Windows.Forms.CheckBox();
     this.labelHL7Warning        = new System.Windows.Forms.Label();
     this.radioModeFull          = new System.Windows.Forms.RadioButton();
     this.butDiagnostic          = new OpenDental.UI.Button();
     this.textECWServer          = new System.Windows.Forms.TextBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.textODServer           = new System.Windows.Forms.TextBox();
     this.label6                 = new System.Windows.Forms.Label();
     this.textHL7ServiceName     = new System.Windows.Forms.TextBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.textHL7Server          = new System.Windows.Forms.TextBox();
     this.label7                 = new System.Windows.Forms.Label();
     this.service11              = new OpenDental.localhost.Service1();
     this.label8                 = new System.Windows.Forms.Label();
     this.label9                 = new System.Windows.Forms.Label();
     this.labelDefEnabledWarning = new System.Windows.Forms.Label();
     this.label10                = new System.Windows.Forms.Label();
     this.textMedPanelURL        = new System.Windows.Forms.TextBox();
     this.label11                = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butCancel
     //
     this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butCancel.Autosize     = true;
     this.butCancel.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butCancel.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butCancel.CornerRadius = 4F;
     this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butCancel.Location     = new System.Drawing.Point(563, 506);
     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(482, 506);
     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);
     //
     // checkEnabled
     //
     this.checkEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkEnabled.Location   = new System.Drawing.Point(124, 60);
     this.checkEnabled.Name       = "checkEnabled";
     this.checkEnabled.Size       = new System.Drawing.Size(98, 18);
     this.checkEnabled.TabIndex   = 41;
     this.checkEnabled.Text       = "Enabled";
     this.checkEnabled.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkEnabled.Click     += new System.EventHandler(this.checkEnabled_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(21, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(187, 18);
     this.label1.TabIndex  = 44;
     this.label1.Text      = "Internal Name";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textProgName
     //
     this.textProgName.Location = new System.Drawing.Point(209, 9);
     this.textProgName.Name     = "textProgName";
     this.textProgName.ReadOnly = true;
     this.textProgName.Size     = new System.Drawing.Size(275, 20);
     this.textProgName.TabIndex = 45;
     //
     // textProgDesc
     //
     this.textProgDesc.Location = new System.Drawing.Point(209, 34);
     this.textProgDesc.Name     = "textProgDesc";
     this.textProgDesc.Size     = new System.Drawing.Size(275, 20);
     this.textProgDesc.TabIndex = 47;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(20, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(187, 18);
     this.label2.TabIndex  = 46;
     this.label2.Text      = "Description";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderIn
     //
     this.textHL7FolderIn.Location = new System.Drawing.Point(197, 43);
     this.textHL7FolderIn.Name     = "textHL7FolderIn";
     this.textHL7FolderIn.Size     = new System.Drawing.Size(275, 20);
     this.textHL7FolderIn.TabIndex = 49;
     //
     // labelHL7FolderIn
     //
     this.labelHL7FolderIn.Location  = new System.Drawing.Point(9, 44);
     this.labelHL7FolderIn.Name      = "labelHL7FolderIn";
     this.labelHL7FolderIn.Size      = new System.Drawing.Size(186, 18);
     this.labelHL7FolderIn.TabIndex  = 48;
     this.labelHL7FolderIn.Text      = "In to eClinicalWorks";
     this.labelHL7FolderIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7FolderOut
     //
     this.textHL7FolderOut.Location = new System.Drawing.Point(197, 69);
     this.textHL7FolderOut.Name     = "textHL7FolderOut";
     this.textHL7FolderOut.Size     = new System.Drawing.Size(275, 20);
     this.textHL7FolderOut.TabIndex = 51;
     //
     // labelHL7FolderOut
     //
     this.labelHL7FolderOut.Location  = new System.Drawing.Point(9, 70);
     this.labelHL7FolderOut.Name      = "labelHL7FolderOut";
     this.labelHL7FolderOut.Size      = new System.Drawing.Size(186, 18);
     this.labelHL7FolderOut.TabIndex  = 50;
     this.labelHL7FolderOut.Text      = "Out from eClinicalWorks";
     this.labelHL7FolderOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.textHL7FolderOut);
     this.groupBox1.Controls.Add(this.textHL7FolderIn);
     this.groupBox1.Controls.Add(this.labelHL7FolderOut);
     this.groupBox1.Controls.Add(this.labelHL7FolderIn);
     this.groupBox1.Location = new System.Drawing.Point(12, 312);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(538, 101);
     this.groupBox1.TabIndex = 52;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "HL7 Synch Folders";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(478, 18);
     this.label5.TabIndex = 45;
     this.label5.Text     = "Folder locations must be valid on the computer where the HL7 process is running";
     //
     // labelDefaultUserGroup
     //
     this.labelDefaultUserGroup.Location  = new System.Drawing.Point(21, 428);
     this.labelDefaultUserGroup.Name      = "labelDefaultUserGroup";
     this.labelDefaultUserGroup.Size      = new System.Drawing.Size(186, 18);
     this.labelDefaultUserGroup.TabIndex  = 53;
     this.labelDefaultUserGroup.Text      = "Default User Group for new users";
     this.labelDefaultUserGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // comboDefaultUserGroup
     //
     this.comboDefaultUserGroup.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDefaultUserGroup.FormattingEnabled = true;
     this.comboDefaultUserGroup.Location          = new System.Drawing.Point(209, 428);
     this.comboDefaultUserGroup.Name     = "comboDefaultUserGroup";
     this.comboDefaultUserGroup.Size     = new System.Drawing.Size(215, 21);
     this.comboDefaultUserGroup.TabIndex = 54;
     //
     // checkShowImages
     //
     this.checkShowImages.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkShowImages.Location   = new System.Drawing.Point(23, 455);
     this.checkShowImages.Name       = "checkShowImages";
     this.checkShowImages.Size       = new System.Drawing.Size(199, 18);
     this.checkShowImages.TabIndex   = 55;
     this.checkShowImages.Text       = "Show Images Module";
     this.checkShowImages.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.checkShowImages.Click     += new System.EventHandler(this.checkShowImages_Click);
     //
     // radioModeTight
     //
     this.radioModeTight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.Location   = new System.Drawing.Point(40, 84);
     this.radioModeTight.Name       = "radioModeTight";
     this.radioModeTight.Size       = new System.Drawing.Size(182, 18);
     this.radioModeTight.TabIndex   = 56;
     this.radioModeTight.TabStop    = true;
     this.radioModeTight.Text       = "Tight Integration";
     this.radioModeTight.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeTight.UseVisualStyleBackColor = true;
     this.radioModeTight.Click += new System.EventHandler(this.radioModeTight_Click);
     //
     // radioModeStandalone
     //
     this.radioModeStandalone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.Location   = new System.Drawing.Point(40, 104);
     this.radioModeStandalone.Name       = "radioModeStandalone";
     this.radioModeStandalone.Size       = new System.Drawing.Size(182, 18);
     this.radioModeStandalone.TabIndex   = 57;
     this.radioModeStandalone.TabStop    = true;
     this.radioModeStandalone.Text       = "Standalone";
     this.radioModeStandalone.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeStandalone.UseVisualStyleBackColor = true;
     this.radioModeStandalone.Click += new System.EventHandler(this.radioModeStandalone_Click);
     //
     // checkFeeSchedules
     //
     this.checkFeeSchedules.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.checkFeeSchedules.FlatStyle  = System.Windows.Forms.FlatStyle.System;
     this.checkFeeSchedules.Location   = new System.Drawing.Point(23, 476);
     this.checkFeeSchedules.Name       = "checkFeeSchedules";
     this.checkFeeSchedules.Size       = new System.Drawing.Size(199, 18);
     this.checkFeeSchedules.TabIndex   = 58;
     this.checkFeeSchedules.Text       = "Patient Fee Schedules Set Manually";
     this.checkFeeSchedules.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelHL7Warning
     //
     this.labelHL7Warning.Location  = new System.Drawing.Point(227, 475);
     this.labelHL7Warning.Name      = "labelHL7Warning";
     this.labelHL7Warning.Size      = new System.Drawing.Size(170, 18);
     this.labelHL7Warning.TabIndex  = 59;
     this.labelHL7Warning.Text      = "(instead of importing from HL7)";
     this.labelHL7Warning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // radioModeFull
     //
     this.radioModeFull.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeFull.Location   = new System.Drawing.Point(40, 124);
     this.radioModeFull.Name       = "radioModeFull";
     this.radioModeFull.Size       = new System.Drawing.Size(182, 18);
     this.radioModeFull.TabIndex   = 60;
     this.radioModeFull.TabStop    = true;
     this.radioModeFull.Text       = "Full";
     this.radioModeFull.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.radioModeFull.UseVisualStyleBackColor = true;
     this.radioModeFull.Click += new System.EventHandler(this.radioModeFull_Click);
     //
     // butDiagnostic
     //
     this.butDiagnostic.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.butDiagnostic.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butDiagnostic.Autosize     = true;
     this.butDiagnostic.BtnShape     = OpenDental.UI.enumType.BtnShape.Rectangle;
     this.butDiagnostic.BtnStyle     = OpenDental.UI.enumType.XPStyle.Silver;
     this.butDiagnostic.CornerRadius = 4F;
     this.butDiagnostic.Location     = new System.Drawing.Point(299, 506);
     this.butDiagnostic.Name         = "butDiagnostic";
     this.butDiagnostic.Size         = new System.Drawing.Size(90, 24);
     this.butDiagnostic.TabIndex     = 61;
     this.butDiagnostic.Text         = "Diagnostic Tool";
     this.butDiagnostic.Click       += new System.EventHandler(this.butDiagnostic_Click);
     //
     // textECWServer
     //
     this.textECWServer.Location = new System.Drawing.Point(209, 148);
     this.textECWServer.Name     = "textECWServer";
     this.textECWServer.Size     = new System.Drawing.Size(181, 20);
     this.textECWServer.TabIndex = 53;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(24, 148);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(179, 18);
     this.label3.TabIndex  = 52;
     this.label3.Text      = "eCW Database Server";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textODServer
     //
     this.textODServer.BackColor = System.Drawing.SystemColors.Window;
     this.textODServer.Location  = new System.Drawing.Point(209, 174);
     this.textODServer.Name      = "textODServer";
     this.textODServer.ReadOnly  = true;
     this.textODServer.Size      = new System.Drawing.Size(181, 20);
     this.textODServer.TabIndex  = 65;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(24, 174);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(179, 18);
     this.label6.TabIndex  = 64;
     this.label6.Text      = "OpenDental Database Server";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7ServiceName
     //
     this.textHL7ServiceName.Location = new System.Drawing.Point(209, 226);
     this.textHL7ServiceName.Name     = "textHL7ServiceName";
     this.textHL7ServiceName.Size     = new System.Drawing.Size(181, 20);
     this.textHL7ServiceName.TabIndex = 69;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(24, 226);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(179, 18);
     this.label4.TabIndex  = 68;
     this.label4.Text      = "HL7 Service Name";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textHL7Server
     //
     this.textHL7Server.Location = new System.Drawing.Point(209, 200);
     this.textHL7Server.Name     = "textHL7Server";
     this.textHL7Server.Size     = new System.Drawing.Size(181, 20);
     this.textHL7Server.TabIndex = 67;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(24, 200);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(179, 18);
     this.label7.TabIndex  = 66;
     this.label7.Text      = "OpenDental HL7 Server";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // service11
     //
     this.service11.Url = "http://localhost:3824/Service1.asmx";
     this.service11.UseDefaultCredentials = true;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(396, 196);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(200, 28);
     this.label8.TabIndex  = 70;
     this.label8.Text      = "The computer name (not IP) where the HL7 Service is running.";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(396, 226);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(200, 18);
     this.label9.TabIndex  = 71;
     this.label9.Text      = "Typically OpenDentalHL7.";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelDefEnabledWarning
     //
     this.labelDefEnabledWarning.ForeColor = System.Drawing.Color.Red;
     this.labelDefEnabledWarning.Location  = new System.Drawing.Point(40, 277);
     this.labelDefEnabledWarning.Name      = "labelDefEnabledWarning";
     this.labelDefEnabledWarning.Size      = new System.Drawing.Size(569, 32);
     this.labelDefEnabledWarning.TabIndex  = 72;
     this.labelDefEnabledWarning.Text      = "An HL7Def is enabled.  The HL7 Server, HL7 Service Name, and HL7 Synch Folders ar" +
                                             "e set in that definition.  Message processing is also handled using the specific" +
                                             "ations in that definition.";
     this.labelDefEnabledWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelDefEnabledWarning.Visible   = false;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(502, 252);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(94, 18);
     this.label10.TabIndex  = 75;
     this.label10.Text      = "Typically blank.";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textMedPanelURL
     //
     this.textMedPanelURL.Location = new System.Drawing.Point(209, 252);
     this.textMedPanelURL.Name     = "textMedPanelURL";
     this.textMedPanelURL.Size     = new System.Drawing.Size(287, 20);
     this.textMedPanelURL.TabIndex = 74;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(24, 252);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(179, 18);
     this.label11.TabIndex  = 73;
     this.label11.Text      = "Medical Panel URL";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormEClinicalWorks
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.butCancel;
     this.ClientSize        = new System.Drawing.Size(650, 542);
     this.Controls.Add(this.textMedPanelURL);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.labelDefEnabledWarning);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textHL7ServiceName);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textHL7Server);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.textODServer);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textECWServer);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.butDiagnostic);
     this.Controls.Add(this.radioModeFull);
     this.Controls.Add(this.labelHL7Warning);
     this.Controls.Add(this.checkFeeSchedules);
     this.Controls.Add(this.radioModeStandalone);
     this.Controls.Add(this.radioModeTight);
     this.Controls.Add(this.checkShowImages);
     this.Controls.Add(this.comboDefaultUserGroup);
     this.Controls.Add(this.labelDefaultUserGroup);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.textProgDesc);
     this.Controls.Add(this.textProgName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.checkEnabled);
     this.Controls.Add(this.butOK);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.label10);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "FormEClinicalWorks";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "eClinicalWorks Setup";
     this.Closing      += new System.ComponentModel.CancelEventHandler(this.FormProgramLinkEdit_Closing);
     this.Load         += new System.EventHandler(this.FormEClinicalWorks_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEClinicalWorks));
			this.butCancel = new OpenDental.UI.Button();
			this.butOK = new OpenDental.UI.Button();
			this.checkEnabled = new System.Windows.Forms.CheckBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textProgName = new System.Windows.Forms.TextBox();
			this.textProgDesc = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.textHL7FolderIn = new System.Windows.Forms.TextBox();
			this.labelHL7FolderIn = new System.Windows.Forms.Label();
			this.textHL7FolderOut = new System.Windows.Forms.TextBox();
			this.labelHL7FolderOut = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.label5 = new System.Windows.Forms.Label();
			this.labelDefaultUserGroup = new System.Windows.Forms.Label();
			this.comboDefaultUserGroup = new System.Windows.Forms.ComboBox();
			this.checkShowImages = new System.Windows.Forms.CheckBox();
			this.radioModeTight = new System.Windows.Forms.RadioButton();
			this.radioModeStandalone = new System.Windows.Forms.RadioButton();
			this.checkFeeSchedules = new System.Windows.Forms.CheckBox();
			this.labelHL7Warning = new System.Windows.Forms.Label();
			this.radioModeFull = new System.Windows.Forms.RadioButton();
			this.butDiagnostic = new OpenDental.UI.Button();
			this.textECWServer = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.textODServer = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textHL7ServiceName = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.textHL7Server = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.service11 = new OpenDental.localhost.Service1();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.labelDefEnabledWarning = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.textMedPanelURL = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// butCancel
			// 
			this.butCancel.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butCancel.Autosize = true;
			this.butCancel.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butCancel.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butCancel.CornerRadius = 4F;
			this.butCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.butCancel.Location = new System.Drawing.Point(563, 506);
			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(482, 506);
			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);
			// 
			// checkEnabled
			// 
			this.checkEnabled.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkEnabled.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkEnabled.Location = new System.Drawing.Point(124, 60);
			this.checkEnabled.Name = "checkEnabled";
			this.checkEnabled.Size = new System.Drawing.Size(98, 18);
			this.checkEnabled.TabIndex = 41;
			this.checkEnabled.Text = "Enabled";
			this.checkEnabled.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkEnabled.Click += new System.EventHandler(this.checkEnabled_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(21, 10);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(187, 18);
			this.label1.TabIndex = 44;
			this.label1.Text = "Internal Name";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textProgName
			// 
			this.textProgName.Location = new System.Drawing.Point(209, 9);
			this.textProgName.Name = "textProgName";
			this.textProgName.ReadOnly = true;
			this.textProgName.Size = new System.Drawing.Size(275, 20);
			this.textProgName.TabIndex = 45;
			// 
			// textProgDesc
			// 
			this.textProgDesc.Location = new System.Drawing.Point(209, 34);
			this.textProgDesc.Name = "textProgDesc";
			this.textProgDesc.Size = new System.Drawing.Size(275, 20);
			this.textProgDesc.TabIndex = 47;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(20, 35);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(187, 18);
			this.label2.TabIndex = 46;
			this.label2.Text = "Description";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHL7FolderIn
			// 
			this.textHL7FolderIn.Location = new System.Drawing.Point(197, 43);
			this.textHL7FolderIn.Name = "textHL7FolderIn";
			this.textHL7FolderIn.Size = new System.Drawing.Size(275, 20);
			this.textHL7FolderIn.TabIndex = 49;
			// 
			// labelHL7FolderIn
			// 
			this.labelHL7FolderIn.Location = new System.Drawing.Point(9, 44);
			this.labelHL7FolderIn.Name = "labelHL7FolderIn";
			this.labelHL7FolderIn.Size = new System.Drawing.Size(186, 18);
			this.labelHL7FolderIn.TabIndex = 48;
			this.labelHL7FolderIn.Text = "In to eClinicalWorks";
			this.labelHL7FolderIn.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHL7FolderOut
			// 
			this.textHL7FolderOut.Location = new System.Drawing.Point(197, 69);
			this.textHL7FolderOut.Name = "textHL7FolderOut";
			this.textHL7FolderOut.Size = new System.Drawing.Size(275, 20);
			this.textHL7FolderOut.TabIndex = 51;
			// 
			// labelHL7FolderOut
			// 
			this.labelHL7FolderOut.Location = new System.Drawing.Point(9, 70);
			this.labelHL7FolderOut.Name = "labelHL7FolderOut";
			this.labelHL7FolderOut.Size = new System.Drawing.Size(186, 18);
			this.labelHL7FolderOut.TabIndex = 50;
			this.labelHL7FolderOut.Text = "Out from eClinicalWorks";
			this.labelHL7FolderOut.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textHL7FolderOut);
			this.groupBox1.Controls.Add(this.textHL7FolderIn);
			this.groupBox1.Controls.Add(this.labelHL7FolderOut);
			this.groupBox1.Controls.Add(this.labelHL7FolderIn);
			this.groupBox1.Location = new System.Drawing.Point(12, 312);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(538, 101);
			this.groupBox1.TabIndex = 52;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "HL7 Synch Folders";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(6, 19);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(478, 18);
			this.label5.TabIndex = 45;
			this.label5.Text = "Folder locations must be valid on the computer where the HL7 process is running";
			// 
			// labelDefaultUserGroup
			// 
			this.labelDefaultUserGroup.Location = new System.Drawing.Point(21, 428);
			this.labelDefaultUserGroup.Name = "labelDefaultUserGroup";
			this.labelDefaultUserGroup.Size = new System.Drawing.Size(186, 18);
			this.labelDefaultUserGroup.TabIndex = 53;
			this.labelDefaultUserGroup.Text = "Default User Group for new users";
			this.labelDefaultUserGroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboDefaultUserGroup
			// 
			this.comboDefaultUserGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboDefaultUserGroup.FormattingEnabled = true;
			this.comboDefaultUserGroup.Location = new System.Drawing.Point(209, 428);
			this.comboDefaultUserGroup.Name = "comboDefaultUserGroup";
			this.comboDefaultUserGroup.Size = new System.Drawing.Size(215, 21);
			this.comboDefaultUserGroup.TabIndex = 54;
			// 
			// checkShowImages
			// 
			this.checkShowImages.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkShowImages.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkShowImages.Location = new System.Drawing.Point(23, 455);
			this.checkShowImages.Name = "checkShowImages";
			this.checkShowImages.Size = new System.Drawing.Size(199, 18);
			this.checkShowImages.TabIndex = 55;
			this.checkShowImages.Text = "Show Images Module";
			this.checkShowImages.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkShowImages.Click += new System.EventHandler(this.checkShowImages_Click);
			// 
			// radioModeTight
			// 
			this.radioModeTight.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeTight.Location = new System.Drawing.Point(40, 84);
			this.radioModeTight.Name = "radioModeTight";
			this.radioModeTight.Size = new System.Drawing.Size(182, 18);
			this.radioModeTight.TabIndex = 56;
			this.radioModeTight.TabStop = true;
			this.radioModeTight.Text = "Tight Integration";
			this.radioModeTight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeTight.UseVisualStyleBackColor = true;
			this.radioModeTight.Click += new System.EventHandler(this.radioModeTight_Click);
			// 
			// radioModeStandalone
			// 
			this.radioModeStandalone.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeStandalone.Location = new System.Drawing.Point(40, 104);
			this.radioModeStandalone.Name = "radioModeStandalone";
			this.radioModeStandalone.Size = new System.Drawing.Size(182, 18);
			this.radioModeStandalone.TabIndex = 57;
			this.radioModeStandalone.TabStop = true;
			this.radioModeStandalone.Text = "Standalone";
			this.radioModeStandalone.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeStandalone.UseVisualStyleBackColor = true;
			this.radioModeStandalone.Click += new System.EventHandler(this.radioModeStandalone_Click);
			// 
			// checkFeeSchedules
			// 
			this.checkFeeSchedules.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.checkFeeSchedules.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.checkFeeSchedules.Location = new System.Drawing.Point(23, 476);
			this.checkFeeSchedules.Name = "checkFeeSchedules";
			this.checkFeeSchedules.Size = new System.Drawing.Size(199, 18);
			this.checkFeeSchedules.TabIndex = 58;
			this.checkFeeSchedules.Text = "Patient Fee Schedules Set Manually";
			this.checkFeeSchedules.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// labelHL7Warning
			// 
			this.labelHL7Warning.Location = new System.Drawing.Point(227, 475);
			this.labelHL7Warning.Name = "labelHL7Warning";
			this.labelHL7Warning.Size = new System.Drawing.Size(170, 18);
			this.labelHL7Warning.TabIndex = 59;
			this.labelHL7Warning.Text = "(instead of importing from HL7)";
			this.labelHL7Warning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// radioModeFull
			// 
			this.radioModeFull.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeFull.Location = new System.Drawing.Point(40, 124);
			this.radioModeFull.Name = "radioModeFull";
			this.radioModeFull.Size = new System.Drawing.Size(182, 18);
			this.radioModeFull.TabIndex = 60;
			this.radioModeFull.TabStop = true;
			this.radioModeFull.Text = "Full";
			this.radioModeFull.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.radioModeFull.UseVisualStyleBackColor = true;
			this.radioModeFull.Click += new System.EventHandler(this.radioModeFull_Click);
			// 
			// butDiagnostic
			// 
			this.butDiagnostic.AdjustImageLocation = new System.Drawing.Point(0, 0);
			this.butDiagnostic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.butDiagnostic.Autosize = true;
			this.butDiagnostic.BtnShape = OpenDental.UI.enumType.BtnShape.Rectangle;
			this.butDiagnostic.BtnStyle = OpenDental.UI.enumType.XPStyle.Silver;
			this.butDiagnostic.CornerRadius = 4F;
			this.butDiagnostic.Location = new System.Drawing.Point(299, 506);
			this.butDiagnostic.Name = "butDiagnostic";
			this.butDiagnostic.Size = new System.Drawing.Size(90, 24);
			this.butDiagnostic.TabIndex = 61;
			this.butDiagnostic.Text = "Diagnostic Tool";
			this.butDiagnostic.Click += new System.EventHandler(this.butDiagnostic_Click);
			// 
			// textECWServer
			// 
			this.textECWServer.Location = new System.Drawing.Point(209, 148);
			this.textECWServer.Name = "textECWServer";
			this.textECWServer.Size = new System.Drawing.Size(181, 20);
			this.textECWServer.TabIndex = 53;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(24, 148);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(179, 18);
			this.label3.TabIndex = 52;
			this.label3.Text = "eCW Database Server";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textODServer
			// 
			this.textODServer.BackColor = System.Drawing.SystemColors.Window;
			this.textODServer.Location = new System.Drawing.Point(209, 174);
			this.textODServer.Name = "textODServer";
			this.textODServer.ReadOnly = true;
			this.textODServer.Size = new System.Drawing.Size(181, 20);
			this.textODServer.TabIndex = 65;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(24, 174);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(179, 18);
			this.label6.TabIndex = 64;
			this.label6.Text = "OpenDental Database Server";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHL7ServiceName
			// 
			this.textHL7ServiceName.Location = new System.Drawing.Point(209, 226);
			this.textHL7ServiceName.Name = "textHL7ServiceName";
			this.textHL7ServiceName.Size = new System.Drawing.Size(181, 20);
			this.textHL7ServiceName.TabIndex = 69;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(24, 226);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(179, 18);
			this.label4.TabIndex = 68;
			this.label4.Text = "HL7 Service Name";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// textHL7Server
			// 
			this.textHL7Server.Location = new System.Drawing.Point(209, 200);
			this.textHL7Server.Name = "textHL7Server";
			this.textHL7Server.Size = new System.Drawing.Size(181, 20);
			this.textHL7Server.TabIndex = 67;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(24, 200);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(179, 18);
			this.label7.TabIndex = 66;
			this.label7.Text = "OpenDental HL7 Server";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// service11
			// 
			this.service11.Url = "http://localhost:3824/Service1.asmx";
			this.service11.UseDefaultCredentials = true;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(396, 196);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(200, 28);
			this.label8.TabIndex = 70;
			this.label8.Text = "The computer name (not IP) where the HL7 Service is running.";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(396, 226);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(200, 18);
			this.label9.TabIndex = 71;
			this.label9.Text = "Typically OpenDentalHL7.";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// labelDefEnabledWarning
			// 
			this.labelDefEnabledWarning.ForeColor = System.Drawing.Color.Red;
			this.labelDefEnabledWarning.Location = new System.Drawing.Point(40, 277);
			this.labelDefEnabledWarning.Name = "labelDefEnabledWarning";
			this.labelDefEnabledWarning.Size = new System.Drawing.Size(569, 32);
			this.labelDefEnabledWarning.TabIndex = 72;
			this.labelDefEnabledWarning.Text = "An HL7Def is enabled.  The HL7 Server, HL7 Service Name, and HL7 Synch Folders ar" +
    "e set in that definition.  Message processing is also handled using the specific" +
    "ations in that definition.";
			this.labelDefEnabledWarning.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.labelDefEnabledWarning.Visible = false;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(502, 252);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(94, 18);
			this.label10.TabIndex = 75;
			this.label10.Text = "Typically blank.";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textMedPanelURL
			// 
			this.textMedPanelURL.Location = new System.Drawing.Point(209, 252);
			this.textMedPanelURL.Name = "textMedPanelURL";
			this.textMedPanelURL.Size = new System.Drawing.Size(287, 20);
			this.textMedPanelURL.TabIndex = 74;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(24, 252);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(179, 18);
			this.label11.TabIndex = 73;
			this.label11.Text = "Medical Panel URL";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// FormEClinicalWorks
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.butCancel;
			this.ClientSize = new System.Drawing.Size(650, 542);
			this.Controls.Add(this.textMedPanelURL);
			this.Controls.Add(this.label11);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.labelDefEnabledWarning);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.textHL7ServiceName);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.textHL7Server);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.textODServer);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textECWServer);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.butDiagnostic);
			this.Controls.Add(this.radioModeFull);
			this.Controls.Add(this.labelHL7Warning);
			this.Controls.Add(this.checkFeeSchedules);
			this.Controls.Add(this.radioModeStandalone);
			this.Controls.Add(this.radioModeTight);
			this.Controls.Add(this.checkShowImages);
			this.Controls.Add(this.comboDefaultUserGroup);
			this.Controls.Add(this.labelDefaultUserGroup);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.textProgDesc);
			this.Controls.Add(this.textProgName);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.checkEnabled);
			this.Controls.Add(this.butOK);
			this.Controls.Add(this.butCancel);
			this.Controls.Add(this.label10);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FormEClinicalWorks";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "eClinicalWorks Setup";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FormProgramLinkEdit_Closing);
			this.Load += new System.EventHandler(this.FormEClinicalWorks_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}