namespace DataGateWayProject
{
partial class Loading_Form
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Loading_Form));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.Loading_Point = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("휴먼모음T", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 85);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(312, 41);
this.label1.TabIndex = 0;
this.label1.Text = "DataGateWay 2.0";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(18, 141);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(158, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Version1.0(2016.11.08)";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(420, 269);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 21);
this.label3.TabIndex = 2;
this.label3.Text = "HDC";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(466, 271);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(92, 18);
this.label4.TabIndex = 3;
this.label4.Text = "아이콘트롤스";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Location = new System.Drawing.Point(19, 271);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(54, 12);
this.label6.TabIndex = 5;
this.label6.Text = "Loading ";
//
// Loading_Point
//
this.Loading_Point.AutoSize = true;
this.Loading_Point.BackColor = System.Drawing.Color.Transparent;
this.Loading_Point.ForeColor = System.Drawing.Color.White;
this.Loading_Point.Location = new System.Drawing.Point(79, 271);
this.Loading_Point.Name = "Loading_Point";
this.Loading_Point.Size = new System.Drawing.Size(0, 12);
this.Loading_Point.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Transparent;
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(101, 271);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(15, 12);
this.label7.TabIndex = 7;
this.label7.Text = "%";
//
// Loading_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.SteelBlue;
this.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
this.ClientSize = new System.Drawing.Size(570, 352);
this.Controls.Add(this.label7);
this.Controls.Add(this.Loading_Point);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Location = new System.Drawing.Point(500, 500);
this.Name = "Loading_Form";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Loading_Form";
this.Load += new System.EventHandler(this.Loading_Form_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label Loading_Point;
private System.Windows.Forms.Label label7;
}
}