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

389 lines
21 KiB
C#

namespace Cosmos.Win
{
partial class frmInputData
{
/// <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.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.txtInPutData = new Cosmos.UI.CsmPosEditBox();
this.picBack = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
this.lblMsg = new Cosmos.UI.CsmLabel();
this.lblMsgDesc = new Cosmos.UI.CsmLabel();
this.padInPut = new Cosmos.UI.CsmNumpad();
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.lblBox1 = new Cosmos.UI.CsmLabel();
this.pnlMemo = new System.Windows.Forms.Panel();
this.lblMemo = new Cosmos.UI.CsmLabel();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.label1 = new System.Windows.Forms.Label();
this.txtMemo = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.pnlMemo.SuspendLayout();
this.SuspendLayout();
//
// 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(728, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 1;
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("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
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(715, 50);
this.lblTitle.TabIndex = 10;
this.lblTitle.Text = "타이틀";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtInPutData
//
this.txtInPutData.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtInPutData.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtInPutData.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtInPutData.BorderStyleReDraw = true;
this.txtInPutData.ClearFlag = false;
this.txtInPutData.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtInPutData.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtInPutData.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtInPutData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtInPutData.InputType = Cosmos.UI.InputType.Digit;
this.txtInPutData.InputTypeFormat = "";
this.txtInPutData.Location = new System.Drawing.Point(297, 75);
this.txtInPutData.Margin = new System.Windows.Forms.Padding(5);
this.txtInPutData.MaxLength = 3;
this.txtInPutData.MaxLengthAutoEnd = false;
this.txtInPutData.MaxLengthForKeyIn = 32767;
this.txtInPutData.MaxLengthForNumpad = 32767;
this.txtInPutData.Name = "txtInPutData";
this.txtInPutData.PasswordChar = '\0';
this.txtInPutData.ReadOnly = false;
this.txtInPutData.Size = new System.Drawing.Size(117, 26);
this.txtInPutData.TabIndex = 0;
this.txtInPutData.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtInPutData.UseDualMaxLength = false;
this.txtInPutData.Value = "999";
this.txtInPutData.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtInPutData.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.EditBoxTextChangedEvnet);
this.txtInPutData.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// picBack
//
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 1);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(788, 402);
this.picBack.TabIndex = 239;
this.picBack.TabStop = false;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label3.Location = new System.Drawing.Point(22, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(408, 2);
this.label3.TabIndex = 8;
//
// lblMsg
//
this.lblMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblMsg.BorderStyleReDraw = true;
this.lblMsg.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblMsg.Location = new System.Drawing.Point(22, 68);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(260, 40);
this.lblMsg.TabIndex = 11;
this.lblMsg.Text = "적용 수량을 입력하세요";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblMsgDesc
//
this.lblMsgDesc.BackColor = System.Drawing.Color.White;
this.lblMsgDesc.BorderStyleReDraw = false;
this.lblMsgDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMsgDesc.Location = new System.Drawing.Point(22, 123);
this.lblMsgDesc.Name = "lblMsgDesc";
this.lblMsgDesc.Size = new System.Drawing.Size(408, 258);
this.lblMsgDesc.TabIndex = 7;
this.lblMsgDesc.Text = "설명 메세지 내용입니다.";
this.lblMsgDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// padInPut
//
this.padInPut.BtnDotEnable = true;
this.padInPut.BtnMinusEnable = false;
this.padInPut.BtnPlusEnable = false;
this.padInPut.BtnQtyEnable = false;
this.padInPut.BtnSearchEnable = false;
this.padInPut.ClearBtnText = "CLEAR";
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
this.padInPut.Location = new System.Drawing.Point(444, 130);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.SearchBtnText = "FIND";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 6;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = false;
//
// 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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnMenu3.Location = new System.Drawing.Point(605, 67);
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 = 4;
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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnMenu4.Location = new System.Drawing.Point(685, 67);
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 = 5;
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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnMenu2.Location = new System.Drawing.Point(524, 67);
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 = 3;
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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnMenu1.Location = new System.Drawing.Point(444, 67);
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 = 2;
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMenu1.UseCompatibleTextRendering = true;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(281, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(149, 40);
this.lblBox1.TabIndex = 9;
//
// pnlMemo
//
this.pnlMemo.Controls.Add(this.txtMemo);
this.pnlMemo.Controls.Add(this.label1);
this.pnlMemo.Controls.Add(this.lblMemo);
this.pnlMemo.Controls.Add(this.csmLabel1);
this.pnlMemo.Location = new System.Drawing.Point(27, 409);
this.pnlMemo.Name = "pnlMemo";
this.pnlMemo.Size = new System.Drawing.Size(408, 257);
this.pnlMemo.TabIndex = 342;
//
// lblMemo
//
this.lblMemo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblMemo.BorderStyleReDraw = true;
this.lblMemo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMemo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblMemo.Location = new System.Drawing.Point(0, 2);
this.lblMemo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblMemo.Name = "lblMemo";
this.lblMemo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblMemo.Size = new System.Drawing.Size(408, 40);
this.lblMemo.TabIndex = 1;
this.lblMemo.Text = "메모";
this.lblMemo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// csmLabel1
//
this.csmLabel1.BackColor = System.Drawing.Color.White;
this.csmLabel1.BorderStyleReDraw = true;
this.csmLabel1.Location = new System.Drawing.Point(0, 41);
this.csmLabel1.Name = "csmLabel1";
this.csmLabel1.Size = new System.Drawing.Size(408, 216);
this.csmLabel1.TabIndex = 2;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(408, 2);
this.label1.TabIndex = 0;
//
// txtMemo
//
this.txtMemo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtMemo.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtMemo.Location = new System.Drawing.Point(8, 50);
this.txtMemo.MaxLength = 100;
this.txtMemo.Multiline = true;
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(392, 199);
this.txtMemo.TabIndex = 0;
this.txtMemo.Text = "123456789012345678901234567890123456789012345678901234567890123456789012345678901" +
"234567890123456789012345678901234567890";
this.txtMemo.Enter += new System.EventHandler(this.txtMemo_Enter);
this.txtMemo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMemo_KeyPress);
//
// frmInputData
//
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(830, 688);
this.Controls.Add(this.pnlMemo);
this.Controls.Add(this.btnMenu3);
this.Controls.Add(this.btnMenu4);
this.Controls.Add(this.btnMenu2);
this.Controls.Add(this.btnMenu1);
this.Controls.Add(this.lblMsgDesc);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.txtInPutData);
this.Controls.Add(this.padInPut);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmInputData";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmInputData";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInputData_FormClosing);
this.Load += new System.EventHandler(this.frmInputData_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlMemo.ResumeLayout(false);
this.pnlMemo.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private UI.CsmPosEditBox txtInPutData;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.Label label3;
private UI.CsmLabel lblMsg;
private UI.CsmLabel lblMsgDesc;
private UI.CsmNumpad padInPut;
private UI.CsmButton btnMenu3;
private UI.CsmButton btnMenu4;
private UI.CsmButton btnMenu2;
private UI.CsmButton btnMenu1;
private UI.CsmLabel lblBox1;
private System.Windows.Forms.Panel pnlMemo;
private UI.CsmLabel lblMemo;
private UI.CsmLabel csmLabel1;
private System.Windows.Forms.TextBox txtMemo;
private System.Windows.Forms.Label label1;
}
}