namespace StandardGraphicsControlsSample { partial class StandardGraphicsControlsSampleForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.printPreviewControl = new System.Windows.Forms.PrintPreviewControl(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.printDocument = new System.Drawing.Printing.PrintDocument(); this.previousButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 0; this.label1.Text = "PictureBox:"; // // printPreviewControl // this.printPreviewControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.printPreviewControl.Location = new System.Drawing.Point(108, 226); this.printPreviewControl.Name = "printPreviewControl"; this.printPreviewControl.Size = new System.Drawing.Size(258, 177); this.printPreviewControl.TabIndex = 3; // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.Location = new System.Drawing.Point(76, 13); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(290, 191); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 226); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(98, 13); this.label2.TabIndex = 4; this.label2.Text = "PrintPreviewControl:"; // // printDocument // this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage); // // previousButton // this.previousButton.Location = new System.Drawing.Point(159, 410); this.previousButton.Name = "previousButton"; this.previousButton.Size = new System.Drawing.Size(75, 23); this.previousButton.TabIndex = 5; this.previousButton.Text = "<"; this.previousButton.Click += new System.EventHandler(this.previousButton_Click); // // nextButton // this.nextButton.Location = new System.Drawing.Point(240, 410); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(75, 23); this.nextButton.TabIndex = 6; this.nextButton.Text = ">"; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // StandardGraphicsControlsSampleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(378, 455); this.Controls.Add(this.nextButton); this.Controls.Add(this.previousButton); this.Controls.Add(this.label2); this.Controls.Add(this.printPreviewControl); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label1); this.Name = "StandardGraphicsControlsSampleForm"; this.Text = "Standard Graphics Controls Sample"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.PrintPreviewControl printPreviewControl; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private System.Drawing.Printing.PrintDocument printDocument; private System.Windows.Forms.Button previousButton; private System.Windows.Forms.Button nextButton; } }