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.

70 lines
2.4 KiB

13 years ago
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageViewer));
  30. this.imageBox1 = new Emgu.CV.UI.ImageBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // imageBox1
  35. //
  36. this.imageBox1.AccessibleDescription = null;
  37. this.imageBox1.AccessibleName = null;
  38. resources.ApplyResources(this.imageBox1, "imageBox1");
  39. this.imageBox1.BackgroundImage = null;
  40. this.imageBox1.Cursor = System.Windows.Forms.Cursors.Cross;
  41. this.imageBox1.Font = null;
  42. this.imageBox1.ImageLocation = null;
  43. this.imageBox1.Name = "imageBox1";
  44. this.imageBox1.TabStop = false;
  45. //
  46. // ImageViewer
  47. //
  48. this.AccessibleDescription = null;
  49. this.AccessibleName = null;
  50. resources.ApplyResources(this, "$this");
  51. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  52. this.BackgroundImage = null;
  53. this.Controls.Add(this.imageBox1);
  54. this.Font = null;
  55. this.Icon = null;
  56. this.Name = "ImageViewer";
  57. ((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
  58. this.ResumeLayout(false);
  59. }
  60. #endregion
  61. private ImageBox imageBox1;
  62. }
  63. }