namespace Cosmos.Win
{
partial class frmCheck
{
///
/// 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(frmCheck));
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtissueDate = new Cosmos.UI.CsmPosEditBox();
this.txtAccountNo = new Cosmos.UI.CsmPosEditBox();
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
this.txtCheckNo = new Cosmos.UI.CsmPosEditBox();
this.picChkbak = new Cosmos.UI.CsmPictureBox();
this.lblStsMsg = new Cosmos.UI.CsmLabel();
this.btnPay5 = new Cosmos.UI.CsmButton();
this.btnPay4 = new Cosmos.UI.CsmButton();
this.btnPay3 = new Cosmos.UI.CsmButton();
this.btnPay2 = new Cosmos.UI.CsmButton();
this.btnPay1 = new Cosmos.UI.CsmButton();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnSearch = new Cosmos.UI.CsmButton();
this.lblNotice = new Cosmos.UI.CsmLabel();
this.lblAccountNo = 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.picChkbak)).BeginInit();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label3.Location = new System.Drawing.Point(238, 415);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(408, 2);
this.label3.TabIndex = 356;
//
// 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, 243);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(408, 2);
this.label2.TabIndex = 353;
//
// txtissueDate
//
this.txtissueDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtissueDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtissueDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtissueDate.BorderStyleReDraw = false;
this.txtissueDate.ClearFlag = false;
this.txtissueDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtissueDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtissueDate.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtissueDate.InputType = Cosmos.UI.InputType.Date;
this.txtissueDate.InputTypeFormat = "";
this.txtissueDate.Location = new System.Drawing.Point(477, 344);
this.txtissueDate.Margin = new System.Windows.Forms.Padding(5);
this.txtissueDate.MaxLength = 10;
this.txtissueDate.MaxLengthAutoEnd = false;
this.txtissueDate.MaxLengthForKeyIn = 32767;
this.txtissueDate.MaxLengthForNumpad = 32767;
this.txtissueDate.Name = "txtissueDate";
this.txtissueDate.PasswordChar = '\0';
this.txtissueDate.ReadOnly = false;
this.txtissueDate.Size = new System.Drawing.Size(121, 26);
this.txtissueDate.TabIndex = 346;
this.txtissueDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtissueDate.UseDualMaxLength = false;
this.txtissueDate.Value = "20150530";
this.txtissueDate.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtissueDate.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// txtAccountNo
//
this.txtAccountNo.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange;
this.txtAccountNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtAccountNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtAccountNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtAccountNo.BorderStyleReDraw = false;
this.txtAccountNo.ClearFlag = false;
this.txtAccountNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtAccountNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAccountNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtAccountNo.InputType = Cosmos.UI.InputType.Digit;
this.txtAccountNo.InputTypeFormat = "";
this.txtAccountNo.Location = new System.Drawing.Point(376, 423);
this.txtAccountNo.Margin = new System.Windows.Forms.Padding(5);
this.txtAccountNo.MaxLength = 12;
this.txtAccountNo.MaxLengthAutoEnd = false;
this.txtAccountNo.MaxLengthForKeyIn = 32767;
this.txtAccountNo.MaxLengthForNumpad = 32767;
this.txtAccountNo.Name = "txtAccountNo";
this.txtAccountNo.PasswordChar = '\0';
this.txtAccountNo.ReadOnly = false;
this.txtAccountNo.Size = new System.Drawing.Size(253, 26);
this.txtAccountNo.TabIndex = 345;
this.txtAccountNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtAccountNo.UseDualMaxLength = false;
this.txtAccountNo.Value = "123456789012";
this.txtAccountNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtAccountNo.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.InputType = Cosmos.UI.InputType.Money;
this.txtPayAmt.InputTypeFormat = "";
this.txtPayAmt.Location = new System.Drawing.Point(291, 294);
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
this.txtPayAmt.MaxLength = 11;
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(307, 26);
this.txtPayAmt.TabIndex = 342;
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);
//
// txtCheckNo
//
this.txtCheckNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCheckNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtCheckNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtCheckNo.BorderStyleReDraw = false;
this.txtCheckNo.ClearFlag = false;
this.txtCheckNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtCheckNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtCheckNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtCheckNo.InputType = Cosmos.UI.InputType.Digit;
this.txtCheckNo.InputTypeFormat = "";
this.txtCheckNo.Location = new System.Drawing.Point(240, 375);
this.txtCheckNo.Margin = new System.Windows.Forms.Padding(5);
this.txtCheckNo.MaxLength = 14;
this.txtCheckNo.MaxLengthAutoEnd = false;
this.txtCheckNo.MaxLengthForKeyIn = 32767;
this.txtCheckNo.MaxLengthForNumpad = 32767;
this.txtCheckNo.Name = "txtCheckNo";
this.txtCheckNo.PasswordChar = '\0';
this.txtCheckNo.ReadOnly = false;
this.txtCheckNo.Size = new System.Drawing.Size(202, 26);
this.txtCheckNo.TabIndex = 341;
this.txtCheckNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCheckNo.UseDualMaxLength = false;
this.txtCheckNo.Value = "12345678901234";
this.txtCheckNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtCheckNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// picChkbak
//
this.picChkbak.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picChkbak.BackgroundImage")));
this.picChkbak.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.picChkbak.InitialImage = null;
this.picChkbak.Location = new System.Drawing.Point(238, 244);
this.picChkbak.Name = "picChkbak";
this.picChkbak.Size = new System.Drawing.Size(408, 158);
this.picChkbak.TabIndex = 354;
this.picChkbak.TabStop = false;
//
// lblStsMsg
//
this.lblStsMsg.BackColor = System.Drawing.Color.WhiteSmoke;
this.lblStsMsg.BorderStyleReDraw = true;
this.lblStsMsg.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.lblStsMsg.Location = new System.Drawing.Point(660, 190);
this.lblStsMsg.Name = "lblStsMsg";
this.lblStsMsg.Size = new System.Drawing.Size(321, 58);
this.lblStsMsg.TabIndex = 352;
//
// btnPay5
//
this.btnPay5.BackColor = System.Drawing.Color.White;
this.btnPay5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPay5.BorderStyleReDraw = true;
this.btnPay5.ClickImage = null;
this.btnPay5.DefaultImage = null;
this.btnPay5.DisableImage = null;
this.btnPay5.Font = new System.Drawing.Font("맑은 고딕", 11F);
this.btnPay5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPay5.Location = new System.Drawing.Point(568, 190);
this.btnPay5.Name = "btnPay5";
this.btnPay5.OccupancyBar = 0;
this.btnPay5.OccupancyBar_Lv0 = null;
this.btnPay5.OccupancyBar_Lv1 = null;
this.btnPay5.OccupancyBar_Lv2 = null;
this.btnPay5.OccupancyBar_Lv3 = null;
this.btnPay5.OccupancyBar_Lv4 = null;
this.btnPay5.Size = new System.Drawing.Size(79, 40);
this.btnPay5.TabIndex = 347;
this.btnPay5.Text = "비정액";
this.btnPay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPay5.Click += new System.EventHandler(this.btnCheckKind_Click);
//
// btnPay4
//
this.btnPay4.BackColor = System.Drawing.Color.White;
this.btnPay4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPay4.BorderStyleReDraw = true;
this.btnPay4.ClickImage = null;
this.btnPay4.DefaultImage = null;
this.btnPay4.DisableImage = null;
this.btnPay4.Font = new System.Drawing.Font("맑은 고딕", 11F);
this.btnPay4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPay4.Location = new System.Drawing.Point(486, 190);
this.btnPay4.Name = "btnPay4";
this.btnPay4.OccupancyBar = 0;
this.btnPay4.OccupancyBar_Lv0 = null;
this.btnPay4.OccupancyBar_Lv1 = null;
this.btnPay4.OccupancyBar_Lv2 = null;
this.btnPay4.OccupancyBar_Lv3 = null;
this.btnPay4.OccupancyBar_Lv4 = null;
this.btnPay4.Size = new System.Drawing.Size(78, 40);
this.btnPay4.TabIndex = 348;
this.btnPay4.Text = "100만원";
this.btnPay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPay4.Click += new System.EventHandler(this.btnCheckKind_Click);
//
// btnPay3
//
this.btnPay3.BackColor = System.Drawing.Color.White;
this.btnPay3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPay3.BorderStyleReDraw = true;
this.btnPay3.ClickImage = null;
this.btnPay3.DefaultImage = null;
this.btnPay3.DisableImage = null;
this.btnPay3.Font = new System.Drawing.Font("맑은 고딕", 11F);
this.btnPay3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPay3.Location = new System.Drawing.Point(403, 190);
this.btnPay3.Name = "btnPay3";
this.btnPay3.OccupancyBar = 0;
this.btnPay3.OccupancyBar_Lv0 = null;
this.btnPay3.OccupancyBar_Lv1 = null;
this.btnPay3.OccupancyBar_Lv2 = null;
this.btnPay3.OccupancyBar_Lv3 = null;
this.btnPay3.OccupancyBar_Lv4 = null;
this.btnPay3.Size = new System.Drawing.Size(79, 40);
this.btnPay3.TabIndex = 349;
this.btnPay3.Text = "50만원";
this.btnPay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPay3.Click += new System.EventHandler(this.btnCheckKind_Click);
//
// btnPay2
//
this.btnPay2.BackColor = System.Drawing.Color.White;
this.btnPay2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPay2.BorderStyleReDraw = true;
this.btnPay2.ClickImage = null;
this.btnPay2.DefaultImage = null;
this.btnPay2.DisableImage = null;
this.btnPay2.Font = new System.Drawing.Font("맑은 고딕", 11F);
this.btnPay2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPay2.Location = new System.Drawing.Point(321, 190);
this.btnPay2.Name = "btnPay2";
this.btnPay2.OccupancyBar = 0;
this.btnPay2.OccupancyBar_Lv0 = null;
this.btnPay2.OccupancyBar_Lv1 = null;
this.btnPay2.OccupancyBar_Lv2 = null;
this.btnPay2.OccupancyBar_Lv3 = null;
this.btnPay2.OccupancyBar_Lv4 = null;
this.btnPay2.Size = new System.Drawing.Size(78, 40);
this.btnPay2.TabIndex = 350;
this.btnPay2.Text = "30만원";
this.btnPay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPay2.Click += new System.EventHandler(this.btnCheckKind_Click);
//
// btnPay1
//
this.btnPay1.BackColor = System.Drawing.Color.White;
this.btnPay1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPay1.BorderStyleReDraw = true;
this.btnPay1.ClickImage = null;
this.btnPay1.DefaultImage = null;
this.btnPay1.DisableImage = null;
this.btnPay1.Font = new System.Drawing.Font("맑은 고딕", 11F);
this.btnPay1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnPay1.Location = new System.Drawing.Point(238, 190);
this.btnPay1.Name = "btnPay1";
this.btnPay1.OccupancyBar = 0;
this.btnPay1.OccupancyBar_Lv0 = null;
this.btnPay1.OccupancyBar_Lv1 = null;
this.btnPay1.OccupancyBar_Lv2 = null;
this.btnPay1.OccupancyBar_Lv3 = null;
this.btnPay1.OccupancyBar_Lv4 = null;
this.btnPay1.Size = new System.Drawing.Size(79, 40);
this.btnPay1.TabIndex = 351;
this.btnPay1.Text = "10만원";
this.btnPay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPay1.Click += new System.EventHandler(this.btnCheckKind_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(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 = 344;
this.btnEnter.Text = "승인";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// btnSearch
//
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnSearch.BorderStyleReDraw = false;
this.btnSearch.ClickImage = null;
this.btnSearch.DefaultImage = null;
this.btnSearch.DisableImage = null;
this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(444, 463);
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(100, 40);
this.btnSearch.TabIndex = 343;
this.btnSearch.Text = "조회";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.UseCompatibleTextRendering = true;
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
//
// lblNotice
//
this.lblNotice.BackColor = System.Drawing.Color.White;
this.lblNotice.BorderStyleReDraw = false;
this.lblNotice.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblNotice.ForeColor = System.Drawing.Color.Red;
this.lblNotice.Location = new System.Drawing.Point(237, 459);
this.lblNotice.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblNotice.Name = "lblNotice";
this.lblNotice.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblNotice.Size = new System.Drawing.Size(205, 50);
this.lblNotice.TabIndex = 340;
this.lblNotice.Text = "단위농협일 경우";
this.lblNotice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblAccountNo
//
this.lblAccountNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAccountNo.BorderStyleReDraw = true;
this.lblAccountNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblAccountNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAccountNo.Location = new System.Drawing.Point(238, 416);
this.lblAccountNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAccountNo.Name = "lblAccountNo";
this.lblAccountNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAccountNo.Size = new System.Drawing.Size(122, 40);
this.lblAccountNo.TabIndex = 339;
this.lblAccountNo.Text = "계좌번호";
this.lblAccountNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(359, 416);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(287, 40);
this.lblBox1.TabIndex = 355;
//
// frmCheck
//
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.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtissueDate);
this.Controls.Add(this.txtAccountNo);
this.Controls.Add(this.txtPayAmt);
this.Controls.Add(this.txtCheckNo);
this.Controls.Add(this.picChkbak);
this.Controls.Add(this.lblStsMsg);
this.Controls.Add(this.btnPay5);
this.Controls.Add(this.btnPay4);
this.Controls.Add(this.btnPay3);
this.Controls.Add(this.btnPay2);
this.Controls.Add(this.btnPay1);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.lblNotice);
this.Controls.Add(this.lblAccountNo);
this.Controls.Add(this.lblBox1);
this.Name = "frmCheck";
this.ShowInTaskbar = false;
this.Text = "frmCheck";
this.Activated += new System.EventHandler(this.frmCheck_Activated);
this.Deactivate += new System.EventHandler(this.frmCheck_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCheck_FormClosing);
this.Load += new System.EventHandler(this.frmCheck_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.lblAccountNo, 0);
this.Controls.SetChildIndex(this.lblNotice, 0);
this.Controls.SetChildIndex(this.btnSearch, 0);
this.Controls.SetChildIndex(this.btnEnter, 0);
this.Controls.SetChildIndex(this.btnPay1, 0);
this.Controls.SetChildIndex(this.btnPay2, 0);
this.Controls.SetChildIndex(this.btnPay3, 0);
this.Controls.SetChildIndex(this.btnPay4, 0);
this.Controls.SetChildIndex(this.btnPay5, 0);
this.Controls.SetChildIndex(this.lblStsMsg, 0);
this.Controls.SetChildIndex(this.picChkbak, 0);
this.Controls.SetChildIndex(this.txtCheckNo, 0);
this.Controls.SetChildIndex(this.txtPayAmt, 0);
this.Controls.SetChildIndex(this.txtAccountNo, 0);
this.Controls.SetChildIndex(this.txtissueDate, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.label3, 0);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlCardMot.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picChkbak)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private UI.CsmPosEditBox txtissueDate;
private UI.CsmPosEditBox txtAccountNo;
private UI.CsmPosEditBox txtPayAmt;
private UI.CsmPosEditBox txtCheckNo;
private UI.CsmPictureBox picChkbak;
private UI.CsmLabel lblStsMsg;
private UI.CsmButton btnPay5;
private UI.CsmButton btnPay4;
private UI.CsmButton btnPay3;
private UI.CsmButton btnPay2;
private UI.CsmButton btnPay1;
private UI.CsmButton btnEnter;
private UI.CsmButton btnSearch;
private UI.CsmLabel lblNotice;
private UI.CsmLabel lblAccountNo;
private UI.CsmLabel lblBox1;
}
}