namespace LYFZ.Software.UI.Customers.OldCustomer
{
partial class FrmAddContacts
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddContacts));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnUnbind = new LYFZ.ComponentLibrary.ButtonForm();
this.txtMicroID = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCus_Telephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtCus_FixedPhone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.cmbtxtCus_Region = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.chkCus_Lunar = new LYFZ.ComponentLibrary.CheckBoxEx();
this.radCus_Nv = new LYFZ.ComponentLibrary.RadioButtonEx();
this.radCus_Nan = new LYFZ.ComponentLibrary.RadioButtonEx();
this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
this.cmbCus_Relations = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
this.btnRegion = new LYFZ.ComponentLibrary.ButtonForm();
this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.txtCus_MicroSignal = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx26 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx41 = new LYFZ.ComponentLibrary.LabelEx();
this.panelMicroID = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelMicroID.SuspendLayout();
this.panelEx3.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(733, 368);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(733, 368);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(701, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(674, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.flowLayoutPanel1);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Controls.Add(this.btnClose);
this.panelEx1.Controls.Add(this.txtCus_Telephone);
this.panelEx1.Controls.Add(this.txtCus_WorkUnit);
this.panelEx1.Controls.Add(this.txtCus_FixedPhone);
this.panelEx1.Controls.Add(this.cmbtxtCus_Region);
this.panelEx1.Controls.Add(this.chkCus_Lunar);
this.panelEx1.Controls.Add(this.radCus_Nv);
this.panelEx1.Controls.Add(this.radCus_Nan);
this.panelEx1.Controls.Add(this.labelEx16);
this.panelEx1.Controls.Add(this.txtCus_Birthday);
this.panelEx1.Controls.Add(this.labelEx19);
this.panelEx1.Controls.Add(this.btnRegion);
this.panelEx1.Controls.Add(this.labelEx10);
this.panelEx1.Controls.Add(this.txtCus_Address);
this.panelEx1.Controls.Add(this.labelEx9);
this.panelEx1.Controls.Add(this.txtCus_QQ);
this.panelEx1.Controls.Add(this.txtCus_MicroSignal);
this.panelEx1.Controls.Add(this.labelEx26);
this.panelEx1.Controls.Add(this.labelEx8);
this.panelEx1.Controls.Add(this.txtCus_Name);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.labelEx11);
this.panelEx1.Controls.Add(this.labelEx6);
this.panelEx1.Controls.Add(this.labelEx7);
this.panelEx1.Controls.Add(this.labelEx41);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(713, 348);
this.panelEx1.TabIndex = 3;
this.panelEx1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelEx1_Paint);
//
// btnUnbind
//
this.btnUnbind.BackColor = System.Drawing.Color.Transparent;
this.btnUnbind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnbind.BackImg")));
this.btnUnbind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnUnbind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnUnbind.ForeColor = System.Drawing.Color.White;
this.btnUnbind.IsCustomBackImg = false;
this.btnUnbind.IsShowText = true;
this.btnUnbind.Location = new System.Drawing.Point(219, 5);
this.btnUnbind.Name = "btnUnbind";
this.btnUnbind.Size = new System.Drawing.Size(50, 24);
this.btnUnbind.TabIndex = 438;
this.btnUnbind.Text = " 解除";
this.btnUnbind.UseVisualStyleBackColor = false;
//
// txtMicroID
//
this.txtMicroID.BackColor = System.Drawing.Color.Transparent;
this.txtMicroID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtMicroID.Icon = null;
this.txtMicroID.IconIsButton = false;
this.txtMicroID.IsPasswordChat = '\0';
this.txtMicroID.IsSystemPasswordChar = false;
this.txtMicroID.Lines = new string[0];
this.txtMicroID.Location = new System.Drawing.Point(123, 4);
this.txtMicroID.Margin = new System.Windows.Forms.Padding(0);
this.txtMicroID.MaxLength = 32767;
this.txtMicroID.MinimumSize = new System.Drawing.Size(0, 24);
this.txtMicroID.MouseBack = null;
this.txtMicroID.Multiline = false;
this.txtMicroID.Name = "txtMicroID";
this.txtMicroID.NormlBack = null;
this.txtMicroID.Padding = new System.Windows.Forms.Padding(5);
this.txtMicroID.ReadOnly = true;
this.txtMicroID.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtMicroID.Size = new System.Drawing.Size(90, 25);
this.txtMicroID.TabIndex = 437;
this.txtMicroID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMicroID.WaterColor = System.Drawing.Color.DarkGray;
this.txtMicroID.WaterText = "";
this.txtMicroID.WordWrap = true;
//
// labelEx14
//
this.labelEx14.AutoSize = true;
this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx14.Location = new System.Drawing.Point(17, 8);
this.labelEx14.Name = "labelEx14";
this.labelEx14.Size = new System.Drawing.Size(104, 17);
this.labelEx14.TabIndex = 436;
this.labelEx14.Text = "是否绑定微信号:";
//
// txtCus_Telephone
//
this.txtCus_Telephone.Location = new System.Drawing.Point(277, 52);
this.txtCus_Telephone.Mask = "000 0000 0000";
this.txtCus_Telephone.Name = "txtCus_Telephone";
this.txtCus_Telephone.PromptChar = ' ';
this.txtCus_Telephone.Size = new System.Drawing.Size(110, 21);
this.txtCus_Telephone.TabIndex = 375;
//
// txtCus_WorkUnit
//
this.txtCus_WorkUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_WorkUnit.EmptyTextTip = null;
this.txtCus_WorkUnit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_WorkUnit.Location = new System.Drawing.Point(486, 135);
this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
this.txtCus_WorkUnit.Size = new System.Drawing.Size(205, 23);
this.txtCus_WorkUnit.TabIndex = 12;
//
// txtCus_FixedPhone
//
this.txtCus_FixedPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_FixedPhone.EmptyTextTip = null;
this.txtCus_FixedPhone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_FixedPhone.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_FixedPhone.Location = new System.Drawing.Point(277, 92);
this.txtCus_FixedPhone.Name = "txtCus_FixedPhone";
this.txtCus_FixedPhone.Size = new System.Drawing.Size(110, 23);
this.txtCus_FixedPhone.TabIndex = 9;
//
// cmbtxtCus_Region
//
this.cmbtxtCus_Region.AfterSelectLevelFirstNode = false;
this.cmbtxtCus_Region.DropDownHeight = 220;
this.cmbtxtCus_Region.DropDownShow = false;
this.cmbtxtCus_Region.FormattingEnabled = true;
this.cmbtxtCus_Region.IntegralHeight = false;
this.cmbtxtCus_Region.IsNodeMouseClick = false;
this.cmbtxtCus_Region.IsSelectParentNode = false;
this.cmbtxtCus_Region.Location = new System.Drawing.Point(486, 93);
this.cmbtxtCus_Region.Name = "cmbtxtCus_Region";
this.cmbtxtCus_Region.ReadOnly = true;
this.cmbtxtCus_Region.SelectedNode = null;
this.cmbtxtCus_Region.Size = new System.Drawing.Size(146, 20);
this.cmbtxtCus_Region.StrGetName = "";
this.cmbtxtCus_Region.StrKey = null;
this.cmbtxtCus_Region.TabIndex = 432;
//
// chkCus_Lunar
//
this.chkCus_Lunar.AutoSize = true;
this.chkCus_Lunar.BackColor = System.Drawing.Color.Transparent;
this.chkCus_Lunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkCus_Lunar.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkCus_Lunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkCus_Lunar.Fourstates = false;
this.chkCus_Lunar.IsGreenTick = false;
this.chkCus_Lunar.Location = new System.Drawing.Point(640, 52);
this.chkCus_Lunar.Name = "chkCus_Lunar";
this.chkCus_Lunar.Size = new System.Drawing.Size(51, 21);
this.chkCus_Lunar.TabIndex = 317;
this.chkCus_Lunar.Text = "农历";
this.chkCus_Lunar.UseVisualStyleBackColor = false;
//
// radCus_Nv
//
this.radCus_Nv.AutoSize = true;
this.radCus_Nv.BackColor = System.Drawing.Color.Transparent;
this.radCus_Nv.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radCus_Nv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radCus_Nv.Location = new System.Drawing.Point(150, 94);
this.radCus_Nv.Name = "radCus_Nv";
this.radCus_Nv.Size = new System.Drawing.Size(38, 21);
this.radCus_Nv.TabIndex = 276;
this.radCus_Nv.Text = "女";
this.radCus_Nv.UseVisualStyleBackColor = false;
//
// radCus_Nan
//
this.radCus_Nan.AutoSize = true;
this.radCus_Nan.BackColor = System.Drawing.Color.Transparent;
this.radCus_Nan.Checked = true;
this.radCus_Nan.Font = new System.Drawing.Font("微软雅黑", 9F);
this.radCus_Nan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.radCus_Nan.Location = new System.Drawing.Point(82, 94);
this.radCus_Nan.Name = "radCus_Nan";
this.radCus_Nan.Size = new System.Drawing.Size(38, 21);
this.radCus_Nan.TabIndex = 275;
this.radCus_Nan.TabStop = true;
this.radCus_Nan.Text = "男";
this.radCus_Nan.UseVisualStyleBackColor = false;
//
// labelEx16
//
this.labelEx16.AutoSize = true;
this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx16.Location = new System.Drawing.Point(30, 95);
this.labelEx16.Name = "labelEx16";
this.labelEx16.Size = new System.Drawing.Size(53, 17);
this.labelEx16.TabIndex = 274;
this.labelEx16.Text = "* 性别:";
//
// txtCus_Birthday
//
this.txtCus_Birthday.Location = new System.Drawing.Point(486, 52);
this.txtCus_Birthday.Name = "txtCus_Birthday";
this.txtCus_Birthday.Size = new System.Drawing.Size(146, 21);
this.txtCus_Birthday.StrValue = "";
this.txtCus_Birthday.TabIndex = 272;
//
// cmbCus_Relations
//
this.cmbCus_Relations.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbCus_Relations.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbCus_Relations.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbCus_Relations.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbCus_Relations.FormattingEnabled = true;
this.cmbCus_Relations.IsCustomColor = false;
this.cmbCus_Relations.Location = new System.Drawing.Point(129, 6);
this.cmbCus_Relations.Name = "cmbCus_Relations";
this.cmbCus_Relations.ReadOnly = true;
this.cmbCus_Relations.Size = new System.Drawing.Size(151, 22);
this.cmbCus_Relations.TabIndex = 14;
//
// labelEx15
//
this.labelEx15.AutoSize = true;
this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx15.Location = new System.Drawing.Point(17, 8);
this.labelEx15.Name = "labelEx15";
this.labelEx15.Size = new System.Drawing.Size(110, 17);
this.labelEx15.TabIndex = 271;
this.labelEx15.Text = "*与主客户的关系:";
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(336, 300);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 26);
this.btnClose.TabIndex = 269;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.IsCustomBackImg = false;
this.btnSave.IsShowText = true;
this.btnSave.Location = new System.Drawing.Point(245, 300);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 26);
this.btnSave.TabIndex = 268;
this.btnSave.Text = " 确 定";
this.btnSave.UseVisualStyleBackColor = false;
//
// labelEx19
//
this.labelEx19.AutoSize = true;
this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx19.Location = new System.Drawing.Point(419, 138);
this.labelEx19.Name = "labelEx19";
this.labelEx19.Size = new System.Drawing.Size(68, 17);
this.labelEx19.TabIndex = 257;
this.labelEx19.Text = "工作单位:";
//
// btnRegion
//
this.btnRegion.BackColor = System.Drawing.Color.Transparent;
this.btnRegion.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegion.BackImg")));
this.btnRegion.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRegion.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRegion.ForeColor = System.Drawing.Color.White;
this.btnRegion.IsCustomBackImg = false;
this.btnRegion.IsShowText = true;
this.btnRegion.Location = new System.Drawing.Point(641, 90);
this.btnRegion.Name = "btnRegion";
this.btnRegion.Size = new System.Drawing.Size(50, 25);
this.btnRegion.TabIndex = 251;
this.btnRegion.Text = " 设置";
this.btnRegion.UseVisualStyleBackColor = false;
//
// labelEx10
//
this.labelEx10.AutoSize = true;
this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx10.Location = new System.Drawing.Point(419, 95);
this.labelEx10.Name = "labelEx10";
this.labelEx10.Size = new System.Drawing.Size(68, 17);
this.labelEx10.TabIndex = 249;
this.labelEx10.Text = "客户区域:";
//
// txtCus_Address
//
this.txtCus_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_Address.EmptyTextTip = null;
this.txtCus_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_Address.Location = new System.Drawing.Point(81, 178);
this.txtCus_Address.Name = "txtCus_Address";
this.txtCus_Address.Size = new System.Drawing.Size(610, 23);
this.txtCus_Address.TabIndex = 8;
//
// labelEx9
//
this.labelEx9.AutoSize = true;
this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx9.Location = new System.Drawing.Point(210, 95);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 245;
this.labelEx9.Text = "固定电话:";
//
// txtCus_QQ
//
this.txtCus_QQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_QQ.EmptyTextTip = null;
this.txtCus_QQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_QQ.Location = new System.Drawing.Point(81, 135);
this.txtCus_QQ.MaxLength = 13;
this.txtCus_QQ.Name = "txtCus_QQ";
this.txtCus_QQ.Size = new System.Drawing.Size(111, 23);
this.txtCus_QQ.TabIndex = 7;
//
// txtCus_MicroSignal
//
this.txtCus_MicroSignal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_MicroSignal.EmptyTextTip = null;
this.txtCus_MicroSignal.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_MicroSignal.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_MicroSignal.Location = new System.Drawing.Point(276, 135);
this.txtCus_MicroSignal.MaxLength = 20;
this.txtCus_MicroSignal.Name = "txtCus_MicroSignal";
this.txtCus_MicroSignal.Size = new System.Drawing.Size(111, 23);
this.txtCus_MicroSignal.TabIndex = 5;
//
// labelEx26
//
this.labelEx26.AutoSize = true;
this.labelEx26.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx26.Location = new System.Drawing.Point(443, 54);
this.labelEx26.Name = "labelEx26";
this.labelEx26.Size = new System.Drawing.Size(44, 17);
this.labelEx26.TabIndex = 234;
this.labelEx26.Text = "生日:";
//
// labelEx8
//
this.labelEx8.AutoSize = true;
this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx8.Location = new System.Drawing.Point(213, 54);
this.labelEx8.Name = "labelEx8";
this.labelEx8.Size = new System.Drawing.Size(65, 17);
this.labelEx8.TabIndex = 232;
this.labelEx8.Text = "* 手机号:";
//
// txtCus_Name
//
this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtCus_Name.EmptyTextTip = null;
this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtCus_Name.Location = new System.Drawing.Point(81, 51);
this.txtCus_Name.Name = "txtCus_Name";
this.txtCus_Name.Size = new System.Drawing.Size(111, 23);
this.txtCus_Name.TabIndex = 1;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx1.Location = new System.Drawing.Point(23, 20);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 17);
this.labelEx1.TabIndex = 53;
this.labelEx1.Text = "客户资料";
//
// labelEx11
//
this.labelEx11.AutoSize = true;
this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx11.Location = new System.Drawing.Point(39, 181);
this.labelEx11.Name = "labelEx11";
this.labelEx11.Size = new System.Drawing.Size(44, 17);
this.labelEx11.TabIndex = 247;
this.labelEx11.Text = "地址:";
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(43, 138);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(40, 17);
this.labelEx6.TabIndex = 243;
this.labelEx6.Text = "QQ:";
//
// labelEx7
//
this.labelEx7.AutoSize = true;
this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx7.Location = new System.Drawing.Point(222, 138);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(56, 17);
this.labelEx7.TabIndex = 238;
this.labelEx7.Text = "微信号:";
//
// labelEx41
//
this.labelEx41.AutoSize = true;
this.labelEx41.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx41.Location = new System.Drawing.Point(30, 54);
this.labelEx41.Name = "labelEx41";
this.labelEx41.Size = new System.Drawing.Size(53, 17);
this.labelEx41.TabIndex = 226;
this.labelEx41.Text = "* 姓名:";
//
// panelMicroID
//
this.panelMicroID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelMicroID.BorderWidth = 1;
this.panelMicroID.Controls.Add(this.labelEx14);
this.panelMicroID.Controls.Add(this.txtMicroID);
this.panelMicroID.Controls.Add(this.btnUnbind);
this.panelMicroID.Location = new System.Drawing.Point(3, 3);
this.panelMicroID.Name = "panelMicroID";
this.panelMicroID.Size = new System.Drawing.Size(387, 33);
this.panelMicroID.TabIndex = 439;
this.panelMicroID.Visible = false;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.labelEx15);
this.panelEx3.Controls.Add(this.cmbCus_Relations);
this.panelEx3.Location = new System.Drawing.Point(396, 3);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(295, 33);
this.panelEx3.TabIndex = 440;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelMicroID);
this.flowLayoutPanel1.Controls.Add(this.panelEx3);
this.flowLayoutPanel1.Location = new System.Drawing.Point(15, 219);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(695, 45);
this.flowLayoutPanel1.TabIndex = 441;
//
// FrmAddContacts
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(733, 433);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsUserControlsSize = false;
this.MaximizeBox = false;
this.Name = "FrmAddContacts";
this.Text = "添加联系人";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panelMicroID.ResumeLayout(false);
this.panelMicroID.PerformLayout();
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
protected ComponentLibrary.ButtonEx btnClose;
private ComponentLibrary.LabelEx labelEx19;
protected ComponentLibrary.TextBoxBasicEx txtCus_WorkUnit;
protected ComponentLibrary.ButtonForm btnRegion;
private ComponentLibrary.LabelEx labelEx10;
private ComponentLibrary.LabelEx labelEx11;
protected ComponentLibrary.TextBoxBasicEx txtCus_Address;
private ComponentLibrary.LabelEx labelEx9;
protected ComponentLibrary.TextBoxBasicEx txtCus_FixedPhone;
private ComponentLibrary.LabelEx labelEx6;
protected ComponentLibrary.TextBoxBasicEx txtCus_QQ;
private ComponentLibrary.LabelEx labelEx7;
protected ComponentLibrary.TextBoxBasicEx txtCus_MicroSignal;
private ComponentLibrary.LabelEx labelEx26;
private ComponentLibrary.LabelEx labelEx8;
private ComponentLibrary.LabelEx labelEx41;
protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ComboBoxEx cmbCus_Relations;
protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
protected ComponentLibrary.RadioButtonEx radCus_Nv;
protected ComponentLibrary.RadioButtonEx radCus_Nan;
private ComponentLibrary.LabelEx labelEx16;
protected ComponentLibrary.CheckBoxEx chkCus_Lunar;
protected ComponentLibrary.MaskedTextBoxEx txtCus_Telephone;
public ComponentLibrary.ButtonEx btnSave;
protected internal ComponentLibrary.LabelEx labelEx15;
protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtxtCus_Region;
protected internal ComponentLibrary.ButtonForm btnUnbind;
protected ComponentLibrary.TextBoxEx txtMicroID;
private ComponentLibrary.LabelEx labelEx14;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private ComponentLibrary.PanelEx panelEx3;
protected internal ComponentLibrary.PanelEx panelMicroID;
}
}