233 lines
11 KiB
C#
233 lines
11 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmSignPadUpdate
|
|
{
|
|
/// <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.lblMessage = new Cosmos.UI.CsmLabel();
|
|
this.btnNo = new Cosmos.UI.CsmButton();
|
|
this.btnYes = new Cosmos.UI.CsmButton();
|
|
this.btnEsc = new Cosmos.UI.CsmButton();
|
|
this.pbWork = new System.Windows.Forms.ProgressBar();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.lblCount = 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(730, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 470;
|
|
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(714, 50);
|
|
this.lblTitle.TabIndex = 469;
|
|
this.lblTitle.Text = "서명패드 업그레이드";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.BackColor = System.Drawing.Color.White;
|
|
this.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblMessage.BorderStyleReDraw = false;
|
|
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblMessage.Location = new System.Drawing.Point(22, 95);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(744, 95);
|
|
this.lblMessage.TabIndex = 471;
|
|
this.lblMessage.Text = "서명패드에 업그레이드 자료가 있습니다. 진행하시겠습니까?";
|
|
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnNo
|
|
//
|
|
this.btnNo.BackColor = System.Drawing.Color.Black;
|
|
this.btnNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnNo.BorderStyleReDraw = false;
|
|
this.btnNo.ClickImage = null;
|
|
this.btnNo.DefaultImage = null;
|
|
this.btnNo.DisableImage = null;
|
|
this.btnNo.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
|
|
this.btnNo.ForeColor = System.Drawing.Color.White;
|
|
this.btnNo.Location = new System.Drawing.Point(405, 315);
|
|
this.btnNo.Name = "btnNo";
|
|
this.btnNo.OccupancyBar = 0;
|
|
this.btnNo.OccupancyBar_Lv0 = null;
|
|
this.btnNo.OccupancyBar_Lv1 = null;
|
|
this.btnNo.OccupancyBar_Lv2 = null;
|
|
this.btnNo.OccupancyBar_Lv3 = null;
|
|
this.btnNo.OccupancyBar_Lv4 = null;
|
|
this.btnNo.Size = new System.Drawing.Size(121, 37);
|
|
this.btnNo.TabIndex = 474;
|
|
this.btnNo.Text = "csmButton2";
|
|
this.btnNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnNo.UseCompatibleTextRendering = true;
|
|
this.btnNo.Visible = false;
|
|
this.btnNo.Click += new System.EventHandler(this.btnNo_Click);
|
|
//
|
|
// btnYes
|
|
//
|
|
this.btnYes.BackColor = System.Drawing.Color.Black;
|
|
this.btnYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnYes.BorderStyleReDraw = false;
|
|
this.btnYes.ClickImage = null;
|
|
this.btnYes.DefaultImage = null;
|
|
this.btnYes.DisableImage = null;
|
|
this.btnYes.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
|
|
this.btnYes.ForeColor = System.Drawing.Color.White;
|
|
this.btnYes.Location = new System.Drawing.Point(243, 315);
|
|
this.btnYes.Name = "btnYes";
|
|
this.btnYes.OccupancyBar = 0;
|
|
this.btnYes.OccupancyBar_Lv0 = null;
|
|
this.btnYes.OccupancyBar_Lv1 = null;
|
|
this.btnYes.OccupancyBar_Lv2 = null;
|
|
this.btnYes.OccupancyBar_Lv3 = null;
|
|
this.btnYes.OccupancyBar_Lv4 = null;
|
|
this.btnYes.Size = new System.Drawing.Size(121, 37);
|
|
this.btnYes.TabIndex = 473;
|
|
this.btnYes.Text = "csmButton1";
|
|
this.btnYes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnYes.UseCompatibleTextRendering = true;
|
|
this.btnYes.Visible = false;
|
|
this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
|
|
//
|
|
// btnEsc
|
|
//
|
|
this.btnEsc.BackColor = System.Drawing.Color.Black;
|
|
this.btnEsc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEsc.BorderStyleReDraw = false;
|
|
this.btnEsc.ClickImage = null;
|
|
this.btnEsc.DefaultImage = null;
|
|
this.btnEsc.DisableImage = null;
|
|
this.btnEsc.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
|
|
this.btnEsc.ForeColor = System.Drawing.Color.White;
|
|
this.btnEsc.Location = new System.Drawing.Point(327, 315);
|
|
this.btnEsc.Name = "btnEsc";
|
|
this.btnEsc.OccupancyBar = 0;
|
|
this.btnEsc.OccupancyBar_Lv0 = null;
|
|
this.btnEsc.OccupancyBar_Lv1 = null;
|
|
this.btnEsc.OccupancyBar_Lv2 = null;
|
|
this.btnEsc.OccupancyBar_Lv3 = null;
|
|
this.btnEsc.OccupancyBar_Lv4 = null;
|
|
this.btnEsc.Size = new System.Drawing.Size(121, 37);
|
|
this.btnEsc.TabIndex = 472;
|
|
this.btnEsc.Text = "닫기[ESC]";
|
|
this.btnEsc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEsc.UseCompatibleTextRendering = true;
|
|
this.btnEsc.Visible = false;
|
|
this.btnEsc.Click += new System.EventHandler(this.btnEsc_Click);
|
|
//
|
|
// pbWork
|
|
//
|
|
this.pbWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.pbWork.Location = new System.Drawing.Point(22, 243);
|
|
this.pbWork.Name = "pbWork";
|
|
this.pbWork.Size = new System.Drawing.Size(744, 40);
|
|
this.pbWork.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
this.pbWork.TabIndex = 475;
|
|
//
|
|
// 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 = 479;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// lblCount
|
|
//
|
|
this.lblCount.AutoSize = true;
|
|
this.lblCount.BackColor = System.Drawing.Color.White;
|
|
this.lblCount.Font = new System.Drawing.Font("나눔스퀘어", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblCount.Location = new System.Drawing.Point(20, 226);
|
|
this.lblCount.Name = "lblCount";
|
|
this.lblCount.Size = new System.Drawing.Size(175, 14);
|
|
this.lblCount.TabIndex = 480;
|
|
this.lblCount.Text = "File Downloading . . . ({0}%) ";
|
|
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// frmSignPadUpdate
|
|
//
|
|
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(788, 402);
|
|
this.Controls.Add(this.lblCount);
|
|
this.Controls.Add(this.pbWork);
|
|
this.Controls.Add(this.btnNo);
|
|
this.Controls.Add(this.btnYes);
|
|
this.Controls.Add(this.btnEsc);
|
|
this.Controls.Add(this.lblMessage);
|
|
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 = "frmSignPadUpdate";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "frmSignPadUpdate";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSignPadUpdate_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmSignPadUpdate_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmLabel lblMessage;
|
|
private UI.CsmButton btnNo;
|
|
private UI.CsmButton btnYes;
|
|
private UI.CsmButton btnEsc;
|
|
private System.Windows.Forms.ProgressBar pbWork;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label lblCount;
|
|
}
|
|
} |