namespace RF_TRIO_PLL_ZIG { partial class Download_bar { /// /// 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.Firm_Progressbar = new System.Windows.Forms.ProgressBar(); this.Update_label = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Firm_Progressbar // this.Firm_Progressbar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Firm_Progressbar.Location = new System.Drawing.Point(12, 24); this.Firm_Progressbar.Name = "Firm_Progressbar"; this.Firm_Progressbar.Size = new System.Drawing.Size(478, 46); this.Firm_Progressbar.Step = 1; this.Firm_Progressbar.TabIndex = 133; // // Update_label // this.Update_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Update_label.AutoSize = true; this.Update_label.BackColor = System.Drawing.Color.Transparent; this.Update_label.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Update_label.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.Update_label.Location = new System.Drawing.Point(245, 9); this.Update_label.Name = "Update_label"; this.Update_label.Size = new System.Drawing.Size(23, 12); this.Update_label.TabIndex = 134; this.Update_label.Text = "0%"; // // Download_bar // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(502, 94); this.Controls.Add(this.Update_label); this.Controls.Add(this.Firm_Progressbar); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Download_bar"; this.Text = "Download_bar"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar Firm_Progressbar; public System.Windows.Forms.Label Update_label; } }