90 lines
3.9 KiB
C#
90 lines
3.9 KiB
C#
namespace PosStart
|
|
{
|
|
partial class frmPosStart
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPosStart));
|
|
this.pbWork = new System.Windows.Forms.ProgressBar();
|
|
this.lblCount = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// pbWork
|
|
//
|
|
this.pbWork.BackColor = System.Drawing.Color.White;
|
|
this.pbWork.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pbWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
this.pbWork.Location = new System.Drawing.Point(0, 463);
|
|
this.pbWork.Name = "pbWork";
|
|
this.pbWork.Size = new System.Drawing.Size(705, 24);
|
|
this.pbWork.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
|
|
this.pbWork.TabIndex = 472;
|
|
this.pbWork.Visible = false;
|
|
//
|
|
// lblCount
|
|
//
|
|
this.lblCount.AutoSize = true;
|
|
this.lblCount.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblCount.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.lblCount.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblCount.Location = new System.Drawing.Point(0, 447);
|
|
this.lblCount.Name = "lblCount";
|
|
this.lblCount.Size = new System.Drawing.Size(45, 16);
|
|
this.lblCount.TabIndex = 474;
|
|
this.lblCount.Text = "({0}%)";
|
|
this.lblCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblCount.Visible = false;
|
|
//
|
|
// frmPosStart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.ClientSize = new System.Drawing.Size(705, 487);
|
|
this.Controls.Add(this.lblCount);
|
|
this.Controls.Add(this.pbWork);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmPosStart";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "PosStart";
|
|
this.Activated += new System.EventHandler(this.frmPosStart_Activated);
|
|
this.Load += new System.EventHandler(this.frmPosStart_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ProgressBar pbWork;
|
|
private System.Windows.Forms.Label lblCount;
|
|
}
|
|
}
|
|
|