Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cboState        = new Afni.Controls.AfniFlatCombo();
     this.label1          = new System.Windows.Forms.Label();
     this.cboDisposition  = new Afni.Controls.AfniFlatCombo();
     this.lblDisposition  = new System.Windows.Forms.Label();
     this.cboLanguage     = new Afni.Controls.AfniFlatCombo();
     this.lblLanguage     = new System.Windows.Forms.Label();
     this.cboFilename     = new Afni.Controls.AfniFlatCombo();
     this.lblFilename     = new System.Windows.Forms.Label();
     this.groupTimeZones  = new System.Windows.Forms.GroupBox();
     this.checkBox7       = new System.Windows.Forms.CheckBox();
     this.checkBox6       = new System.Windows.Forms.CheckBox();
     this.checkBox5       = new System.Windows.Forms.CheckBox();
     this.checkBox4       = new System.Windows.Forms.CheckBox();
     this.checkBox3       = new System.Windows.Forms.CheckBox();
     this.checkBox2       = new System.Windows.Forms.CheckBox();
     this.checkBox1       = new System.Windows.Forms.CheckBox();
     this.btnOK           = new System.Windows.Forms.Button();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.lblInstructions = new System.Windows.Forms.Label();
     this.afniDivider1    = new Afni.Controls.AfniDivider();
     this.label2          = new System.Windows.Forms.Label();
     this.groupTimeZones.SuspendLayout();
     this.SuspendLayout();
     //
     // cboState
     //
     this.cboState.BorderColor   = System.Drawing.Color.Black;
     this.cboState.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboState.Items.AddRange(new object[] {
         "All",
         "CA",
         "IL",
         "NY",
         "VA"
     });
     this.cboState.Location  = new System.Drawing.Point(96, 136);
     this.cboState.Name      = "cboState";
     this.cboState.Size      = new System.Drawing.Size(184, 22);
     this.cboState.Sorted    = true;
     this.cboState.TabIndex  = 29;
     this.cboState.TextColor = System.Drawing.Color.Black;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 136);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 28;
     this.label1.Text     = "State:";
     //
     // cboDisposition
     //
     this.cboDisposition.BorderColor   = System.Drawing.Color.Black;
     this.cboDisposition.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDisposition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDisposition.Location      = new System.Drawing.Point(96, 168);
     this.cboDisposition.Name          = "cboDisposition";
     this.cboDisposition.Size          = new System.Drawing.Size(184, 22);
     this.cboDisposition.TabIndex      = 27;
     this.cboDisposition.TextColor     = System.Drawing.Color.Black;
     //
     // lblDisposition
     //
     this.lblDisposition.Location = new System.Drawing.Point(16, 168);
     this.lblDisposition.Name     = "lblDisposition";
     this.lblDisposition.Size     = new System.Drawing.Size(64, 16);
     this.lblDisposition.TabIndex = 26;
     this.lblDisposition.Text     = "Disposition:";
     //
     // cboLanguage
     //
     this.cboLanguage.BorderColor   = System.Drawing.Color.Black;
     this.cboLanguage.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLanguage.Location      = new System.Drawing.Point(96, 200);
     this.cboLanguage.Name          = "cboLanguage";
     this.cboLanguage.Size          = new System.Drawing.Size(184, 22);
     this.cboLanguage.TabIndex      = 25;
     this.cboLanguage.TextColor     = System.Drawing.Color.Black;
     //
     // lblLanguage
     //
     this.lblLanguage.Location = new System.Drawing.Point(16, 200);
     this.lblLanguage.Name     = "lblLanguage";
     this.lblLanguage.Size     = new System.Drawing.Size(64, 16);
     this.lblLanguage.TabIndex = 24;
     this.lblLanguage.Text     = "Language:";
     //
     // cboFilename
     //
     this.cboFilename.BorderColor   = System.Drawing.Color.Black;
     this.cboFilename.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboFilename.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboFilename.Location      = new System.Drawing.Point(96, 104);
     this.cboFilename.Name          = "cboFilename";
     this.cboFilename.Size          = new System.Drawing.Size(184, 22);
     this.cboFilename.TabIndex      = 23;
     this.cboFilename.TextColor     = System.Drawing.Color.Black;
     //
     // lblFilename
     //
     this.lblFilename.Location = new System.Drawing.Point(16, 104);
     this.lblFilename.Name     = "lblFilename";
     this.lblFilename.Size     = new System.Drawing.Size(56, 16);
     this.lblFilename.TabIndex = 22;
     this.lblFilename.Text     = "Filename:";
     //
     // groupTimeZones
     //
     this.groupTimeZones.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.checkBox7,
         this.checkBox6,
         this.checkBox5,
         this.checkBox4,
         this.checkBox3,
         this.checkBox2,
         this.checkBox1
     });
     this.groupTimeZones.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupTimeZones.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupTimeZones.Location  = new System.Drawing.Point(304, 88);
     this.groupTimeZones.Name      = "groupTimeZones";
     this.groupTimeZones.Size      = new System.Drawing.Size(104, 136);
     this.groupTimeZones.TabIndex  = 21;
     this.groupTimeZones.TabStop   = false;
     this.groupTimeZones.Text      = "Time Zones";
     //
     // checkBox7
     //
     this.checkBox7.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox7.Location  = new System.Drawing.Point(8, 112);
     this.checkBox7.Name      = "checkBox7";
     this.checkBox7.Size      = new System.Drawing.Size(80, 16);
     this.checkBox7.TabIndex  = 15;
     this.checkBox7.Text      = "Alaska";
     //
     // checkBox6
     //
     this.checkBox6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox6.Location  = new System.Drawing.Point(8, 96);
     this.checkBox6.Name      = "checkBox6";
     this.checkBox6.Size      = new System.Drawing.Size(80, 16);
     this.checkBox6.TabIndex  = 14;
     this.checkBox6.Text      = "Hawaii";
     //
     // checkBox5
     //
     this.checkBox5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox5.Location  = new System.Drawing.Point(8, 64);
     this.checkBox5.Name      = "checkBox5";
     this.checkBox5.Size      = new System.Drawing.Size(88, 16);
     this.checkBox5.TabIndex  = 13;
     this.checkBox5.Text      = "Mountain";
     //
     // checkBox4
     //
     this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox4.Location  = new System.Drawing.Point(8, 32);
     this.checkBox4.Name      = "checkBox4";
     this.checkBox4.Size      = new System.Drawing.Size(64, 16);
     this.checkBox4.TabIndex  = 12;
     this.checkBox4.Text      = "Eastern";
     //
     // checkBox3
     //
     this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox3.Location  = new System.Drawing.Point(8, 48);
     this.checkBox3.Name      = "checkBox3";
     this.checkBox3.Size      = new System.Drawing.Size(80, 16);
     this.checkBox3.TabIndex  = 11;
     this.checkBox3.Text      = "Central";
     //
     // checkBox2
     //
     this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox2.Location  = new System.Drawing.Point(8, 80);
     this.checkBox2.Name      = "checkBox2";
     this.checkBox2.Size      = new System.Drawing.Size(88, 16);
     this.checkBox2.TabIndex  = 10;
     this.checkBox2.Text      = "Pacific";
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBox1.Location  = new System.Drawing.Point(8, 16);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.Size      = new System.Drawing.Size(88, 16);
     this.checkBox1.TabIndex  = 9;
     this.checkBox1.Text      = "Atlantic";
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnOK.Location     = new System.Drawing.Point(328, 256);
     this.btnOK.Name         = "btnOK";
     this.btnOK.Size         = new System.Drawing.Size(80, 24);
     this.btnOK.TabIndex     = 17;
     this.btnOK.Text         = "&Start Queue";
     this.btnOK.Click       += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(240, 256);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(80, 24);
     this.btnCancel.TabIndex     = 18;
     this.btnCancel.Text         = "< &Back";
     //
     // lblInstructions
     //
     this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right);
     this.lblInstructions.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInstructions.ForeColor = System.Drawing.Color.Black;
     this.lblInstructions.Location  = new System.Drawing.Point(16, 8);
     this.lblInstructions.Name      = "lblInstructions";
     this.lblInstructions.Size      = new System.Drawing.Size(416, 32);
     this.lblInstructions.TabIndex  = 30;
     this.lblInstructions.Text      = "Set up your call queue";
     //
     // afniDivider1
     //
     this.afniDivider1.DividerStyle = Afni.Controls.DividerStyles.Horizontal;
     this.afniDivider1.FirstColor   = System.Drawing.Color.White;
     this.afniDivider1.Location     = new System.Drawing.Point(8, 240);
     this.afniDivider1.Name         = "afniDivider1";
     this.afniDivider1.SecondColor  = System.Drawing.Color.FromArgb(((System.Byte)(1)), ((System.Byte)(72)), ((System.Byte)(178)));
     this.afniDivider1.Size         = new System.Drawing.Size(400, 1);
     this.afniDivider1.TabIndex     = 31;
     this.afniDivider1.Text         = "afniDivider1";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(408, 32);
     this.label2.TabIndex = 32;
     this.label2.Text     = "In order for VLoop to create an call queue, you must enter some parameters used w" +
                            "hen selecting the next customer to call.";
     //
     // QueueCtl
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.label2,
         this.afniDivider1,
         this.lblInstructions,
         this.cboState,
         this.label1,
         this.cboDisposition,
         this.lblDisposition,
         this.cboLanguage,
         this.lblLanguage,
         this.cboFilename,
         this.lblFilename,
         this.groupTimeZones,
         this.btnOK,
         this.btnCancel
     });
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "QueueCtl";
     this.Size = new System.Drawing.Size(432, 296);
     this.groupTimeZones.ResumeLayout(false);
     this.ResumeLayout(false);
 }
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()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.afniDivider1       = new Afni.Controls.AfniDivider();
     this.AddressPanel       = new System.Windows.Forms.Panel();
     this.txtServZip         = new System.Windows.Forms.TextBox();
     this.lblServZip         = new System.Windows.Forms.Label();
     this.txtBillZip         = new System.Windows.Forms.TextBox();
     this.lblBillingZip      = new System.Windows.Forms.Label();
     this.cboServState       = new Afni.Controls.AfniFlatCombo();
     this.lblServState       = new System.Windows.Forms.Label();
     this.cboBillState       = new Afni.Controls.AfniFlatCombo();
     this.lblBillState       = new System.Windows.Forms.Label();
     this.txtServCity        = new System.Windows.Forms.TextBox();
     this.lblServiceCity     = new System.Windows.Forms.Label();
     this.txtBillCity        = new System.Windows.Forms.TextBox();
     this.lblBillingCity     = new System.Windows.Forms.Label();
     this.txtService2        = new System.Windows.Forms.TextBox();
     this.lblService2        = new System.Windows.Forms.Label();
     this.txtBilling2        = new System.Windows.Forms.TextBox();
     this.lblBilling2        = new System.Windows.Forms.Label();
     this.txtService1        = new System.Windows.Forms.TextBox();
     this.lblService1        = new System.Windows.Forms.Label();
     this.chkCopyBilling     = new System.Windows.Forms.CheckBox();
     this.txtBilling1        = new System.Windows.Forms.TextBox();
     this.BillinglblAddress1 = new System.Windows.Forms.Label();
     this.CustPanel          = new System.Windows.Forms.Panel();
     this.lblFormerTDM       = new System.Windows.Forms.Label();
     this.chkDoNotCall       = new System.Windows.Forms.CheckBox();
     this.txtAltPhone        = new System.Windows.Forms.TextBox();
     this.lblAltPhone        = new System.Windows.Forms.Label();
     this.cboLanguage        = new Afni.Controls.AfniFlatCombo();
     this.lblLanguage        = new System.Windows.Forms.Label();
     this.txtEmail           = new System.Windows.Forms.TextBox();
     this.lblEmail           = new System.Windows.Forms.Label();
     this.txtCompany         = new System.Windows.Forms.TextBox();
     this.lblCompany         = new System.Windows.Forms.Label();
     this.txtLastName        = new System.Windows.Forms.TextBox();
     this.lblLastName        = new System.Windows.Forms.Label();
     this.txtFirstName       = new System.Windows.Forms.TextBox();
     this.lblFirstName       = new System.Windows.Forms.Label();
     this.txtFormerTDM       = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.afniDivider2       = new Afni.Controls.AfniDivider();
     this.AddressPanel.SuspendLayout();
     this.CustPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 168);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 16);
     this.label1.TabIndex = 89;
     this.label1.Text     = "Address Information";
     //
     // afniDivider1
     //
     this.afniDivider1.DividerStyle = Afni.Controls.DividerStyles.Horizontal;
     this.afniDivider1.FirstColor   = System.Drawing.Color.FromArgb(((System.Byte)(1)), ((System.Byte)(72)), ((System.Byte)(178)));
     this.afniDivider1.Location     = new System.Drawing.Point(136, 176);
     this.afniDivider1.Name         = "afniDivider1";
     this.afniDivider1.SecondColor  = System.Drawing.Color.White;
     this.afniDivider1.Size         = new System.Drawing.Size(440, 1);
     this.afniDivider1.TabIndex     = 90;
     this.afniDivider1.Text         = "afDiv";
     //
     // AddressPanel
     //
     this.AddressPanel.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                 | System.Windows.Forms.AnchorStyles.Right);
     this.AddressPanel.BackColor = System.Drawing.Color.Transparent;
     this.AddressPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtServZip,
         this.lblServZip,
         this.txtBillZip,
         this.lblBillingZip,
         this.cboServState,
         this.lblServState,
         this.cboBillState,
         this.lblBillState,
         this.txtServCity,
         this.lblServiceCity,
         this.txtBillCity,
         this.lblBillingCity,
         this.txtService2,
         this.lblService2,
         this.txtBilling2,
         this.lblBilling2,
         this.txtService1,
         this.lblService1,
         this.chkCopyBilling,
         this.txtBilling1,
         this.BillinglblAddress1
     });
     this.AddressPanel.ForeColor = System.Drawing.Color.Black;
     this.AddressPanel.Location  = new System.Drawing.Point(8, 184);
     this.AddressPanel.Name      = "AddressPanel";
     this.AddressPanel.Size      = new System.Drawing.Size(576, 192);
     this.AddressPanel.TabIndex  = 91;
     //
     // txtServZip
     //
     this.txtServZip.Location = new System.Drawing.Point(384, 136);
     this.txtServZip.Name     = "txtServZip";
     this.txtServZip.Size     = new System.Drawing.Size(176, 21);
     this.txtServZip.TabIndex = 109;
     this.txtServZip.Text     = "";
     //
     // lblServZip
     //
     this.lblServZip.Location = new System.Drawing.Point(280, 136);
     this.lblServZip.Name     = "lblServZip";
     this.lblServZip.Size     = new System.Drawing.Size(104, 16);
     this.lblServZip.TabIndex = 108;
     this.lblServZip.Text     = "Service Zip:";
     //
     // txtBillZip
     //
     this.txtBillZip.Location = new System.Drawing.Point(104, 136);
     this.txtBillZip.Name     = "txtBillZip";
     this.txtBillZip.Size     = new System.Drawing.Size(152, 21);
     this.txtBillZip.TabIndex = 107;
     this.txtBillZip.Text     = "";
     //
     // lblBillingZip
     //
     this.lblBillingZip.Location = new System.Drawing.Point(8, 136);
     this.lblBillingZip.Name     = "lblBillingZip";
     this.lblBillingZip.Size     = new System.Drawing.Size(80, 16);
     this.lblBillingZip.TabIndex = 106;
     this.lblBillingZip.Text     = "Billing Zip:";
     //
     // cboServState
     //
     this.cboServState.BorderColor   = System.Drawing.Color.Black;
     this.cboServState.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboServState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboServState.Location      = new System.Drawing.Point(384, 104);
     this.cboServState.Name          = "cboServState";
     this.cboServState.Size          = new System.Drawing.Size(176, 22);
     this.cboServState.TabIndex      = 105;
     this.cboServState.TextColor     = System.Drawing.Color.Black;
     //
     // lblServState
     //
     this.lblServState.Location = new System.Drawing.Point(280, 104);
     this.lblServState.Name     = "lblServState";
     this.lblServState.Size     = new System.Drawing.Size(104, 16);
     this.lblServState.TabIndex = 104;
     this.lblServState.Text     = "Service State:";
     //
     // cboBillState
     //
     this.cboBillState.BorderColor   = System.Drawing.Color.Black;
     this.cboBillState.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboBillState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboBillState.Location      = new System.Drawing.Point(104, 104);
     this.cboBillState.Name          = "cboBillState";
     this.cboBillState.Size          = new System.Drawing.Size(152, 22);
     this.cboBillState.TabIndex      = 103;
     this.cboBillState.TextColor     = System.Drawing.Color.Black;
     //
     // lblBillState
     //
     this.lblBillState.Location = new System.Drawing.Point(8, 104);
     this.lblBillState.Name     = "lblBillState";
     this.lblBillState.Size     = new System.Drawing.Size(88, 16);
     this.lblBillState.TabIndex = 102;
     this.lblBillState.Text     = "Billing State:";
     //
     // txtServCity
     //
     this.txtServCity.Location = new System.Drawing.Point(384, 72);
     this.txtServCity.Name     = "txtServCity";
     this.txtServCity.Size     = new System.Drawing.Size(176, 21);
     this.txtServCity.TabIndex = 101;
     this.txtServCity.Text     = "";
     //
     // lblServiceCity
     //
     this.lblServiceCity.Location = new System.Drawing.Point(280, 72);
     this.lblServiceCity.Name     = "lblServiceCity";
     this.lblServiceCity.Size     = new System.Drawing.Size(104, 16);
     this.lblServiceCity.TabIndex = 100;
     this.lblServiceCity.Text     = "Service City:";
     //
     // txtBillCity
     //
     this.txtBillCity.Location = new System.Drawing.Point(104, 72);
     this.txtBillCity.Name     = "txtBillCity";
     this.txtBillCity.Size     = new System.Drawing.Size(152, 21);
     this.txtBillCity.TabIndex = 99;
     this.txtBillCity.Text     = "";
     //
     // lblBillingCity
     //
     this.lblBillingCity.Location = new System.Drawing.Point(8, 72);
     this.lblBillingCity.Name     = "lblBillingCity";
     this.lblBillingCity.Size     = new System.Drawing.Size(88, 16);
     this.lblBillingCity.TabIndex = 98;
     this.lblBillingCity.Text     = "Billing City:";
     //
     // txtService2
     //
     this.txtService2.Location = new System.Drawing.Point(384, 40);
     this.txtService2.Name     = "txtService2";
     this.txtService2.Size     = new System.Drawing.Size(176, 21);
     this.txtService2.TabIndex = 97;
     this.txtService2.Text     = "";
     //
     // lblService2
     //
     this.lblService2.Location = new System.Drawing.Point(280, 40);
     this.lblService2.Name     = "lblService2";
     this.lblService2.Size     = new System.Drawing.Size(104, 16);
     this.lblService2.TabIndex = 96;
     this.lblService2.Text     = "Service Address 2:";
     //
     // txtBilling2
     //
     this.txtBilling2.Location = new System.Drawing.Point(104, 40);
     this.txtBilling2.Name     = "txtBilling2";
     this.txtBilling2.Size     = new System.Drawing.Size(152, 21);
     this.txtBilling2.TabIndex = 95;
     this.txtBilling2.Text     = "";
     //
     // lblBilling2
     //
     this.lblBilling2.Location = new System.Drawing.Point(8, 40);
     this.lblBilling2.Name     = "lblBilling2";
     this.lblBilling2.Size     = new System.Drawing.Size(96, 16);
     this.lblBilling2.TabIndex = 94;
     this.lblBilling2.Text     = "Billing Address 2:";
     //
     // txtService1
     //
     this.txtService1.Location = new System.Drawing.Point(384, 8);
     this.txtService1.Name     = "txtService1";
     this.txtService1.Size     = new System.Drawing.Size(176, 21);
     this.txtService1.TabIndex = 93;
     this.txtService1.Text     = "";
     //
     // lblService1
     //
     this.lblService1.Location = new System.Drawing.Point(280, 8);
     this.lblService1.Name     = "lblService1";
     this.lblService1.Size     = new System.Drawing.Size(96, 16);
     this.lblService1.TabIndex = 92;
     this.lblService1.Text     = "Service Address:";
     //
     // chkCopyBilling
     //
     this.chkCopyBilling.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkCopyBilling.Location  = new System.Drawing.Point(280, 168);
     this.chkCopyBilling.Name      = "chkCopyBilling";
     this.chkCopyBilling.Size      = new System.Drawing.Size(104, 16);
     this.chkCopyBilling.TabIndex  = 91;
     this.chkCopyBilling.Text      = "Same as Billing";
     //
     // txtBilling1
     //
     this.txtBilling1.Location = new System.Drawing.Point(104, 8);
     this.txtBilling1.Name     = "txtBilling1";
     this.txtBilling1.Size     = new System.Drawing.Size(152, 21);
     this.txtBilling1.TabIndex = 90;
     this.txtBilling1.Text     = "";
     //
     // BillinglblAddress1
     //
     this.BillinglblAddress1.Location = new System.Drawing.Point(8, 8);
     this.BillinglblAddress1.Name     = "BillinglblAddress1";
     this.BillinglblAddress1.Size     = new System.Drawing.Size(88, 16);
     this.BillinglblAddress1.TabIndex = 89;
     this.BillinglblAddress1.Text     = "Billing Address:";
     //
     // CustPanel
     //
     this.CustPanel.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                              | System.Windows.Forms.AnchorStyles.Right);
     this.CustPanel.BackColor = System.Drawing.Color.Transparent;
     this.CustPanel.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.lblFormerTDM,
         this.chkDoNotCall,
         this.txtAltPhone,
         this.lblAltPhone,
         this.cboLanguage,
         this.lblLanguage,
         this.txtEmail,
         this.lblEmail,
         this.txtCompany,
         this.lblCompany,
         this.txtLastName,
         this.lblLastName,
         this.txtFirstName,
         this.lblFirstName,
         this.txtFormerTDM
     });
     this.CustPanel.Location = new System.Drawing.Point(8, 8);
     this.CustPanel.Name     = "CustPanel";
     this.CustPanel.Size     = new System.Drawing.Size(576, 152);
     this.CustPanel.TabIndex = 92;
     //
     // lblFormerTDM
     //
     this.lblFormerTDM.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblFormerTDM.Location = new System.Drawing.Point(280, 112);
     this.lblFormerTDM.Name     = "lblFormerTDM";
     this.lblFormerTDM.Size     = new System.Drawing.Size(80, 13);
     this.lblFormerTDM.TabIndex = 77;
     this.lblFormerTDM.Text     = "Former TDM:";
     //
     // chkDoNotCall
     //
     this.chkDoNotCall.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkDoNotCall.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkDoNotCall.Location  = new System.Drawing.Point(280, 16);
     this.chkDoNotCall.Name      = "chkDoNotCall";
     this.chkDoNotCall.Size      = new System.Drawing.Size(168, 16);
     this.chkDoNotCall.TabIndex  = 76;
     this.chkDoNotCall.Text      = "Do Not Call";
     //
     // txtAltPhone
     //
     this.txtAltPhone.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtAltPhone.Location = new System.Drawing.Point(384, 80);
     this.txtAltPhone.Name     = "txtAltPhone";
     this.txtAltPhone.Size     = new System.Drawing.Size(168, 21);
     this.txtAltPhone.TabIndex = 75;
     this.txtAltPhone.Text     = "";
     //
     // lblAltPhone
     //
     this.lblAltPhone.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblAltPhone.Location = new System.Drawing.Point(280, 80);
     this.lblAltPhone.Name     = "lblAltPhone";
     this.lblAltPhone.Size     = new System.Drawing.Size(96, 16);
     this.lblAltPhone.TabIndex = 74;
     this.lblAltPhone.Text     = "Alternate Phone:";
     //
     // cboLanguage
     //
     this.cboLanguage.BorderColor   = System.Drawing.Color.Black;
     this.cboLanguage.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLanguage.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cboLanguage.ItemHeight    = 13;
     this.cboLanguage.Location      = new System.Drawing.Point(104, 112);
     this.cboLanguage.Name          = "cboLanguage";
     this.cboLanguage.Size          = new System.Drawing.Size(152, 19);
     this.cboLanguage.TabIndex      = 73;
     this.cboLanguage.TextColor     = System.Drawing.Color.Black;
     //
     // lblLanguage
     //
     this.lblLanguage.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblLanguage.Location = new System.Drawing.Point(8, 112);
     this.lblLanguage.Name     = "lblLanguage";
     this.lblLanguage.Size     = new System.Drawing.Size(64, 16);
     this.lblLanguage.TabIndex = 72;
     this.lblLanguage.Text     = "Language:";
     //
     // txtEmail
     //
     this.txtEmail.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtEmail.Location = new System.Drawing.Point(384, 48);
     this.txtEmail.Name     = "txtEmail";
     this.txtEmail.Size     = new System.Drawing.Size(168, 21);
     this.txtEmail.TabIndex = 71;
     this.txtEmail.Text     = "";
     //
     // lblEmail
     //
     this.lblEmail.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblEmail.Location = new System.Drawing.Point(280, 48);
     this.lblEmail.Name     = "lblEmail";
     this.lblEmail.Size     = new System.Drawing.Size(64, 16);
     this.lblEmail.TabIndex = 70;
     this.lblEmail.Text     = "Email:";
     //
     // txtCompany
     //
     this.txtCompany.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCompany.Location = new System.Drawing.Point(104, 80);
     this.txtCompany.Name     = "txtCompany";
     this.txtCompany.Size     = new System.Drawing.Size(152, 21);
     this.txtCompany.TabIndex = 69;
     this.txtCompany.Text     = "";
     //
     // lblCompany
     //
     this.lblCompany.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblCompany.Location = new System.Drawing.Point(8, 80);
     this.lblCompany.Name     = "lblCompany";
     this.lblCompany.Size     = new System.Drawing.Size(64, 16);
     this.lblCompany.TabIndex = 68;
     this.lblCompany.Text     = "Company:";
     //
     // txtLastName
     //
     this.txtLastName.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtLastName.Location = new System.Drawing.Point(104, 48);
     this.txtLastName.Name     = "txtLastName";
     this.txtLastName.Size     = new System.Drawing.Size(152, 21);
     this.txtLastName.TabIndex = 67;
     this.txtLastName.Text     = "";
     //
     // lblLastName
     //
     this.lblLastName.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblLastName.Location = new System.Drawing.Point(8, 48);
     this.lblLastName.Name     = "lblLastName";
     this.lblLastName.Size     = new System.Drawing.Size(64, 16);
     this.lblLastName.TabIndex = 66;
     this.lblLastName.Text     = "Last Name:";
     //
     // txtFirstName
     //
     this.txtFirstName.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtFirstName.Location = new System.Drawing.Point(104, 16);
     this.txtFirstName.Name     = "txtFirstName";
     this.txtFirstName.Size     = new System.Drawing.Size(152, 21);
     this.txtFirstName.TabIndex = 65;
     this.txtFirstName.Text     = "";
     //
     // lblFirstName
     //
     this.lblFirstName.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblFirstName.Location = new System.Drawing.Point(8, 16);
     this.lblFirstName.Name     = "lblFirstName";
     this.lblFirstName.Size     = new System.Drawing.Size(64, 16);
     this.lblFirstName.TabIndex = 64;
     this.lblFirstName.Text     = "First Name:";
     //
     // txtFormerTDM
     //
     this.txtFormerTDM.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtFormerTDM.Location = new System.Drawing.Point(384, 112);
     this.txtFormerTDM.Name     = "txtFormerTDM";
     this.txtFormerTDM.Size     = new System.Drawing.Size(168, 21);
     this.txtFormerTDM.TabIndex = 78;
     this.txtFormerTDM.Text     = "";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 384);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(136, 16);
     this.label2.TabIndex = 93;
     this.label2.Text     = "Additional Information";
     //
     // afniDivider2
     //
     this.afniDivider2.DividerStyle = Afni.Controls.DividerStyles.Horizontal;
     this.afniDivider2.FirstColor   = System.Drawing.Color.FromArgb(((System.Byte)(1)), ((System.Byte)(72)), ((System.Byte)(178)));
     this.afniDivider2.Location     = new System.Drawing.Point(152, 392);
     this.afniDivider2.Name         = "afniDivider2";
     this.afniDivider2.SecondColor  = System.Drawing.Color.White;
     this.afniDivider2.Size         = new System.Drawing.Size(416, 1);
     this.afniDivider2.TabIndex     = 94;
     this.afniDivider2.Text         = "afniDivider2";
     //
     // CustomerCtl
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.afniDivider2,
         this.label2,
         this.CustPanel,
         this.AddressPanel,
         this.afniDivider1,
         this.label1
     });
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "CustomerCtl";
     this.Size = new System.Drawing.Size(600, 504);
     this.AddressPanel.ResumeLayout(false);
     this.CustPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }