namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
{
partial class BackCashCardCashSuperSmallForm
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BackCashCardCashSuperSmallForm));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtPackagesAmoun = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtHaveReturnedAmoun = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCashAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(300, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(300, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(241, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(268, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(241, 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.txtCashAmount);
this.panelEx1.Controls.Add(this.labelEx7);
this.panelEx1.Controls.Add(this.txtHaveReturnedAmoun);
this.panelEx1.Controls.Add(this.txtPackagesAmoun);
this.panelEx1.Controls.Add(this.txtHolder);
this.panelEx1.Controls.Add(this.txtCardNumber);
this.panelEx1.Controls.Add(this.labelEx6);
this.panelEx1.Controls.Add(this.labelEx5);
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(280, 485);
this.panelEx1.TabIndex = 0;
//
// 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.btnCancel);
this.panelEx2.Controls.Add(this.btnSave);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx2.Location = new System.Drawing.Point(0, 505);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(300, 40);
this.panelEx2.TabIndex = 1;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(18, 25);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(56, 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(31, 68);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.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(43, 104);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(56, 17);
this.labelEx3.TabIndex = 2;
this.labelEx3.Text = "持有人:";
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(31, 140);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 3;
this.labelEx4.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(31, 176);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 4;
this.labelEx5.Text = "可提金额:";
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(18, 246);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(56, 17);
this.labelEx6.TabIndex = 5;
this.labelEx6.Text = "提现信息";
//
// 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(101, 64);
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(144, 25);
this.txtCardNumber.TabIndex = 9;
this.txtCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCardNumber.WaterColor = System.Drawing.Color.DarkGray;
this.txtCardNumber.WaterText = "";
this.txtCardNumber.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(101, 100);
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(144, 25);
this.txtHolder.TabIndex = 10;
this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
this.txtHolder.WaterText = "";
this.txtHolder.WordWrap = true;
//
// txtPackagesAmoun
//
this.txtPackagesAmoun.BackColor = System.Drawing.Color.Transparent;
this.txtPackagesAmoun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtPackagesAmoun.Icon = null;
this.txtPackagesAmoun.IconIsButton = false;
this.txtPackagesAmoun.IsPasswordChat = '\0';
this.txtPackagesAmoun.IsSystemPasswordChar = false;
this.txtPackagesAmoun.Lines = new string[0];
this.txtPackagesAmoun.Location = new System.Drawing.Point(101, 136);
this.txtPackagesAmoun.Margin = new System.Windows.Forms.Padding(0);
this.txtPackagesAmoun.MaxLength = 32767;
this.txtPackagesAmoun.MinimumSize = new System.Drawing.Size(0, 24);
this.txtPackagesAmoun.MouseBack = null;
this.txtPackagesAmoun.Multiline = false;
this.txtPackagesAmoun.Name = "txtPackagesAmoun";
this.txtPackagesAmoun.NormlBack = null;
this.txtPackagesAmoun.Padding = new System.Windows.Forms.Padding(5);
this.txtPackagesAmoun.ReadOnly = true;
this.txtPackagesAmoun.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtPackagesAmoun.Size = new System.Drawing.Size(144, 25);
this.txtPackagesAmoun.TabIndex = 11;
this.txtPackagesAmoun.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPackagesAmoun.WaterColor = System.Drawing.Color.DarkGray;
this.txtPackagesAmoun.WaterText = "";
this.txtPackagesAmoun.WordWrap = true;
//
// txtHaveReturnedAmoun
//
this.txtHaveReturnedAmoun.BackColor = System.Drawing.Color.Transparent;
this.txtHaveReturnedAmoun.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtHaveReturnedAmoun.Icon = null;
this.txtHaveReturnedAmoun.IconIsButton = false;
this.txtHaveReturnedAmoun.IsPasswordChat = '\0';
this.txtHaveReturnedAmoun.IsSystemPasswordChar = false;
this.txtHaveReturnedAmoun.Lines = new string[0];
this.txtHaveReturnedAmoun.Location = new System.Drawing.Point(101, 172);
this.txtHaveReturnedAmoun.Margin = new System.Windows.Forms.Padding(0);
this.txtHaveReturnedAmoun.MaxLength = 32767;
this.txtHaveReturnedAmoun.MinimumSize = new System.Drawing.Size(0, 24);
this.txtHaveReturnedAmoun.MouseBack = null;
this.txtHaveReturnedAmoun.Multiline = false;
this.txtHaveReturnedAmoun.Name = "txtHaveReturnedAmoun";
this.txtHaveReturnedAmoun.NormlBack = null;
this.txtHaveReturnedAmoun.Padding = new System.Windows.Forms.Padding(5);
this.txtHaveReturnedAmoun.ReadOnly = true;
this.txtHaveReturnedAmoun.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtHaveReturnedAmoun.Size = new System.Drawing.Size(144, 25);
this.txtHaveReturnedAmoun.TabIndex = 12;
this.txtHaveReturnedAmoun.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtHaveReturnedAmoun.WaterColor = System.Drawing.Color.DarkGray;
this.txtHaveReturnedAmoun.WaterText = "";
this.txtHaveReturnedAmoun.WordWrap = true;
//
// labelEx7
//
this.labelEx7.AutoSize = true;
this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx7.Location = new System.Drawing.Point(31, 289);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(68, 17);
this.labelEx7.TabIndex = 13;
this.labelEx7.Text = "提现金额:";
//
// txtCashAmount
//
this.txtCashAmount.BackColor = System.Drawing.Color.Transparent;
this.txtCashAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtCashAmount.Icon = null;
this.txtCashAmount.IconIsButton = false;
this.txtCashAmount.IsPasswordChat = '\0';
this.txtCashAmount.IsSystemPasswordChar = false;
this.txtCashAmount.Lines = new string[0];
this.txtCashAmount.Location = new System.Drawing.Point(101, 285);
this.txtCashAmount.Margin = new System.Windows.Forms.Padding(0);
this.txtCashAmount.MaxLength = 32767;
this.txtCashAmount.MinimumSize = new System.Drawing.Size(0, 24);
this.txtCashAmount.MouseBack = null;
this.txtCashAmount.Multiline = false;
this.txtCashAmount.Name = "txtCashAmount";
this.txtCashAmount.NormlBack = null;
this.txtCashAmount.Padding = new System.Windows.Forms.Padding(5);
this.txtCashAmount.ReadOnly = false;
this.txtCashAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtCashAmount.Size = new System.Drawing.Size(144, 25);
this.txtCashAmount.TabIndex = 14;
this.txtCashAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCashAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtCashAmount.WaterText = "";
this.txtCashAmount.WordWrap = true;
//
// 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(56, 7);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 28);
this.btnSave.TabIndex = 0;
this.btnSave.Text = " 保 存";
this.btnSave.UseVisualStyleBackColor = false;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.IsCustomBackImg = false;
this.btnCancel.IsShowText = true;
this.btnCancel.Location = new System.Drawing.Point(170, 7);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 28);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = " 取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// BackCashCardCashSuperSmallForm
//
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(300, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "BackCashCardCashSuperSmallForm";
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.panelEx2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx6;
private ComponentLibrary.LabelEx labelEx5;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.TextBoxEx txtCardNumber;
protected ComponentLibrary.TextBoxEx txtCashAmount;
private ComponentLibrary.LabelEx labelEx7;
protected ComponentLibrary.TextBoxEx txtHaveReturnedAmoun;
protected ComponentLibrary.TextBoxEx txtPackagesAmoun;
protected ComponentLibrary.TextBoxEx txtHolder;
private ComponentLibrary.ButtonEx btnCancel;
private ComponentLibrary.ButtonEx btnSave;
}
}