123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class PointsSetSuperSmallForm
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PointsSetSuperSmallForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- this.txtPointsToRMB_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.chkNoCardPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkHaveCardPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.btnTest = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtReferral_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtLatePeriod_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtAgoPeriod_RMB = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtPointsToRMB_Points = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtWeddingAnniversary_Month = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtBirthday_Month = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtReferral_Points = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtLatePeriod_Points = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtAgoPeriod_Points = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtWeddingAnniversary_Day = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtBirthday_Day = new LYFZ.ComponentLibrary.TextBoxEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnAddDate = new LYFZ.ComponentLibrary.ButtonForm();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDianqing_Month = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtDianqing_Day = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(400, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(400, 545);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
- //
- // txtPointsToRMB_RMB
- //
- this.txtPointsToRMB_RMB.BackColor = System.Drawing.Color.Transparent;
- this.txtPointsToRMB_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPointsToRMB_RMB.Icon = null;
- this.txtPointsToRMB_RMB.IconIsButton = false;
- this.txtPointsToRMB_RMB.IsPasswordChat = '\0';
- this.txtPointsToRMB_RMB.IsSystemPasswordChar = false;
- this.txtPointsToRMB_RMB.Lines = new string[] {
- "1"};
- this.txtPointsToRMB_RMB.Location = new System.Drawing.Point(297, 2);
- this.txtPointsToRMB_RMB.Margin = new System.Windows.Forms.Padding(0);
- this.txtPointsToRMB_RMB.MaxLength = 4;
- this.txtPointsToRMB_RMB.MinimumSize = new System.Drawing.Size(0, 20);
- this.txtPointsToRMB_RMB.MouseBack = null;
- this.txtPointsToRMB_RMB.Multiline = false;
- this.txtPointsToRMB_RMB.Name = "txtPointsToRMB_RMB";
- this.txtPointsToRMB_RMB.NormlBack = null;
- this.txtPointsToRMB_RMB.Padding = new System.Windows.Forms.Padding(5);
- this.txtPointsToRMB_RMB.ReadOnly = true;
- this.txtPointsToRMB_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPointsToRMB_RMB.Size = new System.Drawing.Size(60, 25);
- this.txtPointsToRMB_RMB.TabIndex = 15;
- this.txtPointsToRMB_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtPointsToRMB_RMB.Visible = false;
- this.txtPointsToRMB_RMB.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPointsToRMB_RMB.WaterText = "";
- this.txtPointsToRMB_RMB.WordWrap = true;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(135, 6);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(241, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "积分 = 人民币 元";
- this.labelEx1.Visible = 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(90, 6);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(88, 28);
- this.btnOK.TabIndex = 13;
- this.btnOK.Text = " 确 定";
- this.btnOK.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.btnClose);
- this.panelEx1.Controls.Add(this.btnOK);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx1.Location = new System.Drawing.Point(0, 505);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(400, 40);
- this.panelEx1.TabIndex = 2;
- //
- // 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(229, 6);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(88, 28);
- this.btnClose.TabIndex = 14;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // panelEx2
- //
- this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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.chkNoCardPoints);
- this.panelEx2.Controls.Add(this.chkHaveCardPoints);
- this.panelEx2.Controls.Add(this.btnTest);
- this.panelEx2.Controls.Add(this.btnDelete);
- this.panelEx2.Controls.Add(this.labelEx2);
- this.panelEx2.Controls.Add(this.txtReferral_RMB);
- this.panelEx2.Controls.Add(this.txtLatePeriod_RMB);
- this.panelEx2.Controls.Add(this.txtAgoPeriod_RMB);
- this.panelEx2.Controls.Add(this.txtPointsToRMB_Points);
- this.panelEx2.Controls.Add(this.txtWeddingAnniversary_Month);
- this.panelEx2.Controls.Add(this.txtBirthday_Month);
- this.panelEx2.Controls.Add(this.txtReferral_Points);
- this.panelEx2.Controls.Add(this.txtLatePeriod_Points);
- this.panelEx2.Controls.Add(this.txtAgoPeriod_Points);
- this.panelEx2.Controls.Add(this.txtWeddingAnniversary_Day);
- this.panelEx2.Controls.Add(this.txtBirthday_Day);
- this.panelEx2.Controls.Add(this.dgvData);
- this.panelEx2.Controls.Add(this.btnAddDate);
- this.panelEx2.Controls.Add(this.labelEx11);
- this.panelEx2.Controls.Add(this.labelEx10);
- this.panelEx2.Controls.Add(this.labelEx9);
- this.panelEx2.Controls.Add(this.labelEx8);
- this.panelEx2.Controls.Add(this.labelEx7);
- this.panelEx2.Controls.Add(this.txtDianqing_Month);
- this.panelEx2.Controls.Add(this.txtDianqing_Day);
- this.panelEx2.Controls.Add(this.labelEx5);
- this.panelEx2.Controls.Add(this.labelEx4);
- this.panelEx2.Controls.Add(this.labelEx3);
- this.panelEx2.Controls.Add(this.txtPointsToRMB_RMB);
- this.panelEx2.Controls.Add(this.labelEx14);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(380, 487);
- this.panelEx2.TabIndex = 3;
- //
- // chkNoCardPoints
- //
- this.chkNoCardPoints.AutoSize = true;
- this.chkNoCardPoints.BackColor = System.Drawing.Color.Transparent;
- this.chkNoCardPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkNoCardPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkNoCardPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkNoCardPoints.Fourstates = false;
- this.chkNoCardPoints.IsGreenTick = false;
- this.chkNoCardPoints.Location = new System.Drawing.Point(190, 45);
- this.chkNoCardPoints.Name = "chkNoCardPoints";
- this.chkNoCardPoints.Size = new System.Drawing.Size(111, 21);
- this.chkNoCardPoints.TabIndex = 35;
- this.chkNoCardPoints.Text = "开启无卡也积分";
- this.chkNoCardPoints.UseVisualStyleBackColor = false;
- //
- // chkHaveCardPoints
- //
- this.chkHaveCardPoints.AutoSize = true;
- this.chkHaveCardPoints.BackColor = System.Drawing.Color.Transparent;
- this.chkHaveCardPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkHaveCardPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkHaveCardPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkHaveCardPoints.Fourstates = false;
- this.chkHaveCardPoints.IsGreenTick = false;
- this.chkHaveCardPoints.Location = new System.Drawing.Point(80, 45);
- this.chkHaveCardPoints.Name = "chkHaveCardPoints";
- this.chkHaveCardPoints.Size = new System.Drawing.Size(99, 21);
- this.chkHaveCardPoints.TabIndex = 34;
- this.chkHaveCardPoints.Text = "开启有卡积分";
- this.chkHaveCardPoints.UseVisualStyleBackColor = false;
- //
- // btnTest
- //
- this.btnTest.BackColor = System.Drawing.Color.Transparent;
- this.btnTest.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTest.BackImg")));
- this.btnTest.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnTest.ForeColor = System.Drawing.Color.White;
- this.btnTest.IsCustomBackImg = false;
- this.btnTest.IsShowText = true;
- this.btnTest.Location = new System.Drawing.Point(298, 178);
- this.btnTest.Name = "btnTest";
- this.btnTest.Size = new System.Drawing.Size(60, 24);
- this.btnTest.TabIndex = 33;
- this.btnTest.Text = " 测试";
- this.btnTest.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(192, 304);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(60, 24);
- this.btnDelete.TabIndex = 11;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.labelEx2.ForeColor = System.Drawing.Color.Red;
- this.labelEx2.Location = new System.Drawing.Point(41, 154);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(170, 17);
- this.labelEx2.TabIndex = 32;
- this.labelEx2.Text = "注:<转介绍>遇店庆共同翻倍";
- //
- // txtReferral_RMB
- //
- this.txtReferral_RMB.BackColor = System.Drawing.Color.Transparent;
- this.txtReferral_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtReferral_RMB.Icon = null;
- this.txtReferral_RMB.IconIsButton = false;
- this.txtReferral_RMB.IsPasswordChat = '\0';
- this.txtReferral_RMB.IsSystemPasswordChar = false;
- this.txtReferral_RMB.Lines = new string[0];
- this.txtReferral_RMB.Location = new System.Drawing.Point(131, 130);
- this.txtReferral_RMB.Margin = new System.Windows.Forms.Padding(0);
- this.txtReferral_RMB.MaxLength = 4;
- this.txtReferral_RMB.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtReferral_RMB.MouseBack = null;
- this.txtReferral_RMB.Multiline = false;
- this.txtReferral_RMB.Name = "txtReferral_RMB";
- this.txtReferral_RMB.NormlBack = null;
- this.txtReferral_RMB.Padding = new System.Windows.Forms.Padding(5);
- this.txtReferral_RMB.ReadOnly = false;
- this.txtReferral_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtReferral_RMB.Size = new System.Drawing.Size(80, 25);
- this.txtReferral_RMB.TabIndex = 4;
- this.txtReferral_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtReferral_RMB.WaterColor = System.Drawing.Color.DarkGray;
- this.txtReferral_RMB.WaterText = "";
- this.txtReferral_RMB.WordWrap = true;
- //
- // txtLatePeriod_RMB
- //
- this.txtLatePeriod_RMB.BackColor = System.Drawing.Color.Transparent;
- this.txtLatePeriod_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtLatePeriod_RMB.Icon = null;
- this.txtLatePeriod_RMB.IconIsButton = false;
- this.txtLatePeriod_RMB.IsPasswordChat = '\0';
- this.txtLatePeriod_RMB.IsSystemPasswordChar = false;
- this.txtLatePeriod_RMB.Lines = new string[0];
- this.txtLatePeriod_RMB.Location = new System.Drawing.Point(95, 102);
- this.txtLatePeriod_RMB.Margin = new System.Windows.Forms.Padding(0);
- this.txtLatePeriod_RMB.MaxLength = 6;
- this.txtLatePeriod_RMB.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtLatePeriod_RMB.MouseBack = null;
- this.txtLatePeriod_RMB.Multiline = false;
- this.txtLatePeriod_RMB.Name = "txtLatePeriod_RMB";
- this.txtLatePeriod_RMB.NormlBack = null;
- this.txtLatePeriod_RMB.Padding = new System.Windows.Forms.Padding(5);
- this.txtLatePeriod_RMB.ReadOnly = false;
- this.txtLatePeriod_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtLatePeriod_RMB.Size = new System.Drawing.Size(80, 25);
- this.txtLatePeriod_RMB.TabIndex = 3;
- this.txtLatePeriod_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtLatePeriod_RMB.WaterColor = System.Drawing.Color.DarkGray;
- this.txtLatePeriod_RMB.WaterText = "";
- this.txtLatePeriod_RMB.WordWrap = true;
- //
- // txtAgoPeriod_RMB
- //
- this.txtAgoPeriod_RMB.BackColor = System.Drawing.Color.Transparent;
- this.txtAgoPeriod_RMB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtAgoPeriod_RMB.Icon = null;
- this.txtAgoPeriod_RMB.IconIsButton = false;
- this.txtAgoPeriod_RMB.IsPasswordChat = '\0';
- this.txtAgoPeriod_RMB.IsSystemPasswordChar = false;
- this.txtAgoPeriod_RMB.Lines = new string[0];
- this.txtAgoPeriod_RMB.Location = new System.Drawing.Point(95, 74);
- this.txtAgoPeriod_RMB.Margin = new System.Windows.Forms.Padding(0);
- this.txtAgoPeriod_RMB.MaxLength = 6;
- this.txtAgoPeriod_RMB.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtAgoPeriod_RMB.MouseBack = null;
- this.txtAgoPeriod_RMB.Multiline = false;
- this.txtAgoPeriod_RMB.Name = "txtAgoPeriod_RMB";
- this.txtAgoPeriod_RMB.NormlBack = null;
- this.txtAgoPeriod_RMB.Padding = new System.Windows.Forms.Padding(5);
- this.txtAgoPeriod_RMB.ReadOnly = false;
- this.txtAgoPeriod_RMB.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtAgoPeriod_RMB.Size = new System.Drawing.Size(80, 25);
- this.txtAgoPeriod_RMB.TabIndex = 2;
- this.txtAgoPeriod_RMB.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtAgoPeriod_RMB.WaterColor = System.Drawing.Color.DarkGray;
- this.txtAgoPeriod_RMB.WaterText = "";
- this.txtAgoPeriod_RMB.WordWrap = true;
- //
- // txtPointsToRMB_Points
- //
- this.txtPointsToRMB_Points.BackColor = System.Drawing.Color.Transparent;
- this.txtPointsToRMB_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPointsToRMB_Points.Icon = null;
- this.txtPointsToRMB_Points.IconIsButton = false;
- this.txtPointsToRMB_Points.IsPasswordChat = '\0';
- this.txtPointsToRMB_Points.IsSystemPasswordChar = false;
- this.txtPointsToRMB_Points.Lines = new string[0];
- this.txtPointsToRMB_Points.Location = new System.Drawing.Point(165, 2);
- this.txtPointsToRMB_Points.Margin = new System.Windows.Forms.Padding(0);
- this.txtPointsToRMB_Points.MaxLength = 9;
- this.txtPointsToRMB_Points.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtPointsToRMB_Points.MouseBack = null;
- this.txtPointsToRMB_Points.Multiline = false;
- this.txtPointsToRMB_Points.Name = "txtPointsToRMB_Points";
- this.txtPointsToRMB_Points.NormlBack = null;
- this.txtPointsToRMB_Points.Padding = new System.Windows.Forms.Padding(5);
- this.txtPointsToRMB_Points.ReadOnly = false;
- this.txtPointsToRMB_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPointsToRMB_Points.Size = new System.Drawing.Size(80, 25);
- this.txtPointsToRMB_Points.TabIndex = 1;
- this.txtPointsToRMB_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPointsToRMB_Points.Visible = false;
- this.txtPointsToRMB_Points.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPointsToRMB_Points.WaterText = "";
- this.txtPointsToRMB_Points.WordWrap = true;
- //
- // txtWeddingAnniversary_Month
- //
- this.txtWeddingAnniversary_Month.BackColor = System.Drawing.Color.Transparent;
- this.txtWeddingAnniversary_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtWeddingAnniversary_Month.Icon = null;
- this.txtWeddingAnniversary_Month.IconIsButton = false;
- this.txtWeddingAnniversary_Month.IsPasswordChat = '\0';
- this.txtWeddingAnniversary_Month.IsSystemPasswordChar = false;
- this.txtWeddingAnniversary_Month.Lines = new string[0];
- this.txtWeddingAnniversary_Month.Location = new System.Drawing.Point(291, 263);
- this.txtWeddingAnniversary_Month.Margin = new System.Windows.Forms.Padding(0);
- this.txtWeddingAnniversary_Month.MaxLength = 4;
- this.txtWeddingAnniversary_Month.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtWeddingAnniversary_Month.MouseBack = null;
- this.txtWeddingAnniversary_Month.Multiline = false;
- this.txtWeddingAnniversary_Month.Name = "txtWeddingAnniversary_Month";
- this.txtWeddingAnniversary_Month.NormlBack = null;
- this.txtWeddingAnniversary_Month.Padding = new System.Windows.Forms.Padding(5);
- this.txtWeddingAnniversary_Month.ReadOnly = false;
- this.txtWeddingAnniversary_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtWeddingAnniversary_Month.Size = new System.Drawing.Size(50, 25);
- this.txtWeddingAnniversary_Month.TabIndex = 10;
- this.txtWeddingAnniversary_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtWeddingAnniversary_Month.WaterColor = System.Drawing.Color.DarkGray;
- this.txtWeddingAnniversary_Month.WaterText = "";
- this.txtWeddingAnniversary_Month.WordWrap = true;
- //
- // txtBirthday_Month
- //
- this.txtBirthday_Month.BackColor = System.Drawing.Color.Transparent;
- this.txtBirthday_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtBirthday_Month.Icon = null;
- this.txtBirthday_Month.IconIsButton = false;
- this.txtBirthday_Month.IsPasswordChat = '\0';
- this.txtBirthday_Month.IsSystemPasswordChar = false;
- this.txtBirthday_Month.Lines = new string[0];
- this.txtBirthday_Month.Location = new System.Drawing.Point(291, 235);
- this.txtBirthday_Month.Margin = new System.Windows.Forms.Padding(0);
- this.txtBirthday_Month.MaxLength = 4;
- this.txtBirthday_Month.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtBirthday_Month.MouseBack = null;
- this.txtBirthday_Month.Multiline = false;
- this.txtBirthday_Month.Name = "txtBirthday_Month";
- this.txtBirthday_Month.NormlBack = null;
- this.txtBirthday_Month.Padding = new System.Windows.Forms.Padding(5);
- this.txtBirthday_Month.ReadOnly = false;
- this.txtBirthday_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBirthday_Month.Size = new System.Drawing.Size(50, 25);
- this.txtBirthday_Month.TabIndex = 8;
- this.txtBirthday_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBirthday_Month.WaterColor = System.Drawing.Color.DarkGray;
- this.txtBirthday_Month.WaterText = "";
- this.txtBirthday_Month.WordWrap = true;
- //
- // txtReferral_Points
- //
- this.txtReferral_Points.BackColor = System.Drawing.Color.Transparent;
- this.txtReferral_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtReferral_Points.Icon = null;
- this.txtReferral_Points.IconIsButton = false;
- this.txtReferral_Points.IsPasswordChat = '\0';
- this.txtReferral_Points.IsSystemPasswordChar = false;
- this.txtReferral_Points.Lines = new string[] {
- "1"};
- this.txtReferral_Points.Location = new System.Drawing.Point(238, 130);
- this.txtReferral_Points.Margin = new System.Windows.Forms.Padding(0);
- this.txtReferral_Points.MaxLength = 4;
- this.txtReferral_Points.MinimumSize = new System.Drawing.Size(0, 20);
- this.txtReferral_Points.MouseBack = null;
- this.txtReferral_Points.Multiline = false;
- this.txtReferral_Points.Name = "txtReferral_Points";
- this.txtReferral_Points.NormlBack = null;
- this.txtReferral_Points.Padding = new System.Windows.Forms.Padding(5);
- this.txtReferral_Points.ReadOnly = true;
- this.txtReferral_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtReferral_Points.Size = new System.Drawing.Size(60, 25);
- this.txtReferral_Points.TabIndex = 18;
- this.txtReferral_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtReferral_Points.WaterColor = System.Drawing.Color.DarkGray;
- this.txtReferral_Points.WaterText = "";
- this.txtReferral_Points.WordWrap = true;
- //
- // txtLatePeriod_Points
- //
- this.txtLatePeriod_Points.BackColor = System.Drawing.Color.Transparent;
- this.txtLatePeriod_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtLatePeriod_Points.Icon = null;
- this.txtLatePeriod_Points.IconIsButton = false;
- this.txtLatePeriod_Points.IsPasswordChat = '\0';
- this.txtLatePeriod_Points.IsSystemPasswordChar = false;
- this.txtLatePeriod_Points.Lines = new string[] {
- "1"};
- this.txtLatePeriod_Points.Location = new System.Drawing.Point(203, 102);
- this.txtLatePeriod_Points.Margin = new System.Windows.Forms.Padding(0);
- this.txtLatePeriod_Points.MaxLength = 4;
- this.txtLatePeriod_Points.MinimumSize = new System.Drawing.Size(0, 20);
- this.txtLatePeriod_Points.MouseBack = null;
- this.txtLatePeriod_Points.Multiline = false;
- this.txtLatePeriod_Points.Name = "txtLatePeriod_Points";
- this.txtLatePeriod_Points.NormlBack = null;
- this.txtLatePeriod_Points.Padding = new System.Windows.Forms.Padding(5);
- this.txtLatePeriod_Points.ReadOnly = true;
- this.txtLatePeriod_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtLatePeriod_Points.Size = new System.Drawing.Size(60, 25);
- this.txtLatePeriod_Points.TabIndex = 17;
- this.txtLatePeriod_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtLatePeriod_Points.WaterColor = System.Drawing.Color.DarkGray;
- this.txtLatePeriod_Points.WaterText = "";
- this.txtLatePeriod_Points.WordWrap = true;
- //
- // txtAgoPeriod_Points
- //
- this.txtAgoPeriod_Points.BackColor = System.Drawing.Color.Transparent;
- this.txtAgoPeriod_Points.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtAgoPeriod_Points.Icon = null;
- this.txtAgoPeriod_Points.IconIsButton = false;
- this.txtAgoPeriod_Points.IsPasswordChat = '\0';
- this.txtAgoPeriod_Points.IsSystemPasswordChar = false;
- this.txtAgoPeriod_Points.Lines = new string[] {
- "1"};
- this.txtAgoPeriod_Points.Location = new System.Drawing.Point(203, 74);
- this.txtAgoPeriod_Points.Margin = new System.Windows.Forms.Padding(0);
- this.txtAgoPeriod_Points.MaxLength = 4;
- this.txtAgoPeriod_Points.MinimumSize = new System.Drawing.Size(0, 20);
- this.txtAgoPeriod_Points.MouseBack = null;
- this.txtAgoPeriod_Points.Multiline = false;
- this.txtAgoPeriod_Points.Name = "txtAgoPeriod_Points";
- this.txtAgoPeriod_Points.NormlBack = null;
- this.txtAgoPeriod_Points.Padding = new System.Windows.Forms.Padding(5);
- this.txtAgoPeriod_Points.ReadOnly = true;
- this.txtAgoPeriod_Points.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtAgoPeriod_Points.Size = new System.Drawing.Size(60, 25);
- this.txtAgoPeriod_Points.TabIndex = 16;
- this.txtAgoPeriod_Points.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtAgoPeriod_Points.WaterColor = System.Drawing.Color.DarkGray;
- this.txtAgoPeriod_Points.WaterText = "";
- this.txtAgoPeriod_Points.WordWrap = true;
- //
- // txtWeddingAnniversary_Day
- //
- this.txtWeddingAnniversary_Day.BackColor = System.Drawing.Color.Transparent;
- this.txtWeddingAnniversary_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtWeddingAnniversary_Day.Icon = null;
- this.txtWeddingAnniversary_Day.IconIsButton = false;
- this.txtWeddingAnniversary_Day.IsPasswordChat = '\0';
- this.txtWeddingAnniversary_Day.IsSystemPasswordChar = false;
- this.txtWeddingAnniversary_Day.Lines = new string[0];
- this.txtWeddingAnniversary_Day.Location = new System.Drawing.Point(163, 263);
- this.txtWeddingAnniversary_Day.Margin = new System.Windows.Forms.Padding(0);
- this.txtWeddingAnniversary_Day.MaxLength = 4;
- this.txtWeddingAnniversary_Day.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtWeddingAnniversary_Day.MouseBack = null;
- this.txtWeddingAnniversary_Day.Multiline = false;
- this.txtWeddingAnniversary_Day.Name = "txtWeddingAnniversary_Day";
- this.txtWeddingAnniversary_Day.NormlBack = null;
- this.txtWeddingAnniversary_Day.Padding = new System.Windows.Forms.Padding(5);
- this.txtWeddingAnniversary_Day.ReadOnly = false;
- this.txtWeddingAnniversary_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtWeddingAnniversary_Day.Size = new System.Drawing.Size(50, 25);
- this.txtWeddingAnniversary_Day.TabIndex = 9;
- this.txtWeddingAnniversary_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtWeddingAnniversary_Day.WaterColor = System.Drawing.Color.DarkGray;
- this.txtWeddingAnniversary_Day.WaterText = "";
- this.txtWeddingAnniversary_Day.WordWrap = true;
- //
- // txtBirthday_Day
- //
- this.txtBirthday_Day.BackColor = System.Drawing.Color.Transparent;
- this.txtBirthday_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtBirthday_Day.Icon = null;
- this.txtBirthday_Day.IconIsButton = false;
- this.txtBirthday_Day.IsPasswordChat = '\0';
- this.txtBirthday_Day.IsSystemPasswordChar = false;
- this.txtBirthday_Day.Lines = new string[0];
- this.txtBirthday_Day.Location = new System.Drawing.Point(163, 235);
- this.txtBirthday_Day.Margin = new System.Windows.Forms.Padding(0);
- this.txtBirthday_Day.MaxLength = 4;
- this.txtBirthday_Day.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtBirthday_Day.MouseBack = null;
- this.txtBirthday_Day.Multiline = false;
- this.txtBirthday_Day.Name = "txtBirthday_Day";
- this.txtBirthday_Day.NormlBack = null;
- this.txtBirthday_Day.Padding = new System.Windows.Forms.Padding(5);
- this.txtBirthday_Day.ReadOnly = false;
- this.txtBirthday_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtBirthday_Day.Size = new System.Drawing.Size(50, 25);
- this.txtBirthday_Day.TabIndex = 7;
- this.txtBirthday_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtBirthday_Day.WaterColor = System.Drawing.Color.DarkGray;
- this.txtBirthday_Day.WaterText = "";
- this.txtBirthday_Day.WordWrap = true;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvData.ColumnHeadersHeight = 24;
- this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4});
- this.dgvData.dgvColumnHeadersHeight = 24;
- this.dgvData.dgvCurrentColumnOriginalSet = "";
- this.dgvData.dgvCurrentColumnWidth = "";
- this.dgvData.dgvCurrentHideColumn = null;
- this.dgvData.dgvFixedHideColumn = null;
- this.dgvData.dgvGuidName = null;
- this.dgvData.dgvUserEmployeeID = null;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.ImageHeight = 15;
- this.dgvData.ImageWidth = 15;
- this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
- this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
- this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = false;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(19, 332);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvData.RowHeadersVisible = false;
- this.dgvData.RowHeadersWidth = 25;
- this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(341, 140);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 17;
- this.dgvData.ViceCount = 1;
- //
- // Column1
- //
- this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column1.DefaultCellStyle = dataGridViewCellStyle7;
- this.Column1.HeaderText = "开始日期";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column2.DefaultCellStyle = dataGridViewCellStyle8;
- this.Column2.HeaderText = "结束日期";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column3
- //
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle9;
- this.Column3.HeaderText = "积分(倍)";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- this.Column3.Width = 80;
- //
- // Column4
- //
- this.Column4.HeaderText = "ID";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- this.Column4.Visible = false;
- this.Column4.Width = 86;
- //
- // btnAddDate
- //
- this.btnAddDate.BackColor = System.Drawing.Color.Transparent;
- this.btnAddDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddDate.BackImg")));
- this.btnAddDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAddDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddDate.ForeColor = System.Drawing.Color.White;
- this.btnAddDate.IsCustomBackImg = false;
- this.btnAddDate.IsShowText = true;
- this.btnAddDate.Location = new System.Drawing.Point(258, 304);
- this.btnAddDate.Name = "btnAddDate";
- this.btnAddDate.Size = new System.Drawing.Size(100, 24);
- this.btnAddDate.TabIndex = 12;
- this.btnAddDate.Text = " 添加特定日期";
- this.btnAddDate.UseVisualStyleBackColor = false;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(16, 304);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(84, 17);
- this.labelEx11.TabIndex = 15;
- this.labelEx11.Text = "特定日期设置 ";
- //
- // 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(41, 134);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(276, 17);
- this.labelEx10.TabIndex = 14;
- this.labelEx10.Text = "转介绍前期消费 元积 分";
- //
- // 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(41, 106);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(240, 17);
- this.labelEx9.TabIndex = 13;
- this.labelEx9.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(41, 78);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(240, 17);
- this.labelEx8.TabIndex = 12;
- this.labelEx8.Text = "前期消费 元积 分";
- //
- // 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(32, 267);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(328, 17);
- this.labelEx7.TabIndex = 11;
- this.labelEx7.Text = "结婚纪念日: 当天积分 倍,当月积分 倍";
- //
- // txtDianqing_Month
- //
- this.txtDianqing_Month.BackColor = System.Drawing.Color.Transparent;
- this.txtDianqing_Month.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDianqing_Month.Icon = null;
- this.txtDianqing_Month.IconIsButton = false;
- this.txtDianqing_Month.IsPasswordChat = '\0';
- this.txtDianqing_Month.IsSystemPasswordChar = false;
- this.txtDianqing_Month.Lines = new string[0];
- this.txtDianqing_Month.Location = new System.Drawing.Point(291, 207);
- this.txtDianqing_Month.Margin = new System.Windows.Forms.Padding(0);
- this.txtDianqing_Month.MaxLength = 4;
- this.txtDianqing_Month.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtDianqing_Month.MouseBack = null;
- this.txtDianqing_Month.Multiline = false;
- this.txtDianqing_Month.Name = "txtDianqing_Month";
- this.txtDianqing_Month.NormlBack = null;
- this.txtDianqing_Month.Padding = new System.Windows.Forms.Padding(5);
- this.txtDianqing_Month.ReadOnly = false;
- this.txtDianqing_Month.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDianqing_Month.Size = new System.Drawing.Size(50, 25);
- this.txtDianqing_Month.TabIndex = 6;
- this.txtDianqing_Month.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDianqing_Month.WaterColor = System.Drawing.Color.DarkGray;
- this.txtDianqing_Month.WaterText = "";
- this.txtDianqing_Month.WordWrap = true;
- //
- // txtDianqing_Day
- //
- this.txtDianqing_Day.BackColor = System.Drawing.Color.Transparent;
- this.txtDianqing_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDianqing_Day.Icon = null;
- this.txtDianqing_Day.IconIsButton = false;
- this.txtDianqing_Day.IsPasswordChat = '\0';
- this.txtDianqing_Day.IsSystemPasswordChar = false;
- this.txtDianqing_Day.Lines = new string[0];
- this.txtDianqing_Day.Location = new System.Drawing.Point(163, 207);
- this.txtDianqing_Day.Margin = new System.Windows.Forms.Padding(0);
- this.txtDianqing_Day.MaxLength = 4;
- this.txtDianqing_Day.MinimumSize = new System.Drawing.Size(0, 23);
- this.txtDianqing_Day.MouseBack = null;
- this.txtDianqing_Day.Multiline = false;
- this.txtDianqing_Day.Name = "txtDianqing_Day";
- this.txtDianqing_Day.NormlBack = null;
- this.txtDianqing_Day.Padding = new System.Windows.Forms.Padding(5);
- this.txtDianqing_Day.ReadOnly = false;
- this.txtDianqing_Day.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDianqing_Day.Size = new System.Drawing.Size(50, 25);
- this.txtDianqing_Day.TabIndex = 5;
- this.txtDianqing_Day.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDianqing_Day.WaterColor = System.Drawing.Color.DarkGray;
- this.txtDianqing_Day.WaterText = "";
- this.txtDianqing_Day.WordWrap = true;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(68, 239);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(292, 17);
- this.labelEx5.TabIndex = 7;
- this.labelEx5.Text = "生日: 当天积分 倍,当月积分 倍";
- //
- // labelEx4
- //
- this.labelEx4.AutoSize = true;
- this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx4.Location = new System.Drawing.Point(68, 211);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(292, 17);
- this.labelEx4.TabIndex = 6;
- this.labelEx4.Text = "店庆: 当天积分 倍,当月积分 倍";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(16, 185);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(84, 17);
- this.labelEx3.TabIndex = 5;
- this.labelEx3.Text = "节日积分设置 ";
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(16, 15);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(84, 17);
- this.labelEx14.TabIndex = 4;
- this.labelEx14.Text = "消费积分设置 ";
- //
- // PointsSetSuperSmallForm
- //
- 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(400, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "PointsSetSuperSmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- 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.panelEx1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.ButtonEx btnOK;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.TextBoxEx txtPointsToRMB_RMB;
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx14;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.LabelEx labelEx10;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx8;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.TextBoxEx txtDianqing_Month;
- protected ComponentLibrary.TextBoxEx txtDianqing_Day;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.TextBoxEx txtWeddingAnniversary_Month;
- protected ComponentLibrary.TextBoxEx txtBirthday_Month;
- protected ComponentLibrary.TextBoxEx txtReferral_Points;
- protected ComponentLibrary.TextBoxEx txtLatePeriod_Points;
- protected ComponentLibrary.TextBoxEx txtAgoPeriod_Points;
- protected ComponentLibrary.TextBoxEx txtWeddingAnniversary_Day;
- protected ComponentLibrary.TextBoxEx txtBirthday_Day;
- private ComponentLibrary.LabelEx labelEx2;
- protected ComponentLibrary.TextBoxEx txtReferral_RMB;
- protected ComponentLibrary.TextBoxEx txtLatePeriod_RMB;
- protected ComponentLibrary.TextBoxEx txtAgoPeriod_RMB;
- protected ComponentLibrary.TextBoxEx txtPointsToRMB_Points;
- protected ComponentLibrary.DataGridViewEc dgvData;
- protected ComponentLibrary.ButtonForm btnAddDate;
- protected ComponentLibrary.ButtonForm btnDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- protected ComponentLibrary.ButtonForm btnTest;
- protected internal ComponentLibrary.CheckBoxEx chkNoCardPoints;
- protected internal ComponentLibrary.CheckBoxEx chkHaveCardPoints;
- }
- }
|