private void InitializeComponent()
 {
     this.labelQueryStatus   = new System.Windows.Forms.Label();
     this.buttonPreviousPage = new OpenLiveWriter.Controls.XPBitmapButton();
     this.buttonNextPage     = new OpenLiveWriter.Controls.XPBitmapButton();
     this.SuspendLayout();
     //
     // labelQueryStatus
     //
     this.labelQueryStatus.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelQueryStatus.BackColor = System.Drawing.SystemColors.Control;
     this.labelQueryStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.labelQueryStatus.Location  = new System.Drawing.Point(3, 1);
     this.labelQueryStatus.Name      = "labelQueryStatus";
     this.labelQueryStatus.Size      = new System.Drawing.Size(192, 18);
     this.labelQueryStatus.TabIndex  = 9;
     this.labelQueryStatus.Text      = "11 to 20 (of 121)";
     //
     // buttonPreviousPage
     //
     this.buttonPreviousPage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonPreviousPage.ForeColor = System.Drawing.SystemColors.ControlText;
     this.buttonPreviousPage.Location  = new System.Drawing.Point(201, -1);
     this.buttonPreviousPage.Name      = "buttonPreviousPage";
     this.buttonPreviousPage.Size      = new System.Drawing.Size(23, 21);
     this.buttonPreviousPage.TabIndex  = 10;
     //
     // buttonNextPage
     //
     this.buttonNextPage.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonNextPage.ForeColor = System.Drawing.SystemColors.ControlText;
     this.buttonNextPage.Location  = new System.Drawing.Point(224, -1);
     this.buttonNextPage.Name      = "buttonNextPage";
     this.buttonNextPage.Size      = new System.Drawing.Size(23, 21);
     this.buttonNextPage.TabIndex  = 11;
     //
     // VideoPagingControl
     //
     this.Controls.Add(this.labelQueryStatus);
     this.Controls.Add(this.buttonPreviousPage);
     this.Controls.Add(this.buttonNextPage);
     this.Name = "VideoPagingControl";
     this.Size = new System.Drawing.Size(250, 20);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.labelQueryStatus = new System.Windows.Forms.Label();
            this.buttonPreviousPage = new OpenLiveWriter.Controls.XPBitmapButton();
            this.buttonNextPage = new OpenLiveWriter.Controls.XPBitmapButton();
            this.SuspendLayout();
            //
            // labelQueryStatus
            //
            this.labelQueryStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelQueryStatus.BackColor = System.Drawing.SystemColors.Control;
            this.labelQueryStatus.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelQueryStatus.Location = new System.Drawing.Point(3, 1);
            this.labelQueryStatus.Name = "labelQueryStatus";
            this.labelQueryStatus.Size = new System.Drawing.Size(192, 18);
            this.labelQueryStatus.TabIndex = 9;
            this.labelQueryStatus.Text = "11 to 20 (of 121)";
            //
            // buttonPreviousPage
            //
            this.buttonPreviousPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonPreviousPage.ForeColor = System.Drawing.SystemColors.ControlText;
            this.buttonPreviousPage.Location = new System.Drawing.Point(201, -1);
            this.buttonPreviousPage.Name = "buttonPreviousPage";
            this.buttonPreviousPage.Size = new System.Drawing.Size(23, 21);
            this.buttonPreviousPage.TabIndex = 10;
            //
            // buttonNextPage
            //
            this.buttonNextPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonNextPage.ForeColor = System.Drawing.SystemColors.ControlText;
            this.buttonNextPage.Location = new System.Drawing.Point(224, -1);
            this.buttonNextPage.Name = "buttonNextPage";
            this.buttonNextPage.Size = new System.Drawing.Size(23, 21);
            this.buttonNextPage.TabIndex = 11;
            //
            // VideoPagingControl
            //
            this.Controls.Add(this.labelQueryStatus);
            this.Controls.Add(this.buttonPreviousPage);
            this.Controls.Add(this.buttonNextPage);
            this.Name = "VideoPagingControl";
            this.Size = new System.Drawing.Size(250, 20);
            this.ResumeLayout(false);

        }