181 lines
8.7 KiB
C#
181 lines
8.7 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmHappyOrderBarcode
|
|
{
|
|
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnReg = new Cosmos.UI.CsmButton();
|
|
this.tbBarcodeNum = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((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(729, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 244;
|
|
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", 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 = 243;
|
|
this.lblTitle.Text = "타이틀";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblTitle.Click += new System.EventHandler(this.ControlOnFormClick);
|
|
//
|
|
// 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 = 247;
|
|
this.picBack.TabStop = false;
|
|
this.picBack.Click += new System.EventHandler(this.ControlOnFormClick);
|
|
//
|
|
// btnReg
|
|
//
|
|
this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnReg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnReg.BorderStyleReDraw = false;
|
|
this.btnReg.ClickImage = null;
|
|
this.btnReg.DefaultImage = null;
|
|
this.btnReg.DisableImage = null;
|
|
this.btnReg.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|
this.btnReg.ForeColor = System.Drawing.Color.White;
|
|
this.btnReg.Location = new System.Drawing.Point(666, 340);
|
|
this.btnReg.Name = "btnReg";
|
|
this.btnReg.OccupancyBar = 0;
|
|
this.btnReg.OccupancyBar_Lv0 = null;
|
|
this.btnReg.OccupancyBar_Lv1 = null;
|
|
this.btnReg.OccupancyBar_Lv2 = null;
|
|
this.btnReg.OccupancyBar_Lv3 = null;
|
|
this.btnReg.OccupancyBar_Lv4 = null;
|
|
this.btnReg.Size = new System.Drawing.Size(100, 40);
|
|
this.btnReg.TabIndex = 248;
|
|
this.btnReg.Text = "버튼2";
|
|
this.btnReg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnReg.UseCompatibleTextRendering = true;
|
|
this.btnReg.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// tbBarcodeNum
|
|
//
|
|
this.tbBarcodeNum.Location = new System.Drawing.Point(326, 26);
|
|
this.tbBarcodeNum.Name = "tbBarcodeNum";
|
|
this.tbBarcodeNum.Size = new System.Drawing.Size(285, 21);
|
|
this.tbBarcodeNum.TabIndex = 249;
|
|
this.tbBarcodeNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbBarcodeNum_KeyDown);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(22, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(744, 2);
|
|
this.label2.TabIndex = 327;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label1.Location = new System.Drawing.Point(22, 79);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(736, 27);
|
|
this.label1.TabIndex = 330;
|
|
this.label1.Text = "쇼킹박스 [상품정보출력] 용지의 바코드를 리딩해주세요.";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
|
this.label3.Location = new System.Drawing.Point(22, 121);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(586, 27);
|
|
this.label3.TabIndex = 331;
|
|
this.label3.Text = "리딩하지 않으면 배달 중 처리가 불가 합니다.";
|
|
//
|
|
// frmHappyOrderBarcode
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.tbBarcodeNum);
|
|
this.Controls.Add(this.btnReg);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.picBack);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmHappyOrderBarcode";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmHappyOrderBarcode";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmHappyOrderBarcode_FormClosed);
|
|
this.Load += new System.EventHandler(this.frmHappyOrderBarcode_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmButton btnReg;
|
|
private System.Windows.Forms.TextBox tbBarcodeNum;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |