/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.progressAnimatedBitmap = new OpenLiveWriter.Controls.AnimatedBitmapControl(); this.progressBar = new ProgressBar(); this.labelProgress = new System.Windows.Forms.Label(); this.panelMain.SuspendLayout(); this.SuspendLayout(); // // panelMain // this.panelMain.Controls.Add(this.labelProgress); this.panelMain.Controls.Add(this.progressBar); this.panelMain.Controls.Add(this.progressAnimatedBitmap); this.panelMain.Location = new System.Drawing.Point(48, 8); this.panelMain.Name = "panelMain"; this.panelMain.Size = new System.Drawing.Size(352, 224); // // progressAnimatedBitmap // this.progressAnimatedBitmap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressAnimatedBitmap.Bitmaps = null; this.progressAnimatedBitmap.Interval = 100; this.progressAnimatedBitmap.Location = new System.Drawing.Point(16, 16); this.progressAnimatedBitmap.Name = "progressAnimatedBitmap"; this.progressAnimatedBitmap.Running = false; this.progressAnimatedBitmap.Size = new System.Drawing.Size(320, 88); this.progressAnimatedBitmap.TabIndex = 3; this.progressAnimatedBitmap.UseVirtualTransparency = false; // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(20, 144); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(352, 15); this.progressBar.TabIndex = 4; // // labelProgress // this.labelProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelProgress.FlatStyle = FlatStyle.Standard; this.labelProgress.Location = new System.Drawing.Point(17, 128); this.labelProgress.Name = "labelProgress"; this.labelProgress.Size = new System.Drawing.Size(352, 16); this.labelProgress.TabIndex = 5; this.labelProgress.Text = "Detecting weblog settings..."; this.labelProgress.UseCompatibleTextRendering = false; this.labelProgress.AutoSize = false; this.labelProgress.AutoEllipsis = true; this.labelProgress.TextAlign = ContentAlignment.TopLeft; // // WeblogConfigurationWizardPanelProgress // this.Name = "WeblogConfigurationWizardPanelProgress"; this.Size = new System.Drawing.Size(432, 244); this.panelMain.ResumeLayout(false); this.ResumeLayout(false); }