namespace Cosmos.Service { partial class frmVanMessage { /// /// 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() { 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(12, 16); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(764, 178); this.lblMessage.TabIndex = 3; 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 = 2; this.picSearchMessage.TabStop = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(649, 280); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 4; // // frmVanMessage // 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 = "frmVanMessage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "조회중"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVanMessage_FormClosing); this.Load += new System.EventHandler(this.frmVanMessage_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; } }