namespace Bloxstrap.Dialogs.BootstrapperStyles { partial class ProgressDialogDark { /// /// 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.labelMessage = new System.Windows.Forms.Label(); this.IconBox = new System.Windows.Forms.PictureBox(); this.buttonCancel = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.IconBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonCancel)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // ProgressBar // this.ProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.ProgressBar.Location = new System.Drawing.Point(29, 241); this.ProgressBar.MarqueeAnimationSpeed = 20; this.ProgressBar.Name = "ProgressBar"; this.ProgressBar.Size = new System.Drawing.Size(460, 20); this.ProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.ProgressBar.TabIndex = 0; // // labelMessage // this.labelMessage.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.labelMessage.ForeColor = System.Drawing.SystemColors.Window; this.labelMessage.Location = new System.Drawing.Point(29, 199); this.labelMessage.Name = "labelMessage"; this.labelMessage.Size = new System.Drawing.Size(460, 18); this.labelMessage.TabIndex = 1; this.labelMessage.Text = "Please wait..."; this.labelMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter; this.labelMessage.UseMnemonic = false; // // IconBox // this.IconBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.IconBox.ImageLocation = ""; this.IconBox.Location = new System.Drawing.Point(212, 66); this.IconBox.Name = "IconBox"; this.IconBox.Size = new System.Drawing.Size(92, 92); this.IconBox.TabIndex = 2; this.IconBox.TabStop = false; // // buttonCancel // this.buttonCancel.Enabled = false; this.buttonCancel.Image = global::Bloxstrap.Properties.Resources.DarkCancelButton; this.buttonCancel.Location = new System.Drawing.Point(194, 264); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(130, 44); this.buttonCancel.TabIndex = 3; this.buttonCancel.TabStop = false; this.buttonCancel.Visible = false; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); this.buttonCancel.MouseEnter += new System.EventHandler(this.ButtonCancel_MouseEnter); this.buttonCancel.MouseLeave += new System.EventHandler(this.ButtonCancel_MouseLeave); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(37)))), ((int)(((byte)(39))))); this.panel1.Controls.Add(this.labelMessage); this.panel1.Controls.Add(this.IconBox); this.panel1.Controls.Add(this.buttonCancel); this.panel1.Controls.Add(this.ProgressBar); this.panel1.Location = new System.Drawing.Point(1, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(518, 318); this.panel1.TabIndex = 4; // // ProgressDialogDark // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(27)))), ((int)(((byte)(29))))); this.ClientSize = new System.Drawing.Size(520, 320); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximumSize = new System.Drawing.Size(520, 320); this.MinimumSize = new System.Drawing.Size(520, 320); this.Name = "ProgressDialogDark"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ProgressDialog"; this.Load += new System.EventHandler(this.ProgressDialogDark_Load); ((System.ComponentModel.ISupportInitialize)(this.IconBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonCancel)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ProgressBar ProgressBar; private Label labelMessage; private PictureBox IconBox; private PictureBox buttonCancel; private Panel panel1; } }