namespace Cosmos.CommonManager { partial class frmSearchMessage { /// /// 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.picSearchMessage = new System.Windows.Forms.PictureBox(); this.lblSearchMessage = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).BeginInit(); this.SuspendLayout(); // // 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 = 0; this.picSearchMessage.TabStop = false; // // lblSearchMessage // this.lblSearchMessage.BackColor = System.Drawing.Color.White; this.lblSearchMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblSearchMessage.Location = new System.Drawing.Point(12, 13); this.lblSearchMessage.Name = "lblSearchMessage"; this.lblSearchMessage.Size = new System.Drawing.Size(764, 186); this.lblSearchMessage.TabIndex = 1; this.lblSearchMessage.Text = "조회 중 입니다. 잠시만 기다려 주세요."; this.lblSearchMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(630, 320); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 21); this.textBox1.TabIndex = 2; // // frmSearchMessage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoValidate = System.Windows.Forms.AutoValidate.Disable; this.CausesValidation = false; this.ClientSize = new System.Drawing.Size(788, 212); this.ControlBox = false; this.Controls.Add(this.textBox1); this.Controls.Add(this.lblSearchMessage); this.Controls.Add(this.picSearchMessage); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmSearchMessage"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmSearchMessage"; this.TopMost = true; this.Load += new System.EventHandler(this.frmSearchMessage_Load); ((System.ComponentModel.ISupportInitialize)(this.picSearchMessage)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picSearchMessage; private System.Windows.Forms.Label lblSearchMessage; private System.Windows.Forms.TextBox textBox1; } }