Download PdfImageBoxSample.zip, last updated 04/09/2011 (513.29 KB)

Download
  • md5: 5176311d2ed74377312c76dfb6b5ec98
namespace PdfImageBoxSample
{
  partial class MainForm
  {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    protected override void Dispose(bool disposing)
    {
      if (disposing && (components != null))
      {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region Windows Form Designer generated code

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Cyotek.GhostScript.PdfConversion.Pdf2ImageSettings pdf2ImageSettings2 = new Cyotek.GhostScript.PdfConversion.Pdf2ImageSettings();
      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
      this.pdfImageBox = new Cyotek.Windows.Forms.PdfImageBox();
      this.propertyGrid = new System.Windows.Forms.PropertyGrid();
      this.statusStrip = new System.Windows.Forms.StatusStrip();
      this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.positionToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.imageSizeToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.zoomToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.cursorToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
      this.toolStrip = new System.Windows.Forms.ToolStrip();
      this.openPDFToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
      this.showImageRegionToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.showSourceImageRegionToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
      this.actualSizeToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.sizeToFitToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
      this.zoomInToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.zoomOutToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
      this.firstPageToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.previousPageToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.nextPageToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.lastPageToolStripButton = new System.Windows.Forms.ToolStripButton();
      this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
      this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
      this.pageToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
      this.pageCountToolStripLabel = new System.Windows.Forms.ToolStripLabel();
      this.menuStrip = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openPDFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.openPdfFileDialog = new System.Windows.Forms.OpenFileDialog();
      this.splitContainer1.Panel1.SuspendLayout();
      this.splitContainer1.Panel2.SuspendLayout();
      this.splitContainer1.SuspendLayout();
      this.statusStrip.SuspendLayout();
      this.toolStrip.SuspendLayout();
      this.menuStrip.SuspendLayout();
      this.SuspendLayout();
      // 
      // splitContainer1
      // 
      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
      this.splitContainer1.Location = new System.Drawing.Point(0, 49);
      this.splitContainer1.Name = "splitContainer1";
      // 
      // splitContainer1.Panel1
      // 
      this.splitContainer1.Panel1.Controls.Add(this.pdfImageBox);
      // 
      // splitContainer1.Panel2
      // 
      this.splitContainer1.Panel2.Controls.Add(this.propertyGrid);
      this.splitContainer1.Size = new System.Drawing.Size(884, 582);
      this.splitContainer1.SplitterDistance = 584;
      this.splitContainer1.TabIndex = 0;
      // 
      // pdfImageBox
      // 
      this.pdfImageBox.AllowClickZoom = false;
      this.pdfImageBox.AutoPan = false;
      this.pdfImageBox.AutoScroll = true;
      this.pdfImageBox.AutoSize = false;
      this.pdfImageBox.Dock = System.Windows.Forms.DockStyle.Fill;
      this.pdfImageBox.Location = new System.Drawing.Point(0, 0);
      this.pdfImageBox.Name = "pdfImageBox";
      this.pdfImageBox.PdfFileName = null;
      this.pdfImageBox.PdfPassword = null;
      this.pdfImageBox.Settings = pdf2ImageSettings2;
      this.pdfImageBox.Size = new System.Drawing.Size(584, 582);
      this.pdfImageBox.SizeToFit = true;
      this.pdfImageBox.TabIndex = 0;
      this.pdfImageBox.CurrentPageChanged += new System.EventHandler(this.UpdateUIHandler);
      this.pdfImageBox.LoadedPage += new System.EventHandler(this.pdfImageBox_LoadedPage);
      this.pdfImageBox.LoadingPage += new System.EventHandler(this.pdfImageBox_LoadingPage);
      this.pdfImageBox.AllowClickZoomChanged += new System.EventHandler(this.UpdateUIHandler);
      this.pdfImageBox.SizeToFitChanged += new System.EventHandler(this.UpdateUIHandler);
      this.pdfImageBox.ZoomChanged += new System.EventHandler(this.UpdateUIHandler);
      this.pdfImageBox.Scroll += new System.Windows.Forms.ScrollEventHandler(this.UpdateUIHandler);
      this.pdfImageBox.Paint += new System.Windows.Forms.PaintEventHandler(this.imageBox_Paint);
      this.pdfImageBox.MouseLeave += new System.EventHandler(this.imageBox_MouseLeave);
      this.pdfImageBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.imageBox_MouseMove);
      this.pdfImageBox.Resize += new System.EventHandler(this.UpdateUIHandler);
      // 
      // propertyGrid
      // 
      this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Fill;
      this.propertyGrid.Location = new System.Drawing.Point(0, 0);
      this.propertyGrid.Name = "propertyGrid";
      this.propertyGrid.SelectedObject = this.pdfImageBox;
      this.propertyGrid.Size = new System.Drawing.Size(296, 582);
      this.propertyGrid.TabIndex = 0;
      // 
      // statusStrip
      // 
      this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel,
            this.positionToolStripStatusLabel,
            this.imageSizeToolStripStatusLabel,
            this.zoomToolStripStatusLabel,
            this.cursorToolStripStatusLabel});
      this.statusStrip.Location = new System.Drawing.Point(0, 631);
      this.statusStrip.Name = "statusStrip";
      this.statusStrip.Size = new System.Drawing.Size(884, 25);
      this.statusStrip.TabIndex = 1;
      // 
      // toolStripStatusLabel
      // 
      this.toolStripStatusLabel.Name = "toolStripStatusLabel";
      this.toolStripStatusLabel.Size = new System.Drawing.Size(809, 20);
      this.toolStripStatusLabel.Spring = true;
      this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
      // 
      // positionToolStripStatusLabel
      // 
      this.positionToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
      this.positionToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
      this.positionToolStripStatusLabel.Image = global::PdfImageBoxSample.Properties.Resources.ObjectPosition;
      this.positionToolStripStatusLabel.Name = "positionToolStripStatusLabel";
      this.positionToolStripStatusLabel.Size = new System.Drawing.Size(20, 20);
      // 
      // imageSizeToolStripStatusLabel
      // 
      this.imageSizeToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
      this.imageSizeToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
      this.imageSizeToolStripStatusLabel.Image = global::PdfImageBoxSample.Properties.Resources.ObjectSize;
      this.imageSizeToolStripStatusLabel.Name = "imageSizeToolStripStatusLabel";
      this.imageSizeToolStripStatusLabel.Size = new System.Drawing.Size(20, 20);
      // 
      // zoomToolStripStatusLabel
      // 
      this.zoomToolStripStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) 
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
      this.zoomToolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
      this.zoomToolStripStatusLabel.Image = global::PdfImageBoxSample.Properties.Resources.Zoom;
      this.zoomToolStripStatusLabel.Name = "zoomToolStripStatusLabel";
      this.zoomToolStripStatusLabel.Size = new System.Drawing.Size(20, 20);
      // 
      // cursorToolStripStatusLabel
      // 
      this.cursorToolStripStatusLabel.Name = "cursorToolStripStatusLabel";
      this.cursorToolStripStatusLabel.Size = new System.Drawing.Size(0, 20);
      // 
      // toolStrip
      // 
      this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openPDFToolStripButton,
            this.toolStripSeparator3,
            this.showImageRegionToolStripButton,
            this.showSourceImageRegionToolStripButton,
            this.toolStripSeparator1,
            this.actualSizeToolStripButton,
            this.sizeToFitToolStripButton,
            this.toolStripSeparator2,
            this.zoomInToolStripButton,
            this.zoomOutToolStripButton,
            this.toolStripSeparator4,
            this.firstPageToolStripButton,
            this.previousPageToolStripButton,
            this.nextPageToolStripButton,
            this.lastPageToolStripButton,
            this.toolStripSeparator5,
            this.toolStripLabel1,
            this.pageToolStripTextBox,
            this.pageCountToolStripLabel});
      this.toolStrip.Location = new System.Drawing.Point(0, 24);
      this.toolStrip.Name = "toolStrip";
      this.toolStrip.Size = new System.Drawing.Size(884, 25);
      this.toolStrip.TabIndex = 2;
      this.toolStrip.Text = "toolStrip1";
      // 
      // openPDFToolStripButton
      // 
      this.openPDFToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.openPDFToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.PDF;
      this.openPDFToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.openPDFToolStripButton.Name = "openPDFToolStripButton";
      this.openPDFToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.openPDFToolStripButton.Text = "Open PDF";
      this.openPDFToolStripButton.Click += new System.EventHandler(this.openPDFToolStripMenuItem_Click);
      // 
      // toolStripSeparator3
      // 
      this.toolStripSeparator3.Name = "toolStripSeparator3";
      this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
      // 
      // showImageRegionToolStripButton
      // 
      this.showImageRegionToolStripButton.CheckOnClick = true;
      this.showImageRegionToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.showImageRegionToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.Zone;
      this.showImageRegionToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.showImageRegionToolStripButton.Name = "showImageRegionToolStripButton";
      this.showImageRegionToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.showImageRegionToolStripButton.Text = "Show Image Region";
      this.showImageRegionToolStripButton.Click += new System.EventHandler(this.showImageRegionToolStripButton_Click);
      // 
      // showSourceImageRegionToolStripButton
      // 
      this.showSourceImageRegionToolStripButton.CheckOnClick = true;
      this.showSourceImageRegionToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.showSourceImageRegionToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.Zone;
      this.showSourceImageRegionToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.showSourceImageRegionToolStripButton.Name = "showSourceImageRegionToolStripButton";
      this.showSourceImageRegionToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.showSourceImageRegionToolStripButton.Text = "Show Source Image Region";
      this.showSourceImageRegionToolStripButton.Click += new System.EventHandler(this.showImageRegionToolStripButton_Click);
      // 
      // toolStripSeparator1
      // 
      this.toolStripSeparator1.Name = "toolStripSeparator1";
      this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
      // 
      // actualSizeToolStripButton
      // 
      this.actualSizeToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.actualSizeToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.ActualSize;
      this.actualSizeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.actualSizeToolStripButton.Name = "actualSizeToolStripButton";
      this.actualSizeToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.actualSizeToolStripButton.Text = "Actual Size";
      this.actualSizeToolStripButton.Click += new System.EventHandler(this.actualSizeToolStripButton_Click);
      // 
      // sizeToFitToolStripButton
      // 
      this.sizeToFitToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.sizeToFitToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.ZoomToFit;
      this.sizeToFitToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.sizeToFitToolStripButton.Name = "sizeToFitToolStripButton";
      this.sizeToFitToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.sizeToFitToolStripButton.Text = "Size to fit";
      this.sizeToFitToolStripButton.Click += new System.EventHandler(this.sizeToFitToolStripButton_Click);
      // 
      // toolStripSeparator2
      // 
      this.toolStripSeparator2.Name = "toolStripSeparator2";
      this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
      // 
      // zoomInToolStripButton
      // 
      this.zoomInToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.zoomInToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.ZoomIn;
      this.zoomInToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.zoomInToolStripButton.Name = "zoomInToolStripButton";
      this.zoomInToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.zoomInToolStripButton.Text = "Zoom In";
      this.zoomInToolStripButton.Click += new System.EventHandler(this.zoomInToolStripButton_Click);
      // 
      // zoomOutToolStripButton
      // 
      this.zoomOutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.zoomOutToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.ZoomOut;
      this.zoomOutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.zoomOutToolStripButton.Name = "zoomOutToolStripButton";
      this.zoomOutToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.zoomOutToolStripButton.Text = "Zoom Out";
      this.zoomOutToolStripButton.Click += new System.EventHandler(this.zoomOutToolStripButton_Click);
      // 
      // toolStripSeparator4
      // 
      this.toolStripSeparator4.Name = "toolStripSeparator4";
      this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
      // 
      // firstPageToolStripButton
      // 
      this.firstPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.firstPageToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.FirstPage;
      this.firstPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.firstPageToolStripButton.Name = "firstPageToolStripButton";
      this.firstPageToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.firstPageToolStripButton.Text = "First Page";
      this.firstPageToolStripButton.Click += new System.EventHandler(this.firstPageToolStripButton_Click);
      // 
      // previousPageToolStripButton
      // 
      this.previousPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.previousPageToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.PreviousPage;
      this.previousPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.previousPageToolStripButton.Name = "previousPageToolStripButton";
      this.previousPageToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.previousPageToolStripButton.Text = "Previous Page";
      this.previousPageToolStripButton.Click += new System.EventHandler(this.previousPageToolStripButton_Click);
      // 
      // nextPageToolStripButton
      // 
      this.nextPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.nextPageToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.NextPage;
      this.nextPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.nextPageToolStripButton.Name = "nextPageToolStripButton";
      this.nextPageToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.nextPageToolStripButton.Text = "Next Page";
      this.nextPageToolStripButton.Click += new System.EventHandler(this.nextPageToolStripButton_Click);
      // 
      // lastPageToolStripButton
      // 
      this.lastPageToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
      this.lastPageToolStripButton.Image = global::PdfImageBoxSample.Properties.Resources.LastPage;
      this.lastPageToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
      this.lastPageToolStripButton.Name = "lastPageToolStripButton";
      this.lastPageToolStripButton.Size = new System.Drawing.Size(23, 22);
      this.lastPageToolStripButton.Text = "Last Page";
      this.lastPageToolStripButton.Click += new System.EventHandler(this.lastPageToolStripButton_Click);
      // 
      // toolStripSeparator5
      // 
      this.toolStripSeparator5.Name = "toolStripSeparator5";
      this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
      // 
      // toolStripLabel1
      // 
      this.toolStripLabel1.Name = "toolStripLabel1";
      this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
      this.toolStripLabel1.Text = "Page";
      // 
      // pageToolStripTextBox
      // 
      this.pageToolStripTextBox.AutoSize = false;
      this.pageToolStripTextBox.Name = "pageToolStripTextBox";
      this.pageToolStripTextBox.Size = new System.Drawing.Size(32, 25);
      this.pageToolStripTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.pageToolStripTextBox_KeyPress);
      // 
      // pageCountToolStripLabel
      // 
      this.pageCountToolStripLabel.Name = "pageCountToolStripLabel";
      this.pageCountToolStripLabel.Size = new System.Drawing.Size(27, 22);
      this.pageCountToolStripLabel.Text = "of 0";
      // 
      // menuStrip
      // 
      this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
      this.menuStrip.Location = new System.Drawing.Point(0, 0);
      this.menuStrip.Name = "menuStrip";
      this.menuStrip.Size = new System.Drawing.Size(884, 24);
      this.menuStrip.TabIndex = 3;
      this.menuStrip.Text = "menuStrip1";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openPDFToolStripMenuItem,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // openPDFToolStripMenuItem
      // 
      this.openPDFToolStripMenuItem.Image = global::PdfImageBoxSample.Properties.Resources.PDF;
      this.openPDFToolStripMenuItem.Name = "openPDFToolStripMenuItem";
      this.openPDFToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
      this.openPDFToolStripMenuItem.Text = "&Open PDF...";
      this.openPDFToolStripMenuItem.Click += new System.EventHandler(this.openPDFToolStripMenuItem_Click);
      // 
      // toolStripMenuItem1
      // 
      this.toolStripMenuItem1.Name = "toolStripMenuItem1";
      this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // openPdfFileDialog
      // 
      this.openPdfFileDialog.DefaultExt = "pdf";
      this.openPdfFileDialog.Filter = "PDF Files (*.pdf)|*.pdf|All Files (*.*)|*.*";
      this.openPdfFileDialog.Title = "Open PDF Document";
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(884, 656);
      this.Controls.Add(this.splitContainer1);
      this.Controls.Add(this.statusStrip);
      this.Controls.Add(this.toolStrip);
      this.Controls.Add(this.menuStrip);
      this.MainMenuStrip = this.menuStrip;
      this.Name = "MainForm";
      this.Text = "cyotek.com PdfImageBox";
      this.Load += new System.EventHandler(this.MainForm_Load);
      this.splitContainer1.Panel1.ResumeLayout(false);
      this.splitContainer1.Panel2.ResumeLayout(false);
      this.splitContainer1.ResumeLayout(false);
      this.statusStrip.ResumeLayout(false);
      this.statusStrip.PerformLayout();
      this.toolStrip.ResumeLayout(false);
      this.toolStrip.PerformLayout();
      this.menuStrip.ResumeLayout(false);
      this.menuStrip.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.SplitContainer splitContainer1;
    private Cyotek.Windows.Forms.PdfImageBox pdfImageBox;
    private System.Windows.Forms.PropertyGrid propertyGrid;
    private System.Windows.Forms.StatusStrip statusStrip;
    private System.Windows.Forms.ToolStripStatusLabel positionToolStripStatusLabel;
    private System.Windows.Forms.ToolStrip toolStrip;
    private System.Windows.Forms.ToolStripButton showImageRegionToolStripButton;
    private System.Windows.Forms.ToolStripButton showSourceImageRegionToolStripButton;
    private System.Windows.Forms.ToolStripStatusLabel imageSizeToolStripStatusLabel;
    private System.Windows.Forms.ToolStripStatusLabel zoomToolStripStatusLabel;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
    private System.Windows.Forms.ToolStripButton actualSizeToolStripButton;
    private System.Windows.Forms.ToolStripButton zoomInToolStripButton;
    private System.Windows.Forms.ToolStripButton zoomOutToolStripButton;
    private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
    private System.Windows.Forms.ToolStripStatusLabel cursorToolStripStatusLabel;
    private System.Windows.Forms.ToolStripButton sizeToFitToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
    private System.Windows.Forms.MenuStrip menuStrip;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem openPDFToolStripMenuItem;
    private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStripButton openPDFToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
    private System.Windows.Forms.OpenFileDialog openPdfFileDialog;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
    private System.Windows.Forms.ToolStripButton firstPageToolStripButton;
    private System.Windows.Forms.ToolStripButton previousPageToolStripButton;
    private System.Windows.Forms.ToolStripButton nextPageToolStripButton;
    private System.Windows.Forms.ToolStripButton lastPageToolStripButton;
    private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
    private System.Windows.Forms.ToolStripLabel toolStripLabel1;
    private System.Windows.Forms.ToolStripTextBox pageToolStripTextBox;
    private System.Windows.Forms.ToolStripLabel pageCountToolStripLabel;
  }
}

Donate

Donate