namespace LYFZ.Software.UI.MembershipManage.SetSmallForm { partial class ServiceCardManagementSmallForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceCardManagementSmallForm)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.btnPayArrears = new LYFZ.ComponentLibrary.ButtonEx(); this.tb_Arrears = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.txtDiscount = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtPoints = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.txtCardType = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtCardNumber = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx(); 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.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.btnDeleteItem = new LYFZ.ComponentLibrary.ButtonForm(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Size = new System.Drawing.Size(480, 595); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(480, 595); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(571, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(448, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(571, 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.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.btnDeleteItem); this.panelEx1.Controls.Add(this.btnPayArrears); this.panelEx1.Controls.Add(this.tb_Arrears); this.panelEx1.Controls.Add(this.labelEx8); this.panelEx1.Controls.Add(this.btnSave); this.panelEx1.Controls.Add(this.txtDiscount); this.panelEx1.Controls.Add(this.txtAmount); this.panelEx1.Controls.Add(this.txtPoints); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Controls.Add(this.labelEx6); this.panelEx1.Controls.Add(this.labelEx5); this.panelEx1.Controls.Add(this.txtCardType); this.panelEx1.Controls.Add(this.txtHolder); this.panelEx1.Controls.Add(this.txtCardNumber); this.panelEx1.Controls.Add(this.labelEx4); this.panelEx1.Controls.Add(this.labelEx3); this.panelEx1.Controls.Add(this.labelEx2); this.panelEx1.Controls.Add(this.dgvData); this.panelEx1.Controls.Add(this.labelEx13); this.panelEx1.Controls.Add(this.labelEx7); this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(460, 575); this.panelEx1.TabIndex = 4; // // btnPayArrears // this.btnPayArrears.BackColor = System.Drawing.Color.Transparent; this.btnPayArrears.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayArrears.BackImg"))); this.btnPayArrears.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPayArrears.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPayArrears.ForeColor = System.Drawing.Color.White; this.btnPayArrears.IsCustomBackImg = false; this.btnPayArrears.IsShowText = true; this.btnPayArrears.Location = new System.Drawing.Point(231, 134); this.btnPayArrears.Name = "btnPayArrears"; this.btnPayArrears.Size = new System.Drawing.Size(66, 28); this.btnPayArrears.TabIndex = 274; this.btnPayArrears.Text = " 缴清欠款"; this.btnPayArrears.UseVisualStyleBackColor = false; // // tb_Arrears // this.tb_Arrears.BackColor = System.Drawing.Color.Transparent; this.tb_Arrears.Enabled = false; this.tb_Arrears.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.tb_Arrears.Icon = null; this.tb_Arrears.IconIsButton = false; this.tb_Arrears.IsPasswordChat = '\0'; this.tb_Arrears.IsSystemPasswordChar = false; this.tb_Arrears.Lines = new string[0]; this.tb_Arrears.Location = new System.Drawing.Point(90, 135); this.tb_Arrears.Margin = new System.Windows.Forms.Padding(0); this.tb_Arrears.MaxLength = 32767; this.tb_Arrears.MinimumSize = new System.Drawing.Size(0, 24); this.tb_Arrears.MouseBack = null; this.tb_Arrears.Multiline = false; this.tb_Arrears.Name = "tb_Arrears"; this.tb_Arrears.NormlBack = null; this.tb_Arrears.Padding = new System.Windows.Forms.Padding(5); this.tb_Arrears.ReadOnly = true; this.tb_Arrears.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tb_Arrears.Size = new System.Drawing.Size(130, 25); this.tb_Arrears.TabIndex = 273; this.tb_Arrears.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tb_Arrears.WaterColor = System.Drawing.Color.DarkGray; this.tb_Arrears.WaterText = ""; this.tb_Arrears.WordWrap = true; // // 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(43, 138); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(44, 17); this.labelEx8.TabIndex = 272; this.labelEx8.Text = "欠款:"; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(363, 170); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 28); this.btnSave.TabIndex = 271; this.btnSave.Text = " 添加服务项"; this.btnSave.UseVisualStyleBackColor = false; // // txtDiscount // this.txtDiscount.BackColor = System.Drawing.Color.Transparent; this.txtDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtDiscount.Icon = null; this.txtDiscount.IconIsButton = false; this.txtDiscount.IsPasswordChat = '\0'; this.txtDiscount.IsSystemPasswordChar = false; this.txtDiscount.Lines = new string[0]; this.txtDiscount.Location = new System.Drawing.Point(90, 104); this.txtDiscount.Margin = new System.Windows.Forms.Padding(0); this.txtDiscount.MaxLength = 32767; this.txtDiscount.MinimumSize = new System.Drawing.Size(0, 24); this.txtDiscount.MouseBack = null; this.txtDiscount.Multiline = false; this.txtDiscount.Name = "txtDiscount"; this.txtDiscount.NormlBack = null; this.txtDiscount.Padding = new System.Windows.Forms.Padding(5); this.txtDiscount.ReadOnly = true; this.txtDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDiscount.Size = new System.Drawing.Size(130, 25); this.txtDiscount.TabIndex = 270; this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDiscount.WaterColor = System.Drawing.Color.DarkGray; this.txtDiscount.WaterText = ""; this.txtDiscount.WordWrap = true; // // txtAmount // this.txtAmount.BackColor = System.Drawing.Color.Transparent; this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtAmount.Icon = null; this.txtAmount.IconIsButton = false; this.txtAmount.IsPasswordChat = '\0'; this.txtAmount.IsSystemPasswordChar = false; this.txtAmount.Lines = new string[0]; this.txtAmount.Location = new System.Drawing.Point(308, 73); this.txtAmount.Margin = new System.Windows.Forms.Padding(0); this.txtAmount.MaxLength = 32767; this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24); this.txtAmount.MouseBack = null; this.txtAmount.Multiline = false; this.txtAmount.Name = "txtAmount"; this.txtAmount.NormlBack = null; this.txtAmount.Padding = new System.Windows.Forms.Padding(5); this.txtAmount.ReadOnly = true; this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtAmount.Size = new System.Drawing.Size(130, 25); this.txtAmount.TabIndex = 269; this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtAmount.WaterColor = System.Drawing.Color.DarkGray; this.txtAmount.WaterText = ""; this.txtAmount.WordWrap = true; // // txtPoints // this.txtPoints.BackColor = System.Drawing.Color.Transparent; this.txtPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtPoints.Icon = null; this.txtPoints.IconIsButton = false; this.txtPoints.IsPasswordChat = '\0'; this.txtPoints.IsSystemPasswordChar = false; this.txtPoints.Lines = new string[0]; this.txtPoints.Location = new System.Drawing.Point(308, 104); this.txtPoints.Margin = new System.Windows.Forms.Padding(0); this.txtPoints.MaxLength = 32767; this.txtPoints.MinimumSize = new System.Drawing.Size(0, 24); this.txtPoints.MouseBack = null; this.txtPoints.Multiline = false; this.txtPoints.Name = "txtPoints"; this.txtPoints.NormlBack = null; this.txtPoints.Padding = new System.Windows.Forms.Padding(5); this.txtPoints.ReadOnly = true; this.txtPoints.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtPoints.Size = new System.Drawing.Size(130, 25); this.txtPoints.TabIndex = 268; this.txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtPoints.WaterColor = System.Drawing.Color.DarkGray; this.txtPoints.WaterText = ""; this.txtPoints.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(43, 108); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 267; this.labelEx1.Text = "折扣:"; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(261, 77); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(44, 17); this.labelEx6.TabIndex = 266; this.labelEx6.Text = "金额:"; // // 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(261, 108); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(44, 17); this.labelEx5.TabIndex = 265; this.labelEx5.Text = "积分:"; // // txtCardType // this.txtCardType.BackColor = System.Drawing.Color.Transparent; this.txtCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtCardType.Icon = null; this.txtCardType.IconIsButton = false; this.txtCardType.IsPasswordChat = '\0'; this.txtCardType.IsSystemPasswordChar = false; this.txtCardType.Lines = new string[0]; this.txtCardType.Location = new System.Drawing.Point(308, 43); this.txtCardType.Margin = new System.Windows.Forms.Padding(0); this.txtCardType.MaxLength = 32767; this.txtCardType.MinimumSize = new System.Drawing.Size(0, 24); this.txtCardType.MouseBack = null; this.txtCardType.Multiline = false; this.txtCardType.Name = "txtCardType"; this.txtCardType.NormlBack = null; this.txtCardType.Padding = new System.Windows.Forms.Padding(5); this.txtCardType.ReadOnly = true; this.txtCardType.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtCardType.Size = new System.Drawing.Size(130, 25); this.txtCardType.TabIndex = 264; this.txtCardType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCardType.WaterColor = System.Drawing.Color.DarkGray; this.txtCardType.WaterText = ""; this.txtCardType.WordWrap = true; // // txtHolder // this.txtHolder.BackColor = System.Drawing.Color.Transparent; this.txtHolder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtHolder.Icon = null; this.txtHolder.IconIsButton = false; this.txtHolder.IsPasswordChat = '\0'; this.txtHolder.IsSystemPasswordChar = false; this.txtHolder.Lines = new string[0]; this.txtHolder.Location = new System.Drawing.Point(90, 73); this.txtHolder.Margin = new System.Windows.Forms.Padding(0); this.txtHolder.MaxLength = 32767; this.txtHolder.MinimumSize = new System.Drawing.Size(0, 24); this.txtHolder.MouseBack = null; this.txtHolder.Multiline = false; this.txtHolder.Name = "txtHolder"; this.txtHolder.NormlBack = null; this.txtHolder.Padding = new System.Windows.Forms.Padding(5); this.txtHolder.ReadOnly = true; this.txtHolder.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtHolder.Size = new System.Drawing.Size(130, 25); this.txtHolder.TabIndex = 263; this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtHolder.WaterColor = System.Drawing.Color.DarkGray; this.txtHolder.WaterText = ""; this.txtHolder.WordWrap = true; // // txtCardNumber // this.txtCardNumber.BackColor = System.Drawing.Color.Transparent; this.txtCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtCardNumber.Icon = null; this.txtCardNumber.IconIsButton = false; this.txtCardNumber.IsPasswordChat = '\0'; this.txtCardNumber.IsSystemPasswordChar = false; this.txtCardNumber.Lines = new string[0]; this.txtCardNumber.Location = new System.Drawing.Point(90, 43); this.txtCardNumber.Margin = new System.Windows.Forms.Padding(0); this.txtCardNumber.MaxLength = 32767; this.txtCardNumber.MinimumSize = new System.Drawing.Size(0, 24); this.txtCardNumber.MouseBack = null; this.txtCardNumber.Multiline = false; this.txtCardNumber.Name = "txtCardNumber"; this.txtCardNumber.NormlBack = null; this.txtCardNumber.Padding = new System.Windows.Forms.Padding(5); this.txtCardNumber.ReadOnly = true; this.txtCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtCardNumber.Size = new System.Drawing.Size(130, 25); this.txtCardNumber.TabIndex = 262; this.txtCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtCardNumber.WaterColor = System.Drawing.Color.DarkGray; this.txtCardNumber.WaterText = ""; this.txtCardNumber.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(249, 47); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(56, 17); this.labelEx4.TabIndex = 261; 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(31, 77); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(56, 17); this.labelEx3.TabIndex = 260; 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(31, 47); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(56, 17); this.labelEx2.TabIndex = 259; this.labelEx2.Text = "主卡号:"; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvData.ColumnHeadersHeight = 24; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4, this.Column5}); this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.EraseCell = false; this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption; this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_panelEx1_dgvData_dgvData_dgvData_dgvData" + "_dgvData_dgvData_dgvData_dgvData"; this.dgvData.IsCompleteBonding = false; this.dgvData.IsCopyCellValue = true; this.dgvData.Location = new System.Drawing.Point(10, 202); this.dgvData.Name = "dgvData"; this.dgvData.RowHeadersVisible = false; this.dgvData.RowTemplate.Height = 23; this.dgvData.RowTemplate.ReadOnly = true; this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.Size = new System.Drawing.Size(440, 363); this.dgvData.TabIndex = 253; // // Column1 // this.Column1.HeaderText = "服务编号"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; // // Column2 // this.Column2.HeaderText = "服务名称"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.HeaderText = "服务次数"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.HeaderText = "单价"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "ID"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Visible = false; // // labelEx13 // this.labelEx13.AutoSize = true; this.labelEx13.BackColor = System.Drawing.Color.Transparent; this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx13.Location = new System.Drawing.Point(18, 171); this.labelEx13.Name = "labelEx13"; this.labelEx13.Size = new System.Drawing.Size(56, 17); this.labelEx13.TabIndex = 252; this.labelEx13.Text = "服务资料"; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(18, 16); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(56, 17); this.labelEx7.TabIndex = 12; this.labelEx7.Text = "会员资料"; // // btnDeleteItem // this.btnDeleteItem.BackColor = System.Drawing.Color.Transparent; this.btnDeleteItem.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteItem.BackImg"))); this.btnDeleteItem.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDeleteItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDeleteItem.ForeColor = System.Drawing.Color.White; this.btnDeleteItem.IsCustomBackImg = false; this.btnDeleteItem.IsShowText = true; this.btnDeleteItem.Location = new System.Drawing.Point(264, 171); this.btnDeleteItem.Name = "btnDeleteItem"; this.btnDeleteItem.Size = new System.Drawing.Size(85, 28); this.btnDeleteItem.TabIndex = 275; this.btnDeleteItem.Text = "删除服务项"; this.btnDeleteItem.UseVisualStyleBackColor = false; // // ServiceCardManagementSmallForm // 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(480, 660); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ServiceCardManagementSmallForm"; 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.panelEx1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.LabelEx labelEx7; protected ComponentLibrary.DataGridViewEx dgvData; protected ComponentLibrary.LabelEx labelEx13; protected ComponentLibrary.TextBoxEx txtDiscount; protected ComponentLibrary.TextBoxEx txtAmount; protected ComponentLibrary.TextBoxEx txtPoints; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.LabelEx labelEx6; private ComponentLibrary.LabelEx labelEx5; protected ComponentLibrary.TextBoxEx txtCardType; protected ComponentLibrary.TextBoxEx txtHolder; protected ComponentLibrary.TextBoxEx txtCardNumber; private ComponentLibrary.LabelEx labelEx4; private ComponentLibrary.LabelEx labelEx3; private ComponentLibrary.LabelEx labelEx2; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; protected ComponentLibrary.TextBoxEx tb_Arrears; private ComponentLibrary.LabelEx labelEx8; protected internal ComponentLibrary.ButtonEx btnSave; protected internal ComponentLibrary.ButtonEx btnPayArrears; public ComponentLibrary.ButtonForm btnDeleteItem; } }