namespace Cosmos.Win { partial class frmDatabaseBackup { /// /// 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.lblTitle = new Cosmos.UI.CsmLabel(); this.lblMessage = new Cosmos.UI.CsmLabel(); this.tbBarcodeNum = new System.Windows.Forms.TextBox(); this.tmrStart = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.lblTitle.BorderStyleReDraw = false; this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(8, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(771, 46); this.lblTitle.TabIndex = 16; this.lblTitle.Text = "확인 메시지"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblMessage // this.lblMessage.BackColor = System.Drawing.Color.White; this.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblMessage.BorderStyleReDraw = false; 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(8, 50); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(771, 153); this.lblMessage.TabIndex = 15; this.lblMessage.Text = "csmLabel3"; this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tbBarcodeNum // this.tbBarcodeNum.Location = new System.Drawing.Point(481, 27); this.tbBarcodeNum.Name = "tbBarcodeNum"; this.tbBarcodeNum.Size = new System.Drawing.Size(285, 21); this.tbBarcodeNum.TabIndex = 250; // // tmrStart // this.tmrStart.Interval = 1000; this.tmrStart.Tick += new System.EventHandler(this.tmrStart_Tick); // // frmDatabaseBackup // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(790, 212); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblMessage); this.Controls.Add(this.tbBarcodeNum); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmDatabaseBackup"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frmDatabaseBackup"; this.Activated += new System.EventHandler(this.frmDatabaseBackup_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDatabaseBackup_FormClosing); this.Load += new System.EventHandler(this.frmDatabaseBackup_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmLabel lblTitle; private UI.CsmLabel lblMessage; private System.Windows.Forms.TextBox tbBarcodeNum; private System.Windows.Forms.Timer tmrStart; } }