PreviewPure.Designer.cs 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 
  2. namespace Metis.AutoAnalysis
  3. {
  4. partial class PreviewPure
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // pictureBox1
  34. //
  35. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  37. this.pictureBox1.Name = "pictureBox1";
  38. this.pictureBox1.Size = new System.Drawing.Size(532, 450);
  39. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  40. this.pictureBox1.TabIndex = 0;
  41. this.pictureBox1.TabStop = false;
  42. //
  43. // PreviewPure
  44. //
  45. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  46. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  47. this.ClientSize = new System.Drawing.Size(532, 450);
  48. this.Controls.Add(this.pictureBox1);
  49. this.Name = "PreviewPure";
  50. this.Text = "显示相机";
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  52. this.ResumeLayout(false);
  53. }
  54. #endregion
  55. private System.Windows.Forms.PictureBox pictureBox1;
  56. }
  57. }