namespace DataGateWayProject { partial class FirstCheck_Progressbar { /// /// 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(FirstCheck_Progressbar)); this.start_progressBar = new System.Windows.Forms.ProgressBar(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // start_progressBar // this.start_progressBar.Location = new System.Drawing.Point(30, 30); this.start_progressBar.Name = "start_progressBar"; this.start_progressBar.Size = new System.Drawing.Size(305, 40); this.start_progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.start_progressBar.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.label1.Location = new System.Drawing.Point(28, 73); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(225, 24); this.label1.TabIndex = 1; this.label1.Text = "\r\n잠시만 기다려주세요. (약 1분 소요 예정)"; // // FirstCheck_Progressbar // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient; this.ClientSize = new System.Drawing.Size(364, 116); this.Controls.Add(this.label1); this.Controls.Add(this.start_progressBar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FirstCheck_Progressbar"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "DATABASE 작업 처리 중 입니다."; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar start_progressBar; private System.Windows.Forms.Label label1; } }