381 lines
21 KiB
C#
381 lines
21 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmTestEduPlu
|
|
{
|
|
/// <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.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.lblPluInfo = new Cosmos.UI.CsmLabel();
|
|
this.label01 = new System.Windows.Forms.Label();
|
|
this.lblCashierName = new Cosmos.UI.CsmLabel();
|
|
this.txtCashierName = new Cosmos.UI.CsmLabel();
|
|
this.picPluImg = new System.Windows.Forms.PictureBox();
|
|
this.lblTestTitle = new Cosmos.UI.CsmLabel();
|
|
this.lblPluImg = new Cosmos.UI.CsmLabel();
|
|
this.lblTestDesc = new Cosmos.UI.CsmLabel();
|
|
this.btnTestMenu = new Cosmos.UI.CsmMenu();
|
|
this.btnNext = new Cosmos.UI.CsmButton();
|
|
this.lblTestResult = new Cosmos.UI.CsmLabel();
|
|
this.lblError = new Cosmos.UI.CsmLabel();
|
|
this.lblStep = new Cosmos.UI.CsmLabel();
|
|
this.tmrEduPlu = new System.Windows.Forms.Timer(this.components);
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.lblPluName = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picPluImg)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(727, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "신상품 교육";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
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 = 300;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// lblPluInfo
|
|
//
|
|
this.lblPluInfo.BackColor = System.Drawing.Color.White;
|
|
this.lblPluInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblPluInfo.BorderStyleReDraw = false;
|
|
this.lblPluInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPluInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblPluInfo.Location = new System.Drawing.Point(22, 447);
|
|
this.lblPluInfo.Name = "lblPluInfo";
|
|
this.lblPluInfo.Size = new System.Drawing.Size(372, 132);
|
|
this.lblPluInfo.TabIndex = 302;
|
|
//
|
|
// label01
|
|
//
|
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label01.Location = new System.Drawing.Point(22, 67);
|
|
this.label01.Name = "label01";
|
|
this.label01.Size = new System.Drawing.Size(642, 2);
|
|
this.label01.TabIndex = 479;
|
|
//
|
|
// lblCashierName
|
|
//
|
|
this.lblCashierName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCashierName.BorderStyleReDraw = true;
|
|
this.lblCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCashierName.Location = new System.Drawing.Point(22, 68);
|
|
this.lblCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCashierName.Name = "lblCashierName";
|
|
this.lblCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCashierName.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCashierName.TabIndex = 478;
|
|
this.lblCashierName.Text = "판매원";
|
|
this.lblCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtCashierName
|
|
//
|
|
this.txtCashierName.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCashierName.BorderStyleReDraw = true;
|
|
this.txtCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCashierName.Location = new System.Drawing.Point(160, 75);
|
|
this.txtCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCashierName.Name = "txtCashierName";
|
|
this.txtCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCashierName.Size = new System.Drawing.Size(143, 26);
|
|
this.txtCashierName.TabIndex = 481;
|
|
this.txtCashierName.Text = "홍길동";
|
|
this.txtCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picPluImg
|
|
//
|
|
this.picPluImg.BackColor = System.Drawing.Color.White;
|
|
this.picPluImg.ErrorImage = null;
|
|
this.picPluImg.InitialImage = null;
|
|
this.picPluImg.Location = new System.Drawing.Point(22, 152);
|
|
this.picPluImg.Name = "picPluImg";
|
|
this.picPluImg.Size = new System.Drawing.Size(372, 282);
|
|
this.picPluImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picPluImg.TabIndex = 482;
|
|
this.picPluImg.TabStop = false;
|
|
//
|
|
// lblTestTitle
|
|
//
|
|
this.lblTestTitle.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.lblTestTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblTestTitle.BorderStyleReDraw = false;
|
|
this.lblTestTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTestTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblTestTitle.Location = new System.Drawing.Point(406, 121);
|
|
this.lblTestTitle.Name = "lblTestTitle";
|
|
this.lblTestTitle.Size = new System.Drawing.Size(372, 32);
|
|
this.lblTestTitle.TabIndex = 483;
|
|
this.lblTestTitle.Text = "[[ 시험 설명]]";
|
|
this.lblTestTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblPluImg
|
|
//
|
|
this.lblPluImg.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.lblPluImg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblPluImg.BorderStyleReDraw = false;
|
|
this.lblPluImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPluImg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblPluImg.Location = new System.Drawing.Point(22, 121);
|
|
this.lblPluImg.Name = "lblPluImg";
|
|
this.lblPluImg.Size = new System.Drawing.Size(372, 32);
|
|
this.lblPluImg.TabIndex = 484;
|
|
this.lblPluImg.Text = "[[ 제품 이미지 ]]";
|
|
this.lblPluImg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblTestDesc
|
|
//
|
|
this.lblTestDesc.BackColor = System.Drawing.Color.White;
|
|
this.lblTestDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblTestDesc.BorderStyleReDraw = false;
|
|
this.lblTestDesc.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTestDesc.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblTestDesc.Location = new System.Drawing.Point(406, 153);
|
|
this.lblTestDesc.Name = "lblTestDesc";
|
|
this.lblTestDesc.Size = new System.Drawing.Size(372, 76);
|
|
this.lblTestDesc.TabIndex = 485;
|
|
this.lblTestDesc.Text = "왼쪽 그림에 맞는 제품명을 선택해 주세요";
|
|
this.lblTestDesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnTestMenu
|
|
//
|
|
this.btnTestMenu.BackColor = System.Drawing.Color.White;
|
|
this.btnTestMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.btnTestMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnTestMenu.BorderLineSize = 0;
|
|
this.btnTestMenu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.btnTestMenu.BorderStyleReDraw = false;
|
|
this.btnTestMenu.FontSizeUpDown = 14F;
|
|
this.btnTestMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnTestMenu.Location = new System.Drawing.Point(406, 228);
|
|
this.btnTestMenu.Name = "btnTestMenu";
|
|
this.btnTestMenu.Size = new System.Drawing.Size(372, 284);
|
|
this.btnTestMenu.TabIndex = 486;
|
|
this.btnTestMenu.TextDown = "▶";
|
|
this.btnTestMenu.TextUp = "◀";
|
|
this.btnTestMenu.VisibleUpDown = true;
|
|
this.btnTestMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnTestMenu_MenuClickHandler);
|
|
//
|
|
// btnNext
|
|
//
|
|
this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
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.White;
|
|
this.btnNext.Location = new System.Drawing.Point(678, 68);
|
|
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, 40);
|
|
this.btnNext.TabIndex = 487;
|
|
this.btnNext.Text = "다음";
|
|
this.btnNext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnNext.UseCompatibleTextRendering = true;
|
|
this.btnNext.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblTestResult
|
|
//
|
|
this.lblTestResult.BackColor = System.Drawing.Color.White;
|
|
this.lblTestResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblTestResult.BorderStyleReDraw = false;
|
|
this.lblTestResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTestResult.ForeColor = System.Drawing.Color.White;
|
|
this.lblTestResult.Location = new System.Drawing.Point(406, 525);
|
|
this.lblTestResult.Name = "lblTestResult";
|
|
this.lblTestResult.Size = new System.Drawing.Size(372, 54);
|
|
this.lblTestResult.TabIndex = 488;
|
|
this.lblTestResult.Text = "오류 입니다";
|
|
this.lblTestResult.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblError
|
|
//
|
|
this.lblError.BackColor = System.Drawing.Color.White;
|
|
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(490, 75);
|
|
this.lblError.Name = "lblError";
|
|
this.lblError.Size = new System.Drawing.Size(170, 26);
|
|
this.lblError.TabIndex = 490;
|
|
this.lblError.Text = "▶ 오답 : 00";
|
|
this.lblError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblStep
|
|
//
|
|
this.lblStep.BackColor = System.Drawing.Color.White;
|
|
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.Blue;
|
|
this.lblStep.Location = new System.Drawing.Point(318, 75);
|
|
this.lblStep.Name = "lblStep";
|
|
this.lblStep.Size = new System.Drawing.Size(173, 26);
|
|
this.lblStep.TabIndex = 489;
|
|
this.lblStep.Text = "▶ STEP : 01 / 06 ";
|
|
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tmrEduPlu
|
|
//
|
|
this.tmrEduPlu.Interval = 1000;
|
|
this.tmrEduPlu.Tick += new System.EventHandler(this.tmrEduPlu_Tick);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnExit.BorderStyleReDraw = false;
|
|
this.btnExit.ClickImage = null;
|
|
this.btnExit.DefaultImage = null;
|
|
this.btnExit.DisableImage = null;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, 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.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(58, 50);
|
|
this.btnExit.TabIndex = 501;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblPluName
|
|
//
|
|
this.lblPluName.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblPluName.BorderStyleReDraw = false;
|
|
this.lblPluName.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPluName.ForeColor = System.Drawing.Color.Black;
|
|
this.lblPluName.Location = new System.Drawing.Point(25, 395);
|
|
this.lblPluName.Name = "lblPluName";
|
|
this.lblPluName.Size = new System.Drawing.Size(366, 36);
|
|
this.lblPluName.TabIndex = 502;
|
|
this.lblPluName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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(521, 40);
|
|
this.lblBox1.TabIndex = 503;
|
|
//
|
|
// frmTestEduPlu
|
|
//
|
|
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(800, 600);
|
|
this.Controls.Add(this.lblPluName);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblError);
|
|
this.Controls.Add(this.lblStep);
|
|
this.Controls.Add(this.lblTestResult);
|
|
this.Controls.Add(this.btnNext);
|
|
this.Controls.Add(this.btnTestMenu);
|
|
this.Controls.Add(this.lblTestDesc);
|
|
this.Controls.Add(this.lblPluImg);
|
|
this.Controls.Add(this.lblTestTitle);
|
|
this.Controls.Add(this.picPluImg);
|
|
this.Controls.Add(this.txtCashierName);
|
|
this.Controls.Add(this.label01);
|
|
this.Controls.Add(this.lblCashierName);
|
|
this.Controls.Add(this.lblPluInfo);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmTestEduPlu";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmTestEduPlu";
|
|
this.Activated += new System.EventHandler(this.frmTestEduPlu_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmTestEduPlu_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTestEduPlu_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmTestEduPlu_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picPluImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel lblPluInfo;
|
|
private System.Windows.Forms.Label label01;
|
|
private UI.CsmLabel lblCashierName;
|
|
private UI.CsmLabel txtCashierName;
|
|
private System.Windows.Forms.PictureBox picPluImg;
|
|
private UI.CsmLabel lblTestTitle;
|
|
private UI.CsmLabel lblPluImg;
|
|
private UI.CsmLabel lblTestDesc;
|
|
private UI.CsmMenu btnTestMenu;
|
|
private UI.CsmButton btnNext;
|
|
private UI.CsmLabel lblTestResult;
|
|
private UI.CsmLabel lblError;
|
|
private UI.CsmLabel lblStep;
|
|
private System.Windows.Forms.Timer tmrEduPlu;
|
|
protected UI.CsmButton btnExit;
|
|
private UI.CsmLabel lblPluName;
|
|
private UI.CsmLabel lblBox1;
|
|
}
|
|
} |