556 lines
30 KiB
C#
556 lines
30 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmEtcPvc
|
|
{
|
|
/// <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(frmEtcPvc));
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.padInPut = new Cosmos.UI.CsmNumpad();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtBoxMQty = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtBoxSQty = new Cosmos.UI.CsmPosEditBox();
|
|
this.csmLabel4 = new Cosmos.UI.CsmLabel();
|
|
this.txtBoxLQty = new Cosmos.UI.CsmPosEditBox();
|
|
this.csmLabel3 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|
this.label01 = new System.Windows.Forms.Label();
|
|
this.csmLabel2 = new Cosmos.UI.CsmLabel();
|
|
this.btnSave = new Cosmos.UI.CsmButton();
|
|
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.btnDate = new Cosmos.UI.CsmButton();
|
|
this.txtDate = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
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 = 395;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// 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("나눔스퀘어 Bold", 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 = 469;
|
|
this.lblTitle.Text = "PVC 상자재고";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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 = 470;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// padInPut
|
|
//
|
|
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
|
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.Size = new System.Drawing.Size(322, 250);
|
|
this.padInPut.TabIndex = 471;
|
|
this.padInPut.ThemeColor = "000000000";
|
|
this.padInPut.Use4By4 = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.label2.Location = new System.Drawing.Point(22, 130);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 487;
|
|
//
|
|
// txtBoxMQty
|
|
//
|
|
this.txtBoxMQty.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxMQty.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtBoxMQty.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtBoxMQty.BorderStyleReDraw = false;
|
|
this.txtBoxMQty.ClearFlag = false;
|
|
this.txtBoxMQty.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxMQty.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtBoxMQty.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtBoxMQty.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtBoxMQty.InputTypeFormat = "";
|
|
this.txtBoxMQty.Location = new System.Drawing.Point(160, 177);
|
|
this.txtBoxMQty.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtBoxMQty.MaxLength = 9;
|
|
this.txtBoxMQty.MaxLengthAutoEnd = false;
|
|
this.txtBoxMQty.MaxLengthForKeyIn = 32767;
|
|
this.txtBoxMQty.MaxLengthForNumpad = 32767;
|
|
this.txtBoxMQty.Name = "txtBoxMQty";
|
|
this.txtBoxMQty.PasswordChar = '\0';
|
|
this.txtBoxMQty.ReadOnly = false;
|
|
this.txtBoxMQty.Size = new System.Drawing.Size(253, 26);
|
|
this.txtBoxMQty.TabIndex = 484;
|
|
this.txtBoxMQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtBoxMQty.UseDualMaxLength = false;
|
|
this.txtBoxMQty.Value = "";
|
|
this.txtBoxMQty.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtBoxMQty.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtBoxSQty
|
|
//
|
|
this.txtBoxSQty.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxSQty.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtBoxSQty.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtBoxSQty.BorderStyleReDraw = false;
|
|
this.txtBoxSQty.ClearFlag = false;
|
|
this.txtBoxSQty.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxSQty.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtBoxSQty.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtBoxSQty.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtBoxSQty.InputTypeFormat = "";
|
|
this.txtBoxSQty.Location = new System.Drawing.Point(160, 216);
|
|
this.txtBoxSQty.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtBoxSQty.MaxLength = 9;
|
|
this.txtBoxSQty.MaxLengthAutoEnd = false;
|
|
this.txtBoxSQty.MaxLengthForKeyIn = 32767;
|
|
this.txtBoxSQty.MaxLengthForNumpad = 32767;
|
|
this.txtBoxSQty.Name = "txtBoxSQty";
|
|
this.txtBoxSQty.PasswordChar = '\0';
|
|
this.txtBoxSQty.ReadOnly = false;
|
|
this.txtBoxSQty.Size = new System.Drawing.Size(253, 26);
|
|
this.txtBoxSQty.TabIndex = 483;
|
|
this.txtBoxSQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtBoxSQty.UseDualMaxLength = false;
|
|
this.txtBoxSQty.Value = "";
|
|
this.txtBoxSQty.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtBoxSQty.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// csmLabel4
|
|
//
|
|
this.csmLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.csmLabel4.BorderStyleReDraw = true;
|
|
this.csmLabel4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.csmLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel4.Location = new System.Drawing.Point(22, 209);
|
|
this.csmLabel4.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel4.Name = "csmLabel4";
|
|
this.csmLabel4.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel4.Size = new System.Drawing.Size(122, 40);
|
|
this.csmLabel4.TabIndex = 482;
|
|
this.csmLabel4.Text = "소";
|
|
this.csmLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// txtBoxLQty
|
|
//
|
|
this.txtBoxLQty.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxLQty.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtBoxLQty.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtBoxLQty.BorderStyleReDraw = false;
|
|
this.txtBoxLQty.ClearFlag = false;
|
|
this.txtBoxLQty.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtBoxLQty.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtBoxLQty.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtBoxLQty.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtBoxLQty.InputTypeFormat = "";
|
|
this.txtBoxLQty.Location = new System.Drawing.Point(160, 138);
|
|
this.txtBoxLQty.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtBoxLQty.MaxLength = 9;
|
|
this.txtBoxLQty.MaxLengthAutoEnd = false;
|
|
this.txtBoxLQty.MaxLengthForKeyIn = 32767;
|
|
this.txtBoxLQty.MaxLengthForNumpad = 32767;
|
|
this.txtBoxLQty.Name = "txtBoxLQty";
|
|
this.txtBoxLQty.PasswordChar = '\0';
|
|
this.txtBoxLQty.ReadOnly = false;
|
|
this.txtBoxLQty.Size = new System.Drawing.Size(253, 26);
|
|
this.txtBoxLQty.TabIndex = 481;
|
|
this.txtBoxLQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtBoxLQty.UseDualMaxLength = false;
|
|
this.txtBoxLQty.Value = "";
|
|
this.txtBoxLQty.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtBoxLQty.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// csmLabel3
|
|
//
|
|
this.csmLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.csmLabel3.BorderStyleReDraw = true;
|
|
this.csmLabel3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.csmLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel3.Location = new System.Drawing.Point(22, 170);
|
|
this.csmLabel3.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel3.Name = "csmLabel3";
|
|
this.csmLabel3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel3.Size = new System.Drawing.Size(122, 40);
|
|
this.csmLabel3.TabIndex = 480;
|
|
this.csmLabel3.Text = "중";
|
|
this.csmLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// csmLabel1
|
|
//
|
|
this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.csmLabel1.BorderStyleReDraw = true;
|
|
this.csmLabel1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.csmLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel1.Location = new System.Drawing.Point(22, 131);
|
|
this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel1.Name = "csmLabel1";
|
|
this.csmLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel1.Size = new System.Drawing.Size(122, 40);
|
|
this.csmLabel1.TabIndex = 479;
|
|
this.csmLabel1.Text = "대";
|
|
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label01
|
|
//
|
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.label01.Location = new System.Drawing.Point(22, 67);
|
|
this.label01.Name = "label01";
|
|
this.label01.Size = new System.Drawing.Size(408, 2);
|
|
this.label01.TabIndex = 476;
|
|
//
|
|
// csmLabel2
|
|
//
|
|
this.csmLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.csmLabel2.BorderStyleReDraw = true;
|
|
this.csmLabel2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.csmLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel2.Location = new System.Drawing.Point(22, 68);
|
|
this.csmLabel2.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel2.Name = "csmLabel2";
|
|
this.csmLabel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel2.Size = new System.Drawing.Size(122, 40);
|
|
this.csmLabel2.TabIndex = 475;
|
|
this.csmLabel2.Text = "등록일자";
|
|
this.csmLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSave.BorderStyleReDraw = false;
|
|
this.btnSave.ClickImage = null;
|
|
this.btnSave.DefaultImage = null;
|
|
this.btnSave.DisableImage = null;
|
|
this.btnSave.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.Location = new System.Drawing.Point(330, 340);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.OccupancyBar = 0;
|
|
this.btnSave.OccupancyBar_Lv0 = null;
|
|
this.btnSave.OccupancyBar_Lv1 = null;
|
|
this.btnSave.OccupancyBar_Lv2 = null;
|
|
this.btnSave.OccupancyBar_Lv3 = null;
|
|
this.btnSave.OccupancyBar_Lv4 = null;
|
|
this.btnSave.Size = new System.Drawing.Size(100, 40);
|
|
this.btnSave.TabIndex = 490;
|
|
this.btnSave.Text = "저장";
|
|
this.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// 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("나눔스퀘어", 14F);
|
|
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 = 494;
|
|
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("나눔스퀘어", 14F);
|
|
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 = 493;
|
|
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("나눔스퀘어", 14F);
|
|
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 = 492;
|
|
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("나눔스퀘어", 14F);
|
|
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 = 491;
|
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnDate
|
|
//
|
|
this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDate.BorderStyleReDraw = true;
|
|
this.btnDate.ClickImage = null;
|
|
this.btnDate.DefaultImage = null;
|
|
this.btnDate.DisableImage = null;
|
|
this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnDate.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image")));
|
|
this.btnDate.Location = new System.Drawing.Point(387, 75);
|
|
this.btnDate.Name = "btnDate";
|
|
this.btnDate.OccupancyBar = 0;
|
|
this.btnDate.OccupancyBar_Lv0 = null;
|
|
this.btnDate.OccupancyBar_Lv1 = null;
|
|
this.btnDate.OccupancyBar_Lv2 = null;
|
|
this.btnDate.OccupancyBar_Lv3 = null;
|
|
this.btnDate.OccupancyBar_Lv4 = null;
|
|
this.btnDate.Size = new System.Drawing.Size(26, 26);
|
|
this.btnDate.TabIndex = 542;
|
|
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDate.Visible = false;
|
|
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
|
|
//
|
|
// txtDate
|
|
//
|
|
this.txtDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDate.BorderStyleReDraw = false;
|
|
this.txtDate.ClearFlag = false;
|
|
this.txtDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtDate.Enabled = false;
|
|
this.txtDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtDate.InputType = Cosmos.UI.InputType.Date;
|
|
this.txtDate.InputTypeFormat = "";
|
|
this.txtDate.Location = new System.Drawing.Point(160, 75);
|
|
this.txtDate.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDate.MaxLength = 10;
|
|
this.txtDate.MaxLengthAutoEnd = false;
|
|
this.txtDate.MaxLengthForKeyIn = 32767;
|
|
this.txtDate.MaxLengthForNumpad = 32767;
|
|
this.txtDate.Name = "txtDate";
|
|
this.txtDate.PasswordChar = '\0';
|
|
this.txtDate.ReadOnly = false;
|
|
this.txtDate.Size = new System.Drawing.Size(226, 26);
|
|
this.txtDate.TabIndex = 541;
|
|
this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtDate.UseDualMaxLength = false;
|
|
this.txtDate.Value = "20160101";
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(143, 209);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox4.TabIndex = 543;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(143, 170);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 544;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(143, 131);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox2.TabIndex = 545;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(143, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 546;
|
|
//
|
|
// frmEtcPvc
|
|
//
|
|
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.btnDate);
|
|
this.Controls.Add(this.txtDate);
|
|
this.Controls.Add(this.btnMenu3);
|
|
this.Controls.Add(this.btnMenu4);
|
|
this.Controls.Add(this.btnMenu2);
|
|
this.Controls.Add(this.btnMenu1);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtBoxMQty);
|
|
this.Controls.Add(this.txtBoxSQty);
|
|
this.Controls.Add(this.csmLabel4);
|
|
this.Controls.Add(this.txtBoxLQty);
|
|
this.Controls.Add(this.csmLabel3);
|
|
this.Controls.Add(this.csmLabel1);
|
|
this.Controls.Add(this.label01);
|
|
this.Controls.Add(this.csmLabel2);
|
|
this.Controls.Add(this.padInPut);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmEtcPvc";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmEtcPvc";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEtcPvc_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmEtcPvc_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmNumpad padInPut;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmPosEditBox txtBoxMQty;
|
|
private UI.CsmPosEditBox txtBoxSQty;
|
|
private UI.CsmLabel csmLabel4;
|
|
private UI.CsmPosEditBox txtBoxLQty;
|
|
private UI.CsmLabel csmLabel3;
|
|
private UI.CsmLabel csmLabel1;
|
|
private System.Windows.Forms.Label label01;
|
|
private UI.CsmLabel csmLabel2;
|
|
private UI.CsmButton btnSave;
|
|
private UI.CsmButton btnMenu3;
|
|
private UI.CsmButton btnMenu4;
|
|
private UI.CsmButton btnMenu2;
|
|
private UI.CsmButton btnMenu1;
|
|
private UI.CsmButton btnDate;
|
|
private UI.CsmPosEditBox txtDate;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
}
|
|
} |