123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
- {
- partial class CashbackInfoSuperSmallForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CashbackInfoSuperSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dgvData1 = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dgvData2 = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dgvData3 = new LYFZ.ComponentLibrary.DataGridViewEc();
- this.txtCashBackProportion = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtHaveBeenTakenOutAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtHaveReturnedAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtCashBackNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtPackagesAmount = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.tabControlEx1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).BeginInit();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).BeginInit();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Size = new System.Drawing.Size(700, 545);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(700, 545);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
- //
- // panelEx1
- //
- this.panelEx1.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.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.btnDelete);
- this.panelEx1.Controls.Add(this.tabControlEx1);
- this.panelEx1.Controls.Add(this.txtCashBackProportion);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.txtHaveBeenTakenOutAmount);
- this.panelEx1.Controls.Add(this.txtHaveReturnedAmount);
- this.panelEx1.Controls.Add(this.txtCashBackNumber);
- this.panelEx1.Controls.Add(this.txtPackagesAmount);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(680, 525);
- this.panelEx1.TabIndex = 1;
- //
- // tabControlEx1
- //
- this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.Controls.Add(this.tabPage1);
- this.tabControlEx1.Controls.Add(this.tabPage2);
- this.tabControlEx1.Controls.Add(this.tabPage3);
- this.tabControlEx1.ItemSize = new System.Drawing.Size(110, 30);
- this.tabControlEx1.Location = new System.Drawing.Point(5, 75);
- this.tabControlEx1.Name = "tabControlEx1";
- this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabControlEx1.SelectedIndex = 0;
- this.tabControlEx1.Size = new System.Drawing.Size(670, 445);
- this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tabControlEx1.TabIndex = 16;
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage1.Controls.Add(this.dgvData1);
- this.tabPage1.Location = new System.Drawing.Point(4, 34);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(662, 407);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "返现信息";
- //
- // dgvData1
- //
- this.dgvData1.AllowUserToAddRows = false;
- this.dgvData1.AllowUserToDeleteRows = false;
- this.dgvData1.AllowUserToResizeRows = false;
- this.dgvData1.BackgroundColor = System.Drawing.Color.White;
- this.dgvData1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgvData1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvData1.dgvCurrentColumnOriginalSet = "";
- this.dgvData1.dgvCurrentColumnWidth = "";
- this.dgvData1.dgvCurrentHideColumn = null;
- this.dgvData1.dgvFixedHideColumn = null;
- this.dgvData1.dgvGuidName = null;
- this.dgvData1.dgvUserEmployeeID = null;
- this.dgvData1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData1.EnableHeadersVisualStyles = false;
- this.dgvData1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData1.ImageHeight = 15;
- this.dgvData1.ImageWidth = 15;
- this.dgvData1.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgCollapse")));
- this.dgvData1.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgExpand")));
- this.dgvData1.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData1.IsCopyCellValue = true;
- this.dgvData1.IsShowSerialNumber = false;
- this.dgvData1.IsSortedRedraw = true;
- this.dgvData1.IsSortMode = false;
- this.dgvData1.Location = new System.Drawing.Point(0, 0);
- this.dgvData1.Name = "dgvData1";
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvData1.RowHeadersVisible = false;
- this.dgvData1.RowHeadersWidth = 25;
- this.dgvData1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData1.RowTemplate.Height = 23;
- this.dgvData1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData1.Size = new System.Drawing.Size(662, 407);
- this.dgvData1.TabIndex = 1;
- this.dgvData1.ViceCount = 1;
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage2.Controls.Add(this.dgvData2);
- this.tabPage2.Location = new System.Drawing.Point(4, 34);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(662, 407);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "提现信息";
- //
- // dgvData2
- //
- this.dgvData2.AllowUserToAddRows = false;
- this.dgvData2.AllowUserToDeleteRows = false;
- this.dgvData2.AllowUserToResizeRows = false;
- this.dgvData2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvData2.BackgroundColor = System.Drawing.Color.White;
- this.dgvData2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvData2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvData2.dgvCurrentColumnOriginalSet = "";
- this.dgvData2.dgvCurrentColumnWidth = "";
- this.dgvData2.dgvCurrentHideColumn = null;
- this.dgvData2.dgvFixedHideColumn = null;
- this.dgvData2.dgvGuidName = null;
- this.dgvData2.dgvUserEmployeeID = null;
- this.dgvData2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData2.EnableHeadersVisualStyles = false;
- this.dgvData2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData2.ImageHeight = 15;
- this.dgvData2.ImageWidth = 15;
- this.dgvData2.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgCollapse")));
- this.dgvData2.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgExpand")));
- this.dgvData2.IsAutomaticDrawSingleOrDoubleRow = true;
- this.dgvData2.IsCopyCellValue = true;
- this.dgvData2.IsShowSerialNumber = false;
- this.dgvData2.IsSortedRedraw = true;
- this.dgvData2.IsSortMode = false;
- this.dgvData2.Location = new System.Drawing.Point(0, 0);
- this.dgvData2.Name = "dgvData2";
- 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.dgvData2.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvData2.RowHeadersVisible = false;
- this.dgvData2.RowHeadersWidth = 25;
- this.dgvData2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData2.RowTemplate.Height = 23;
- this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData2.Size = new System.Drawing.Size(662, 407);
- this.dgvData2.TabIndex = 2;
- this.dgvData2.ViceCount = 1;
- //
- // tabPage3
- //
- this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tabPage3.Controls.Add(this.dgvData3);
- this.tabPage3.Location = new System.Drawing.Point(4, 34);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(662, 407);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "所有副卡";
- //
- // dgvData3
- //
- this.dgvData3.AllowUserToAddRows = false;
- this.dgvData3.AllowUserToDeleteRows = false;
- this.dgvData3.AllowUserToResizeRows = false;
- this.dgvData3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvData3.BackgroundColor = System.Drawing.Color.White;
- this.dgvData3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
- this.dgvData3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvData3.dgvCurrentColumnOriginalSet = "";
- this.dgvData3.dgvCurrentColumnWidth = "";
- this.dgvData3.dgvCurrentHideColumn = null;
- this.dgvData3.dgvFixedHideColumn = null;
- this.dgvData3.dgvGuidName = null;
- this.dgvData3.dgvUserEmployeeID = null;
- this.dgvData3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData3.EnableHeadersVisualStyles = false;
- this.dgvData3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData3.ImageHeight = 15;
- this.dgvData3.ImageWidth = 15;
- this.dgvData3.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgCollapse")));
- this.dgvData3.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgExpand")));
- this.dgvData3.IsAutomaticDrawSingleOrDoubleRow = false;
- this.dgvData3.IsCopyCellValue = true;
- this.dgvData3.IsShowSerialNumber = false;
- this.dgvData3.IsSortedRedraw = true;
- this.dgvData3.IsSortMode = false;
- this.dgvData3.Location = new System.Drawing.Point(0, 0);
- this.dgvData3.Name = "dgvData3";
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(41);
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvData3.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvData3.RowHeadersVisible = false;
- this.dgvData3.RowHeadersWidth = 25;
- this.dgvData3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- this.dgvData3.RowTemplate.Height = 23;
- this.dgvData3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData3.Size = new System.Drawing.Size(662, 407);
- this.dgvData3.TabIndex = 0;
- this.dgvData3.ViceCount = 1;
- //
- // txtCashBackProportion
- //
- this.txtCashBackProportion.BackColor = System.Drawing.Color.Transparent;
- this.txtCashBackProportion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCashBackProportion.Icon = null;
- this.txtCashBackProportion.IconIsButton = false;
- this.txtCashBackProportion.IsPasswordChat = '\0';
- this.txtCashBackProportion.IsSystemPasswordChar = false;
- this.txtCashBackProportion.Lines = new string[0];
- this.txtCashBackProportion.Location = new System.Drawing.Point(90, 41);
- this.txtCashBackProportion.Margin = new System.Windows.Forms.Padding(0);
- this.txtCashBackProportion.MaxLength = 32767;
- this.txtCashBackProportion.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtCashBackProportion.MouseBack = null;
- this.txtCashBackProportion.Multiline = false;
- this.txtCashBackProportion.Name = "txtCashBackProportion";
- this.txtCashBackProportion.NormlBack = null;
- this.txtCashBackProportion.Padding = new System.Windows.Forms.Padding(5);
- this.txtCashBackProportion.ReadOnly = true;
- this.txtCashBackProportion.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCashBackProportion.Size = new System.Drawing.Size(570, 25);
- this.txtCashBackProportion.TabIndex = 13;
- this.txtCashBackProportion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCashBackProportion.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCashBackProportion.WaterText = "";
- this.txtCashBackProportion.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(20, 45);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 12;
- this.labelEx5.Text = "返现比例:";
- //
- // txtHaveBeenTakenOutAmount
- //
- this.txtHaveBeenTakenOutAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtHaveBeenTakenOutAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtHaveBeenTakenOutAmount.Icon = null;
- this.txtHaveBeenTakenOutAmount.IconIsButton = false;
- this.txtHaveBeenTakenOutAmount.IsPasswordChat = '\0';
- this.txtHaveBeenTakenOutAmount.IsSystemPasswordChar = false;
- this.txtHaveBeenTakenOutAmount.Lines = new string[0];
- this.txtHaveBeenTakenOutAmount.Location = new System.Drawing.Point(580, 11);
- this.txtHaveBeenTakenOutAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtHaveBeenTakenOutAmount.MaxLength = 32767;
- this.txtHaveBeenTakenOutAmount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtHaveBeenTakenOutAmount.MouseBack = null;
- this.txtHaveBeenTakenOutAmount.Multiline = false;
- this.txtHaveBeenTakenOutAmount.Name = "txtHaveBeenTakenOutAmount";
- this.txtHaveBeenTakenOutAmount.NormlBack = null;
- this.txtHaveBeenTakenOutAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtHaveBeenTakenOutAmount.ReadOnly = true;
- this.txtHaveBeenTakenOutAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHaveBeenTakenOutAmount.Size = new System.Drawing.Size(80, 25);
- this.txtHaveBeenTakenOutAmount.TabIndex = 11;
- this.txtHaveBeenTakenOutAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHaveBeenTakenOutAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHaveBeenTakenOutAmount.WaterText = "";
- this.txtHaveBeenTakenOutAmount.WordWrap = true;
- //
- // txtHaveReturnedAmount
- //
- this.txtHaveReturnedAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtHaveReturnedAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtHaveReturnedAmount.Icon = null;
- this.txtHaveReturnedAmount.IconIsButton = false;
- this.txtHaveReturnedAmount.IsPasswordChat = '\0';
- this.txtHaveReturnedAmount.IsSystemPasswordChar = false;
- this.txtHaveReturnedAmount.Lines = new string[0];
- this.txtHaveReturnedAmount.Location = new System.Drawing.Point(415, 11);
- this.txtHaveReturnedAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtHaveReturnedAmount.MaxLength = 32767;
- this.txtHaveReturnedAmount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtHaveReturnedAmount.MouseBack = null;
- this.txtHaveReturnedAmount.Multiline = false;
- this.txtHaveReturnedAmount.Name = "txtHaveReturnedAmount";
- this.txtHaveReturnedAmount.NormlBack = null;
- this.txtHaveReturnedAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtHaveReturnedAmount.ReadOnly = true;
- this.txtHaveReturnedAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtHaveReturnedAmount.Size = new System.Drawing.Size(80, 25);
- this.txtHaveReturnedAmount.TabIndex = 10;
- this.txtHaveReturnedAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtHaveReturnedAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtHaveReturnedAmount.WaterText = "";
- this.txtHaveReturnedAmount.WordWrap = true;
- //
- // txtCashBackNumber
- //
- this.txtCashBackNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtCashBackNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtCashBackNumber.Icon = null;
- this.txtCashBackNumber.IconIsButton = false;
- this.txtCashBackNumber.IsPasswordChat = '\0';
- this.txtCashBackNumber.IsSystemPasswordChar = false;
- this.txtCashBackNumber.Lines = new string[0];
- this.txtCashBackNumber.Location = new System.Drawing.Point(274, 11);
- this.txtCashBackNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtCashBackNumber.MaxLength = 32767;
- this.txtCashBackNumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtCashBackNumber.MouseBack = null;
- this.txtCashBackNumber.Multiline = false;
- this.txtCashBackNumber.Name = "txtCashBackNumber";
- this.txtCashBackNumber.NormlBack = null;
- this.txtCashBackNumber.Padding = new System.Windows.Forms.Padding(5);
- this.txtCashBackNumber.ReadOnly = true;
- this.txtCashBackNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtCashBackNumber.Size = new System.Drawing.Size(60, 25);
- this.txtCashBackNumber.TabIndex = 9;
- this.txtCashBackNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtCashBackNumber.WaterColor = System.Drawing.Color.DarkGray;
- this.txtCashBackNumber.WaterText = "";
- this.txtCashBackNumber.WordWrap = true;
- //
- // txtPackagesAmount
- //
- this.txtPackagesAmount.BackColor = System.Drawing.Color.Transparent;
- this.txtPackagesAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtPackagesAmount.Icon = null;
- this.txtPackagesAmount.IconIsButton = false;
- this.txtPackagesAmount.IsPasswordChat = '\0';
- this.txtPackagesAmount.IsSystemPasswordChar = false;
- this.txtPackagesAmount.Lines = new string[0];
- this.txtPackagesAmount.Location = new System.Drawing.Point(90, 11);
- this.txtPackagesAmount.Margin = new System.Windows.Forms.Padding(0);
- this.txtPackagesAmount.MaxLength = 32767;
- this.txtPackagesAmount.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtPackagesAmount.MouseBack = null;
- this.txtPackagesAmount.Multiline = false;
- this.txtPackagesAmount.Name = "txtPackagesAmount";
- this.txtPackagesAmount.NormlBack = null;
- this.txtPackagesAmount.Padding = new System.Windows.Forms.Padding(5);
- this.txtPackagesAmount.ReadOnly = true;
- this.txtPackagesAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtPackagesAmount.Size = new System.Drawing.Size(100, 25);
- this.txtPackagesAmount.TabIndex = 8;
- this.txtPackagesAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtPackagesAmount.WaterColor = System.Drawing.Color.DarkGray;
- this.txtPackagesAmount.WaterText = "";
- this.txtPackagesAmount.WordWrap = true;
- //
- // 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(511, 15);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 4;
- this.labelEx4.Text = "已取金额:";
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(346, 15);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 3;
- this.labelEx3.Text = "已返金额:";
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(205, 15);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 2;
- this.labelEx2.Text = "返现次数:";
- //
- // 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(20, 15);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 1;
- this.labelEx1.Text = "套系金额:";
- //
- // 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(586, 77);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 28);
- this.btnDelete.TabIndex = 17;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.UseVisualStyleBackColor = false;
- //
- // CashbackInfoSuperSmallForm
- //
- 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(700, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsUserControlsSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "CashbackInfoSuperSmallForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "会员套系返现比例信息";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.tabControlEx1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).EndInit();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx4;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx1;
- protected ComponentLibrary.TextBoxEx txtHaveBeenTakenOutAmount;
- protected ComponentLibrary.TextBoxEx txtHaveReturnedAmount;
- protected ComponentLibrary.TextBoxEx txtCashBackNumber;
- protected ComponentLibrary.TextBoxEx txtPackagesAmount;
- protected ComponentLibrary.TextBoxEx txtCashBackProportion;
- private ComponentLibrary.LabelEx labelEx5;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- protected internal ComponentLibrary.DataGridViewEc dgvData3;
- protected internal ComponentLibrary.DataGridViewEc dgvData1;
- protected internal ComponentLibrary.DataGridViewEc dgvData2;
- protected internal ComponentLibrary.ButtonForm btnDelete;
- protected internal ComponentLibrary.TabControlEx tabControlEx1;
- }
- }
|