spc-kiosk-pb/Window/WinAdmin/frmIntegrityThead.designer.cs
2019-06-16 14:12:09 +09:00

90 lines
3.9 KiB
C#

namespace Cosmos.Win
{
partial class frmIntegrityThead
{
/// <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.lblMessage = new Cosmos.UI.CsmLabel();
this.tmrStart = new System.Windows.Forms.Timer(this.components);
this.picSearchMessage = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).BeginInit();
this.SuspendLayout();
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.White;
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.Location = new System.Drawing.Point(40, 64);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(708, 83);
this.lblMessage.TabIndex = 9;
this.lblMessage.Text = "조회 중 입니다. 기다리세요.";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tmrStart
//
this.tmrStart.Interval = 50;
this.tmrStart.Tick += new System.EventHandler(this.tmrStart_Tick);
//
// picSearchMessage
//
this.picSearchMessage.BackColor = System.Drawing.Color.White;
this.picSearchMessage.Location = new System.Drawing.Point(0, 0);
this.picSearchMessage.Name = "picSearchMessage";
this.picSearchMessage.Size = new System.Drawing.Size(788, 212);
this.picSearchMessage.TabIndex = 10;
this.picSearchMessage.TabStop = false;
//
// frmIntegrityThead
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Black;
this.ClientSize = new System.Drawing.Size(788, 212);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.picSearchMessage);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmIntegrityThead";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "조회중";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmIntegrityThead_FormClosing);
this.Load += new System.EventHandler(this.frmIntegrityAuto_Load);
((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmLabel lblMessage;
private System.Windows.Forms.Timer tmrStart;
private System.Windows.Forms.PictureBox picSearchMessage;
}
}