版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

79 lignes
3.0 KiB

  1. namespace ProductionControl.UI
  2. {
  3. partial class FrmScannerShow2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pnlPic = new System.Windows.Forms.Panel();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.pnlPic.SuspendLayout();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // pnlPic
  35. //
  36. this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption;
  37. this.pnlPic.Controls.Add(this.pictureBox1);
  38. this.pnlPic.Location = new System.Drawing.Point(1, 2);
  39. this.pnlPic.Name = "pnlPic";
  40. this.pnlPic.Size = new System.Drawing.Size(831, 375);
  41. this.pnlPic.TabIndex = 24;
  42. //
  43. // pictureBox1
  44. //
  45. this.pictureBox1.Location = new System.Drawing.Point(56, 47);
  46. this.pictureBox1.Name = "pictureBox1";
  47. this.pictureBox1.Size = new System.Drawing.Size(579, 241);
  48. this.pictureBox1.TabIndex = 14;
  49. this.pictureBox1.TabStop = false;
  50. //
  51. // FrmScannerShow2
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(967, 579);
  56. this.Controls.Add(this.pnlPic);
  57. this.KeyPreview = true;
  58. this.MaximizeBox = false;
  59. this.Name = "FrmScannerShow2";
  60. this.ShowIcon = false;
  61. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  62. this.Text = "图像预览";
  63. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmScannerShow2_FormClosed);
  64. this.Load += new System.EventHandler(this.FrmPhotoShow_Load);
  65. this.pnlPic.ResumeLayout(false);
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. private System.Windows.Forms.Panel pnlPic;
  71. private System.Windows.Forms.PictureBox pictureBox1;
  72. }
  73. }