|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- namespace ProductionControl.UI
- {
- partial class FrmScannerShow2
- {
- /// <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()
- {
- 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;
- }
- }
|