490 lines
28 KiB
C#
490 lines
28 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmPGMDownLoad
|
|||
|
{
|
|||
|
/// <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.lblCount = new System.Windows.Forms.Label();
|
|||
|
this.tmStart = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.pbWork = new System.Windows.Forms.ProgressBar();
|
|||
|
this.lblUpdateInfo = new System.Windows.Forms.Label();
|
|||
|
this.btniTem = new Cosmos.UI.CsmButton();
|
|||
|
this.btnMasterAll = new Cosmos.UI.CsmButton();
|
|||
|
this.btnPGM = new Cosmos.UI.CsmButton();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnContents = new Cosmos.UI.CsmButton();
|
|||
|
this.btnCampaign = new Cosmos.UI.CsmButton();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnMasterUpdate = new Cosmos.UI.CsmButton();
|
|||
|
this.pnlFunc = new System.Windows.Forms.Panel();
|
|||
|
this.btnICReaderUpdate = new Cosmos.UI.CsmButton();
|
|||
|
this.btnSignUpdateFile = new Cosmos.UI.CsmButton();
|
|||
|
this.btnRcptLogo = new Cosmos.UI.CsmButton();
|
|||
|
this.btnTestMode = new Cosmos.UI.CsmButton();
|
|||
|
this.btnCustomer = new Cosmos.UI.CsmButton();
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnCampaignMasterAll = new Cosmos.UI.CsmButton();
|
|||
|
this.pnlFunc.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// 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(84, 579);
|
|||
|
this.lblCount.Name = "lblCount";
|
|||
|
this.lblCount.Size = new System.Drawing.Size(175, 14);
|
|||
|
this.lblCount.TabIndex = 471;
|
|||
|
this.lblCount.Text = "File Downloading . . . ({0}%) ";
|
|||
|
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// tmStart
|
|||
|
//
|
|||
|
this.tmStart.Interval = 1;
|
|||
|
this.tmStart.Tick += new System.EventHandler(this.tmStart_Tick);
|
|||
|
//
|
|||
|
// pbWork
|
|||
|
//
|
|||
|
this.pbWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|||
|
this.pbWork.Location = new System.Drawing.Point(87, 603);
|
|||
|
this.pbWork.Name = "pbWork";
|
|||
|
this.pbWork.Size = new System.Drawing.Size(842, 40);
|
|||
|
this.pbWork.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|||
|
this.pbWork.TabIndex = 470;
|
|||
|
//
|
|||
|
// lblUpdateInfo
|
|||
|
//
|
|||
|
this.lblUpdateInfo.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.lblUpdateInfo.Font = new System.Drawing.Font("나눔스퀘어", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblUpdateInfo.Location = new System.Drawing.Point(112, 503);
|
|||
|
this.lblUpdateInfo.Name = "lblUpdateInfo";
|
|||
|
this.lblUpdateInfo.Size = new System.Drawing.Size(800, 70);
|
|||
|
this.lblUpdateInfo.TabIndex = 475;
|
|||
|
this.lblUpdateInfo.Text = "프로그램 업데이트 확인중 입니다. 잠시만 기다려 주십시요.";
|
|||
|
this.lblUpdateInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// btniTem
|
|||
|
//
|
|||
|
this.btniTem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btniTem.BorderStyleReDraw = false;
|
|||
|
this.btniTem.ClickImage = null;
|
|||
|
this.btniTem.DefaultImage = null;
|
|||
|
this.btniTem.DisableImage = null;
|
|||
|
this.btniTem.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btniTem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|||
|
this.btniTem.Location = new System.Drawing.Point(280, 151);
|
|||
|
this.btniTem.Name = "btniTem";
|
|||
|
this.btniTem.OccupancyBar = 0;
|
|||
|
this.btniTem.OccupancyBar_Lv0 = null;
|
|||
|
this.btniTem.OccupancyBar_Lv1 = null;
|
|||
|
this.btniTem.OccupancyBar_Lv2 = null;
|
|||
|
this.btniTem.OccupancyBar_Lv3 = null;
|
|||
|
this.btniTem.OccupancyBar_Lv4 = null;
|
|||
|
this.btniTem.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btniTem.TabIndex = 474;
|
|||
|
this.btniTem.Text = "상품 이미지";
|
|||
|
this.btniTem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btniTem.UseCompatibleTextRendering = true;
|
|||
|
this.btniTem.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnMasterAll
|
|||
|
//
|
|||
|
this.btnMasterAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnMasterAll.BorderStyleReDraw = false;
|
|||
|
this.btnMasterAll.ClickImage = null;
|
|||
|
this.btnMasterAll.DefaultImage = null;
|
|||
|
this.btnMasterAll.DisableImage = null;
|
|||
|
this.btnMasterAll.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnMasterAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(153)))), ((int)(((byte)(25)))));
|
|||
|
this.btnMasterAll.Location = new System.Drawing.Point(543, 15);
|
|||
|
this.btnMasterAll.Name = "btnMasterAll";
|
|||
|
this.btnMasterAll.OccupancyBar = 0;
|
|||
|
this.btnMasterAll.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMasterAll.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMasterAll.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMasterAll.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMasterAll.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMasterAll.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnMasterAll.TabIndex = 472;
|
|||
|
this.btnMasterAll.Text = "마스터(전체)";
|
|||
|
this.btnMasterAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMasterAll.UseCompatibleTextRendering = true;
|
|||
|
this.btnMasterAll.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnPGM
|
|||
|
//
|
|||
|
this.btnPGM.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnPGM.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnPGM.BorderStyleReDraw = false;
|
|||
|
this.btnPGM.ClickImage = null;
|
|||
|
this.btnPGM.DefaultImage = null;
|
|||
|
this.btnPGM.DisableImage = null;
|
|||
|
this.btnPGM.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnPGM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221)))));
|
|||
|
this.btnPGM.Location = new System.Drawing.Point(16, 15);
|
|||
|
this.btnPGM.Name = "btnPGM";
|
|||
|
this.btnPGM.OccupancyBar = 0;
|
|||
|
this.btnPGM.OccupancyBar_Lv0 = null;
|
|||
|
this.btnPGM.OccupancyBar_Lv1 = null;
|
|||
|
this.btnPGM.OccupancyBar_Lv2 = null;
|
|||
|
this.btnPGM.OccupancyBar_Lv3 = null;
|
|||
|
this.btnPGM.OccupancyBar_Lv4 = null;
|
|||
|
this.btnPGM.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnPGM.TabIndex = 471;
|
|||
|
this.btnPGM.Text = "프로그램";
|
|||
|
this.btnPGM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnPGM.UseCompatibleTextRendering = true;
|
|||
|
this.btnPGM.Click += new System.EventHandler(this.btnProc_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(950, 50);
|
|||
|
this.lblTitle.TabIndex = 229;
|
|||
|
this.lblTitle.Text = "프로그램 업데이트";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnContents
|
|||
|
//
|
|||
|
this.btnContents.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnContents.BorderStyleReDraw = false;
|
|||
|
this.btnContents.ClickImage = null;
|
|||
|
this.btnContents.DefaultImage = null;
|
|||
|
this.btnContents.DisableImage = null;
|
|||
|
this.btnContents.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnContents.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|||
|
this.btnContents.Location = new System.Drawing.Point(280, 15);
|
|||
|
this.btnContents.Name = "btnContents";
|
|||
|
this.btnContents.OccupancyBar = 0;
|
|||
|
this.btnContents.OccupancyBar_Lv0 = null;
|
|||
|
this.btnContents.OccupancyBar_Lv1 = null;
|
|||
|
this.btnContents.OccupancyBar_Lv2 = null;
|
|||
|
this.btnContents.OccupancyBar_Lv3 = null;
|
|||
|
this.btnContents.OccupancyBar_Lv4 = null;
|
|||
|
this.btnContents.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnContents.TabIndex = 477;
|
|||
|
this.btnContents.Text = "POS 운영 이미지";
|
|||
|
this.btnContents.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnContents.UseCompatibleTextRendering = true;
|
|||
|
this.btnContents.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnCampaign
|
|||
|
//
|
|||
|
this.btnCampaign.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnCampaign.BorderStyleReDraw = false;
|
|||
|
this.btnCampaign.ClickImage = null;
|
|||
|
this.btnCampaign.DefaultImage = null;
|
|||
|
this.btnCampaign.DisableImage = null;
|
|||
|
this.btnCampaign.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnCampaign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|||
|
this.btnCampaign.Location = new System.Drawing.Point(280, 219);
|
|||
|
this.btnCampaign.Name = "btnCampaign";
|
|||
|
this.btnCampaign.OccupancyBar = 0;
|
|||
|
this.btnCampaign.OccupancyBar_Lv0 = null;
|
|||
|
this.btnCampaign.OccupancyBar_Lv1 = null;
|
|||
|
this.btnCampaign.OccupancyBar_Lv2 = null;
|
|||
|
this.btnCampaign.OccupancyBar_Lv3 = null;
|
|||
|
this.btnCampaign.OccupancyBar_Lv4 = null;
|
|||
|
this.btnCampaign.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnCampaign.TabIndex = 478;
|
|||
|
this.btnCampaign.Text = "캠페인 이미지";
|
|||
|
this.btnCampaign.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnCampaign.UseCompatibleTextRendering = true;
|
|||
|
this.btnCampaign.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// 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(965, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 480;
|
|||
|
this.btnExit.Text = "X";
|
|||
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|||
|
//
|
|||
|
// btnMasterUpdate
|
|||
|
//
|
|||
|
this.btnMasterUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnMasterUpdate.BorderStyleReDraw = false;
|
|||
|
this.btnMasterUpdate.ClickImage = null;
|
|||
|
this.btnMasterUpdate.DefaultImage = null;
|
|||
|
this.btnMasterUpdate.DisableImage = null;
|
|||
|
this.btnMasterUpdate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnMasterUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(153)))), ((int)(((byte)(25)))));
|
|||
|
this.btnMasterUpdate.Location = new System.Drawing.Point(543, 83);
|
|||
|
this.btnMasterUpdate.Name = "btnMasterUpdate";
|
|||
|
this.btnMasterUpdate.OccupancyBar = 0;
|
|||
|
this.btnMasterUpdate.OccupancyBar_Lv0 = null;
|
|||
|
this.btnMasterUpdate.OccupancyBar_Lv1 = null;
|
|||
|
this.btnMasterUpdate.OccupancyBar_Lv2 = null;
|
|||
|
this.btnMasterUpdate.OccupancyBar_Lv3 = null;
|
|||
|
this.btnMasterUpdate.OccupancyBar_Lv4 = null;
|
|||
|
this.btnMasterUpdate.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnMasterUpdate.TabIndex = 485;
|
|||
|
this.btnMasterUpdate.Text = "마스터(변경분)";
|
|||
|
this.btnMasterUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnMasterUpdate.UseCompatibleTextRendering = true;
|
|||
|
this.btnMasterUpdate.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// pnlFunc
|
|||
|
//
|
|||
|
this.pnlFunc.Controls.Add(this.btnCampaignMasterAll);
|
|||
|
this.pnlFunc.Controls.Add(this.btnICReaderUpdate);
|
|||
|
this.pnlFunc.Controls.Add(this.btnSignUpdateFile);
|
|||
|
this.pnlFunc.Controls.Add(this.btnRcptLogo);
|
|||
|
this.pnlFunc.Controls.Add(this.btnTestMode);
|
|||
|
this.pnlFunc.Controls.Add(this.btnCampaign);
|
|||
|
this.pnlFunc.Controls.Add(this.btniTem);
|
|||
|
this.pnlFunc.Controls.Add(this.btnContents);
|
|||
|
this.pnlFunc.Controls.Add(this.btnMasterAll);
|
|||
|
this.pnlFunc.Controls.Add(this.btnPGM);
|
|||
|
this.pnlFunc.Controls.Add(this.btnCustomer);
|
|||
|
this.pnlFunc.Controls.Add(this.btnMasterUpdate);
|
|||
|
this.pnlFunc.Location = new System.Drawing.Point(112, 98);
|
|||
|
this.pnlFunc.Name = "pnlFunc";
|
|||
|
this.pnlFunc.Size = new System.Drawing.Size(800, 364);
|
|||
|
this.pnlFunc.TabIndex = 495;
|
|||
|
//
|
|||
|
// btnICReaderUpdate
|
|||
|
//
|
|||
|
this.btnICReaderUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnICReaderUpdate.BorderStyleReDraw = false;
|
|||
|
this.btnICReaderUpdate.ClickImage = null;
|
|||
|
this.btnICReaderUpdate.DefaultImage = null;
|
|||
|
this.btnICReaderUpdate.DisableImage = null;
|
|||
|
this.btnICReaderUpdate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnICReaderUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221)))));
|
|||
|
this.btnICReaderUpdate.Location = new System.Drawing.Point(16, 219);
|
|||
|
this.btnICReaderUpdate.Name = "btnICReaderUpdate";
|
|||
|
this.btnICReaderUpdate.OccupancyBar = 0;
|
|||
|
this.btnICReaderUpdate.OccupancyBar_Lv0 = null;
|
|||
|
this.btnICReaderUpdate.OccupancyBar_Lv1 = null;
|
|||
|
this.btnICReaderUpdate.OccupancyBar_Lv2 = null;
|
|||
|
this.btnICReaderUpdate.OccupancyBar_Lv3 = null;
|
|||
|
this.btnICReaderUpdate.OccupancyBar_Lv4 = null;
|
|||
|
this.btnICReaderUpdate.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnICReaderUpdate.TabIndex = 488;
|
|||
|
this.btnICReaderUpdate.Text = "IC리더기 업데이트";
|
|||
|
this.btnICReaderUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnICReaderUpdate.UseCompatibleTextRendering = true;
|
|||
|
this.btnICReaderUpdate.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnSignUpdateFile
|
|||
|
//
|
|||
|
this.btnSignUpdateFile.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnSignUpdateFile.BorderStyleReDraw = false;
|
|||
|
this.btnSignUpdateFile.ClickImage = null;
|
|||
|
this.btnSignUpdateFile.DefaultImage = null;
|
|||
|
this.btnSignUpdateFile.DisableImage = null;
|
|||
|
this.btnSignUpdateFile.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnSignUpdateFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221)))));
|
|||
|
this.btnSignUpdateFile.Location = new System.Drawing.Point(16, 151);
|
|||
|
this.btnSignUpdateFile.Name = "btnSignUpdateFile";
|
|||
|
this.btnSignUpdateFile.OccupancyBar = 0;
|
|||
|
this.btnSignUpdateFile.OccupancyBar_Lv0 = null;
|
|||
|
this.btnSignUpdateFile.OccupancyBar_Lv1 = null;
|
|||
|
this.btnSignUpdateFile.OccupancyBar_Lv2 = null;
|
|||
|
this.btnSignUpdateFile.OccupancyBar_Lv3 = null;
|
|||
|
this.btnSignUpdateFile.OccupancyBar_Lv4 = null;
|
|||
|
this.btnSignUpdateFile.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnSignUpdateFile.TabIndex = 487;
|
|||
|
this.btnSignUpdateFile.Text = "서명패드 업데이트";
|
|||
|
this.btnSignUpdateFile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSignUpdateFile.UseCompatibleTextRendering = true;
|
|||
|
this.btnSignUpdateFile.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnRcptLogo
|
|||
|
//
|
|||
|
this.btnRcptLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnRcptLogo.BorderStyleReDraw = false;
|
|||
|
this.btnRcptLogo.ClickImage = null;
|
|||
|
this.btnRcptLogo.DefaultImage = null;
|
|||
|
this.btnRcptLogo.DisableImage = null;
|
|||
|
this.btnRcptLogo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnRcptLogo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221)))));
|
|||
|
this.btnRcptLogo.Location = new System.Drawing.Point(16, 83);
|
|||
|
this.btnRcptLogo.Name = "btnRcptLogo";
|
|||
|
this.btnRcptLogo.OccupancyBar = 0;
|
|||
|
this.btnRcptLogo.OccupancyBar_Lv0 = null;
|
|||
|
this.btnRcptLogo.OccupancyBar_Lv1 = null;
|
|||
|
this.btnRcptLogo.OccupancyBar_Lv2 = null;
|
|||
|
this.btnRcptLogo.OccupancyBar_Lv3 = null;
|
|||
|
this.btnRcptLogo.OccupancyBar_Lv4 = null;
|
|||
|
this.btnRcptLogo.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnRcptLogo.TabIndex = 486;
|
|||
|
this.btnRcptLogo.Text = "영수증 로고 이미지";
|
|||
|
this.btnRcptLogo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnRcptLogo.UseCompatibleTextRendering = true;
|
|||
|
this.btnRcptLogo.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnTestMode
|
|||
|
//
|
|||
|
this.btnTestMode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnTestMode.BorderStyleReDraw = false;
|
|||
|
this.btnTestMode.ClickImage = null;
|
|||
|
this.btnTestMode.DefaultImage = null;
|
|||
|
this.btnTestMode.DisableImage = null;
|
|||
|
this.btnTestMode.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnTestMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|||
|
this.btnTestMode.Location = new System.Drawing.Point(280, 287);
|
|||
|
this.btnTestMode.Name = "btnTestMode";
|
|||
|
this.btnTestMode.OccupancyBar = 0;
|
|||
|
this.btnTestMode.OccupancyBar_Lv0 = null;
|
|||
|
this.btnTestMode.OccupancyBar_Lv1 = null;
|
|||
|
this.btnTestMode.OccupancyBar_Lv2 = null;
|
|||
|
this.btnTestMode.OccupancyBar_Lv3 = null;
|
|||
|
this.btnTestMode.OccupancyBar_Lv4 = null;
|
|||
|
this.btnTestMode.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnTestMode.TabIndex = 476;
|
|||
|
this.btnTestMode.Text = "시험모드 이미지";
|
|||
|
this.btnTestMode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnTestMode.UseCompatibleTextRendering = true;
|
|||
|
this.btnTestMode.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnCustomer
|
|||
|
//
|
|||
|
this.btnCustomer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnCustomer.BorderStyleReDraw = false;
|
|||
|
this.btnCustomer.ClickImage = null;
|
|||
|
this.btnCustomer.DefaultImage = null;
|
|||
|
this.btnCustomer.DisableImage = null;
|
|||
|
this.btnCustomer.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnCustomer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|||
|
this.btnCustomer.Location = new System.Drawing.Point(280, 83);
|
|||
|
this.btnCustomer.Name = "btnCustomer";
|
|||
|
this.btnCustomer.OccupancyBar = 0;
|
|||
|
this.btnCustomer.OccupancyBar_Lv0 = null;
|
|||
|
this.btnCustomer.OccupancyBar_Lv1 = null;
|
|||
|
this.btnCustomer.OccupancyBar_Lv2 = null;
|
|||
|
this.btnCustomer.OccupancyBar_Lv3 = null;
|
|||
|
this.btnCustomer.OccupancyBar_Lv4 = null;
|
|||
|
this.btnCustomer.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnCustomer.TabIndex = 473;
|
|||
|
this.btnCustomer.Text = "고객면 이미지";
|
|||
|
this.btnCustomer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnCustomer.UseCompatibleTextRendering = true;
|
|||
|
this.btnCustomer.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// 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(1024, 696);
|
|||
|
this.picBack.TabIndex = 496;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// btnCampaignMasterAll
|
|||
|
//
|
|||
|
this.btnCampaignMasterAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.btnCampaignMasterAll.BorderStyleReDraw = false;
|
|||
|
this.btnCampaignMasterAll.ClickImage = null;
|
|||
|
this.btnCampaignMasterAll.DefaultImage = null;
|
|||
|
this.btnCampaignMasterAll.DisableImage = null;
|
|||
|
this.btnCampaignMasterAll.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnCampaignMasterAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(121)))), ((int)(((byte)(153)))), ((int)(((byte)(25)))));
|
|||
|
this.btnCampaignMasterAll.Location = new System.Drawing.Point(543, 151);
|
|||
|
this.btnCampaignMasterAll.Name = "btnCampaignMasterAll";
|
|||
|
this.btnCampaignMasterAll.OccupancyBar = 0;
|
|||
|
this.btnCampaignMasterAll.OccupancyBar_Lv0 = null;
|
|||
|
this.btnCampaignMasterAll.OccupancyBar_Lv1 = null;
|
|||
|
this.btnCampaignMasterAll.OccupancyBar_Lv2 = null;
|
|||
|
this.btnCampaignMasterAll.OccupancyBar_Lv3 = null;
|
|||
|
this.btnCampaignMasterAll.OccupancyBar_Lv4 = null;
|
|||
|
this.btnCampaignMasterAll.Size = new System.Drawing.Size(240, 60);
|
|||
|
this.btnCampaignMasterAll.TabIndex = 489;
|
|||
|
this.btnCampaignMasterAll.Text = "마스터(캠페인-전체)";
|
|||
|
this.btnCampaignMasterAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnCampaignMasterAll.UseCompatibleTextRendering = true;
|
|||
|
this.btnCampaignMasterAll.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// frmPGMDownLoad
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(1024, 696);
|
|||
|
this.Controls.Add(this.lblCount);
|
|||
|
this.Controls.Add(this.pbWork);
|
|||
|
this.Controls.Add(this.pnlFunc);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblUpdateInfo);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmPGMDownLoad";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|||
|
this.Activated += new System.EventHandler(this.frmPGMDownLoad_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmPGMDownLoad_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPGMDownLoad_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmPGMDownLoad_Load);
|
|||
|
this.pnlFunc.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private System.Windows.Forms.Label lblCount;
|
|||
|
private System.Windows.Forms.Timer tmStart;
|
|||
|
private System.Windows.Forms.ProgressBar pbWork;
|
|||
|
private UI.CsmButton btnPGM;
|
|||
|
private UI.CsmButton btnMasterAll;
|
|||
|
private UI.CsmButton btniTem;
|
|||
|
private System.Windows.Forms.Label lblUpdateInfo;
|
|||
|
private UI.CsmButton btnContents;
|
|||
|
private UI.CsmButton btnCampaign;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmButton btnMasterUpdate;
|
|||
|
private System.Windows.Forms.Panel pnlFunc;
|
|||
|
private UI.CsmButton btnCustomer;
|
|||
|
private UI.CsmButton btnTestMode;
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmButton btnRcptLogo;
|
|||
|
private UI.CsmButton btnSignUpdateFile;
|
|||
|
private UI.CsmButton btnICReaderUpdate;
|
|||
|
private UI.CsmButton btnCampaignMasterAll;
|
|||
|
}
|
|||
|
}
|