spc-kiosk-pb/Window/WinSale/frmWebMasterDown.Designer.cs
2019-06-16 14:12:09 +09:00

92 lines
3.9 KiB
C#

namespace Cosmos.Win
{
partial class frmWebMasterDown
{
/// <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.picBack = new System.Windows.Forms.PictureBox();
this.lblMessage = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(788, 212);
this.picBack.TabIndex = 0;
this.picBack.TabStop = false;
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.White;
this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.Location = new System.Drawing.Point(24, 25);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(739, 162);
this.lblMessage.TabIndex = 1;
this.lblMessage.Text = "처리 중 입니다. 잠시만 기다리세요";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(746, 343);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(77, 21);
this.textBox1.TabIndex = 2;
//
// frmWebMasterDown
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(788, 212);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.picBack);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmWebMasterDown";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmWebMasterDown";
this.Activated += new System.EventHandler(this.frmWebMasterDown_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmWebMasterDown_FormClosing);
this.Load += new System.EventHandler(this.frmWebMasterDown_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.Label lblMessage;
private System.Windows.Forms.TextBox textBox1;
}
}