namespace DDUtilityApp.MESDOWNLOADER { partial class ProgressForm { /// /// 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.progressBar = new System.Windows.Forms.ProgressBar(); this.lblStatus = new System.Windows.Forms.Label(); this.SuspendLayout(); // // progressBar // this.progressBar.Location = new System.Drawing.Point(20, 20); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(250, 20); this.progressBar.TabIndex = 0; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Location = new System.Drawing.Point(28, 54); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(38, 12); this.lblStatus.TabIndex = 1; this.lblStatus.Text = "label1"; this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ProgressForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 93); this.ControlBox = false; this.Controls.Add(this.lblStatus); this.Controls.Add(this.progressBar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "ProgressForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "다운로드 진행 중"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Label lblStatus; } }