spc-kiosk-pb/Window/WinAdmin/frmTestMode.designer.cs
2019-06-16 14:12:09 +09:00

322 lines
16 KiB
C#

namespace Cosmos.Win
{
partial class frmTestMode
{
/// <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.components = new System.ComponentModel.Container();
this.btnNext = new Cosmos.UI.CsmButton();
this.padInPut = new Cosmos.UI.CsmNumpad();
this.btnExit = new Cosmos.UI.CsmButton();
this.picBack = new System.Windows.Forms.PictureBox();
this.txtInPut = new Cosmos.UI.CsmPosEditBox();
this.btnPrev = new Cosmos.UI.CsmButton();
this.btnExpln = new Cosmos.UI.CsmButton();
this.lblExpln = new Cosmos.UI.CsmLabel();
this.tmrScrnDispHour = new System.Windows.Forms.Timer(this.components);
this.lblTitle = new Cosmos.UI.CsmLabel();
this.picTopBg = new System.Windows.Forms.PictureBox();
this.lblStep = new Cosmos.UI.CsmLabel();
this.lblError = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picTopBg)).BeginInit();
this.SuspendLayout();
//
// btnNext
//
this.btnNext.BackColor = System.Drawing.Color.Silver;
this.btnNext.BorderStyleReDraw = false;
this.btnNext.ClickImage = null;
this.btnNext.DefaultImage = null;
this.btnNext.DisableImage = null;
this.btnNext.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnNext.ForeColor = System.Drawing.Color.Black;
this.btnNext.Location = new System.Drawing.Point(810, 5);
this.btnNext.Name = "btnNext";
this.btnNext.OccupancyBar = 0;
this.btnNext.OccupancyBar_Lv0 = null;
this.btnNext.OccupancyBar_Lv1 = null;
this.btnNext.OccupancyBar_Lv2 = null;
this.btnNext.OccupancyBar_Lv3 = null;
this.btnNext.OccupancyBar_Lv4 = null;
this.btnNext.Size = new System.Drawing.Size(100, 41);
this.btnNext.TabIndex = 133;
this.btnNext.Text = "다음";
this.btnNext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnNext.UseCompatibleTextRendering = true;
this.btnNext.Click += new System.EventHandler(this.btnProc_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(468, 129);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 17;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = false;
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.Silver;
this.btnExit.BorderStyleReDraw = false;
this.btnExit.ClickImage = null;
this.btnExit.DefaultImage = null;
this.btnExit.DisableImage = null;
this.btnExit.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnExit.ForeColor = System.Drawing.Color.Black;
this.btnExit.Location = new System.Drawing.Point(916, 5);
this.btnExit.Name = "btnExit";
this.btnExit.OccupancyBar = 0;
this.btnExit.OccupancyBar_Lv0 = null;
this.btnExit.OccupancyBar_Lv1 = null;
this.btnExit.OccupancyBar_Lv2 = null;
this.btnExit.OccupancyBar_Lv3 = null;
this.btnExit.OccupancyBar_Lv4 = null;
this.btnExit.Size = new System.Drawing.Size(100, 41);
this.btnExit.TabIndex = 152;
this.btnExit.Text = "종료";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.UseCompatibleTextRendering = true;
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
//
// picBack
//
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(12, 64);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(803, 448);
this.picBack.TabIndex = 298;
this.picBack.TabStop = false;
this.picBack.Click += new System.EventHandler(this.picBack_Click);
this.picBack.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picBack_MouseClick);
//
// txtInPut
//
this.txtInPut.BackColor = System.Drawing.Color.White;
this.txtInPut.BorderLineColor = System.Drawing.Color.White;
this.txtInPut.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NONE;
this.txtInPut.BorderStyleReDraw = false;
this.txtInPut.ClearFlag = false;
this.txtInPut.DisableBackColor = System.Drawing.Color.White;
this.txtInPut.EnableBackColor = System.Drawing.Color.White;
this.txtInPut.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtInPut.InputType = Cosmos.UI.InputType.Digit;
this.txtInPut.InputTypeFormat = "";
this.txtInPut.Location = new System.Drawing.Point(468, 97);
this.txtInPut.Margin = new System.Windows.Forms.Padding(5);
this.txtInPut.MaxLength = 100;
this.txtInPut.MaxLengthAutoEnd = false;
this.txtInPut.MaxLengthForKeyIn = 32767;
this.txtInPut.MaxLengthForNumpad = 32767;
this.txtInPut.Name = "txtInPut";
this.txtInPut.PasswordChar = '\0';
this.txtInPut.ReadOnly = false;
this.txtInPut.Size = new System.Drawing.Size(320, 24);
this.txtInPut.TabIndex = 301;
this.txtInPut.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtInPut.UseDualMaxLength = false;
this.txtInPut.Value = "12345678901234567890";
this.txtInPut.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
this.txtInPut.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
//
// btnPrev
//
this.btnPrev.BackColor = System.Drawing.Color.Silver;
this.btnPrev.BorderStyleReDraw = false;
this.btnPrev.ClickImage = null;
this.btnPrev.DefaultImage = null;
this.btnPrev.DisableImage = null;
this.btnPrev.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnPrev.ForeColor = System.Drawing.Color.Black;
this.btnPrev.Location = new System.Drawing.Point(704, 5);
this.btnPrev.Name = "btnPrev";
this.btnPrev.OccupancyBar = 0;
this.btnPrev.OccupancyBar_Lv0 = null;
this.btnPrev.OccupancyBar_Lv1 = null;
this.btnPrev.OccupancyBar_Lv2 = null;
this.btnPrev.OccupancyBar_Lv3 = null;
this.btnPrev.OccupancyBar_Lv4 = null;
this.btnPrev.Size = new System.Drawing.Size(100, 41);
this.btnPrev.TabIndex = 303;
this.btnPrev.Text = "이전";
this.btnPrev.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPrev.UseCompatibleTextRendering = true;
this.btnPrev.Click += new System.EventHandler(this.btnProc_Click);
//
// btnExpln
//
this.btnExpln.BackColor = System.Drawing.Color.Silver;
this.btnExpln.BorderStyleReDraw = false;
this.btnExpln.ClickImage = null;
this.btnExpln.DefaultImage = null;
this.btnExpln.DisableImage = null;
this.btnExpln.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnExpln.ForeColor = System.Drawing.Color.Black;
this.btnExpln.Location = new System.Drawing.Point(598, 5);
this.btnExpln.Name = "btnExpln";
this.btnExpln.OccupancyBar = 0;
this.btnExpln.OccupancyBar_Lv0 = null;
this.btnExpln.OccupancyBar_Lv1 = null;
this.btnExpln.OccupancyBar_Lv2 = null;
this.btnExpln.OccupancyBar_Lv3 = null;
this.btnExpln.OccupancyBar_Lv4 = null;
this.btnExpln.Size = new System.Drawing.Size(100, 41);
this.btnExpln.TabIndex = 302;
this.btnExpln.Text = "시험확인";
this.btnExpln.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExpln.UseCompatibleTextRendering = true;
this.btnExpln.Click += new System.EventHandler(this.btnProc_Click);
//
// lblExpln
//
this.lblExpln.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblExpln.BorderStyleReDraw = false;
this.lblExpln.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblExpln.ForeColor = System.Drawing.Color.White;
this.lblExpln.Location = new System.Drawing.Point(121, 4);
this.lblExpln.Name = "lblExpln";
this.lblExpln.Size = new System.Drawing.Size(471, 20);
this.lblExpln.TabIndex = 304;
this.lblExpln.Text = "▶ 시험 설명 입니다.";
this.lblExpln.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tmrScrnDispHour
//
this.tmrScrnDispHour.Tick += new System.EventHandler(this.tmrScrnDispHour_Tick);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(1, 2);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(114, 46);
this.lblTitle.TabIndex = 306;
this.lblTitle.Text = "시험모드";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// picTopBg
//
this.picTopBg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.picTopBg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.picTopBg.Location = new System.Drawing.Point(0, 0);
this.picTopBg.Name = "picTopBg";
this.picTopBg.Size = new System.Drawing.Size(1024, 50);
this.picTopBg.TabIndex = 305;
this.picTopBg.TabStop = false;
//
// lblStep
//
this.lblStep.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblStep.BorderStyleReDraw = false;
this.lblStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStep.ForeColor = System.Drawing.Color.Yellow;
this.lblStep.Location = new System.Drawing.Point(121, 26);
this.lblStep.Name = "lblStep";
this.lblStep.Size = new System.Drawing.Size(212, 20);
this.lblStep.TabIndex = 307;
this.lblStep.Text = "▶ STEP : 01 / 06 ";
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblError
//
this.lblError.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblError.BorderStyleReDraw = false;
this.lblError.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblError.ForeColor = System.Drawing.Color.Red;
this.lblError.Location = new System.Drawing.Point(357, 26);
this.lblError.Name = "lblError";
this.lblError.Size = new System.Drawing.Size(212, 20);
this.lblError.TabIndex = 308;
this.lblError.Text = "▶ 오답 : 00 / 05";
this.lblError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmTestMode
//
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(1024, 768);
this.Controls.Add(this.lblError);
this.Controls.Add(this.lblStep);
this.Controls.Add(this.lblExpln);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.btnExpln);
this.Controls.Add(this.txtInPut);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.padInPut);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picTopBg);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmTestMode";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmTestMode";
this.Activated += new System.EventHandler(this.frmTestMode_Activated);
this.Deactivate += new System.EventHandler(this.frmTestMode_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTestMode_FormClosing);
this.Load += new System.EventHandler(this.frmTestMode_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picTopBg)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmNumpad padInPut;
private UI.CsmButton btnNext;
private UI.CsmButton btnExit;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmPosEditBox txtInPut;
private UI.CsmButton btnPrev;
private UI.CsmButton btnExpln;
private UI.CsmLabel lblExpln;
private System.Windows.Forms.Timer tmrScrnDispHour;
private UI.CsmLabel lblTitle;
private System.Windows.Forms.PictureBox picTopBg;
private UI.CsmLabel lblStep;
private UI.CsmLabel lblError;
}
}