namespace LYFZ.Software.UI.MembershipManage
{
partial class ServiceConsumeHomeSmallForm
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
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(ServiceConsumeHomeSmallForm));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.txtMemberCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
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.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.btnKoufei = new LYFZ.ComponentLibrary.ButtonForm();
this.btnRecharge = new LYFZ.ComponentLibrary.ButtonForm();
this.btnServiceToolbox = new LYFZ.ComponentLibrary.ButtonForm();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.txtDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
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);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// 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(5, 13);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.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(207, 13);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "手机号码:";
//
// txtMemberCardNumber
//
this.txtMemberCardNumber.BackColor = System.Drawing.Color.Transparent;
this.txtMemberCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtMemberCardNumber.Icon = null;
this.txtMemberCardNumber.IconIsButton = false;
this.txtMemberCardNumber.IsPasswordChat = '\0';
this.txtMemberCardNumber.IsSystemPasswordChar = false;
this.txtMemberCardNumber.Lines = new string[0];
this.txtMemberCardNumber.Location = new System.Drawing.Point(71, 9);
this.txtMemberCardNumber.Margin = new System.Windows.Forms.Padding(0);
this.txtMemberCardNumber.MaxLength = 32767;
this.txtMemberCardNumber.MinimumSize = new System.Drawing.Size(0, 24);
this.txtMemberCardNumber.MouseBack = null;
this.txtMemberCardNumber.Multiline = false;
this.txtMemberCardNumber.Name = "txtMemberCardNumber";
this.txtMemberCardNumber.NormlBack = null;
this.txtMemberCardNumber.Padding = new System.Windows.Forms.Padding(5);
this.txtMemberCardNumber.ReadOnly = false;
this.txtMemberCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtMemberCardNumber.Size = new System.Drawing.Size(120, 25);
this.txtMemberCardNumber.TabIndex = 1;
this.txtMemberCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMemberCardNumber.WaterColor = System.Drawing.Color.DarkGray;
this.txtMemberCardNumber.WaterText = "输入卡号按回车";
this.txtMemberCardNumber.WordWrap = true;
//
// txtTelephone
//
this.txtTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtTelephone.Location = new System.Drawing.Point(273, 10);
this.txtTelephone.Mask = "000 0000 0000";
this.txtTelephone.Name = "txtTelephone";
this.txtTelephone.PromptChar = ' ';
this.txtTelephone.Size = new System.Drawing.Size(100, 23);
this.txtTelephone.TabIndex = 2;
//
// 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.BackgroundColor = System.Drawing.Color.White;
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.Column6,
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.Location = new System.Drawing.Point(2, 86);
this.dgvData.MultiSelect = false;
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(896, 397);
this.dgvData.TabIndex = 3;
//
// Column6
//
this.Column6.HeaderText = "";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
this.Column6.Width = 45;
//
// Column1
//
this.Column1.HeaderText = "ID";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
this.Column2.HeaderText = "服务编号";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Visible = false;
//
// Column3
//
this.Column3.HeaderText = "服务名称";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 200;
//
// Column4
//
this.Column4.HeaderText = "次数";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 200;
//
// Column5
//
this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Column5.HeaderText = "";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// 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(8, 60);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(44, 17);
this.labelEx3.TabIndex = 4;
this.labelEx3.Text = "服务项";
//
// btnKoufei
//
this.btnKoufei.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnKoufei.BackColor = System.Drawing.Color.Transparent;
this.btnKoufei.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnKoufei.BackImg")));
this.btnKoufei.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnKoufei.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnKoufei.ForeColor = System.Drawing.Color.White;
this.btnKoufei.IsCustomBackImg = false;
this.btnKoufei.IsShowText = true;
this.btnKoufei.Location = new System.Drawing.Point(620, 53);
this.btnKoufei.Name = "btnKoufei";
this.btnKoufei.Size = new System.Drawing.Size(85, 28);
this.btnKoufei.TabIndex = 5;
this.btnKoufei.Text = " 扣 费";
this.btnKoufei.UseVisualStyleBackColor = false;
//
// btnRecharge
//
this.btnRecharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRecharge.ForeColor = System.Drawing.Color.White;
this.btnRecharge.IsCustomBackImg = false;
this.btnRecharge.IsShowText = true;
this.btnRecharge.Location = new System.Drawing.Point(711, 53);
this.btnRecharge.Name = "btnRecharge";
this.btnRecharge.Size = new System.Drawing.Size(85, 28);
this.btnRecharge.TabIndex = 6;
this.btnRecharge.Text = " 充 值";
this.btnRecharge.UseVisualStyleBackColor = false;
//
// btnServiceToolbox
//
this.btnServiceToolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnServiceToolbox.BackColor = System.Drawing.Color.Transparent;
this.btnServiceToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceToolbox.BackImg")));
this.btnServiceToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnServiceToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnServiceToolbox.ForeColor = System.Drawing.Color.White;
this.btnServiceToolbox.IsCustomBackImg = false;
this.btnServiceToolbox.IsShowText = true;
this.btnServiceToolbox.Location = new System.Drawing.Point(802, 53);
this.btnServiceToolbox.Name = "btnServiceToolbox";
this.btnServiceToolbox.Size = new System.Drawing.Size(85, 28);
this.btnServiceToolbox.TabIndex = 7;
this.btnServiceToolbox.Text = " 服务箱";
this.btnServiceToolbox.UseVisualStyleBackColor = false;
//
// 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(391, 13);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(56, 17);
this.labelEx4.TabIndex = 8;
this.labelEx4.Text = "持卡人:";
//
// 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(445, 9);
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(100, 25);
this.txtHolder.TabIndex = 9;
this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
this.txtHolder.WaterText = "";
this.txtHolder.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(628, 9);
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(100, 25);
this.txtAmount.TabIndex = 11;
this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtAmount.WaterText = "";
this.txtAmount.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(562, 13);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 10;
this.labelEx5.Text = "可用金额:";
//
// panelEx1
//
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.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(2);
this.panelEx1.Size = new System.Drawing.Size(900, 485);
this.panelEx1.TabIndex = 12;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.panelEx3);
this.panelEx2.Controls.Add(this.txtTelephone);
this.panelEx2.Controls.Add(this.txtHolder);
this.panelEx2.Controls.Add(this.txtMemberCardNumber);
this.panelEx2.Controls.Add(this.txtDiscount);
this.panelEx2.Controls.Add(this.labelEx6);
this.panelEx2.Controls.Add(this.labelEx1);
this.panelEx2.Controls.Add(this.btnServiceToolbox);
this.panelEx2.Controls.Add(this.labelEx3);
this.panelEx2.Controls.Add(this.labelEx4);
this.panelEx2.Controls.Add(this.btnRecharge);
this.panelEx2.Controls.Add(this.txtAmount);
this.panelEx2.Controls.Add(this.btnKoufei);
this.panelEx2.Controls.Add(this.labelEx2);
this.panelEx2.Controls.Add(this.labelEx5);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx2.Location = new System.Drawing.Point(2, 2);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(896, 84);
this.panelEx2.TabIndex = 12;
//
// 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(814, 9);
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(75, 25);
this.txtDiscount.TabIndex = 13;
this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDiscount.WaterColor = System.Drawing.Color.DarkGray;
this.txtDiscount.WaterText = "";
this.txtDiscount.WordWrap = true;
//
// 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(745, 13);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(68, 17);
this.labelEx6.TabIndex = 12;
this.labelEx6.Text = "会员折扣:";
//
// panelEx3
//
this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Location = new System.Drawing.Point(0, 42);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(896, 1);
this.panelEx3.TabIndex = 14;
//
// ServiceConsumeHomeSmallForm
//
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 = "ServiceConsumeHomeSmallForm";
this.Text = "服务消费首页";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.panelEx1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.LabelEx labelEx2;
protected ComponentLibrary.MaskedTextBoxEx txtTelephone;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx4;
private System.Windows.Forms.DataGridViewCheckBoxColumn Column6;
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.DataGridViewEx dgvData;
protected ComponentLibrary.TextBoxEx txtMemberCardNumber;
protected ComponentLibrary.TextBoxEx txtHolder;
protected ComponentLibrary.TextBoxEx txtAmount;
private ComponentLibrary.LabelEx labelEx5;
private ComponentLibrary.PanelEx panelEx1;
protected internal ComponentLibrary.ButtonForm btnServiceToolbox;
protected internal ComponentLibrary.ButtonForm btnRecharge;
protected internal ComponentLibrary.ButtonForm btnKoufei;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.PanelEx panelEx3;
private ComponentLibrary.LabelEx labelEx6;
protected internal ComponentLibrary.TextBoxEx txtDiscount;
}
}