spc-kiosk-pb/Window/WinPayment/frmCashBill.designer.cs

655 lines
36 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmCashBill
{
/// <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.tmrIcCard = new System.Windows.Forms.Timer(this.components);
this.btnCatApp = new Cosmos.UI.CsmButton();
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
this.label2 = new System.Windows.Forms.Label();
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.label7 = new System.Windows.Forms.Label();
this.txtApprNo = new Cosmos.UI.CsmPosEditBox();
this.lblApprNo = new Cosmos.UI.CsmLabel();
this.btnVoluntary = new Cosmos.UI.CsmButton();
this.btnAppBiz = new Cosmos.UI.CsmButton();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnAppPers = new Cosmos.UI.CsmButton();
this.btnUnissued = new Cosmos.UI.CsmButton();
this.lblTradDiv = new Cosmos.UI.CsmLabel();
this.txtAppDiv = new Cosmos.UI.CsmPosEditBox();
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
this.lblPayAmt = new Cosmos.UI.CsmLabel();
this.lblCardNo = 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();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// tmrIcCard
//
this.tmrIcCard.Tick += new System.EventHandler(this.tmrIcCard_Tick);
//
// btnCatApp
//
this.btnCatApp.BackColor = System.Drawing.Color.Black;
this.btnCatApp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCatApp.BorderStyleReDraw = false;
this.btnCatApp.ClickImage = null;
this.btnCatApp.DefaultImage = null;
this.btnCatApp.DisableImage = null;
this.btnCatApp.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnCatApp.ForeColor = System.Drawing.Color.White;
this.btnCatApp.Location = new System.Drawing.Point(344, 463);
this.btnCatApp.Name = "btnCatApp";
this.btnCatApp.OccupancyBar = 0;
this.btnCatApp.OccupancyBar_Lv0 = null;
this.btnCatApp.OccupancyBar_Lv1 = null;
this.btnCatApp.OccupancyBar_Lv2 = null;
this.btnCatApp.OccupancyBar_Lv3 = null;
this.btnCatApp.OccupancyBar_Lv4 = null;
this.btnCatApp.Size = new System.Drawing.Size(100, 40);
this.btnCatApp.TabIndex = 369;
this.btnCatApp.Text = "CAT단말기";
this.btnCatApp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCatApp.UseCompatibleTextRendering = true;
this.btnCatApp.Click += new System.EventHandler(this.btnProc_Click);
//
// txtCardNo
//
this.txtCardNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtCardNo.BorderStyleReDraw = false;
this.txtCardNo.ClearFlag = false;
this.txtCardNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtCardNo.InputType = Cosmos.UI.InputType.None;
this.txtCardNo.InputTypeFormat = "";
this.txtCardNo.Location = new System.Drawing.Point(378, 276);
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
this.txtCardNo.MaxLength = 32767;
this.txtCardNo.MaxLengthAutoEnd = false;
this.txtCardNo.MaxLengthForKeyIn = 20;
this.txtCardNo.MaxLengthForNumpad = 13;
this.txtCardNo.Name = "txtCardNo";
this.txtCardNo.PasswordChar = '\0';
this.txtCardNo.ReadOnly = false;
this.txtCardNo.Size = new System.Drawing.Size(253, 26);
this.txtCardNo.TabIndex = 368;
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCardNo.UseDualMaxLength = true;
this.txtCardNo.Value = "";
this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtCardNo.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(240, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(408, 2);
this.label2.TabIndex = 362;
//
// 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(823, 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 = 361;
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu3.UseCompatibleTextRendering = true;
this.btnMenu3.Visible = false;
this.btnMenu3.Click += new System.EventHandler(this.btnMenu_Click);
//
// 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(903, 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 = 360;
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu4.UseCompatibleTextRendering = true;
this.btnMenu4.Visible = false;
this.btnMenu4.Click += new System.EventHandler(this.btnMenu_Click);
//
// 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(742, 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 = 359;
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu2.UseCompatibleTextRendering = true;
this.btnMenu2.Click += new System.EventHandler(this.btnMenu_Click);
//
// 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(662, 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 = 358;
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu1.UseCompatibleTextRendering = true;
this.btnMenu1.Click += new System.EventHandler(this.btnMenu_Click);
//
// label7
//
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label7.Location = new System.Drawing.Point(240, 347);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(408, 1);
this.label7.TabIndex = 357;
//
// txtApprNo
//
this.txtApprNo.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
this.txtApprNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtApprNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtApprNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtApprNo.BorderStyleReDraw = false;
this.txtApprNo.ClearFlag = false;
this.txtApprNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtApprNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtApprNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtApprNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtApprNo.InputType = Cosmos.UI.InputType.Digit;
this.txtApprNo.InputTypeFormat = "";
this.txtApprNo.Location = new System.Drawing.Point(378, 315);
this.txtApprNo.Margin = new System.Windows.Forms.Padding(5);
this.txtApprNo.MaxLength = 32767;
this.txtApprNo.MaxLengthAutoEnd = false;
this.txtApprNo.MaxLengthForKeyIn = 32767;
this.txtApprNo.MaxLengthForNumpad = 32767;
this.txtApprNo.Name = "txtApprNo";
this.txtApprNo.PasswordChar = '\0';
this.txtApprNo.ReadOnly = true;
this.txtApprNo.Size = new System.Drawing.Size(253, 26);
this.txtApprNo.TabIndex = 354;
this.txtApprNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtApprNo.UseDualMaxLength = false;
this.txtApprNo.Value = "12345678";
this.txtApprNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtApprNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// lblApprNo
//
this.lblApprNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblApprNo.BorderStyleReDraw = true;
this.lblApprNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblApprNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblApprNo.Location = new System.Drawing.Point(240, 308);
this.lblApprNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblApprNo.Name = "lblApprNo";
this.lblApprNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblApprNo.Size = new System.Drawing.Size(122, 40);
this.lblApprNo.TabIndex = 353;
this.lblApprNo.Text = "승인번호";
this.lblApprNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnVoluntary
//
this.btnVoluntary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnVoluntary.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnVoluntary.BorderStyleReDraw = false;
this.btnVoluntary.ClickImage = null;
this.btnVoluntary.DefaultImage = null;
this.btnVoluntary.DisableImage = null;
this.btnVoluntary.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnVoluntary.ForeColor = System.Drawing.Color.White;
this.btnVoluntary.Location = new System.Drawing.Point(446, 463);
this.btnVoluntary.Name = "btnVoluntary";
this.btnVoluntary.OccupancyBar = 0;
this.btnVoluntary.OccupancyBar_Lv0 = null;
this.btnVoluntary.OccupancyBar_Lv1 = null;
this.btnVoluntary.OccupancyBar_Lv2 = null;
this.btnVoluntary.OccupancyBar_Lv3 = null;
this.btnVoluntary.OccupancyBar_Lv4 = null;
this.btnVoluntary.Size = new System.Drawing.Size(100, 40);
this.btnVoluntary.TabIndex = 352;
this.btnVoluntary.Text = "자진발급";
this.btnVoluntary.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnVoluntary.UseCompatibleTextRendering = true;
this.btnVoluntary.Click += new System.EventHandler(this.btnProc_Click);
//
// btnAppBiz
//
this.btnAppBiz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.btnAppBiz.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAppBiz.BorderStyleReDraw = false;
this.btnAppBiz.ClickImage = null;
this.btnAppBiz.DefaultImage = null;
this.btnAppBiz.DisableImage = null;
this.btnAppBiz.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnAppBiz.ForeColor = System.Drawing.Color.White;
this.btnAppBiz.Location = new System.Drawing.Point(527, 237);
this.btnAppBiz.Name = "btnAppBiz";
this.btnAppBiz.OccupancyBar = 0;
this.btnAppBiz.OccupancyBar_Lv0 = null;
this.btnAppBiz.OccupancyBar_Lv1 = null;
this.btnAppBiz.OccupancyBar_Lv2 = null;
this.btnAppBiz.OccupancyBar_Lv3 = null;
this.btnAppBiz.OccupancyBar_Lv4 = null;
this.btnAppBiz.Size = new System.Drawing.Size(104, 26);
this.btnAppBiz.TabIndex = 350;
this.btnAppBiz.Text = "지출증빙";
this.btnAppBiz.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAppBiz.UseCompatibleTextRendering = true;
this.btnAppBiz.Click += new System.EventHandler(this.btnAppType_Click);
//
// 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(548, 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 = 351;
this.btnEnter.Text = "승인";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// btnAppPers
//
this.btnAppPers.BackColor = System.Drawing.Color.Black;
this.btnAppPers.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAppPers.BorderStyleReDraw = false;
this.btnAppPers.ClickImage = null;
this.btnAppPers.DefaultImage = null;
this.btnAppPers.DisableImage = null;
this.btnAppPers.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnAppPers.ForeColor = System.Drawing.Color.White;
this.btnAppPers.Location = new System.Drawing.Point(423, 237);
this.btnAppPers.Name = "btnAppPers";
this.btnAppPers.OccupancyBar = 0;
this.btnAppPers.OccupancyBar_Lv0 = null;
this.btnAppPers.OccupancyBar_Lv1 = null;
this.btnAppPers.OccupancyBar_Lv2 = null;
this.btnAppPers.OccupancyBar_Lv3 = null;
this.btnAppPers.OccupancyBar_Lv4 = null;
this.btnAppPers.Size = new System.Drawing.Size(104, 26);
this.btnAppPers.TabIndex = 349;
this.btnAppPers.Text = "소득공제";
this.btnAppPers.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAppPers.UseCompatibleTextRendering = true;
this.btnAppPers.Click += new System.EventHandler(this.btnAppType_Click);
//
// btnUnissued
//
this.btnUnissued.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnUnissued.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUnissued.BorderStyleReDraw = false;
this.btnUnissued.ClickImage = null;
this.btnUnissued.DefaultImage = null;
this.btnUnissued.DisableImage = null;
this.btnUnissued.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnUnissued.ForeColor = System.Drawing.Color.White;
this.btnUnissued.Location = new System.Drawing.Point(242, 463);
this.btnUnissued.Name = "btnUnissued";
this.btnUnissued.OccupancyBar = 0;
this.btnUnissued.OccupancyBar_Lv0 = null;
this.btnUnissued.OccupancyBar_Lv1 = null;
this.btnUnissued.OccupancyBar_Lv2 = null;
this.btnUnissued.OccupancyBar_Lv3 = null;
this.btnUnissued.OccupancyBar_Lv4 = null;
this.btnUnissued.Size = new System.Drawing.Size(100, 40);
this.btnUnissued.TabIndex = 348;
this.btnUnissued.Text = "미발급";
this.btnUnissued.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUnissued.UseCompatibleTextRendering = true;
this.btnUnissued.Click += new System.EventHandler(this.btnProc_Click);
//
// lblTradDiv
//
this.lblTradDiv.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblTradDiv.BorderStyleReDraw = true;
this.lblTradDiv.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblTradDiv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblTradDiv.Location = new System.Drawing.Point(240, 230);
this.lblTradDiv.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblTradDiv.Name = "lblTradDiv";
this.lblTradDiv.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblTradDiv.Size = new System.Drawing.Size(122, 40);
this.lblTradDiv.TabIndex = 347;
this.lblTradDiv.Text = "거래구분";
this.lblTradDiv.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtAppDiv
//
this.txtAppDiv.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppDiv.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtAppDiv.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtAppDiv.BorderStyleReDraw = false;
this.txtAppDiv.ClearFlag = false;
this.txtAppDiv.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppDiv.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAppDiv.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtAppDiv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtAppDiv.InputType = Cosmos.UI.InputType.Digit;
this.txtAppDiv.InputTypeFormat = "";
this.txtAppDiv.Location = new System.Drawing.Point(378, 237);
this.txtAppDiv.Margin = new System.Windows.Forms.Padding(5);
this.txtAppDiv.MaxLength = 32767;
this.txtAppDiv.MaxLengthAutoEnd = false;
this.txtAppDiv.MaxLengthForKeyIn = 32767;
this.txtAppDiv.MaxLengthForNumpad = 32767;
this.txtAppDiv.Name = "txtAppDiv";
this.txtAppDiv.PasswordChar = '\0';
this.txtAppDiv.ReadOnly = true;
this.txtAppDiv.Size = new System.Drawing.Size(40, 26);
this.txtAppDiv.TabIndex = 346;
this.txtAppDiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtAppDiv.UseDualMaxLength = false;
this.txtAppDiv.Value = "0";
this.txtAppDiv.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtAppDiv.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// 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(378, 198);
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
this.txtPayAmt.MaxLength = 32767;
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 = 345;
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtPayAmt.UseDualMaxLength = false;
this.txtPayAmt.Value = "73500";
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// 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(240, 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 = 344;
this.lblPayAmt.Text = "승인금액";
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblCardNo
//
this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCardNo.BorderStyleReDraw = true;
this.lblCardNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCardNo.Location = new System.Drawing.Point(240, 269);
this.lblCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCardNo.Name = "lblCardNo";
this.lblCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCardNo.Size = new System.Drawing.Size(122, 40);
this.lblCardNo.TabIndex = 343;
this.lblCardNo.Text = "확인번호";
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(361, 308);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(287, 40);
this.lblBox4.TabIndex = 364;
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(361, 269);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(287, 40);
this.lblBox3.TabIndex = 365;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(361, 230);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(287, 40);
this.lblBox2.TabIndex = 366;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(361, 191);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(287, 40);
this.lblBox1.TabIndex = 367;
//
// frmCashBill
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114)))));
this.ClientSize = new System.Drawing.Size(1004, 525);
this.Controls.Add(this.btnCatApp);
this.Controls.Add(this.txtCardNo);
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.label7);
this.Controls.Add(this.txtApprNo);
this.Controls.Add(this.lblApprNo);
this.Controls.Add(this.btnVoluntary);
this.Controls.Add(this.btnAppBiz);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.btnAppPers);
this.Controls.Add(this.btnUnissued);
this.Controls.Add(this.lblTradDiv);
this.Controls.Add(this.txtAppDiv);
this.Controls.Add(this.txtPayAmt);
this.Controls.Add(this.lblPayAmt);
this.Controls.Add(this.lblCardNo);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Name = "frmCashBill";
this.ShowInTaskbar = false;
this.Text = "frmCashBill";
this.TopMost = true;
this.Activated += new System.EventHandler(this.frmCashBill_Activated);
this.Deactivate += new System.EventHandler(this.frmCashBill_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCashBill_FormClosing);
this.Load += new System.EventHandler(this.frmCashBill_Load);
this.Controls.SetChildIndex(this.picBack, 0);
this.Controls.SetChildIndex(this.lblbg1, 0);
this.Controls.SetChildIndex(this.lblbg2, 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.lblBox1, 0);
this.Controls.SetChildIndex(this.lblBox2, 0);
this.Controls.SetChildIndex(this.lblBox3, 0);
this.Controls.SetChildIndex(this.lblBox4, 0);
this.Controls.SetChildIndex(this.lblCardNo, 0);
this.Controls.SetChildIndex(this.lblPayAmt, 0);
this.Controls.SetChildIndex(this.txtPayAmt, 0);
this.Controls.SetChildIndex(this.txtAppDiv, 0);
this.Controls.SetChildIndex(this.lblTradDiv, 0);
this.Controls.SetChildIndex(this.btnUnissued, 0);
this.Controls.SetChildIndex(this.btnAppPers, 0);
this.Controls.SetChildIndex(this.btnEnter, 0);
this.Controls.SetChildIndex(this.btnAppBiz, 0);
this.Controls.SetChildIndex(this.btnVoluntary, 0);
this.Controls.SetChildIndex(this.lblApprNo, 0);
this.Controls.SetChildIndex(this.txtApprNo, 0);
this.Controls.SetChildIndex(this.label7, 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);
this.Controls.SetChildIndex(this.txtCardNo, 0);
this.Controls.SetChildIndex(this.btnCatApp, 0);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlCardMot.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer tmrIcCard;
private UI.CsmButton btnCatApp;
private UI.CsmPosEditBox txtCardNo;
private System.Windows.Forms.Label label2;
private UI.CsmButton btnMenu3;
private UI.CsmButton btnMenu4;
private UI.CsmButton btnMenu2;
private UI.CsmButton btnMenu1;
private System.Windows.Forms.Label label7;
private UI.CsmPosEditBox txtApprNo;
private UI.CsmLabel lblApprNo;
private UI.CsmButton btnVoluntary;
private UI.CsmButton btnAppBiz;
private UI.CsmButton btnEnter;
private UI.CsmButton btnAppPers;
private UI.CsmButton btnUnissued;
private UI.CsmLabel lblTradDiv;
private UI.CsmPosEditBox txtAppDiv;
private UI.CsmPosEditBox txtPayAmt;
private UI.CsmLabel lblPayAmt;
private UI.CsmLabel lblCardNo;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
}
}