123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- namespace LYFZ.Software.UI.Customers
- {
- partial class FrmOldCustomer
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOldCustomer));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExcel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkHs = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkEt = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkXz = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelFw = new LYFZ.ComponentLibrary.PanelEx();
- this.chkFw = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelTotalCount = new LYFZ.ComponentLibrary.PanelEx();
- this.lblTotalCount = new LYFZ.ComponentLibrary.LabelEx();
- this.GP_CustomerGroupID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GP_CustomerType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.客户生日 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.客户婚期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GP_CreateDatetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.History_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.History_money = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.History_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.panelFw.SuspendLayout();
- this.panelTotalCount.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.AutoScroll = true;
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.dgv);
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(5, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
- this.panelEx2.Size = new System.Drawing.Size(900, 485);
- this.panelEx2.TabIndex = 194;
- //
- // dgv
- //
- this.dgv.AllowUserToAddRows = false;
- this.dgv.AllowUserToDeleteRows = false;
- this.dgv.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv.BackgroundColor = System.Drawing.Color.White;
- this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv.ColumnHeadersHeight = 24;
- this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.GP_CustomerGroupID,
- this.Cus_Name,
- this.sex,
- this.客户电话,
- this.Cus_Region,
- this.GP_CustomerType,
- this.Column1,
- this.客户生日,
- this.客户婚期,
- this.GP_CreateDatetime,
- this.History_Type,
- this.History_money,
- this.History_Time});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv.EnableHeadersVisualStyles = false;
- this.dgv.EraseCell = false;
- this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
- this.dgv.IsCompleteBonding = false;
- this.dgv.IsCopyCellValue = true;
- this.dgv.Location = new System.Drawing.Point(5, 41);
- this.dgv.Name = "dgv";
- this.dgv.ReadOnly = true;
- this.dgv.RowHeadersVisible = false;
- this.dgv.RowTemplate.Height = 23;
- this.dgv.RowTemplate.ReadOnly = true;
- this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv.Size = new System.Drawing.Size(888, 437);
- this.dgv.TabIndex = 213;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.cmbQueryText);
- this.flowLayoutPanel1.Controls.Add(this.btnSlect);
- this.flowLayoutPanel1.Controls.Add(this.btnAdd);
- this.flowLayoutPanel1.Controls.Add(this.btnUpdate);
- this.flowLayoutPanel1.Controls.Add(this.btnDelete);
- this.flowLayoutPanel1.Controls.Add(this.btnTexting);
- this.flowLayoutPanel1.Controls.Add(this.btnExport);
- this.flowLayoutPanel1.Controls.Add(this.btnExcel);
- this.flowLayoutPanel1.Controls.Add(this.btnClose);
- this.flowLayoutPanel1.Controls.Add(this.panelEx1);
- this.flowLayoutPanel1.Controls.Add(this.panelEx3);
- this.flowLayoutPanel1.Controls.Add(this.panelEx4);
- this.flowLayoutPanel1.Controls.Add(this.panelFw);
- this.flowLayoutPanel1.Controls.Add(this.panelTotalCount);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(888, 36);
- this.flowLayoutPanel1.TabIndex = 215;
- //
- // cmbQueryText
- //
- this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
- this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.cmbQueryText.Icon = null;
- this.cmbQueryText.IconIsButton = false;
- this.cmbQueryText.IsPasswordChat = '\0';
- this.cmbQueryText.IsSystemPasswordChar = false;
- this.cmbQueryText.Lines = new string[0];
- this.cmbQueryText.Location = new System.Drawing.Point(1, 3);
- this.cmbQueryText.Margin = new System.Windows.Forms.Padding(1, 3, 0, 0);
- this.cmbQueryText.MaxLength = 32767;
- this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
- this.cmbQueryText.MouseBack = null;
- this.cmbQueryText.Multiline = false;
- this.cmbQueryText.Name = "cmbQueryText";
- this.cmbQueryText.NormlBack = null;
- this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
- this.cmbQueryText.ReadOnly = false;
- this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.cmbQueryText.Size = new System.Drawing.Size(160, 28);
- this.cmbQueryText.TabIndex = 218;
- this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
- this.cmbQueryText.WaterText = "姓名、手机号、区域";
- this.cmbQueryText.WordWrap = true;
- //
- // btnSlect
- //
- this.btnSlect.BackColor = System.Drawing.Color.Transparent;
- this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
- this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSlect.ForeColor = System.Drawing.Color.White;
- this.btnSlect.IsCustomBackImg = false;
- this.btnSlect.IsShowText = true;
- this.btnSlect.Location = new System.Drawing.Point(164, 3);
- this.btnSlect.Name = "btnSlect";
- this.btnSlect.Size = new System.Drawing.Size(85, 28);
- this.btnSlect.TabIndex = 198;
- this.btnSlect.Text = " 查 询";
- this.btnSlect.UseVisualStyleBackColor = false;
- //
- // btnAdd
- //
- this.btnAdd.BackColor = System.Drawing.Color.Transparent;
- this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
- this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAdd.ForeColor = System.Drawing.Color.White;
- this.btnAdd.IsCustomBackImg = false;
- this.btnAdd.IsShowText = true;
- this.btnAdd.Location = new System.Drawing.Point(255, 3);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(85, 28);
- this.btnAdd.TabIndex = 200;
- this.btnAdd.Text = " 添 加";
- this.btnAdd.UseVisualStyleBackColor = false;
- //
- // btnUpdate
- //
- this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
- this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
- this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpdate.ForeColor = System.Drawing.Color.White;
- this.btnUpdate.IsCustomBackImg = false;
- this.btnUpdate.IsShowText = true;
- this.btnUpdate.Location = new System.Drawing.Point(346, 3);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(85, 28);
- this.btnUpdate.TabIndex = 201;
- this.btnUpdate.Text = " 修 改";
- this.btnUpdate.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(437, 3);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 28);
- this.btnDelete.TabIndex = 202;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // btnTexting
- //
- this.btnTexting.BackColor = System.Drawing.Color.Transparent;
- this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
- this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTexting.ForeColor = System.Drawing.Color.White;
- this.btnTexting.IsCustomBackImg = false;
- this.btnTexting.IsShowText = true;
- this.btnTexting.Location = new System.Drawing.Point(528, 3);
- this.btnTexting.Name = "btnTexting";
- this.btnTexting.Size = new System.Drawing.Size(85, 28);
- this.btnTexting.TabIndex = 203;
- this.btnTexting.Text = " 发送短信";
- this.btnTexting.UseVisualStyleBackColor = false;
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.Transparent;
- this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
- this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExport.ForeColor = System.Drawing.Color.White;
- this.btnExport.IsCustomBackImg = false;
- this.btnExport.IsShowText = true;
- this.btnExport.Location = new System.Drawing.Point(619, 3);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(85, 28);
- this.btnExport.TabIndex = 204;
- this.btnExport.Text = " 导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnExcel
- //
- this.btnExcel.BackColor = System.Drawing.Color.Transparent;
- this.btnExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExcel.BackImg")));
- this.btnExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnExcel.ForeColor = System.Drawing.Color.White;
- this.btnExcel.IsCustomBackImg = false;
- this.btnExcel.IsShowText = true;
- this.btnExcel.Location = new System.Drawing.Point(710, 3);
- this.btnExcel.Name = "btnExcel";
- this.btnExcel.Size = new System.Drawing.Size(85, 28);
- this.btnExcel.TabIndex = 205;
- this.btnExcel.Text = " 导入Excel";
- this.btnExcel.UseVisualStyleBackColor = false;
- //
- // 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(3, 37);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 205;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.chkHs);
- this.panelEx1.Location = new System.Drawing.Point(94, 37);
- this.panelEx1.Margin = new System.Windows.Forms.Padding(3, 3, 1, 3);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(62, 28);
- this.panelEx1.TabIndex = 216;
- //
- // chkHs
- //
- this.chkHs.AutoSize = true;
- this.chkHs.BackColor = System.Drawing.Color.Transparent;
- this.chkHs.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkHs.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkHs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkHs.Fourstates = false;
- this.chkHs.IsGreenTick = false;
- this.chkHs.Location = new System.Drawing.Point(4, 4);
- this.chkHs.Name = "chkHs";
- this.chkHs.Size = new System.Drawing.Size(51, 21);
- this.chkHs.TabIndex = 209;
- this.chkHs.Text = "婚纱";
- this.chkHs.UseVisualStyleBackColor = false;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.chkEt);
- this.panelEx3.Location = new System.Drawing.Point(158, 37);
- this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(62, 28);
- this.panelEx3.TabIndex = 217;
- //
- // chkEt
- //
- this.chkEt.AutoSize = true;
- this.chkEt.BackColor = System.Drawing.Color.Transparent;
- this.chkEt.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkEt.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkEt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkEt.Fourstates = false;
- this.chkEt.IsGreenTick = false;
- this.chkEt.Location = new System.Drawing.Point(4, 4);
- this.chkEt.Name = "chkEt";
- this.chkEt.Size = new System.Drawing.Size(51, 21);
- this.chkEt.TabIndex = 210;
- this.chkEt.Text = "儿童";
- this.chkEt.UseVisualStyleBackColor = false;
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.chkXz);
- this.panelEx4.Location = new System.Drawing.Point(222, 37);
- this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(62, 28);
- this.panelEx4.TabIndex = 217;
- //
- // chkXz
- //
- this.chkXz.AutoSize = true;
- this.chkXz.BackColor = System.Drawing.Color.Transparent;
- this.chkXz.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkXz.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkXz.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkXz.Fourstates = false;
- this.chkXz.IsGreenTick = false;
- this.chkXz.Location = new System.Drawing.Point(4, 4);
- this.chkXz.Name = "chkXz";
- this.chkXz.Size = new System.Drawing.Size(51, 21);
- this.chkXz.TabIndex = 211;
- this.chkXz.Text = "写真";
- this.chkXz.UseVisualStyleBackColor = false;
- //
- // panelFw
- //
- this.panelFw.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelFw.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelFw.BorderWidth = 1;
- this.panelFw.Controls.Add(this.chkFw);
- this.panelFw.Location = new System.Drawing.Point(286, 37);
- this.panelFw.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
- this.panelFw.Name = "panelFw";
- this.panelFw.Size = new System.Drawing.Size(62, 28);
- this.panelFw.TabIndex = 217;
- //
- // chkFw
- //
- this.chkFw.AutoSize = true;
- this.chkFw.BackColor = System.Drawing.Color.Transparent;
- this.chkFw.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkFw.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.chkFw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkFw.Fourstates = false;
- this.chkFw.IsGreenTick = false;
- this.chkFw.Location = new System.Drawing.Point(4, 4);
- this.chkFw.Name = "chkFw";
- this.chkFw.Size = new System.Drawing.Size(51, 21);
- this.chkFw.TabIndex = 212;
- this.chkFw.Text = "服务";
- this.chkFw.UseVisualStyleBackColor = false;
- //
- // panelTotalCount
- //
- this.panelTotalCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelTotalCount.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelTotalCount.BorderWidth = 1;
- this.panelTotalCount.Controls.Add(this.lblTotalCount);
- this.panelTotalCount.Location = new System.Drawing.Point(350, 37);
- this.panelTotalCount.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
- this.panelTotalCount.Name = "panelTotalCount";
- this.panelTotalCount.Size = new System.Drawing.Size(110, 28);
- this.panelTotalCount.TabIndex = 219;
- //
- // lblTotalCount
- //
- this.lblTotalCount.AutoSize = true;
- this.lblTotalCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblTotalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblTotalCount.Location = new System.Drawing.Point(1, 6);
- this.lblTotalCount.Name = "lblTotalCount";
- this.lblTotalCount.Size = new System.Drawing.Size(63, 17);
- this.lblTotalCount.TabIndex = 0;
- this.lblTotalCount.Text = "总条数:0";
- //
- // GP_CustomerGroupID
- //
- this.GP_CustomerGroupID.HeaderText = "客户组ID";
- this.GP_CustomerGroupID.Name = "GP_CustomerGroupID";
- this.GP_CustomerGroupID.ReadOnly = true;
- this.GP_CustomerGroupID.Visible = false;
- //
- // Cus_Name
- //
- this.Cus_Name.HeaderText = "客户姓名";
- this.Cus_Name.Name = "Cus_Name";
- this.Cus_Name.ReadOnly = true;
- //
- // sex
- //
- this.sex.HeaderText = "性别";
- this.sex.Name = "sex";
- this.sex.ReadOnly = true;
- //
- // 客户电话
- //
- this.客户电话.HeaderText = "客户电话";
- this.客户电话.Name = "客户电话";
- this.客户电话.ReadOnly = true;
- //
- // Cus_Region
- //
- this.Cus_Region.HeaderText = "地区";
- this.Cus_Region.Name = "Cus_Region";
- this.Cus_Region.ReadOnly = true;
- //
- // GP_CustomerType
- //
- this.GP_CustomerType.HeaderText = "订单类型";
- this.GP_CustomerType.Name = "GP_CustomerType";
- this.GP_CustomerType.ReadOnly = true;
- //
- // Column1
- //
- this.Column1.HeaderText = "客户来源";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // 客户生日
- //
- this.客户生日.HeaderText = "客户生日";
- this.客户生日.Name = "客户生日";
- this.客户生日.ReadOnly = true;
- //
- // 客户婚期
- //
- this.客户婚期.HeaderText = "客户婚期";
- this.客户婚期.Name = "客户婚期";
- this.客户婚期.ReadOnly = true;
- //
- // GP_CreateDatetime
- //
- this.GP_CreateDatetime.HeaderText = "添加时间";
- this.GP_CreateDatetime.Name = "GP_CreateDatetime";
- this.GP_CreateDatetime.ReadOnly = true;
- //
- // History_Type
- //
- this.History_Type.HeaderText = "套系名称";
- this.History_Type.Name = "History_Type";
- this.History_Type.ReadOnly = true;
- //
- // History_money
- //
- this.History_money.HeaderText = "套系价格";
- this.History_money.Name = "History_money";
- this.History_money.ReadOnly = true;
- //
- // History_Time
- //
- this.History_Time.HeaderText = "订单时间";
- this.History_Time.Name = "History_Time";
- this.History_Time.ReadOnly = true;
- //
- // FrmOldCustomer
- //
- this.AcceptButton = this.btnSlect;
- 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(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "FrmOldCustomer";
- this.Text = "老客户";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.panelFw.ResumeLayout(false);
- this.panelFw.PerformLayout();
- this.panelTotalCount.ResumeLayout(false);
- this.panelTotalCount.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.DataGridViewEx dgv;
- protected ComponentLibrary.CheckBoxEx chkXz;
- protected ComponentLibrary.CheckBoxEx chkEt;
- protected ComponentLibrary.CheckBoxEx chkHs;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnExport;
- protected internal ComponentLibrary.ButtonEx btnTexting;
- protected internal ComponentLibrary.ButtonEx btnUpdate;
- protected internal ComponentLibrary.ButtonEx btnDelete;
- protected internal ComponentLibrary.ButtonEx btnAdd;
- protected internal ComponentLibrary.ButtonEx btnSlect;
- protected internal ComponentLibrary.ButtonEx btnExcel;
- protected internal ComponentLibrary.TextBoxEx cmbQueryText;
- protected internal ComponentLibrary.CheckBoxEx chkFw;
- protected internal ComponentLibrary.PanelEx panelFw;
- protected internal ComponentLibrary.PanelEx panelTotalCount;
- protected internal ComponentLibrary.LabelEx lblTotalCount;
- protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.DataGridViewTextBoxColumn GP_CustomerGroupID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
- private System.Windows.Forms.DataGridViewTextBoxColumn sex;
- private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
- private System.Windows.Forms.DataGridViewTextBoxColumn GP_CustomerType;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 客户生日;
- private System.Windows.Forms.DataGridViewTextBoxColumn 客户婚期;
- private System.Windows.Forms.DataGridViewTextBoxColumn GP_CreateDatetime;
- private System.Windows.Forms.DataGridViewTextBoxColumn History_Type;
- private System.Windows.Forms.DataGridViewTextBoxColumn History_money;
- private System.Windows.Forms.DataGridViewTextBoxColumn History_Time;
- }
- }
|