652 lines
36 KiB
C#
652 lines
36 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmEtcSetting
|
|||
|
{
|
|||
|
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnTitle02 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnTitle01 = new Cosmos.UI.CsmButton();
|
|||
|
this.pnlTitle = new System.Windows.Forms.Panel();
|
|||
|
this.label00 = new System.Windows.Forms.Label();
|
|||
|
this.pnl02 = new System.Windows.Forms.Panel();
|
|||
|
this.picScanner = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnScanner04 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnScanner03 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnScanner02 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnScanner01 = new Cosmos.UI.CsmButton();
|
|||
|
this.pnl01 = new System.Windows.Forms.Panel();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label01 = new System.Windows.Forms.Label();
|
|||
|
this.lblPrintInit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblScannerInit = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtName = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnPrint03 = new Cosmos.UI.CsmButton();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.radioButton1 = new System.Windows.Forms.RadioButton();
|
|||
|
this.lblPrintTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnPrint02 = new Cosmos.UI.CsmButton();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.rdoBtn01 = new System.Windows.Forms.RadioButton();
|
|||
|
this.lblScannerTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblNameTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblName = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnPrint01 = new Cosmos.UI.CsmButton();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.pnlTitle.SuspendLayout();
|
|||
|
this.pnl02.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picScanner)).BeginInit();
|
|||
|
this.pnl01.SuspendLayout();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
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(800, 600);
|
|||
|
this.picBack.TabIndex = 393;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// 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(741, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 396;
|
|||
|
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("나눔스퀘어 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(728, 50);
|
|||
|
this.lblTitle.TabIndex = 395;
|
|||
|
this.lblTitle.Text = "기타설정";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnTitle02
|
|||
|
//
|
|||
|
this.btnTitle02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnTitle02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.btnTitle02.BorderStyleReDraw = false;
|
|||
|
this.btnTitle02.ClickImage = null;
|
|||
|
this.btnTitle02.DefaultImage = null;
|
|||
|
this.btnTitle02.DisableImage = null;
|
|||
|
this.btnTitle02.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnTitle02.Location = new System.Drawing.Point(115, 0);
|
|||
|
this.btnTitle02.Name = "btnTitle02";
|
|||
|
this.btnTitle02.OccupancyBar = 0;
|
|||
|
this.btnTitle02.OccupancyBar_Lv0 = null;
|
|||
|
this.btnTitle02.OccupancyBar_Lv1 = null;
|
|||
|
this.btnTitle02.OccupancyBar_Lv2 = null;
|
|||
|
this.btnTitle02.OccupancyBar_Lv3 = null;
|
|||
|
this.btnTitle02.OccupancyBar_Lv4 = null;
|
|||
|
this.btnTitle02.Size = new System.Drawing.Size(115, 32);
|
|||
|
this.btnTitle02.TabIndex = 0;
|
|||
|
this.btnTitle02.Text = "csmButton1";
|
|||
|
this.btnTitle02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnTitle02.Click += new System.EventHandler(this.btnTitle_Click);
|
|||
|
//
|
|||
|
// btnTitle01
|
|||
|
//
|
|||
|
this.btnTitle01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnTitle01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.btnTitle01.BorderStyleReDraw = false;
|
|||
|
this.btnTitle01.ClickImage = null;
|
|||
|
this.btnTitle01.DefaultImage = null;
|
|||
|
this.btnTitle01.DisableImage = null;
|
|||
|
this.btnTitle01.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnTitle01.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.btnTitle01.Name = "btnTitle01";
|
|||
|
this.btnTitle01.OccupancyBar = 0;
|
|||
|
this.btnTitle01.OccupancyBar_Lv0 = null;
|
|||
|
this.btnTitle01.OccupancyBar_Lv1 = null;
|
|||
|
this.btnTitle01.OccupancyBar_Lv2 = null;
|
|||
|
this.btnTitle01.OccupancyBar_Lv3 = null;
|
|||
|
this.btnTitle01.OccupancyBar_Lv4 = null;
|
|||
|
this.btnTitle01.Size = new System.Drawing.Size(115, 32);
|
|||
|
this.btnTitle01.TabIndex = 0;
|
|||
|
this.btnTitle01.Text = "csmButton1";
|
|||
|
this.btnTitle01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnTitle01.Click += new System.EventHandler(this.btnTitle_Click);
|
|||
|
//
|
|||
|
// pnlTitle
|
|||
|
//
|
|||
|
this.pnlTitle.BackColor = System.Drawing.Color.White;
|
|||
|
this.pnlTitle.Controls.Add(this.label00);
|
|||
|
this.pnlTitle.Controls.Add(this.btnTitle02);
|
|||
|
this.pnlTitle.Controls.Add(this.btnTitle01);
|
|||
|
this.pnlTitle.Location = new System.Drawing.Point(22, 67);
|
|||
|
this.pnlTitle.Name = "pnlTitle";
|
|||
|
this.pnlTitle.Size = new System.Drawing.Size(756, 33);
|
|||
|
this.pnlTitle.TabIndex = 397;
|
|||
|
//
|
|||
|
// label00
|
|||
|
//
|
|||
|
this.label00.BackColor = System.Drawing.Color.Black;
|
|||
|
this.label00.Font = new System.Drawing.Font("굴림", 3F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.label00.Location = new System.Drawing.Point(0, 31);
|
|||
|
this.label00.Name = "label00";
|
|||
|
this.label00.Size = new System.Drawing.Size(760, 1);
|
|||
|
this.label00.TabIndex = 18;
|
|||
|
//
|
|||
|
// pnl02
|
|||
|
//
|
|||
|
this.pnl02.BackColor = System.Drawing.Color.White;
|
|||
|
this.pnl02.Controls.Add(this.picScanner);
|
|||
|
this.pnl02.Controls.Add(this.btnScanner04);
|
|||
|
this.pnl02.Controls.Add(this.btnScanner03);
|
|||
|
this.pnl02.Controls.Add(this.btnScanner02);
|
|||
|
this.pnl02.Controls.Add(this.btnScanner01);
|
|||
|
this.pnl02.Location = new System.Drawing.Point(23, 584);
|
|||
|
this.pnl02.Name = "pnl02";
|
|||
|
this.pnl02.Size = new System.Drawing.Size(756, 479);
|
|||
|
this.pnl02.TabIndex = 460;
|
|||
|
this.pnl02.Visible = false;
|
|||
|
//
|
|||
|
// picScanner
|
|||
|
//
|
|||
|
this.picScanner.Location = new System.Drawing.Point(10, 64);
|
|||
|
this.picScanner.Name = "picScanner";
|
|||
|
this.picScanner.Size = new System.Drawing.Size(736, 400);
|
|||
|
this.picScanner.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
this.picScanner.TabIndex = 405;
|
|||
|
this.picScanner.TabStop = false;
|
|||
|
//
|
|||
|
// btnScanner04
|
|||
|
//
|
|||
|
this.btnScanner04.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnScanner04.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnScanner04.BorderStyleReDraw = false;
|
|||
|
this.btnScanner04.ClickImage = null;
|
|||
|
this.btnScanner04.DefaultImage = null;
|
|||
|
this.btnScanner04.DisableImage = null;
|
|||
|
this.btnScanner04.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnScanner04.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnScanner04.Location = new System.Drawing.Point(625, 10);
|
|||
|
this.btnScanner04.Name = "btnScanner04";
|
|||
|
this.btnScanner04.OccupancyBar = 0;
|
|||
|
this.btnScanner04.OccupancyBar_Lv0 = null;
|
|||
|
this.btnScanner04.OccupancyBar_Lv1 = null;
|
|||
|
this.btnScanner04.OccupancyBar_Lv2 = null;
|
|||
|
this.btnScanner04.OccupancyBar_Lv3 = null;
|
|||
|
this.btnScanner04.OccupancyBar_Lv4 = null;
|
|||
|
this.btnScanner04.Size = new System.Drawing.Size(121, 40);
|
|||
|
this.btnScanner04.TabIndex = 404;
|
|||
|
this.btnScanner04.Text = "iOS키패드";
|
|||
|
this.btnScanner04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnScanner04.UseCompatibleTextRendering = true;
|
|||
|
this.btnScanner04.Click += new System.EventHandler(this.btnScanner_Click);
|
|||
|
//
|
|||
|
// btnScanner03
|
|||
|
//
|
|||
|
this.btnScanner03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnScanner03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnScanner03.BorderStyleReDraw = false;
|
|||
|
this.btnScanner03.ClickImage = null;
|
|||
|
this.btnScanner03.DefaultImage = null;
|
|||
|
this.btnScanner03.DisableImage = null;
|
|||
|
this.btnScanner03.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnScanner03.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnScanner03.Location = new System.Drawing.Point(401, 10);
|
|||
|
this.btnScanner03.Name = "btnScanner03";
|
|||
|
this.btnScanner03.OccupancyBar = 0;
|
|||
|
this.btnScanner03.OccupancyBar_Lv0 = null;
|
|||
|
this.btnScanner03.OccupancyBar_Lv1 = null;
|
|||
|
this.btnScanner03.OccupancyBar_Lv2 = null;
|
|||
|
this.btnScanner03.OccupancyBar_Lv3 = null;
|
|||
|
this.btnScanner03.OccupancyBar_Lv4 = null;
|
|||
|
this.btnScanner03.Size = new System.Drawing.Size(216, 40);
|
|||
|
this.btnScanner03.TabIndex = 403;
|
|||
|
this.btnScanner03.Text = "무선스캐너 인식율향상";
|
|||
|
this.btnScanner03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnScanner03.UseCompatibleTextRendering = true;
|
|||
|
this.btnScanner03.Click += new System.EventHandler(this.btnScanner_Click);
|
|||
|
//
|
|||
|
// btnScanner02
|
|||
|
//
|
|||
|
this.btnScanner02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnScanner02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnScanner02.BorderStyleReDraw = false;
|
|||
|
this.btnScanner02.ClickImage = null;
|
|||
|
this.btnScanner02.DefaultImage = null;
|
|||
|
this.btnScanner02.DisableImage = null;
|
|||
|
this.btnScanner02.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnScanner02.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnScanner02.Location = new System.Drawing.Point(196, 10);
|
|||
|
this.btnScanner02.Name = "btnScanner02";
|
|||
|
this.btnScanner02.OccupancyBar = 0;
|
|||
|
this.btnScanner02.OccupancyBar_Lv0 = null;
|
|||
|
this.btnScanner02.OccupancyBar_Lv1 = null;
|
|||
|
this.btnScanner02.OccupancyBar_Lv2 = null;
|
|||
|
this.btnScanner02.OccupancyBar_Lv3 = null;
|
|||
|
this.btnScanner02.OccupancyBar_Lv4 = null;
|
|||
|
this.btnScanner02.Size = new System.Drawing.Size(197, 40);
|
|||
|
this.btnScanner02.TabIndex = 402;
|
|||
|
this.btnScanner02.Text = "무선스캐너 모바일용";
|
|||
|
this.btnScanner02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnScanner02.UseCompatibleTextRendering = true;
|
|||
|
this.btnScanner02.Click += new System.EventHandler(this.btnScanner_Click);
|
|||
|
//
|
|||
|
// btnScanner01
|
|||
|
//
|
|||
|
this.btnScanner01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|||
|
this.btnScanner01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnScanner01.BorderStyleReDraw = false;
|
|||
|
this.btnScanner01.ClickImage = null;
|
|||
|
this.btnScanner01.DefaultImage = null;
|
|||
|
this.btnScanner01.DisableImage = null;
|
|||
|
this.btnScanner01.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnScanner01.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnScanner01.Location = new System.Drawing.Point(10, 10);
|
|||
|
this.btnScanner01.Name = "btnScanner01";
|
|||
|
this.btnScanner01.OccupancyBar = 0;
|
|||
|
this.btnScanner01.OccupancyBar_Lv0 = null;
|
|||
|
this.btnScanner01.OccupancyBar_Lv1 = null;
|
|||
|
this.btnScanner01.OccupancyBar_Lv2 = null;
|
|||
|
this.btnScanner01.OccupancyBar_Lv3 = null;
|
|||
|
this.btnScanner01.OccupancyBar_Lv4 = null;
|
|||
|
this.btnScanner01.Size = new System.Drawing.Size(178, 40);
|
|||
|
this.btnScanner01.TabIndex = 401;
|
|||
|
this.btnScanner01.Text = "무선스캐너 PC용";
|
|||
|
this.btnScanner01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnScanner01.UseCompatibleTextRendering = true;
|
|||
|
this.btnScanner01.Click += new System.EventHandler(this.btnScanner_Click);
|
|||
|
//
|
|||
|
// pnl01
|
|||
|
//
|
|||
|
this.pnl01.BackColor = System.Drawing.Color.White;
|
|||
|
this.pnl01.Controls.Add(this.label5);
|
|||
|
this.pnl01.Controls.Add(this.label2);
|
|||
|
this.pnl01.Controls.Add(this.label01);
|
|||
|
this.pnl01.Controls.Add(this.lblPrintInit);
|
|||
|
this.pnl01.Controls.Add(this.lblScannerInit);
|
|||
|
this.pnl01.Controls.Add(this.txtName);
|
|||
|
this.pnl01.Controls.Add(this.lblBox1);
|
|||
|
this.pnl01.Controls.Add(this.btnPrint03);
|
|||
|
this.pnl01.Controls.Add(this.panel2);
|
|||
|
this.pnl01.Controls.Add(this.lblPrintTitle);
|
|||
|
this.pnl01.Controls.Add(this.btnPrint02);
|
|||
|
this.pnl01.Controls.Add(this.panel1);
|
|||
|
this.pnl01.Controls.Add(this.lblScannerTitle);
|
|||
|
this.pnl01.Controls.Add(this.lblNameTitle);
|
|||
|
this.pnl01.Controls.Add(this.lblName);
|
|||
|
this.pnl01.Controls.Add(this.btnPrint01);
|
|||
|
this.pnl01.Location = new System.Drawing.Point(22, 99);
|
|||
|
this.pnl01.Name = "pnl01";
|
|||
|
this.pnl01.Size = new System.Drawing.Size(756, 479);
|
|||
|
this.pnl01.TabIndex = 398;
|
|||
|
this.pnl01.Visible = false;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label5.Location = new System.Drawing.Point(16, 206);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(330, 2);
|
|||
|
this.label5.TabIndex = 465;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label2.Location = new System.Drawing.Point(16, 123);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(330, 2);
|
|||
|
this.label2.TabIndex = 454;
|
|||
|
//
|
|||
|
// label01
|
|||
|
//
|
|||
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label01.Location = new System.Drawing.Point(16, 35);
|
|||
|
this.label01.Name = "label01";
|
|||
|
this.label01.Size = new System.Drawing.Size(330, 2);
|
|||
|
this.label01.TabIndex = 403;
|
|||
|
//
|
|||
|
// lblPrintInit
|
|||
|
//
|
|||
|
this.lblPrintInit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|||
|
this.lblPrintInit.BorderStyleReDraw = true;
|
|||
|
this.lblPrintInit.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblPrintInit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblPrintInit.Location = new System.Drawing.Point(56, 207);
|
|||
|
this.lblPrintInit.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblPrintInit.Name = "lblPrintInit";
|
|||
|
this.lblPrintInit.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblPrintInit.Size = new System.Drawing.Size(290, 40);
|
|||
|
this.lblPrintInit.TabIndex = 464;
|
|||
|
this.lblPrintInit.Text = "프린터 초기화";
|
|||
|
this.lblPrintInit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblScannerInit
|
|||
|
//
|
|||
|
this.lblScannerInit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|||
|
this.lblScannerInit.BorderStyleReDraw = true;
|
|||
|
this.lblScannerInit.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblScannerInit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblScannerInit.Location = new System.Drawing.Point(56, 124);
|
|||
|
this.lblScannerInit.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblScannerInit.Name = "lblScannerInit";
|
|||
|
this.lblScannerInit.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblScannerInit.Size = new System.Drawing.Size(290, 40);
|
|||
|
this.lblScannerInit.TabIndex = 457;
|
|||
|
this.lblScannerInit.Text = "스캐너 초기화 셋팅 출력";
|
|||
|
this.lblScannerInit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtName
|
|||
|
//
|
|||
|
this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtName.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|||
|
this.txtName.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtName.BorderStyleReDraw = false;
|
|||
|
this.txtName.ClearFlag = false;
|
|||
|
this.txtName.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtName.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
|||
|
this.txtName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtName.InputType = Cosmos.UI.InputType.None;
|
|||
|
this.txtName.InputTypeFormat = "";
|
|||
|
this.txtName.Location = new System.Drawing.Point(154, 43);
|
|||
|
this.txtName.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtName.MaxLength = 21;
|
|||
|
this.txtName.MaxLengthAutoEnd = false;
|
|||
|
this.txtName.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtName.MaxLengthForNumpad = 32767;
|
|||
|
this.txtName.Name = "txtName";
|
|||
|
this.txtName.PasswordChar = '\0';
|
|||
|
this.txtName.ReadOnly = false;
|
|||
|
this.txtName.Size = new System.Drawing.Size(176, 26);
|
|||
|
this.txtName.TabIndex = 401;
|
|||
|
this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtName.UseDualMaxLength = false;
|
|||
|
this.txtName.Value = "";
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(137, 36);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(209, 40);
|
|||
|
this.lblBox1.TabIndex = 469;
|
|||
|
//
|
|||
|
// btnPrint03
|
|||
|
//
|
|||
|
this.btnPrint03.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnPrint03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPrint03.BorderStyleReDraw = false;
|
|||
|
this.btnPrint03.ClickImage = null;
|
|||
|
this.btnPrint03.DefaultImage = null;
|
|||
|
this.btnPrint03.DisableImage = null;
|
|||
|
this.btnPrint03.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnPrint03.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnPrint03.Location = new System.Drawing.Point(360, 207);
|
|||
|
this.btnPrint03.Name = "btnPrint03";
|
|||
|
this.btnPrint03.OccupancyBar = 0;
|
|||
|
this.btnPrint03.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPrint03.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPrint03.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPrint03.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPrint03.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPrint03.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnPrint03.TabIndex = 466;
|
|||
|
this.btnPrint03.Text = "초기화";
|
|||
|
this.btnPrint03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPrint03.UseCompatibleTextRendering = true;
|
|||
|
this.btnPrint03.Click += new System.EventHandler(this.btnPrint_Click);
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel2.Controls.Add(this.radioButton1);
|
|||
|
this.panel2.Location = new System.Drawing.Point(16, 207);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(40, 40);
|
|||
|
this.panel2.TabIndex = 463;
|
|||
|
//
|
|||
|
// radioButton1
|
|||
|
//
|
|||
|
this.radioButton1.AutoSize = true;
|
|||
|
this.radioButton1.Location = new System.Drawing.Point(13, 13);
|
|||
|
this.radioButton1.Name = "radioButton1";
|
|||
|
this.radioButton1.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.radioButton1.TabIndex = 0;
|
|||
|
this.radioButton1.TabStop = true;
|
|||
|
this.radioButton1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// lblPrintTitle
|
|||
|
//
|
|||
|
this.lblPrintTitle.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblPrintTitle.BorderStyleReDraw = false;
|
|||
|
this.lblPrintTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblPrintTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblPrintTitle.Location = new System.Drawing.Point(16, 170);
|
|||
|
this.lblPrintTitle.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblPrintTitle.Name = "lblPrintTitle";
|
|||
|
this.lblPrintTitle.Size = new System.Drawing.Size(107, 34);
|
|||
|
this.lblPrintTitle.TabIndex = 461;
|
|||
|
this.lblPrintTitle.Text = "프린터초기화";
|
|||
|
this.lblPrintTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnPrint02
|
|||
|
//
|
|||
|
this.btnPrint02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnPrint02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPrint02.BorderStyleReDraw = false;
|
|||
|
this.btnPrint02.ClickImage = null;
|
|||
|
this.btnPrint02.DefaultImage = null;
|
|||
|
this.btnPrint02.DisableImage = null;
|
|||
|
this.btnPrint02.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnPrint02.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnPrint02.Location = new System.Drawing.Point(360, 124);
|
|||
|
this.btnPrint02.Name = "btnPrint02";
|
|||
|
this.btnPrint02.OccupancyBar = 0;
|
|||
|
this.btnPrint02.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPrint02.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPrint02.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPrint02.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPrint02.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPrint02.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnPrint02.TabIndex = 458;
|
|||
|
this.btnPrint02.Text = "출력";
|
|||
|
this.btnPrint02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPrint02.UseCompatibleTextRendering = true;
|
|||
|
this.btnPrint02.Click += new System.EventHandler(this.btnPrint_Click);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel1.Controls.Add(this.rdoBtn01);
|
|||
|
this.panel1.Location = new System.Drawing.Point(16, 124);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(40, 40);
|
|||
|
this.panel1.TabIndex = 455;
|
|||
|
//
|
|||
|
// rdoBtn01
|
|||
|
//
|
|||
|
this.rdoBtn01.AutoSize = true;
|
|||
|
this.rdoBtn01.Location = new System.Drawing.Point(13, 13);
|
|||
|
this.rdoBtn01.Name = "rdoBtn01";
|
|||
|
this.rdoBtn01.Size = new System.Drawing.Size(14, 13);
|
|||
|
this.rdoBtn01.TabIndex = 0;
|
|||
|
this.rdoBtn01.TabStop = true;
|
|||
|
this.rdoBtn01.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// lblScannerTitle
|
|||
|
//
|
|||
|
this.lblScannerTitle.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblScannerTitle.BorderStyleReDraw = false;
|
|||
|
this.lblScannerTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblScannerTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblScannerTitle.Location = new System.Drawing.Point(16, 89);
|
|||
|
this.lblScannerTitle.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblScannerTitle.Name = "lblScannerTitle";
|
|||
|
this.lblScannerTitle.Size = new System.Drawing.Size(201, 29);
|
|||
|
this.lblScannerTitle.TabIndex = 453;
|
|||
|
this.lblScannerTitle.Text = "스캐너 초기화 셋팅 출력";
|
|||
|
this.lblScannerTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblNameTitle
|
|||
|
//
|
|||
|
this.lblNameTitle.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblNameTitle.BorderStyleReDraw = false;
|
|||
|
this.lblNameTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblNameTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblNameTitle.Location = new System.Drawing.Point(16, 4);
|
|||
|
this.lblNameTitle.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblNameTitle.Name = "lblNameTitle";
|
|||
|
this.lblNameTitle.Size = new System.Drawing.Size(107, 29);
|
|||
|
this.lblNameTitle.TabIndex = 452;
|
|||
|
this.lblNameTitle.Text = "이름표 출력";
|
|||
|
this.lblNameTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblName
|
|||
|
//
|
|||
|
this.lblName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|||
|
this.lblName.BorderStyleReDraw = true;
|
|||
|
this.lblName.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblName.Location = new System.Drawing.Point(16, 36);
|
|||
|
this.lblName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblName.Name = "lblName";
|
|||
|
this.lblName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblName.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblName.TabIndex = 402;
|
|||
|
this.lblName.Text = "이름";
|
|||
|
this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnPrint01
|
|||
|
//
|
|||
|
this.btnPrint01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnPrint01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnPrint01.BorderStyleReDraw = false;
|
|||
|
this.btnPrint01.ClickImage = null;
|
|||
|
this.btnPrint01.DefaultImage = null;
|
|||
|
this.btnPrint01.DisableImage = null;
|
|||
|
this.btnPrint01.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnPrint01.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnPrint01.Location = new System.Drawing.Point(360, 36);
|
|||
|
this.btnPrint01.Name = "btnPrint01";
|
|||
|
this.btnPrint01.OccupancyBar = 0;
|
|||
|
this.btnPrint01.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPrint01.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPrint01.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPrint01.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPrint01.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPrint01.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnPrint01.TabIndex = 400;
|
|||
|
this.btnPrint01.Text = "출력";
|
|||
|
this.btnPrint01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPrint01.UseCompatibleTextRendering = true;
|
|||
|
this.btnPrint01.Click += new System.EventHandler(this.btnPrint_Click);
|
|||
|
//
|
|||
|
// frmEtcSetting
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|||
|
this.Controls.Add(this.pnl02);
|
|||
|
this.Controls.Add(this.pnl01);
|
|||
|
this.Controls.Add(this.pnlTitle);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmEtcSetting";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmEtcSetting";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEtcSetting_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmEtcSetting_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.pnlTitle.ResumeLayout(false);
|
|||
|
this.pnl02.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picScanner)).EndInit();
|
|||
|
this.pnl01.ResumeLayout(false);
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.panel2.PerformLayout();
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private UI.CsmButton btnTitle02;
|
|||
|
private UI.CsmButton btnTitle01;
|
|||
|
private System.Windows.Forms.Panel pnlTitle;
|
|||
|
private System.Windows.Forms.Label label00;
|
|||
|
private System.Windows.Forms.Panel pnl01;
|
|||
|
private UI.CsmButton btnPrint01;
|
|||
|
private UI.CsmPosEditBox txtName;
|
|||
|
private System.Windows.Forms.Label label01;
|
|||
|
private UI.CsmLabel lblName;
|
|||
|
private UI.CsmLabel lblNameTitle;
|
|||
|
private UI.CsmLabel lblScannerTitle;
|
|||
|
private UI.CsmButton btnPrint02;
|
|||
|
private UI.CsmLabel lblScannerInit;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.RadioButton rdoBtn01;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Panel pnl02;
|
|||
|
private UI.CsmButton btnScanner04;
|
|||
|
private UI.CsmButton btnScanner03;
|
|||
|
private UI.CsmButton btnScanner02;
|
|||
|
private UI.CsmButton btnScanner01;
|
|||
|
private System.Windows.Forms.PictureBox picScanner;
|
|||
|
private UI.CsmLabel lblPrintTitle;
|
|||
|
private UI.CsmButton btnPrint03;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private UI.CsmLabel lblPrintInit;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.RadioButton radioButton1;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
}
|
|||
|
}
|