spc-kiosk-pb/Window/WinBasic/frmMissTranCheck.designer.cs

157 lines
7.6 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmMissTranCheck
{
/// <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.btnExit = new Cosmos.UI.CsmLabel();
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();
((System.ComponentModel.ISupportInitialize)(this.picBack)).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(772, 50);
this.lblTitle.TabIndex = 229;
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(789, 212);
this.picBack.TabIndex = 233;
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(730, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 466;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Visible = false;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// lblCount
//
this.lblCount.AutoSize = true;
this.lblCount.BackColor = System.Drawing.Color.Transparent;
this.lblCount.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblCount.Location = new System.Drawing.Point(35, 132);
this.lblCount.Name = "lblCount";
this.lblCount.Size = new System.Drawing.Size(152, 18);
this.lblCount.TabIndex = 469;
this.lblCount.Text = "결락 전송중 . . . (0%)";
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblCount.Visible = false;
//
// tmStart
//
this.tmStart.Interval = 1;
this.tmStart.Tick += new System.EventHandler(this.tmStart_Tick);
//
// pbWork
//
this.pbWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.pbWork.Location = new System.Drawing.Point(22, 153);
this.pbWork.Name = "pbWork";
this.pbWork.Size = new System.Drawing.Size(744, 40);
this.pbWork.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.pbWork.TabIndex = 470;
this.pbWork.Visible = false;
//
// 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(100, 84);
this.lblUpdateInfo.Name = "lblUpdateInfo";
this.lblUpdateInfo.Size = new System.Drawing.Size(588, 43);
this.lblUpdateInfo.TabIndex = 476;
this.lblUpdateInfo.Text = "결락 조회중입니다. 잠시만 기다려 주십시요.";
this.lblUpdateInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frmMissTranCheck
//
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(789, 212);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblUpdateInfo);
this.Controls.Add(this.lblCount);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.pbWork);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmMissTranCheck";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Activated += new System.EventHandler(this.frmMissTranCheck_Activated);
this.Deactivate += new System.EventHandler(this.frmMissTranCheck_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMissTranCheck_FormClosing);
this.Load += new System.EventHandler(this.frmMissTranCheck_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UI.CsmLabel lblTitle;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel btnExit;
private System.Windows.Forms.Label lblCount;
private System.Windows.Forms.Timer tmStart;
private System.Windows.Forms.ProgressBar pbWork;
private System.Windows.Forms.Label lblUpdateInfo;
}
}