spc-kiosk-pb/Window/WinBasic/frmInputDataMin.designer.cs

208 lines
11 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmInputDataMin
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInputDataMin));
this.padInPut = new Cosmos.UI.CsmNumpad();
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.label1 = new System.Windows.Forms.Label();
this.lblMsg = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// 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(19, 137);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.SearchBtnText = "FIND";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 222;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = true;
//
// 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(307, 5);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(46, 45);
this.btnExit.TabIndex = 236;
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(8, 5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(299, 45);
this.lblTitle.TabIndex = 234;
this.lblTitle.Text = "타이틀";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtInPutData
//
this.txtInPutData.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.txtInPutData.BorderLineColor = System.Drawing.Color.White;
this.txtInPutData.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtInPutData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInPutData.BorderStyleReDraw = false;
this.txtInPutData.ClearFlag = false;
this.txtInPutData.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.txtInPutData.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(234)))), ((int)(((byte)(226)))));
this.txtInPutData.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtInPutData.InputType = Cosmos.UI.InputType.Digit;
this.txtInPutData.InputTypeFormat = "";
this.txtInPutData.Location = new System.Drawing.Point(19, 99);
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(320, 30);
this.txtInPutData.TabIndex = 0;
this.txtInPutData.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtInPutData.UseDualMaxLength = false;
this.txtInPutData.Value = "";
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.ErrorImage = null;
this.picBack.Image = ((System.Drawing.Image)(resources.GetObject("picBack.Image")));
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(360, 400);
this.picBack.TabIndex = 239;
this.picBack.TabStop = false;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.Black;
this.label3.Location = new System.Drawing.Point(17, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(324, 1);
this.label3.TabIndex = 238;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Black;
this.label1.Location = new System.Drawing.Point(17, 131);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(324, 1);
this.label1.TabIndex = 238;
//
// lblMsg
//
this.lblMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
this.lblMsg.BorderStyleReDraw = false;
this.lblMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMsg.Location = new System.Drawing.Point(19, 61);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(320, 34);
this.lblMsg.TabIndex = 221;
this.lblMsg.Text = "카드번호를 입력하세요";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(18, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(324, 1);
this.label2.TabIndex = 240;
//
// frmInputDataMin
//
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(360, 400);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
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.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmInputDataMin";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmInputDataMin";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInputDataMin_FormClosing);
this.Load += new System.EventHandler(this.frmInputDataMin_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmNumpad padInPut;
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 System.Windows.Forms.Label label1;
private UI.CsmLabel lblMsg;
private System.Windows.Forms.Label label2;
}
}