You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.3 KiB

  1. namespace Emgu.CV.UI
  2. {
  3. partial class ImageViewer
  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.components = new System.ComponentModel.Container();
  29. this.imageBox1 = new Emgu.CV.UI.ImageBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // imageBox1
  34. //
  35. this.imageBox1.Cursor = System.Windows.Forms.Cursors.Cross;
  36. this.imageBox1.Location = new System.Drawing.Point(0, 0);
  37. this.imageBox1.Name = "imageBox1";
  38. this.imageBox1.Size = new System.Drawing.Size(100, 100);
  39. this.imageBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  40. this.imageBox1.TabIndex = 0;
  41. this.imageBox1.TabStop = false;
  42. //
  43. // ImageViewer
  44. //
  45. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  46. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  47. this.AutoScroll = true;
  48. this.ClientSize = new System.Drawing.Size(563, 482);
  49. this.Controls.Add(this.imageBox1);
  50. this.Name = "ImageViewer";
  51. this.Text = "Image Viewer";
  52. ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
  53. this.ResumeLayout(false);
  54. this.PerformLayout();
  55. }
  56. #endregion
  57. private ImageBox imageBox1;
  58. }
  59. }