namespace PdfiumViewer.Demo { partial class PageRangeForm { /// /// 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.label1 = new System.Windows.Forms.Label(); this._startPage = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this._endPage = new System.Windows.Forms.TextBox(); this._acceptButton = new System.Windows.Forms.Button(); this._cancelButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 0; this.label1.Text = "Start page:"; // // _startPage // this._startPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._startPage.Location = new System.Drawing.Point(83, 12); this._startPage.Name = "_startPage"; this._startPage.Size = new System.Drawing.Size(264, 20); this._startPage.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); this.label2.TabIndex = 2; this.label2.Text = "End page:"; // // _endPage // this._endPage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this._endPage.Location = new System.Drawing.Point(83, 38); this._endPage.Name = "_endPage"; this._endPage.Size = new System.Drawing.Size(264, 20); this._endPage.TabIndex = 3; // // _acceptButton // this._acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._acceptButton.Location = new System.Drawing.Point(191, 64); this._acceptButton.Name = "_acceptButton"; this._acceptButton.Size = new System.Drawing.Size(75, 23); this._acceptButton.TabIndex = 4; this._acceptButton.Text = "OK"; this._acceptButton.UseVisualStyleBackColor = true; this._acceptButton.Click += new System.EventHandler(this._acceptButton_Click); // // _cancelButton // this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._cancelButton.Location = new System.Drawing.Point(272, 64); this._cancelButton.Name = "_cancelButton"; this._cancelButton.Size = new System.Drawing.Size(75, 23); this._cancelButton.TabIndex = 5; this._cancelButton.Text = "Cancel"; this._cancelButton.UseVisualStyleBackColor = true; // // PageRangeForm // this.AcceptButton = this._acceptButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this._cancelButton; this.ClientSize = new System.Drawing.Size(359, 99); this.Controls.Add(this._cancelButton); this.Controls.Add(this._acceptButton); this.Controls.Add(this._endPage); this.Controls.Add(this.label2); this.Controls.Add(this._startPage); this.Controls.Add(this.label1); this.Name = "PageRangeForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Show Range of Pages"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox _startPage; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox _endPage; private System.Windows.Forms.Button _acceptButton; private System.Windows.Forms.Button _cancelButton; } }