100 lines
4.3 KiB
C#
100 lines
4.3 KiB
C#
namespace Cosmos.Service
|
|
{
|
|
partial class frmExIrtMessage
|
|
{
|
|
/// <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.tmrStart = new System.Windows.Forms.Timer(this.components);
|
|
this.lblMessage = new System.Windows.Forms.Label();
|
|
this.picSearchMessage = new System.Windows.Forms.PictureBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tmrStart
|
|
//
|
|
this.tmrStart.Interval = 50;
|
|
this.tmrStart.Tick += new System.EventHandler(this.tmrStart_Tick);
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.BackColor = System.Drawing.Color.White;
|
|
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(11, 13);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(764, 183);
|
|
this.lblMessage.TabIndex = 7;
|
|
this.lblMessage.Text = "조회 중 입니다. 잠시만 기다려 주세요.";
|
|
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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 = 6;
|
|
this.picSearchMessage.TabStop = false;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(610, 341);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(150, 21);
|
|
this.textBox1.TabIndex = 8;
|
|
//
|
|
// frmExIrtMessage
|
|
//
|
|
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.textBox1);
|
|
this.Controls.Add(this.lblMessage);
|
|
this.Controls.Add(this.picSearchMessage);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmExIrtMessage";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "조회중";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExIrtMessage_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmExIrtMessage_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Timer tmrStart;
|
|
private System.Windows.Forms.Label lblMessage;
|
|
private System.Windows.Forms.PictureBox picSearchMessage;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
}
|
|
} |