123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602 |
- namespace LYFZ.Software.UI.SMSManagement.ShortSmsMessage
- {
- partial class FrmScreening
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScreening));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.cmbCustomerType = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.plCurrentQuerySex = new LYFZ.ComponentLibrary.PanelEx();
- this.rdoAll = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoWoman = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoMan = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnHightSelect = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSelcet = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvCustomerList = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.Ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_Type_CH = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Sex_cs = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GregorianCalendar_Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Age_String = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Age_Day = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GregorianCalendar_DayForMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_PhotographyCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_SeriesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.yingFuPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_OrderClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_CustomerSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ord_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.tlsAddSelect = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tlsAllSelect = new System.Windows.Forms.ToolStripMenuItem();
- this.tlsFangSelect = new System.Windows.Forms.ToolStripMenuItem();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.cbxStoreList = new System.Windows.Forms.ComboBox();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.plCurrentQuerySex.SuspendLayout();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerList)).BeginInit();
- this.contextMenuStripEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx3);
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- //
- // 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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.cbxStoreList);
- this.panelEx2.Controls.Add(this.cmbCustomerType);
- this.panelEx2.Controls.Add(this.plCurrentQuerySex);
- this.panelEx2.Controls.Add(this.txtKeyWords);
- this.panelEx2.Controls.Add(this.btnHightSelect);
- this.panelEx2.Controls.Add(this.btnSelcet);
- this.panelEx2.Controls.Add(this.btnExport);
- this.panelEx2.Controls.Add(this.btnOk);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(5, 5);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(900, 60);
- this.panelEx2.TabIndex = 13;
- //
- // cmbCustomerType
- //
- this.cmbCustomerType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbCustomerType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbCustomerType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbCustomerType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbCustomerType.FormattingEnabled = true;
- this.cmbCustomerType.IsCustomColor = false;
- this.cmbCustomerType.Location = new System.Drawing.Point(159, 17);
- this.cmbCustomerType.Name = "cmbCustomerType";
- this.cmbCustomerType.ReadOnly = false;
- this.cmbCustomerType.Size = new System.Drawing.Size(89, 25);
- this.cmbCustomerType.TabIndex = 229;
- //
- // plCurrentQuerySex
- //
- this.plCurrentQuerySex.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.plCurrentQuerySex.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.plCurrentQuerySex.BorderWidth = 1;
- this.plCurrentQuerySex.Controls.Add(this.rdoAll);
- this.plCurrentQuerySex.Controls.Add(this.rdoWoman);
- this.plCurrentQuerySex.Controls.Add(this.rdoMan);
- this.plCurrentQuerySex.Location = new System.Drawing.Point(695, 16);
- this.plCurrentQuerySex.Name = "plCurrentQuerySex";
- this.plCurrentQuerySex.Size = new System.Drawing.Size(230, 29);
- this.plCurrentQuerySex.TabIndex = 228;
- this.plCurrentQuerySex.Visible = false;
- //
- // rdoAll
- //
- this.rdoAll.AutoSize = true;
- this.rdoAll.BackColor = System.Drawing.Color.Transparent;
- this.rdoAll.Checked = true;
- this.rdoAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoAll.Location = new System.Drawing.Point(3, 3);
- this.rdoAll.Name = "rdoAll";
- this.rdoAll.Size = new System.Drawing.Size(79, 21);
- this.rdoAll.TabIndex = 215;
- this.rdoAll.TabStop = true;
- this.rdoAll.Text = "先生/女士";
- this.rdoAll.UseVisualStyleBackColor = false;
- //
- // rdoWoman
- //
- this.rdoWoman.AutoSize = true;
- this.rdoWoman.BackColor = System.Drawing.Color.Transparent;
- this.rdoWoman.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoWoman.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoWoman.Location = new System.Drawing.Point(154, 3);
- this.rdoWoman.Name = "rdoWoman";
- this.rdoWoman.Size = new System.Drawing.Size(50, 21);
- this.rdoWoman.TabIndex = 216;
- this.rdoWoman.Text = "女士";
- this.rdoWoman.UseVisualStyleBackColor = false;
- //
- // rdoMan
- //
- this.rdoMan.AutoSize = true;
- this.rdoMan.BackColor = System.Drawing.Color.Transparent;
- this.rdoMan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdoMan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoMan.Location = new System.Drawing.Point(93, 3);
- this.rdoMan.Name = "rdoMan";
- this.rdoMan.Size = new System.Drawing.Size(50, 21);
- this.rdoMan.TabIndex = 217;
- this.rdoMan.Text = "先生";
- this.rdoMan.UseVisualStyleBackColor = false;
- //
- // txtKeyWords
- //
- this.txtKeyWords.BackColor = System.Drawing.Color.Transparent;
- this.txtKeyWords.Icon = null;
- this.txtKeyWords.IconIsButton = false;
- this.txtKeyWords.IsPasswordChat = '\0';
- this.txtKeyWords.IsSystemPasswordChar = false;
- this.txtKeyWords.Lines = new string[0];
- this.txtKeyWords.Location = new System.Drawing.Point(49, 16);
- this.txtKeyWords.Margin = new System.Windows.Forms.Padding(0);
- this.txtKeyWords.MaxLength = 32767;
- this.txtKeyWords.MinimumSize = new System.Drawing.Size(0, 26);
- this.txtKeyWords.MouseBack = null;
- this.txtKeyWords.Multiline = false;
- this.txtKeyWords.Name = "txtKeyWords";
- this.txtKeyWords.NormlBack = null;
- this.txtKeyWords.Padding = new System.Windows.Forms.Padding(5);
- this.txtKeyWords.ReadOnly = false;
- this.txtKeyWords.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtKeyWords.Size = new System.Drawing.Size(107, 26);
- this.txtKeyWords.TabIndex = 59;
- this.txtKeyWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtKeyWords.WaterColor = System.Drawing.Color.DarkGray;
- this.txtKeyWords.WaterText = "订单号、客户姓名、手机号、区域";
- this.txtKeyWords.WordWrap = true;
- //
- // btnHightSelect
- //
- this.btnHightSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnHightSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHightSelect.BackImg")));
- this.btnHightSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnHightSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnHightSelect.ForeColor = System.Drawing.Color.White;
- this.btnHightSelect.IsCustomBackImg = false;
- this.btnHightSelect.IsShowText = true;
- this.btnHightSelect.Location = new System.Drawing.Point(319, 17);
- this.btnHightSelect.Name = "btnHightSelect";
- this.btnHightSelect.Size = new System.Drawing.Size(70, 26);
- this.btnHightSelect.TabIndex = 58;
- this.btnHightSelect.Text = "高级查询";
- this.btnHightSelect.UseVisualStyleBackColor = false;
- //
- // btnSelcet
- //
- this.btnSelcet.BackColor = System.Drawing.Color.Transparent;
- this.btnSelcet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelcet.BackImg")));
- this.btnSelcet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSelcet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSelcet.ForeColor = System.Drawing.Color.White;
- this.btnSelcet.IsCustomBackImg = false;
- this.btnSelcet.IsShowText = true;
- this.btnSelcet.Location = new System.Drawing.Point(254, 17);
- this.btnSelcet.Name = "btnSelcet";
- this.btnSelcet.Size = new System.Drawing.Size(60, 26);
- this.btnSelcet.TabIndex = 57;
- this.btnSelcet.Text = "查询";
- this.btnSelcet.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(466, 17);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(68, 26);
- this.btnExport.TabIndex = 55;
- this.btnExport.Text = "导 出";
- this.btnExport.UseVisualStyleBackColor = false;
- //
- // btnOk
- //
- this.btnOk.BackColor = System.Drawing.Color.Transparent;
- this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
- this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOk.ForeColor = System.Drawing.Color.White;
- this.btnOk.IsCustomBackImg = false;
- this.btnOk.IsShowText = true;
- this.btnOk.Location = new System.Drawing.Point(394, 17);
- this.btnOk.Name = "btnOk";
- this.btnOk.Size = new System.Drawing.Size(68, 26);
- this.btnOk.TabIndex = 55;
- this.btnOk.Text = "确 定";
- this.btnOk.UseVisualStyleBackColor = false;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.BackColor = System.Drawing.Color.Transparent;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx5.Location = new System.Drawing.Point(4, 21);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(44, 17);
- this.labelEx5.TabIndex = 53;
- this.labelEx5.Text = "关键字";
- //
- // 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.dgvCustomerList);
- this.panelEx3.Controls.Add(this.ucPagerEx1);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx3.Location = new System.Drawing.Point(5, 65);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(900, 475);
- this.panelEx3.TabIndex = 58;
- //
- // dgvCustomerList
- //
- this.dgvCustomerList.AllowUserToAddRows = false;
- this.dgvCustomerList.AllowUserToDeleteRows = false;
- this.dgvCustomerList.AllowUserToResizeRows = false;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
- this.dgvCustomerList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvCustomerList.BackgroundColor = System.Drawing.Color.White;
- this.dgvCustomerList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvCustomerList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvCustomerList.ColumnHeadersHeight = 24;
- this.dgvCustomerList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvCustomerList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Ord_Number,
- this.Ord_Type_CH,
- this.Cus_Name,
- this.Cus_Telephone,
- this.Cus_Sex_cs,
- this.Cus_Region,
- this.GregorianCalendar_Birthday,
- this.Age_String,
- this.Age_Day,
- this.GregorianCalendar_DayForMarriage,
- this.Ord_PhotographyCategory,
- this.Ord_SeriesName,
- this.Ord_SeriesPrice,
- this.yingFuPrice,
- this.Ord_OrderClass,
- this.Ord_CustomerSource,
- this.Ord_CreateDateTime});
- this.dgvCustomerList.ContextMenuStrip = this.contextMenuStripEx1;
- this.dgvCustomerList.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvCustomerList.EnableHeadersVisualStyles = false;
- this.dgvCustomerList.EraseCell = false;
- this.dgvCustomerList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvCustomerList.GridViewUniquelyIdentify = "_dgvCustomerList_dgvCustomerList_dgvCustomerList_dgvCustomerList_dgvCustomerList_" +
- "dgvCustomerList_dgvCustomerList";
- this.dgvCustomerList.IsCompleteBonding = false;
- this.dgvCustomerList.IsCopyCellValue = true;
- this.dgvCustomerList.Location = new System.Drawing.Point(0, 0);
- this.dgvCustomerList.Name = "dgvCustomerList";
- this.dgvCustomerList.RowHeadersVisible = false;
- this.dgvCustomerList.RowTemplate.Height = 23;
- this.dgvCustomerList.RowTemplate.ReadOnly = true;
- this.dgvCustomerList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvCustomerList.Size = new System.Drawing.Size(900, 445);
- this.dgvCustomerList.TabIndex = 227;
- //
- // Ord_Number
- //
- this.Ord_Number.HeaderText = "订单号";
- this.Ord_Number.Name = "Ord_Number";
- this.Ord_Number.ReadOnly = true;
- this.Ord_Number.Width = 120;
- //
- // Ord_Type_CH
- //
- this.Ord_Type_CH.HeaderText = "客户类型";
- this.Ord_Type_CH.Name = "Ord_Type_CH";
- this.Ord_Type_CH.ReadOnly = true;
- this.Ord_Type_CH.Width = 120;
- //
- // Cus_Name
- //
- this.Cus_Name.HeaderText = "客户名称";
- this.Cus_Name.Name = "Cus_Name";
- this.Cus_Name.ReadOnly = true;
- this.Cus_Name.Width = 120;
- //
- // Cus_Telephone
- //
- this.Cus_Telephone.HeaderText = "客户电话";
- this.Cus_Telephone.Name = "Cus_Telephone";
- this.Cus_Telephone.ReadOnly = true;
- this.Cus_Telephone.Width = 120;
- //
- // Cus_Sex_cs
- //
- this.Cus_Sex_cs.HeaderText = "性别";
- this.Cus_Sex_cs.Name = "Cus_Sex_cs";
- this.Cus_Sex_cs.ReadOnly = true;
- //
- // Cus_Region
- //
- this.Cus_Region.HeaderText = "地区";
- this.Cus_Region.Name = "Cus_Region";
- this.Cus_Region.ReadOnly = true;
- //
- // GregorianCalendar_Birthday
- //
- this.GregorianCalendar_Birthday.HeaderText = "生日(公历)";
- this.GregorianCalendar_Birthday.Name = "GregorianCalendar_Birthday";
- this.GregorianCalendar_Birthday.ReadOnly = true;
- this.GregorianCalendar_Birthday.Width = 120;
- //
- // Age_String
- //
- this.Age_String.HeaderText = "年龄";
- this.Age_String.Name = "Age_String";
- this.Age_String.ReadOnly = true;
- //
- // Age_Day
- //
- this.Age_Day.HeaderText = "成长天数";
- this.Age_Day.Name = "Age_Day";
- this.Age_Day.ReadOnly = true;
- //
- // GregorianCalendar_DayForMarriage
- //
- this.GregorianCalendar_DayForMarriage.HeaderText = "婚期(公历)";
- this.GregorianCalendar_DayForMarriage.Name = "GregorianCalendar_DayForMarriage";
- this.GregorianCalendar_DayForMarriage.ReadOnly = true;
- this.GregorianCalendar_DayForMarriage.Width = 120;
- //
- // Ord_PhotographyCategory
- //
- this.Ord_PhotographyCategory.HeaderText = "套系类别";
- this.Ord_PhotographyCategory.Name = "Ord_PhotographyCategory";
- this.Ord_PhotographyCategory.ReadOnly = true;
- this.Ord_PhotographyCategory.Width = 120;
- //
- // Ord_SeriesName
- //
- this.Ord_SeriesName.HeaderText = "套系名称";
- this.Ord_SeriesName.Name = "Ord_SeriesName";
- this.Ord_SeriesName.ReadOnly = true;
- this.Ord_SeriesName.Width = 120;
- //
- // Ord_SeriesPrice
- //
- this.Ord_SeriesPrice.HeaderText = "套系价格";
- this.Ord_SeriesPrice.Name = "Ord_SeriesPrice";
- this.Ord_SeriesPrice.ReadOnly = true;
- //
- // yingFuPrice
- //
- this.yingFuPrice.HeaderText = "消费总额";
- this.yingFuPrice.Name = "yingFuPrice";
- this.yingFuPrice.ReadOnly = true;
- this.yingFuPrice.Width = 120;
- //
- // Ord_OrderClass
- //
- this.Ord_OrderClass.HeaderText = "订单类型";
- this.Ord_OrderClass.Name = "Ord_OrderClass";
- this.Ord_OrderClass.ReadOnly = true;
- this.Ord_OrderClass.Width = 120;
- //
- // Ord_CustomerSource
- //
- this.Ord_CustomerSource.HeaderText = "客户来源";
- this.Ord_CustomerSource.Name = "Ord_CustomerSource";
- //
- // Ord_CreateDateTime
- //
- this.Ord_CreateDateTime.HeaderText = "订单时间";
- this.Ord_CreateDateTime.Name = "Ord_CreateDateTime";
- this.Ord_CreateDateTime.ReadOnly = true;
- this.Ord_CreateDateTime.Width = 120;
- //
- // contextMenuStripEx1
- //
- this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tlsAddSelect,
- this.toolStripSeparator1,
- this.tlsAllSelect,
- this.tlsFangSelect});
- this.contextMenuStripEx1.Name = "contextMenuStripEx1";
- this.contextMenuStripEx1.Size = new System.Drawing.Size(185, 76);
- //
- // tlsAddSelect
- //
- this.tlsAddSelect.Name = "tlsAddSelect";
- this.tlsAddSelect.Size = new System.Drawing.Size(184, 22);
- this.tlsAddSelect.Text = "添加当前选择的客户";
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
- //
- // tlsAllSelect
- //
- this.tlsAllSelect.Name = "tlsAllSelect";
- this.tlsAllSelect.Size = new System.Drawing.Size(184, 22);
- this.tlsAllSelect.Text = "全选";
- //
- // tlsFangSelect
- //
- this.tlsFangSelect.Name = "tlsFangSelect";
- this.tlsFangSelect.Size = new System.Drawing.Size(184, 22);
- this.tlsFangSelect.Text = "反选";
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 445);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(900, 30);
- this.ucPagerEx1.TabIndex = 226;
- this.ucPagerEx1.TbDataSource = null;
- //
- // cbxStoreList
- //
- this.cbxStoreList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxStoreList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbxStoreList.FormattingEnabled = true;
- this.cbxStoreList.Location = new System.Drawing.Point(540, 17);
- this.cbxStoreList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
- this.cbxStoreList.Name = "cbxStoreList";
- this.cbxStoreList.Size = new System.Drawing.Size(149, 25);
- this.cbxStoreList.TabIndex = 230;
- this.cbxStoreList.Visible = false;
- //
- // FrmScreening
- //
- this.AcceptButton = this.btnSelcet;
- 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.MinimumSize = new System.Drawing.Size(910, 610);
- this.Name = "FrmScreening";
- this.Text = "筛选客户";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- 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);
- this.panelEx2.PerformLayout();
- this.plCurrentQuerySex.ResumeLayout(false);
- this.plCurrentQuerySex.PerformLayout();
- this.panelEx3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerList)).EndInit();
- this.contextMenuStripEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx5;
- protected ComponentLibrary.ButtonEx btnSelcet;
- protected ComponentLibrary.ButtonEx btnOk;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.ButtonEx btnHightSelect;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected internal ComponentLibrary.DataGridViewEx dgvCustomerList;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Number;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Type_CH;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Sex_cs;
- private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
- private System.Windows.Forms.DataGridViewTextBoxColumn GregorianCalendar_Birthday;
- private System.Windows.Forms.DataGridViewTextBoxColumn Age_String;
- private System.Windows.Forms.DataGridViewTextBoxColumn Age_Day;
- private System.Windows.Forms.DataGridViewTextBoxColumn GregorianCalendar_DayForMarriage;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_PhotographyCategory;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn yingFuPrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_OrderClass;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerSource;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CreateDateTime;
- protected internal ComponentLibrary.TextBoxEx txtKeyWords;
- protected internal ComponentLibrary.RadioButtonEx rdoAll;
- protected internal ComponentLibrary.RadioButtonEx rdoWoman;
- protected internal ComponentLibrary.RadioButtonEx rdoMan;
- protected internal ComponentLibrary.ComboBoxEx cmbCustomerType;
- protected internal ComponentLibrary.PanelEx plCurrentQuerySex;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- protected internal ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
- protected internal System.Windows.Forms.ToolStripMenuItem tlsAddSelect;
- protected internal System.Windows.Forms.ToolStripMenuItem tlsAllSelect;
- protected internal System.Windows.Forms.ToolStripMenuItem tlsFangSelect;
- protected ComponentLibrary.ButtonEx btnExport;
- protected System.Windows.Forms.ComboBox cbxStoreList;
- }
- }
|