269 lines
14 KiB
C#
269 lines
14 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmXChargeAmt
|
|
{
|
|
/// <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.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnMenu3 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.tmrAutoStart = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.pnlCardMot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// padInPut
|
|
//
|
|
this.padInPut.Use4By4 = false;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_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, 191);
|
|
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 = 312;
|
|
this.lblPayAmt.Text = "결제금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtPayAmt
|
|
//
|
|
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtPayAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtPayAmt.InputTypeFormat = "";
|
|
this.txtPayAmt.Location = new System.Drawing.Point(376, 198);
|
|
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 = 305;
|
|
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtPayAmt.UseDualMaxLength = false;
|
|
this.txtPayAmt.Value = "1000";
|
|
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// btnMenu3
|
|
//
|
|
this.btnMenu3.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu3.BorderStyleReDraw = true;
|
|
this.btnMenu3.ClickImage = null;
|
|
this.btnMenu3.DefaultImage = null;
|
|
this.btnMenu3.DisableImage = null;
|
|
this.btnMenu3.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu3.Location = new System.Drawing.Point(821, 190);
|
|
this.btnMenu3.Name = "btnMenu3";
|
|
this.btnMenu3.OccupancyBar = 0;
|
|
this.btnMenu3.OccupancyBar_Lv0 = null;
|
|
this.btnMenu3.OccupancyBar_Lv1 = null;
|
|
this.btnMenu3.OccupancyBar_Lv2 = null;
|
|
this.btnMenu3.OccupancyBar_Lv3 = null;
|
|
this.btnMenu3.OccupancyBar_Lv4 = null;
|
|
this.btnMenu3.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu3.TabIndex = 324;
|
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu4
|
|
//
|
|
this.btnMenu4.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu4.BorderStyleReDraw = true;
|
|
this.btnMenu4.ClickImage = null;
|
|
this.btnMenu4.DefaultImage = null;
|
|
this.btnMenu4.DisableImage = null;
|
|
this.btnMenu4.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu4.Location = new System.Drawing.Point(901, 190);
|
|
this.btnMenu4.Name = "btnMenu4";
|
|
this.btnMenu4.OccupancyBar = 0;
|
|
this.btnMenu4.OccupancyBar_Lv0 = null;
|
|
this.btnMenu4.OccupancyBar_Lv1 = null;
|
|
this.btnMenu4.OccupancyBar_Lv2 = null;
|
|
this.btnMenu4.OccupancyBar_Lv3 = null;
|
|
this.btnMenu4.OccupancyBar_Lv4 = null;
|
|
this.btnMenu4.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu4.TabIndex = 323;
|
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu2
|
|
//
|
|
this.btnMenu2.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu2.BorderStyleReDraw = true;
|
|
this.btnMenu2.ClickImage = null;
|
|
this.btnMenu2.DefaultImage = null;
|
|
this.btnMenu2.DisableImage = null;
|
|
this.btnMenu2.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu2.Location = new System.Drawing.Point(740, 190);
|
|
this.btnMenu2.Name = "btnMenu2";
|
|
this.btnMenu2.OccupancyBar = 0;
|
|
this.btnMenu2.OccupancyBar_Lv0 = null;
|
|
this.btnMenu2.OccupancyBar_Lv1 = null;
|
|
this.btnMenu2.OccupancyBar_Lv2 = null;
|
|
this.btnMenu2.OccupancyBar_Lv3 = null;
|
|
this.btnMenu2.OccupancyBar_Lv4 = null;
|
|
this.btnMenu2.Size = new System.Drawing.Size(82, 49);
|
|
this.btnMenu2.TabIndex = 322;
|
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu1
|
|
//
|
|
this.btnMenu1.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu1.BorderStyleReDraw = true;
|
|
this.btnMenu1.ClickImage = null;
|
|
this.btnMenu1.DefaultImage = null;
|
|
this.btnMenu1.DisableImage = null;
|
|
this.btnMenu1.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu1.Location = new System.Drawing.Point(660, 190);
|
|
this.btnMenu1.Name = "btnMenu1";
|
|
this.btnMenu1.OccupancyBar = 0;
|
|
this.btnMenu1.OccupancyBar_Lv0 = null;
|
|
this.btnMenu1.OccupancyBar_Lv1 = null;
|
|
this.btnMenu1.OccupancyBar_Lv2 = null;
|
|
this.btnMenu1.OccupancyBar_Lv3 = null;
|
|
this.btnMenu1.OccupancyBar_Lv4 = null;
|
|
this.btnMenu1.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu1.TabIndex = 321;
|
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|
//
|
|
// 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 = 326;
|
|
//
|
|
// 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 = 336;
|
|
//
|
|
// tmrAutoStart
|
|
//
|
|
this.tmrAutoStart.Interval = 500;
|
|
this.tmrAutoStart.Tick += new System.EventHandler(this.tmrAutoStart_Tick);
|
|
//
|
|
// frmXChargeAmt
|
|
//
|
|
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.btnMenu3);
|
|
this.Controls.Add(this.btnMenu4);
|
|
this.Controls.Add(this.btnMenu2);
|
|
this.Controls.Add(this.btnMenu1);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Location = new System.Drawing.Point(210, 153);
|
|
this.Name = "frmXChargeAmt";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmXChargeAmt";
|
|
this.Activated += new System.EventHandler(this.frmXChargeAmt_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmXChargeAmt_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmXChargeAmt_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmXChargeAmt_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblBox1, 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.txtPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmPosEditBox txtPayAmt;
|
|
private UI.CsmButton btnMenu3;
|
|
private UI.CsmButton btnMenu4;
|
|
private UI.CsmButton btnMenu2;
|
|
private UI.CsmButton btnMenu1;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblBox1;
|
|
private System.Windows.Forms.Timer tmrAutoStart;
|
|
|
|
}
|
|
} |