spc-kiosk-pb/Window/WinBasic/frmLabelBarcodePrint.Designer.cs

127 lines
5.7 KiB
C#
Raw Permalink Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmLabelBarcodePrint
{
/// <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.btnOk = new Cosmos.UI.CsmButton();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.lblMessage = new Cosmos.UI.CsmLabel();
this.tbBarcodeNum = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.BackColor = System.Drawing.Color.Black;
this.btnOk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOk.BorderStyleReDraw = false;
this.btnOk.ClickImage = null;
this.btnOk.DefaultImage = null;
this.btnOk.DisableImage = null;
this.btnOk.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
this.btnOk.ForeColor = System.Drawing.Color.White;
this.btnOk.Location = new System.Drawing.Point(333, 162);
this.btnOk.Name = "btnOk";
this.btnOk.OccupancyBar = 0;
this.btnOk.OccupancyBar_Lv0 = null;
this.btnOk.OccupancyBar_Lv1 = null;
this.btnOk.OccupancyBar_Lv2 = null;
this.btnOk.OccupancyBar_Lv3 = null;
this.btnOk.OccupancyBar_Lv4 = null;
this.btnOk.Size = new System.Drawing.Size(121, 37);
this.btnOk.TabIndex = 17;
this.btnOk.Text = "csmButton1";
this.btnOk.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOk.UseCompatibleTextRendering = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold);
this.lblTitle.ForeColor = System.Drawing.Color.Black;
this.lblTitle.Location = new System.Drawing.Point(6, 5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(776, 46);
this.lblTitle.TabIndex = 16;
this.lblTitle.Text = "확인 메시지";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblTitle.Click += new System.EventHandler(this.ControlOnFormClick);
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.White;
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.lblMessage.Location = new System.Drawing.Point(8, 56);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(772, 101);
this.lblMessage.TabIndex = 15;
this.lblMessage.Text = "csmLabel3";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblMessage.Click += new System.EventHandler(this.ControlOnFormClick);
//
// tbBarcodeNum
//
this.tbBarcodeNum.Location = new System.Drawing.Point(481, 27);
this.tbBarcodeNum.Name = "tbBarcodeNum";
this.tbBarcodeNum.Size = new System.Drawing.Size(285, 21);
this.tbBarcodeNum.TabIndex = 250;
this.tbBarcodeNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbBarcodeNum_KeyDown);
//
// frmLabelBarcodePrint
//
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, 212);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.tbBarcodeNum);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmLabelBarcodePrint";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmLabelBarcodePrint";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLabelBarcodePrint_FormClosing);
this.Load += new System.EventHandler(this.frmLabelBarcodePrint_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UI.CsmButton btnOk;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblMessage;
private System.Windows.Forms.TextBox tbBarcodeNum;
}
}