namespace ProductionControl.UI { partial class FrmScannerShow2 { /// /// 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.pnlPic = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pnlPic.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // pnlPic // this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption; this.pnlPic.Controls.Add(this.pictureBox1); this.pnlPic.Location = new System.Drawing.Point(1, 2); this.pnlPic.Name = "pnlPic"; this.pnlPic.Size = new System.Drawing.Size(831, 375); this.pnlPic.TabIndex = 24; // // pictureBox1 // this.pictureBox1.Location = new System.Drawing.Point(56, 47); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(579, 241); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // FrmScannerShow2 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(967, 579); this.Controls.Add(this.pnlPic); this.KeyPreview = true; this.MaximizeBox = false; this.Name = "FrmScannerShow2"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "图像预览"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmScannerShow2_FormClosed); this.Load += new System.EventHandler(this.FrmPhotoShow_Load); this.pnlPic.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnlPic; private System.Windows.Forms.PictureBox pictureBox1; } }