123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
- namespace LYFZ.Software.UI.MembershipManage.StatisticsForm
- {
- partial class MemberExpiresRemindForm
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberExpiresRemindForm));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.panelAll = new System.Windows.Forms.Panel();
- this.chkAll = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelPoints = new System.Windows.Forms.Panel();
- this.chkPoints = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelStoredValue = new System.Windows.Forms.Panel();
- this.chkStoredValue = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelBackCash = new System.Windows.Forms.Panel();
- this.chkBackCash = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelService = new System.Windows.Forms.Panel();
- this.chkService = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.panelPhotographer = new System.Windows.Forms.Panel();
- this.chkPhotographer = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSet = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDay = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.panelEx2.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.panelAll.SuspendLayout();
- this.panelPoints.SuspendLayout();
- this.panelStoredValue.SuspendLayout();
- this.panelBackCash.SuspendLayout();
- this.panelService.SuspendLayout();
- this.panelPhotographer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtDay)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- 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);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // 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.dgvData);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx1.Location = new System.Drawing.Point(5, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
- this.panelEx1.Size = new System.Drawing.Size(900, 485);
- this.panelEx1.TabIndex = 0;
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToOrderColumns = true;
- this.dgvData.AllowUserToResizeRows = false;
- this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvData.ColumnHeadersHeight = 24;
- 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.Dock = System.Windows.Forms.DockStyle.Fill;
- 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 = false;
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.IsShowSerialNumber = true;
- this.dgvData.IsSortedRedraw = true;
- this.dgvData.IsSortMode = false;
- this.dgvData.Location = new System.Drawing.Point(3, 45);
- this.dgvData.Name = "dgvData";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvData.RowHeadersWidth = 50;
- 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(894, 437);
- this.dgvData.StrSecondStageNull = "";
- this.dgvData.StrValueNullColumn = "";
- this.dgvData.TabIndex = 20;
- this.dgvData.ViceCount = 1;
- //
- // 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.txtDay);
- this.panelEx2.Controls.Add(this.flowLayoutPanel1);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.btnSet);
- this.panelEx2.Controls.Add(this.btnQuery);
- this.panelEx2.Controls.Add(this.labelEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx2.Location = new System.Drawing.Point(3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(894, 42);
- this.panelEx2.TabIndex = 0;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Controls.Add(this.panelAll);
- this.flowLayoutPanel1.Controls.Add(this.panelPoints);
- this.flowLayoutPanel1.Controls.Add(this.panelStoredValue);
- this.flowLayoutPanel1.Controls.Add(this.panelBackCash);
- this.flowLayoutPanel1.Controls.Add(this.panelService);
- this.flowLayoutPanel1.Controls.Add(this.panelPhotographer);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(441, 5);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(421, 30);
- this.flowLayoutPanel1.TabIndex = 21;
- //
- // panelAll
- //
- this.panelAll.Controls.Add(this.chkAll);
- this.panelAll.Location = new System.Drawing.Point(0, 0);
- this.panelAll.Margin = new System.Windows.Forms.Padding(0);
- this.panelAll.Name = "panelAll";
- this.panelAll.Size = new System.Drawing.Size(68, 29);
- this.panelAll.TabIndex = 0;
- this.panelAll.Visible = false;
- //
- // chkAll
- //
- this.chkAll.AutoSize = true;
- this.chkAll.BackColor = System.Drawing.Color.Transparent;
- this.chkAll.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkAll.Fourstates = false;
- this.chkAll.IsGreenTick = false;
- this.chkAll.Location = new System.Drawing.Point(4, 4);
- this.chkAll.Name = "chkAll";
- this.chkAll.Size = new System.Drawing.Size(51, 21);
- this.chkAll.TabIndex = 34;
- this.chkAll.Text = "所有";
- this.chkAll.UseVisualStyleBackColor = false;
- //
- // panelPoints
- //
- this.panelPoints.Controls.Add(this.chkPoints);
- this.panelPoints.Location = new System.Drawing.Point(68, 0);
- this.panelPoints.Margin = new System.Windows.Forms.Padding(0);
- this.panelPoints.Name = "panelPoints";
- this.panelPoints.Size = new System.Drawing.Size(68, 29);
- this.panelPoints.TabIndex = 1;
- //
- // chkPoints
- //
- this.chkPoints.AutoSize = true;
- this.chkPoints.BackColor = System.Drawing.Color.Transparent;
- this.chkPoints.Checked = true;
- this.chkPoints.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkPoints.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkPoints.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkPoints.Fourstates = false;
- this.chkPoints.IsGreenTick = false;
- this.chkPoints.Location = new System.Drawing.Point(4, 4);
- this.chkPoints.Name = "chkPoints";
- this.chkPoints.Size = new System.Drawing.Size(51, 21);
- this.chkPoints.TabIndex = 29;
- this.chkPoints.Text = "积分";
- this.chkPoints.UseVisualStyleBackColor = false;
- //
- // panelStoredValue
- //
- this.panelStoredValue.Controls.Add(this.chkStoredValue);
- this.panelStoredValue.Location = new System.Drawing.Point(136, 0);
- this.panelStoredValue.Margin = new System.Windows.Forms.Padding(0);
- this.panelStoredValue.Name = "panelStoredValue";
- this.panelStoredValue.Size = new System.Drawing.Size(68, 29);
- this.panelStoredValue.TabIndex = 14;
- //
- // chkStoredValue
- //
- this.chkStoredValue.AutoSize = true;
- this.chkStoredValue.BackColor = System.Drawing.Color.Transparent;
- this.chkStoredValue.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkStoredValue.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkStoredValue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkStoredValue.Fourstates = false;
- this.chkStoredValue.IsGreenTick = false;
- this.chkStoredValue.Location = new System.Drawing.Point(4, 4);
- this.chkStoredValue.Name = "chkStoredValue";
- this.chkStoredValue.Size = new System.Drawing.Size(51, 21);
- this.chkStoredValue.TabIndex = 30;
- this.chkStoredValue.Text = "储值";
- this.chkStoredValue.UseVisualStyleBackColor = false;
- //
- // panelBackCash
- //
- this.panelBackCash.Controls.Add(this.chkBackCash);
- this.panelBackCash.Location = new System.Drawing.Point(204, 0);
- this.panelBackCash.Margin = new System.Windows.Forms.Padding(0);
- this.panelBackCash.Name = "panelBackCash";
- this.panelBackCash.Size = new System.Drawing.Size(68, 29);
- this.panelBackCash.TabIndex = 22;
- //
- // chkBackCash
- //
- this.chkBackCash.AutoSize = true;
- this.chkBackCash.BackColor = System.Drawing.Color.Transparent;
- this.chkBackCash.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkBackCash.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkBackCash.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkBackCash.Fourstates = false;
- this.chkBackCash.IsGreenTick = false;
- this.chkBackCash.Location = new System.Drawing.Point(4, 4);
- this.chkBackCash.Name = "chkBackCash";
- this.chkBackCash.Size = new System.Drawing.Size(51, 21);
- this.chkBackCash.TabIndex = 31;
- this.chkBackCash.Text = "返现";
- this.chkBackCash.UseVisualStyleBackColor = false;
- //
- // panelService
- //
- this.panelService.Controls.Add(this.chkService);
- this.panelService.Location = new System.Drawing.Point(272, 0);
- this.panelService.Margin = new System.Windows.Forms.Padding(0);
- this.panelService.Name = "panelService";
- this.panelService.Size = new System.Drawing.Size(68, 29);
- this.panelService.TabIndex = 2;
- //
- // chkService
- //
- this.chkService.AutoSize = true;
- this.chkService.BackColor = System.Drawing.Color.Transparent;
- this.chkService.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkService.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkService.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkService.Fourstates = false;
- this.chkService.IsGreenTick = false;
- this.chkService.Location = new System.Drawing.Point(4, 4);
- this.chkService.Name = "chkService";
- this.chkService.Size = new System.Drawing.Size(51, 21);
- this.chkService.TabIndex = 32;
- this.chkService.Text = "服务";
- this.chkService.UseVisualStyleBackColor = false;
- //
- // panelPhotographer
- //
- this.panelPhotographer.Controls.Add(this.chkPhotographer);
- this.panelPhotographer.Location = new System.Drawing.Point(340, 0);
- this.panelPhotographer.Margin = new System.Windows.Forms.Padding(0);
- this.panelPhotographer.Name = "panelPhotographer";
- this.panelPhotographer.Size = new System.Drawing.Size(75, 29);
- this.panelPhotographer.TabIndex = 2;
- //
- // chkPhotographer
- //
- this.chkPhotographer.AutoSize = true;
- this.chkPhotographer.BackColor = System.Drawing.Color.Transparent;
- this.chkPhotographer.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkPhotographer.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkPhotographer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkPhotographer.Fourstates = false;
- this.chkPhotographer.IsGreenTick = false;
- this.chkPhotographer.Location = new System.Drawing.Point(2, 4);
- this.chkPhotographer.Name = "chkPhotographer";
- this.chkPhotographer.Size = new System.Drawing.Size(63, 21);
- this.chkPhotographer.TabIndex = 33;
- this.chkPhotographer.Text = "新摄会";
- this.chkPhotographer.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(337, 6);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 28);
- this.btnClose.TabIndex = 28;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnSet
- //
- this.btnSet.BackColor = System.Drawing.Color.Transparent;
- this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
- this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSet.ForeColor = System.Drawing.Color.White;
- this.btnSet.IsCustomBackImg = false;
- this.btnSet.IsShowText = true;
- this.btnSet.Location = new System.Drawing.Point(244, 6);
- this.btnSet.Name = "btnSet";
- this.btnSet.Size = new System.Drawing.Size(85, 28);
- this.btnSet.TabIndex = 27;
- this.btnSet.Text = " 设 置";
- this.btnSet.UseVisualStyleBackColor = false;
- //
- // btnQuery
- //
- this.btnQuery.BackColor = System.Drawing.Color.Transparent;
- this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
- this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnQuery.ForeColor = System.Drawing.Color.White;
- this.btnQuery.IsCustomBackImg = false;
- this.btnQuery.IsShowText = true;
- this.btnQuery.Location = new System.Drawing.Point(151, 6);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(85, 28);
- this.btnQuery.TabIndex = 26;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // 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(9, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(136, 17);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "到期前 天提醒";
- //
- // txtDay
- //
- this.txtDay.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.txtDay.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.txtDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.txtDay.IsCustomColor = false;
- this.txtDay.Location = new System.Drawing.Point(52, 10);
- this.txtDay.Maximum = new decimal(new int[] {
- 9999999,
- 0,
- 0,
- 0});
- this.txtDay.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtDay.Name = "txtDay";
- this.txtDay.Size = new System.Drawing.Size(49, 21);
- this.txtDay.TabIndex = 29;
- this.txtDay.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // MemberExpiresRemindForm
- //
- 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 = "MemberExpiresRemindForm";
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.panelAll.ResumeLayout(false);
- this.panelAll.PerformLayout();
- this.panelPoints.ResumeLayout(false);
- this.panelPoints.PerformLayout();
- this.panelStoredValue.ResumeLayout(false);
- this.panelStoredValue.PerformLayout();
- this.panelBackCash.ResumeLayout(false);
- this.panelBackCash.PerformLayout();
- this.panelService.ResumeLayout(false);
- this.panelService.PerformLayout();
- this.panelPhotographer.ResumeLayout(false);
- this.panelPhotographer.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtDay)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.DataGridViewEc dgvData;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.ButtonEx btnSet;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.CheckBoxEx chkAll;
- protected internal ComponentLibrary.CheckBoxEx chkPhotographer;
- protected internal ComponentLibrary.CheckBoxEx chkService;
- protected internal ComponentLibrary.CheckBoxEx chkBackCash;
- protected internal ComponentLibrary.CheckBoxEx chkStoredValue;
- protected internal ComponentLibrary.CheckBoxEx chkPoints;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- protected internal System.Windows.Forms.Panel panelAll;
- protected internal System.Windows.Forms.Panel panelPoints;
- protected internal System.Windows.Forms.Panel panelStoredValue;
- protected internal System.Windows.Forms.Panel panelBackCash;
- protected internal System.Windows.Forms.Panel panelService;
- protected internal System.Windows.Forms.Panel panelPhotographer;
- protected ComponentLibrary.NumericUpDownEx txtDay;
- }
- }
|