namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
{
partial class GoldCardViceRechargeSuperSmallForm
{
///
/// 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(GoldCardViceRechargeSuperSmallForm));
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.txtHolders = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtMainCradNo = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtRechargeAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnRecharge = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCardViceAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
this.txtViceCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.txtCardAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx1.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Controls.Add(this.panelEx3);
this.plExMainContainer.Size = new System.Drawing.Size(320, 380);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(320, 380);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(317, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(288, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(317, 0);
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.BackColor = System.Drawing.Color.Transparent;
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(48, 46);
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.BackColor = System.Drawing.Color.Transparent;
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(48, 77);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(56, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "主卡号:";
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.BackColor = System.Drawing.Color.Transparent;
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(36, 272);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 3;
this.labelEx4.Text = "充值金额:";
//
// txtHolders
//
this.txtHolders.BackColor = System.Drawing.Color.Transparent;
this.txtHolders.Icon = null;
this.txtHolders.IconIsButton = false;
this.txtHolders.IsPasswordChat = '\0';
this.txtHolders.IsSystemPasswordChar = false;
this.txtHolders.Lines = new string[0];
this.txtHolders.Location = new System.Drawing.Point(107, 44);
this.txtHolders.Margin = new System.Windows.Forms.Padding(0);
this.txtHolders.MaxLength = 32767;
this.txtHolders.MinimumSize = new System.Drawing.Size(0, 26);
this.txtHolders.MouseBack = null;
this.txtHolders.Multiline = false;
this.txtHolders.Name = "txtHolders";
this.txtHolders.NormlBack = null;
this.txtHolders.Padding = new System.Windows.Forms.Padding(5);
this.txtHolders.ReadOnly = true;
this.txtHolders.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtHolders.Size = new System.Drawing.Size(160, 26);
this.txtHolders.TabIndex = 5;
this.txtHolders.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtHolders.WaterColor = System.Drawing.Color.DarkGray;
this.txtHolders.WaterText = "";
this.txtHolders.WordWrap = true;
//
// txtMainCradNo
//
this.txtMainCradNo.BackColor = System.Drawing.Color.Transparent;
this.txtMainCradNo.Icon = null;
this.txtMainCradNo.IconIsButton = false;
this.txtMainCradNo.IsPasswordChat = '\0';
this.txtMainCradNo.IsSystemPasswordChar = false;
this.txtMainCradNo.Lines = new string[0];
this.txtMainCradNo.Location = new System.Drawing.Point(107, 75);
this.txtMainCradNo.Margin = new System.Windows.Forms.Padding(0);
this.txtMainCradNo.MaxLength = 32767;
this.txtMainCradNo.MinimumSize = new System.Drawing.Size(0, 26);
this.txtMainCradNo.MouseBack = null;
this.txtMainCradNo.Multiline = false;
this.txtMainCradNo.Name = "txtMainCradNo";
this.txtMainCradNo.NormlBack = null;
this.txtMainCradNo.Padding = new System.Windows.Forms.Padding(5);
this.txtMainCradNo.ReadOnly = true;
this.txtMainCradNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtMainCradNo.Size = new System.Drawing.Size(160, 26);
this.txtMainCradNo.TabIndex = 6;
this.txtMainCradNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtMainCradNo.WaterColor = System.Drawing.Color.DarkGray;
this.txtMainCradNo.WaterText = "";
this.txtMainCradNo.WordWrap = true;
//
// txtRechargeAmount
//
this.txtRechargeAmount.BackColor = System.Drawing.Color.Transparent;
this.txtRechargeAmount.Icon = null;
this.txtRechargeAmount.IconIsButton = false;
this.txtRechargeAmount.IsPasswordChat = '\0';
this.txtRechargeAmount.IsSystemPasswordChar = false;
this.txtRechargeAmount.Lines = new string[0];
this.txtRechargeAmount.Location = new System.Drawing.Point(107, 270);
this.txtRechargeAmount.Margin = new System.Windows.Forms.Padding(0);
this.txtRechargeAmount.MaxLength = 32767;
this.txtRechargeAmount.MinimumSize = new System.Drawing.Size(0, 26);
this.txtRechargeAmount.MouseBack = null;
this.txtRechargeAmount.Multiline = false;
this.txtRechargeAmount.Name = "txtRechargeAmount";
this.txtRechargeAmount.NormlBack = null;
this.txtRechargeAmount.Padding = new System.Windows.Forms.Padding(5);
this.txtRechargeAmount.ReadOnly = false;
this.txtRechargeAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtRechargeAmount.Size = new System.Drawing.Size(160, 26);
this.txtRechargeAmount.TabIndex = 8;
this.txtRechargeAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtRechargeAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtRechargeAmount.WaterText = "";
this.txtRechargeAmount.WordWrap = true;
//
// btnRecharge
//
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(62, 6);
this.btnRecharge.Name = "btnRecharge";
this.btnRecharge.Size = new System.Drawing.Size(85, 28);
this.btnRecharge.TabIndex = 11;
this.btnRecharge.Text = " 充 值";
this.btnRecharge.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(178, 6);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 28);
this.btnCancel.TabIndex = 12;
this.btnCancel.Text = " 取 消";
this.btnCancel.UseVisualStyleBackColor = false;
//
// panelEx3
//
this.panelEx3.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.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.labelEx9);
this.panelEx3.Controls.Add(this.txtCardViceAmount);
this.panelEx3.Controls.Add(this.labelEx8);
this.panelEx3.Controls.Add(this.txtViceCardNumber);
this.panelEx3.Controls.Add(this.labelEx5);
this.panelEx3.Controls.Add(this.labelEx3);
this.panelEx3.Controls.Add(this.txtCardAmount);
this.panelEx3.Controls.Add(this.labelEx7);
this.panelEx3.Controls.Add(this.labelEx6);
this.panelEx3.Controls.Add(this.labelEx1);
this.panelEx3.Controls.Add(this.labelEx2);
this.panelEx3.Controls.Add(this.txtHolders);
this.panelEx3.Controls.Add(this.txtMainCradNo);
this.panelEx3.Controls.Add(this.labelEx4);
this.panelEx3.Controls.Add(this.txtRechargeAmount);
this.panelEx3.Location = new System.Drawing.Point(10, 10);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(300, 320);
this.panelEx3.TabIndex = 18;
//
// labelEx9
//
this.labelEx9.AutoSize = true;
this.labelEx9.BackColor = System.Drawing.Color.Transparent;
this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx9.Location = new System.Drawing.Point(36, 206);
this.labelEx9.Name = "labelEx9";
this.labelEx9.Size = new System.Drawing.Size(68, 17);
this.labelEx9.TabIndex = 14;
this.labelEx9.Text = "副卡金额:";
//
// txtCardViceAmount
//
this.txtCardViceAmount.BackColor = System.Drawing.Color.Transparent;
this.txtCardViceAmount.Icon = null;
this.txtCardViceAmount.IconIsButton = false;
this.txtCardViceAmount.IsPasswordChat = '\0';
this.txtCardViceAmount.IsSystemPasswordChar = false;
this.txtCardViceAmount.Lines = new string[0];
this.txtCardViceAmount.Location = new System.Drawing.Point(107, 204);
this.txtCardViceAmount.Margin = new System.Windows.Forms.Padding(0);
this.txtCardViceAmount.MaxLength = 32767;
this.txtCardViceAmount.MinimumSize = new System.Drawing.Size(0, 26);
this.txtCardViceAmount.MouseBack = null;
this.txtCardViceAmount.Multiline = false;
this.txtCardViceAmount.Name = "txtCardViceAmount";
this.txtCardViceAmount.NormlBack = null;
this.txtCardViceAmount.Padding = new System.Windows.Forms.Padding(5);
this.txtCardViceAmount.ReadOnly = true;
this.txtCardViceAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtCardViceAmount.Size = new System.Drawing.Size(160, 26);
this.txtCardViceAmount.TabIndex = 15;
this.txtCardViceAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCardViceAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtCardViceAmount.WaterText = "";
this.txtCardViceAmount.WordWrap = true;
//
// labelEx8
//
this.labelEx8.AutoSize = true;
this.labelEx8.BackColor = System.Drawing.Color.Transparent;
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(48, 175);
this.labelEx8.Name = "labelEx8";
this.labelEx8.Size = new System.Drawing.Size(56, 17);
this.labelEx8.TabIndex = 12;
this.labelEx8.Text = "副卡号:";
//
// txtViceCardNumber
//
this.txtViceCardNumber.BackColor = System.Drawing.Color.Transparent;
this.txtViceCardNumber.Icon = null;
this.txtViceCardNumber.IconIsButton = false;
this.txtViceCardNumber.IsPasswordChat = '\0';
this.txtViceCardNumber.IsSystemPasswordChar = false;
this.txtViceCardNumber.Lines = new string[0];
this.txtViceCardNumber.Location = new System.Drawing.Point(107, 173);
this.txtViceCardNumber.Margin = new System.Windows.Forms.Padding(0);
this.txtViceCardNumber.MaxLength = 32767;
this.txtViceCardNumber.MinimumSize = new System.Drawing.Size(0, 26);
this.txtViceCardNumber.MouseBack = null;
this.txtViceCardNumber.Multiline = false;
this.txtViceCardNumber.Name = "txtViceCardNumber";
this.txtViceCardNumber.NormlBack = null;
this.txtViceCardNumber.Padding = new System.Windows.Forms.Padding(5);
this.txtViceCardNumber.ReadOnly = true;
this.txtViceCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtViceCardNumber.Size = new System.Drawing.Size(160, 26);
this.txtViceCardNumber.TabIndex = 13;
this.txtViceCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtViceCardNumber.WaterColor = System.Drawing.Color.DarkGray;
this.txtViceCardNumber.WaterText = "";
this.txtViceCardNumber.WordWrap = true;
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.BackColor = System.Drawing.Color.Transparent;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(18, 147);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(56, 17);
this.labelEx5.TabIndex = 11;
this.labelEx5.Text = "副卡资料";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.BackColor = System.Drawing.Color.Transparent;
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(36, 108);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 9;
this.labelEx3.Text = "主卡金额:";
//
// txtCardAmount
//
this.txtCardAmount.BackColor = System.Drawing.Color.Transparent;
this.txtCardAmount.Icon = null;
this.txtCardAmount.IconIsButton = false;
this.txtCardAmount.IsPasswordChat = '\0';
this.txtCardAmount.IsSystemPasswordChar = false;
this.txtCardAmount.Lines = new string[0];
this.txtCardAmount.Location = new System.Drawing.Point(107, 106);
this.txtCardAmount.Margin = new System.Windows.Forms.Padding(0);
this.txtCardAmount.MaxLength = 32767;
this.txtCardAmount.MinimumSize = new System.Drawing.Size(0, 26);
this.txtCardAmount.MouseBack = null;
this.txtCardAmount.Multiline = false;
this.txtCardAmount.Name = "txtCardAmount";
this.txtCardAmount.NormlBack = null;
this.txtCardAmount.Padding = new System.Windows.Forms.Padding(5);
this.txtCardAmount.ReadOnly = true;
this.txtCardAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtCardAmount.Size = new System.Drawing.Size(160, 26);
this.txtCardAmount.TabIndex = 10;
this.txtCardAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCardAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtCardAmount.WaterText = "";
this.txtCardAmount.WordWrap = true;
//
// labelEx7
//
this.labelEx7.AutoSize = true;
this.labelEx7.BackColor = System.Drawing.Color.Transparent;
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, 244);
this.labelEx7.Name = "labelEx7";
this.labelEx7.Size = new System.Drawing.Size(56, 17);
this.labelEx7.TabIndex = 7;
this.labelEx7.Text = "充值金额";
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.BackColor = System.Drawing.Color.Transparent;
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, 18);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(56, 17);
this.labelEx6.TabIndex = 1;
this.labelEx6.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.btnCancel);
this.panelEx1.Controls.Add(this.btnRecharge);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(0, 340);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(320, 40);
this.panelEx1.TabIndex = 19;
//
// GoldCardViceRechargeSuperSmallForm
//
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(320, 445);
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 = "GoldCardViceRechargeSuperSmallForm";
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.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.ButtonEx btnCancel;
protected ComponentLibrary.ButtonEx btnRecharge;
protected ComponentLibrary.TextBoxEx txtRechargeAmount;
protected ComponentLibrary.TextBoxEx txtMainCradNo;
protected ComponentLibrary.TextBoxEx txtHolders;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.PanelEx panelEx3;
private ComponentLibrary.LabelEx labelEx7;
private ComponentLibrary.LabelEx labelEx6;
private ComponentLibrary.LabelEx labelEx9;
protected ComponentLibrary.TextBoxEx txtCardViceAmount;
private ComponentLibrary.LabelEx labelEx8;
protected ComponentLibrary.TextBoxEx txtViceCardNumber;
private ComponentLibrary.LabelEx labelEx5;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.TextBoxEx txtCardAmount;
}
}