spc-kiosk-pb/Window/WinPayment/frmiNStorDC.designer.cs
2019-06-16 14:12:09 +09:00

421 lines
23 KiB
C#

namespace Cosmos.Win
{
partial class frmiNStorDC
{
/// <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.lblDCRate = new Cosmos.UI.CsmLabel();
this.btnSearch = new Cosmos.UI.CsmButton();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
this.lblCardNM = new Cosmos.UI.CsmLabel();
this.btnMenu = new Cosmos.UI.CsmMenu();
this.txtCardNM = new Cosmos.UI.CsmLabel();
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
this.txtDCAmount = new Cosmos.UI.CsmLabel();
this.lblDCAmount = new Cosmos.UI.CsmLabel();
this.picFuncKey = new System.Windows.Forms.PictureBox();
this.picBack = new System.Windows.Forms.PictureBox();
this.lblBox4 = new Cosmos.UI.CsmLabel();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
this.txtDCRate = new Cosmos.UI.CsmPosEditBox();
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// lblDCRate
//
this.lblDCRate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblDCRate.BorderStyleReDraw = true;
this.lblDCRate.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblDCRate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblDCRate.Location = new System.Drawing.Point(428, 107);
this.lblDCRate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblDCRate.Name = "lblDCRate";
this.lblDCRate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblDCRate.Size = new System.Drawing.Size(122, 40);
this.lblDCRate.TabIndex = 119;
this.lblDCRate.Text = "할인율(%)";
this.lblDCRate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(569, 345);
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 = 133;
this.btnSearch.Text = "할인취소";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.UseCompatibleTextRendering = true;
this.btnSearch.Click += new System.EventHandler(this.btnProc_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(671, 345);
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 = 152;
this.btnEnter.Text = "할인등록";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BorderStyleReDraw = false;
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 224;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어", 16F, System.Drawing.FontStyle.Bold);
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(16, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(714, 50);
this.lblTitle.TabIndex = 287;
this.lblTitle.Text = "입점매장직원할인";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(428, 185);
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 = 283;
this.lblSaleAmt.Text = "받을금액";
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(428, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(343, 2);
this.label2.TabIndex = 305;
//
// lblCardNM
//
this.lblCardNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCardNM.BorderStyleReDraw = true;
this.lblCardNM.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCardNM.Location = new System.Drawing.Point(428, 68);
this.lblCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCardNM.Name = "lblCardNM";
this.lblCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCardNM.Size = new System.Drawing.Size(122, 40);
this.lblCardNM.TabIndex = 308;
this.lblCardNM.Text = "쿠폰명칭";
this.lblCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnMenu
//
this.btnMenu.BackColor = System.Drawing.Color.White;
this.btnMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
this.btnMenu.BorderLineSize = 0;
this.btnMenu.BorderStyleReDraw = false;
this.btnMenu.FontSizeUpDown = 14F;
this.btnMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
this.btnMenu.Location = new System.Drawing.Point(22, 67);
this.btnMenu.Name = "btnMenu";
this.btnMenu.Size = new System.Drawing.Size(389, 318);
this.btnMenu.TabIndex = 317;
this.btnMenu.TextDown = "▶";
this.btnMenu.TextUp = "◀";
this.btnMenu.VisibleUpDown = true;
this.btnMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnMenu_MenuClickHandler);
//
// txtCardNM
//
this.txtCardNM.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCardNM.BorderStyleReDraw = true;
this.txtCardNM.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtCardNM.Location = new System.Drawing.Point(566, 75);
this.txtCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtCardNM.Name = "txtCardNM";
this.txtCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtCardNM.Size = new System.Drawing.Size(191, 26);
this.txtCardNM.TabIndex = 318;
this.txtCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// gridDataItemBindingSource
//
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
//
// 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(566, 192);
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(191, 26);
this.txtSaleAmt.TabIndex = 319;
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtDCAmount
//
this.txtDCAmount.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDCAmount.BorderStyleReDraw = true;
this.txtDCAmount.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtDCAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtDCAmount.Location = new System.Drawing.Point(566, 153);
this.txtDCAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtDCAmount.Name = "txtDCAmount";
this.txtDCAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtDCAmount.Size = new System.Drawing.Size(191, 26);
this.txtDCAmount.TabIndex = 321;
this.txtDCAmount.Text = "0";
this.txtDCAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDCAmount
//
this.lblDCAmount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblDCAmount.BorderStyleReDraw = true;
this.lblDCAmount.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblDCAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblDCAmount.Location = new System.Drawing.Point(428, 146);
this.lblDCAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblDCAmount.Name = "lblDCAmount";
this.lblDCAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblDCAmount.Size = new System.Drawing.Size(122, 40);
this.lblDCAmount.TabIndex = 320;
this.lblDCAmount.Text = "기존 할인 금액";
this.lblDCAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// picFuncKey
//
this.picFuncKey.BackColor = System.Drawing.Color.Gray;
this.picFuncKey.Location = new System.Drawing.Point(21, 66);
this.picFuncKey.Name = "picFuncKey";
this.picFuncKey.Size = new System.Drawing.Size(391, 320);
this.picFuncKey.TabIndex = 324;
this.picFuncKey.TabStop = false;
//
// picBack
//
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(788, 402);
this.picBack.TabIndex = 298;
this.picBack.TabStop = false;
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(549, 185);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(222, 40);
this.lblBox4.TabIndex = 498;
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(549, 146);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(222, 40);
this.lblBox3.TabIndex = 499;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(549, 107);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(222, 40);
this.lblBox2.TabIndex = 500;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(549, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(222, 40);
this.lblBox1.TabIndex = 501;
//
// txtDCRate
//
this.txtDCRate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDCRate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDCRate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDCRate.BorderStyleReDraw = false;
this.txtDCRate.ClearFlag = false;
this.txtDCRate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDCRate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDCRate.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtDCRate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtDCRate.InputType = Cosmos.UI.InputType.Money;
this.txtDCRate.InputTypeFormat = "";
this.txtDCRate.Location = new System.Drawing.Point(566, 115);
this.txtDCRate.Margin = new System.Windows.Forms.Padding(5);
this.txtDCRate.MaxLength = 15;
this.txtDCRate.MaxLengthAutoEnd = false;
this.txtDCRate.MaxLengthForKeyIn = 32767;
this.txtDCRate.MaxLengthForNumpad = 32767;
this.txtDCRate.Name = "txtDCRate";
this.txtDCRate.PasswordChar = '\0';
this.txtDCRate.ReadOnly = false;
this.txtDCRate.Size = new System.Drawing.Size(191, 26);
this.txtDCRate.TabIndex = 502;
this.txtDCRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtDCRate.UseDualMaxLength = false;
this.txtDCRate.Value = "0";
this.txtDCRate.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtDCRate.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// frmiNStorDC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(788, 402);
this.Controls.Add(this.txtDCRate);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtDCAmount);
this.Controls.Add(this.txtSaleAmt);
this.Controls.Add(this.txtCardNM);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.lblDCAmount);
this.Controls.Add(this.btnMenu);
this.Controls.Add(this.lblCardNM);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblSaleAmt);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.lblDCRate);
this.Controls.Add(this.picFuncKey);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmiNStorDC";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmiNStorDC";
this.Activated += new System.EventHandler(this.frmiNStorDC_Activated);
this.Deactivate += new System.EventHandler(this.frmiNStorDC_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmiNStorDC_FormClosing);
this.Load += new System.EventHandler(this.frmiNStorDC_Load);
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmLabel lblDCRate;
private UI.CsmButton btnSearch;
private UI.CsmButton btnEnter;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblSaleAmt;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblCardNM;
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
private UI.CsmMenu btnMenu;
private UI.CsmLabel txtCardNM;
private UI.CsmLabel txtSaleAmt;
private UI.CsmLabel txtDCAmount;
private UI.CsmLabel lblDCAmount;
private System.Windows.Forms.PictureBox picFuncKey;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
private UI.CsmPosEditBox txtDCRate;
}
}