/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelCaption           = new System.Windows.Forms.Label();
     this.progressAnimatedBitmap = new OpenLiveWriter.Controls.AnimatedBitmapControl();
     this.SuspendLayout();
     //
     // labelCaption
     //
     this.labelCaption.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelCaption.Location  = new System.Drawing.Point(0, 86);
     this.labelCaption.Name      = "labelCaption";
     this.labelCaption.Size      = new System.Drawing.Size(240, 33);
     this.labelCaption.TabIndex  = 0;
     this.labelCaption.Text      = "Retrieving posts from weblog...";
     this.labelCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // progressAnimatedBitmap
     //
     this.progressAnimatedBitmap.Bitmaps  = null;
     this.progressAnimatedBitmap.Interval = 100;
     this.progressAnimatedBitmap.Location = new System.Drawing.Point(0, 0);
     this.progressAnimatedBitmap.Name     = "progressAnimatedBitmap";
     this.progressAnimatedBitmap.Running  = false;
     this.progressAnimatedBitmap.Size     = new System.Drawing.Size(240, 72);
     this.progressAnimatedBitmap.TabIndex = 3;
     //
     // GetRecentPostsProgressControl
     //
     this.Controls.Add(this.progressAnimatedBitmap);
     this.Controls.Add(this.labelCaption);
     this.Name = "GetRecentPostsProgressControl";
     this.Size = new System.Drawing.Size(240, 128);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RecentPostProgressForm));
     this.labelRetrievingPost    = new System.Windows.Forms.Label();
     this.progressAnimatedBitmap = new OpenLiveWriter.Controls.AnimatedBitmapControl();
     this.pictureBoxSeparator    = new System.Windows.Forms.PictureBox();
     this.buttonCancelForm       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // labelRetrievingPost
     //
     this.labelRetrievingPost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.labelRetrievingPost.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelRetrievingPost.Location  = new System.Drawing.Point(10, 91);
     this.labelRetrievingPost.Name      = "labelRetrievingPost";
     this.labelRetrievingPost.Size      = new System.Drawing.Size(295, 17);
     this.labelRetrievingPost.TabIndex  = 1;
     this.labelRetrievingPost.Text      = "Retrieving {0} from weblog...";
     //
     // progressAnimatedBitmap
     //
     this.progressAnimatedBitmap.Bitmaps  = null;
     this.progressAnimatedBitmap.Interval = 100;
     this.progressAnimatedBitmap.Location = new System.Drawing.Point(38, 3);
     this.progressAnimatedBitmap.Name     = "progressAnimatedBitmap";
     this.progressAnimatedBitmap.Running  = false;
     this.progressAnimatedBitmap.Size     = new System.Drawing.Size(240, 72);
     this.progressAnimatedBitmap.TabIndex = 4;
     this.progressAnimatedBitmap.UseVirtualTransparency = false;
     //
     // pictureBoxSeparator
     //
     this.pictureBoxSeparator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBoxSeparator.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBoxSeparator.Image")));
     this.pictureBoxSeparator.Location = new System.Drawing.Point(10, 84);
     this.pictureBoxSeparator.Name     = "pictureBoxSeparator";
     this.pictureBoxSeparator.Size     = new System.Drawing.Size(293, 3);
     this.pictureBoxSeparator.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxSeparator.TabIndex = 5;
     this.pictureBoxSeparator.TabStop  = false;
     //
     // buttonCancelForm
     //
     this.buttonCancelForm.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancelForm.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.buttonCancelForm.Location  = new System.Drawing.Point(228, 112);
     this.buttonCancelForm.Name      = "buttonCancelForm";
     this.buttonCancelForm.TabIndex  = 6;
     this.buttonCancelForm.Text      = "Cancel";
     this.buttonCancelForm.Click    += new System.EventHandler(this.buttonCancelForm_Click);
     //
     // RecentPostProgressForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(317, 141);
     this.Controls.Add(this.buttonCancelForm);
     this.Controls.Add(this.pictureBoxSeparator);
     this.Controls.Add(this.progressAnimatedBitmap);
     this.Controls.Add(this.labelRetrievingPost);
     this.Name         = "RecentPostProgressForm";
     this.Text         = "Retrieving {0}";
     this.CancelButton = buttonCancelForm;
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.checkBoxViewPost       = new System.Windows.Forms.CheckBox();
     this.progressAnimatedBitmap = new OpenLiveWriter.Controls.AnimatedBitmapControl();
     this.labelPublishingTo      = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // checkBoxViewPost
     //
     this.checkBoxViewPost.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.checkBoxViewPost.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.checkBoxViewPost.Location  = new System.Drawing.Point(19, 136);
     this.checkBoxViewPost.Name      = "checkBoxViewPost";
     this.checkBoxViewPost.Size      = new System.Drawing.Size(325, 18);
     this.checkBoxViewPost.TabIndex  = 1;
     this.checkBoxViewPost.Text      = "View in browser after publishing";
     this.checkBoxViewPost.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // 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(19, 25);
     this.progressAnimatedBitmap.Name     = "progressAnimatedBitmap";
     this.progressAnimatedBitmap.Running  = false;
     this.progressAnimatedBitmap.Size     = new System.Drawing.Size(321, 71);
     this.progressAnimatedBitmap.TabIndex = 2;
     this.progressAnimatedBitmap.UseVirtualTransparency = false;
     //
     // labelPublishingTo
     //
     this.labelPublishingTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.labelPublishingTo.FlatStyle   = System.Windows.Forms.FlatStyle.System;
     this.labelPublishingTo.Location    = new System.Drawing.Point(19, 105);
     this.labelPublishingTo.Name        = "labelPublishingTo";
     this.labelPublishingTo.Size        = new System.Drawing.Size(317, 18);
     this.labelPublishingTo.TabIndex    = 3;
     this.labelPublishingTo.Text        = "Publishing to: My Random Ramblings";
     this.labelPublishingTo.UseMnemonic = false;
     this.labelPublishingTo.Visible     = false;
     //
     // UpdateWeblogProgressForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(360, 164);
     this.ControlBox        = false;
     this.Controls.Add(this.labelPublishingTo);
     this.Controls.Add(this.progressAnimatedBitmap);
     this.Controls.Add(this.checkBoxViewPost);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "UpdateWeblogProgressForm";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Publishing {0} to Weblog";
     this.ResumeLayout(false);
 }