namespace Cosmos.Win
{
partial class frmServiceCharge
{
///
/// 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()
{
this.btnAppRate = new Cosmos.UI.CsmButton();
this.btnAppAmt = new Cosmos.UI.CsmButton();
this.txtAppDiv = 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.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtAppAmt = new Cosmos.UI.CsmPosEditBox();
this.lblAppAmt = new Cosmos.UI.CsmLabel();
this.btnCan = new Cosmos.UI.CsmButton();
this.btnAppy = new Cosmos.UI.CsmButton();
this.lblAppType = 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);
//
// btnAppRate
//
this.btnAppRate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
this.btnAppRate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAppRate.BorderStyleReDraw = false;
this.btnAppRate.ClickImage = null;
this.btnAppRate.DefaultImage = null;
this.btnAppRate.DisableImage = null;
this.btnAppRate.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnAppRate.ForeColor = System.Drawing.Color.White;
this.btnAppRate.Location = new System.Drawing.Point(525, 196);
this.btnAppRate.Name = "btnAppRate";
this.btnAppRate.OccupancyBar = 0;
this.btnAppRate.OccupancyBar_Lv0 = null;
this.btnAppRate.OccupancyBar_Lv1 = null;
this.btnAppRate.OccupancyBar_Lv2 = null;
this.btnAppRate.OccupancyBar_Lv3 = null;
this.btnAppRate.OccupancyBar_Lv4 = null;
this.btnAppRate.Size = new System.Drawing.Size(104, 26);
this.btnAppRate.TabIndex = 363;
this.btnAppRate.Text = "율_1";
this.btnAppRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAppRate.UseCompatibleTextRendering = true;
this.btnAppRate.Click += new System.EventHandler(this.btnAppType_Click);
//
// btnAppAmt
//
this.btnAppAmt.BackColor = System.Drawing.Color.Black;
this.btnAppAmt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAppAmt.BorderStyleReDraw = false;
this.btnAppAmt.ClickImage = null;
this.btnAppAmt.DefaultImage = null;
this.btnAppAmt.DisableImage = null;
this.btnAppAmt.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnAppAmt.ForeColor = System.Drawing.Color.White;
this.btnAppAmt.Location = new System.Drawing.Point(421, 196);
this.btnAppAmt.Name = "btnAppAmt";
this.btnAppAmt.OccupancyBar = 0;
this.btnAppAmt.OccupancyBar_Lv0 = null;
this.btnAppAmt.OccupancyBar_Lv1 = null;
this.btnAppAmt.OccupancyBar_Lv2 = null;
this.btnAppAmt.OccupancyBar_Lv3 = null;
this.btnAppAmt.OccupancyBar_Lv4 = null;
this.btnAppAmt.Size = new System.Drawing.Size(104, 26);
this.btnAppAmt.TabIndex = 362;
this.btnAppAmt.Text = "금액_1";
this.btnAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAppAmt.UseCompatibleTextRendering = true;
this.btnAppAmt.Click += new System.EventHandler(this.btnAppType_Click);
//
// 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(376, 196);
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 = 361;
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);
//
// 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, 189);
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 = 360;
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, 189);
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 = 359;
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, 189);
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 = 358;
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, 189);
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 = 357;
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu1.UseCompatibleTextRendering = true;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label7.Location = new System.Drawing.Point(238, 268);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(408, 1);
this.label7.TabIndex = 353;
//
// 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, 189);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(408, 2);
this.label2.TabIndex = 354;
//
// txtAppAmt
//
this.txtAppAmt.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtAppAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtAppAmt.BorderStyleReDraw = false;
this.txtAppAmt.ClearFlag = false;
this.txtAppAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtAppAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtAppAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtAppAmt.InputType = Cosmos.UI.InputType.Money;
this.txtAppAmt.InputTypeFormat = "";
this.txtAppAmt.Location = new System.Drawing.Point(374, 236);
this.txtAppAmt.Margin = new System.Windows.Forms.Padding(5);
this.txtAppAmt.MaxLength = 10;
this.txtAppAmt.MaxLengthAutoEnd = false;
this.txtAppAmt.MaxLengthForKeyIn = 32767;
this.txtAppAmt.MaxLengthForNumpad = 32767;
this.txtAppAmt.Name = "txtAppAmt";
this.txtAppAmt.PasswordChar = '\0';
this.txtAppAmt.ReadOnly = false;
this.txtAppAmt.Size = new System.Drawing.Size(253, 26);
this.txtAppAmt.TabIndex = 352;
this.txtAppAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtAppAmt.UseDualMaxLength = false;
this.txtAppAmt.Value = "20150530";
this.txtAppAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtAppAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// lblAppAmt
//
this.lblAppAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAppAmt.BorderStyleReDraw = true;
this.lblAppAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAppAmt.Location = new System.Drawing.Point(238, 229);
this.lblAppAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAppAmt.Name = "lblAppAmt";
this.lblAppAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAppAmt.Size = new System.Drawing.Size(122, 40);
this.lblAppAmt.TabIndex = 351;
this.lblAppAmt.Text = "적용금액(율)_1";
this.lblAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnCan
//
this.btnCan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnCan.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCan.BorderStyleReDraw = false;
this.btnCan.ClickImage = null;
this.btnCan.DefaultImage = null;
this.btnCan.DisableImage = null;
this.btnCan.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnCan.ForeColor = System.Drawing.Color.White;
this.btnCan.Location = new System.Drawing.Point(444, 462);
this.btnCan.Name = "btnCan";
this.btnCan.OccupancyBar = 0;
this.btnCan.OccupancyBar_Lv0 = null;
this.btnCan.OccupancyBar_Lv1 = null;
this.btnCan.OccupancyBar_Lv2 = null;
this.btnCan.OccupancyBar_Lv3 = null;
this.btnCan.OccupancyBar_Lv4 = null;
this.btnCan.Size = new System.Drawing.Size(100, 40);
this.btnCan.TabIndex = 349;
this.btnCan.Text = "취소_1";
this.btnCan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCan.UseCompatibleTextRendering = true;
this.btnCan.Click += new System.EventHandler(this.btnProc_Click);
//
// btnAppy
//
this.btnAppy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnAppy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAppy.BorderStyleReDraw = false;
this.btnAppy.ClickImage = null;
this.btnAppy.DefaultImage = null;
this.btnAppy.DisableImage = null;
this.btnAppy.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
this.btnAppy.ForeColor = System.Drawing.Color.White;
this.btnAppy.Location = new System.Drawing.Point(546, 462);
this.btnAppy.Name = "btnAppy";
this.btnAppy.OccupancyBar = 0;
this.btnAppy.OccupancyBar_Lv0 = null;
this.btnAppy.OccupancyBar_Lv1 = null;
this.btnAppy.OccupancyBar_Lv2 = null;
this.btnAppy.OccupancyBar_Lv3 = null;
this.btnAppy.OccupancyBar_Lv4 = null;
this.btnAppy.Size = new System.Drawing.Size(100, 40);
this.btnAppy.TabIndex = 350;
this.btnAppy.Text = "적용_1";
this.btnAppy.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAppy.UseCompatibleTextRendering = true;
this.btnAppy.Click += new System.EventHandler(this.btnProc_Click);
//
// lblAppType
//
this.lblAppType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAppType.BorderStyleReDraw = true;
this.lblAppType.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblAppType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAppType.Location = new System.Drawing.Point(238, 190);
this.lblAppType.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAppType.Name = "lblAppType";
this.lblAppType.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAppType.Size = new System.Drawing.Size(122, 40);
this.lblAppType.TabIndex = 348;
this.lblAppType.Text = "적용방법_1";
this.lblAppType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(359, 229);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(287, 40);
this.lblBox2.TabIndex = 355;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(359, 190);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(287, 40);
this.lblBox1.TabIndex = 356;
//
// frmServiceCharge
//
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.btnAppRate);
this.Controls.Add(this.btnAppAmt);
this.Controls.Add(this.txtAppDiv);
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.label2);
this.Controls.Add(this.txtAppAmt);
this.Controls.Add(this.lblAppAmt);
this.Controls.Add(this.btnCan);
this.Controls.Add(this.btnAppy);
this.Controls.Add(this.lblAppType);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Name = "frmServiceCharge";
this.ShowInTaskbar = false;
this.Text = "frmServiceCharge";
this.Activated += new System.EventHandler(this.frmServiceCharge_Activated);
this.Deactivate += new System.EventHandler(this.frmServiceCharge_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmServiceCharge_FormClosing);
this.Load += new System.EventHandler(this.frmServiceCharge_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.lblAppType, 0);
this.Controls.SetChildIndex(this.btnAppy, 0);
this.Controls.SetChildIndex(this.btnCan, 0);
this.Controls.SetChildIndex(this.lblAppAmt, 0);
this.Controls.SetChildIndex(this.txtAppAmt, 0);
this.Controls.SetChildIndex(this.label2, 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.txtAppDiv, 0);
this.Controls.SetChildIndex(this.btnAppAmt, 0);
this.Controls.SetChildIndex(this.btnAppRate, 0);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlCardMot.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnAppRate;
private UI.CsmButton btnAppAmt;
private UI.CsmPosEditBox txtAppDiv;
private UI.CsmButton btnMenu3;
private UI.CsmButton btnMenu4;
private UI.CsmButton btnMenu2;
private UI.CsmButton btnMenu1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label2;
private UI.CsmPosEditBox txtAppAmt;
private UI.CsmLabel lblAppAmt;
private UI.CsmButton btnCan;
private UI.CsmButton btnAppy;
private UI.CsmLabel lblAppType;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
}
}