namespace ProcessHacker { partial class ProgressWindow { /// /// 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.labelProgressText = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.buttonClose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelProgressText // this.labelProgressText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelProgressText.AutoEllipsis = true; this.labelProgressText.Location = new System.Drawing.Point(12, 9); this.labelProgressText.Name = "labelProgressText"; this.labelProgressText.Size = new System.Drawing.Size(315, 27); this.labelProgressText.TabIndex = 0; // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(12, 48); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(227, 16); this.progressBar.TabIndex = 1; // // buttonClose // this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.buttonClose.Location = new System.Drawing.Point(252, 45); this.buttonClose.Name = "buttonClose"; this.buttonClose.Size = new System.Drawing.Size(75, 23); this.buttonClose.TabIndex = 2; this.buttonClose.Text = "Close"; this.buttonClose.UseVisualStyleBackColor = true; // // ProgressWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(339, 80); this.ControlBox = false; this.Controls.Add(this.buttonClose); this.Controls.Add(this.progressBar); this.Controls.Add(this.labelProgressText); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ProgressWindow"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Progress"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProgressWindow_FormClosing); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label labelProgressText; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button buttonClose; } }