namespace Inet.Viewer.WinForms { partial class ProgressControl { /// /// 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 Component 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressControl)); this.stopButton = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.progressBar = new Inet.Viewer.WinForms.TextProgressBar(); this.SuspendLayout(); // // stopButton // this.stopButton.FlatAppearance.BorderSize = 0; this.stopButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.stopButton.ForeColor = System.Drawing.Color.Black; this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image"))); this.stopButton.Location = new System.Drawing.Point(137, 1); this.stopButton.Margin = new System.Windows.Forms.Padding(0); this.stopButton.Name = "stopButton"; this.stopButton.Size = new System.Drawing.Size(20, 20); this.stopButton.TabIndex = 1; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.OnStopClick); // // progressBar // this.progressBar.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.progressBar.ForeColor = System.Drawing.Color.Black; this.progressBar.Location = new System.Drawing.Point(11, 1); this.progressBar.Margin = new System.Windows.Forms.Padding(0); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(122, 20); this.progressBar.TabIndex = 0; // // ProgressControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.stopButton); this.Controls.Add(this.progressBar); this.Name = "ProgressControl"; this.Size = new System.Drawing.Size(164, 22); this.ResumeLayout(false); } #endregion private TextProgressBar progressBar; private System.Windows.Forms.Button stopButton; private System.Windows.Forms.ToolTip toolTip1; } }