434 lines
24 KiB
C#
434 lines
24 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmPrepaidCard
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.txtCustID = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtBalanceAmt = new Cosmos.UI.CsmLabel();
|
|
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.lblBalanceAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtCustNm = new Cosmos.UI.CsmLabel();
|
|
this.lblCustID = new Cosmos.UI.CsmLabel();
|
|
this.lblCustNM = new Cosmos.UI.CsmLabel();
|
|
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.pnlCardMot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// txtCustID
|
|
//
|
|
this.txtCustID.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCustID.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtCustID.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtCustID.BorderStyleReDraw = false;
|
|
this.txtCustID.ClearFlag = false;
|
|
this.txtCustID.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCustID.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtCustID.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCustID.InputType = Cosmos.UI.InputType.Barcode;
|
|
this.txtCustID.InputTypeFormat = "";
|
|
this.txtCustID.Location = new System.Drawing.Point(376, 237);
|
|
this.txtCustID.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCustID.MaxLength = 16;
|
|
this.txtCustID.MaxLengthAutoEnd = false;
|
|
this.txtCustID.MaxLengthForKeyIn = 32767;
|
|
this.txtCustID.MaxLengthForNumpad = 32767;
|
|
this.txtCustID.Name = "txtCustID";
|
|
this.txtCustID.PasswordChar = '\0';
|
|
this.txtCustID.ReadOnly = false;
|
|
this.txtCustID.Size = new System.Drawing.Size(253, 26);
|
|
this.txtCustID.TabIndex = 352;
|
|
this.txtCustID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtCustID.UseDualMaxLength = false;
|
|
this.txtCustID.Value = "";
|
|
this.txtCustID.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtCustID.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtCardNo_EditBoxTextChangedEvnet);
|
|
this.txtCustID.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtBalanceAmt
|
|
//
|
|
this.txtBalanceAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBalanceAmt.BorderStyleReDraw = true;
|
|
this.txtBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtBalanceAmt.Location = new System.Drawing.Point(376, 315);
|
|
this.txtBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtBalanceAmt.Name = "txtBalanceAmt";
|
|
this.txtBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtBalanceAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtBalanceAmt.TabIndex = 350;
|
|
this.txtBalanceAmt.Text = "0";
|
|
this.txtBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// gridDataItemBindingSource
|
|
//
|
|
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
|
//
|
|
// lblBalanceAmt
|
|
//
|
|
this.lblBalanceAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblBalanceAmt.BorderStyleReDraw = true;
|
|
this.lblBalanceAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblBalanceAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblBalanceAmt.Location = new System.Drawing.Point(238, 308);
|
|
this.lblBalanceAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblBalanceAmt.Name = "lblBalanceAmt";
|
|
this.lblBalanceAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblBalanceAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblBalanceAmt.TabIndex = 349;
|
|
this.lblBalanceAmt.Text = "선불잔액";
|
|
this.lblBalanceAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtCustNm
|
|
//
|
|
this.txtCustNm.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCustNm.BorderStyleReDraw = true;
|
|
this.txtCustNm.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCustNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCustNm.Location = new System.Drawing.Point(376, 276);
|
|
this.txtCustNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCustNm.Name = "txtCustNm";
|
|
this.txtCustNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCustNm.Size = new System.Drawing.Size(253, 26);
|
|
this.txtCustNm.TabIndex = 347;
|
|
this.txtCustNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblCustID
|
|
//
|
|
this.lblCustID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCustID.BorderStyleReDraw = true;
|
|
this.lblCustID.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCustID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCustID.Location = new System.Drawing.Point(238, 230);
|
|
this.lblCustID.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCustID.Name = "lblCustID";
|
|
this.lblCustID.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCustID.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCustID.TabIndex = 346;
|
|
this.lblCustID.Text = "고객번호";
|
|
this.lblCustID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblCustNM
|
|
//
|
|
this.lblCustNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCustNM.BorderStyleReDraw = true;
|
|
this.lblCustNM.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCustNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCustNM.Location = new System.Drawing.Point(238, 269);
|
|
this.lblCustNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCustNM.Name = "lblCustNM";
|
|
this.lblCustNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCustNM.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCustNM.TabIndex = 344;
|
|
this.lblCustNM.Text = "고 객 명";
|
|
this.lblCustNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtSaleAmt
|
|
//
|
|
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleAmt.BorderStyleReDraw = true;
|
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtSaleAmt.Location = new System.Drawing.Point(376, 198);
|
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|
this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtSaleAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtSaleAmt.TabIndex = 342;
|
|
this.txtSaleAmt.Text = "0";
|
|
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblSaleAmt
|
|
//
|
|
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSaleAmt.BorderStyleReDraw = true;
|
|
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSaleAmt.Location = new System.Drawing.Point(238, 191);
|
|
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSaleAmt.Name = "lblSaleAmt";
|
|
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSaleAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSaleAmt.TabIndex = 341;
|
|
this.lblSaleAmt.Text = "받을금액";
|
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.White;
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = true;
|
|
this.btnSearch.ClickImage = null;
|
|
this.btnSearch.DefaultImage = null;
|
|
this.btnSearch.DisableImage = null;
|
|
this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnSearch.Location = new System.Drawing.Point(660, 190);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(80, 50);
|
|
this.btnSearch.TabIndex = 340;
|
|
this.btnSearch.Text = "고객찾기";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtPayAmt
|
|
//
|
|
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtPayAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtPayAmt.BorderStyleReDraw = false;
|
|
this.txtPayAmt.ClearFlag = false;
|
|
this.txtPayAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtPayAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtPayAmt.InputTypeFormat = "";
|
|
this.txtPayAmt.Location = new System.Drawing.Point(376, 354);
|
|
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtPayAmt.MaxLength = 15;
|
|
this.txtPayAmt.MaxLengthAutoEnd = false;
|
|
this.txtPayAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtPayAmt.MaxLengthForNumpad = 32767;
|
|
this.txtPayAmt.Name = "txtPayAmt";
|
|
this.txtPayAmt.PasswordChar = '\0';
|
|
this.txtPayAmt.ReadOnly = false;
|
|
this.txtPayAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtPayAmt.TabIndex = 339;
|
|
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtPayAmt.UseDualMaxLength = false;
|
|
this.txtPayAmt.Value = "0";
|
|
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(238, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 337;
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEnter.BorderStyleReDraw = false;
|
|
this.btnEnter.ClickImage = null;
|
|
this.btnEnter.DefaultImage = null;
|
|
this.btnEnter.DisableImage = null;
|
|
this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(546, 463);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.OccupancyBar = 0;
|
|
this.btnEnter.OccupancyBar_Lv0 = null;
|
|
this.btnEnter.OccupancyBar_Lv1 = null;
|
|
this.btnEnter.OccupancyBar_Lv2 = null;
|
|
this.btnEnter.OccupancyBar_Lv3 = null;
|
|
this.btnEnter.OccupancyBar_Lv4 = null;
|
|
this.btnEnter.Size = new System.Drawing.Size(100, 40);
|
|
this.btnEnter.TabIndex = 336;
|
|
this.btnEnter.Text = "승인";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblPayAmt
|
|
//
|
|
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblPayAmt.BorderStyleReDraw = true;
|
|
this.lblPayAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblPayAmt.Location = new System.Drawing.Point(238, 347);
|
|
this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblPayAmt.Name = "lblPayAmt";
|
|
this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblPayAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblPayAmt.TabIndex = 335;
|
|
this.lblPayAmt.Text = "사용금액 *";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblBox5
|
|
//
|
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|
this.lblBox5.BorderStyleReDraw = true;
|
|
this.lblBox5.Location = new System.Drawing.Point(359, 347);
|
|
this.lblBox5.Name = "lblBox5";
|
|
this.lblBox5.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox5.TabIndex = 353;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(359, 308);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox4.TabIndex = 354;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(359, 269);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 355;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(359, 230);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox2.TabIndex = 356;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(359, 191);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 357;
|
|
//
|
|
// frmPrepaidCard
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(1004, 525);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtCustID);
|
|
this.Controls.Add(this.txtBalanceAmt);
|
|
this.Controls.Add(this.lblBalanceAmt);
|
|
this.Controls.Add(this.txtCustNm);
|
|
this.Controls.Add(this.lblCustID);
|
|
this.Controls.Add(this.lblCustNM);
|
|
this.Controls.Add(this.txtSaleAmt);
|
|
this.Controls.Add(this.lblSaleAmt);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.lblBox5);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Name = "frmPrepaidCard";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmPrepaidCard";
|
|
this.Activated += new System.EventHandler(this.frmPrepaidCard_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmPrepaidCard_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPrepaidCard_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmPrepaidCard_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|
this.Controls.SetChildIndex(this.lblbg2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|
this.Controls.SetChildIndex(this.lblBox2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox3, 0);
|
|
this.Controls.SetChildIndex(this.lblBox4, 0);
|
|
this.Controls.SetChildIndex(this.lblBox5, 0);
|
|
this.Controls.SetChildIndex(this.padInPut, 0);
|
|
this.Controls.SetChildIndex(this.lblTitle, 0);
|
|
this.Controls.SetChildIndex(this.rtbMotMain, 0);
|
|
this.Controls.SetChildIndex(this.btnExit, 0);
|
|
this.Controls.SetChildIndex(this.pnlCardMot, 0);
|
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnSearch, 0);
|
|
this.Controls.SetChildIndex(this.lblSaleAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtSaleAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblCustNM, 0);
|
|
this.Controls.SetChildIndex(this.lblCustID, 0);
|
|
this.Controls.SetChildIndex(this.txtCustNm, 0);
|
|
this.Controls.SetChildIndex(this.lblBalanceAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtBalanceAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtCustID, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmPosEditBox txtCustID;
|
|
private UI.CsmLabel txtBalanceAmt;
|
|
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
|
private UI.CsmLabel lblBalanceAmt;
|
|
private UI.CsmLabel txtCustNm;
|
|
private UI.CsmLabel lblCustID;
|
|
private UI.CsmLabel lblCustNM;
|
|
private UI.CsmLabel txtSaleAmt;
|
|
private UI.CsmLabel lblSaleAmt;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmPosEditBox txtPayAmt;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmLabel lblBox5;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
|
|
}
|
|
} |