315 lines
17 KiB
C#
315 lines
17 KiB
C#
namespace Cosmos.Service
|
|
{
|
|
partial class frmInputPrc
|
|
{
|
|
/// <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();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
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 = 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(16, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(715, 50);
|
|
this.lblTitle.TabIndex = 234;
|
|
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("Microsoft Sans Serif", 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.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 = 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 = 238;
|
|
//
|
|
// 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("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
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 = 221;
|
|
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, 122);
|
|
this.lblMsgDesc.Name = "lblMsgDesc";
|
|
this.lblMsgDesc.Size = new System.Drawing.Size(408, 258);
|
|
this.lblMsgDesc.TabIndex = 240;
|
|
this.lblMsgDesc.Text = "설명 메세지 내용입니다.";
|
|
//
|
|
// 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 = 222;
|
|
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("Microsoft Sans Serif", 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 = 332;
|
|
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("Microsoft Sans Serif", 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 = 331;
|
|
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("Microsoft Sans Serif", 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 = 330;
|
|
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("Microsoft Sans Serif", 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 = 329;
|
|
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 = 341;
|
|
//
|
|
// frmInputPrc
|
|
//
|
|
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.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 = "frmInputPrc";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmInputPrc";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmInputPrc_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmInputPrc_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
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;
|
|
}
|
|
} |