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.

62 lines
2.0 KiB

13 years ago
  1. namespace Emgu.CV.UI
  2. {
  3. partial class MatrixViewer
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MatrixViewer));
  29. this.matrixBox = new Emgu.CV.UI.MatrixBox();
  30. this.SuspendLayout();
  31. //
  32. // matrixBox
  33. //
  34. this.matrixBox.AccessibleDescription = null;
  35. this.matrixBox.AccessibleName = null;
  36. resources.ApplyResources(this.matrixBox, "matrixBox");
  37. this.matrixBox.BackgroundImage = null;
  38. this.matrixBox.Font = null;
  39. this.matrixBox.Matrix = null;
  40. this.matrixBox.Name = "matrixBox";
  41. //
  42. // MatrixViewer
  43. //
  44. this.AccessibleDescription = null;
  45. this.AccessibleName = null;
  46. resources.ApplyResources(this, "$this");
  47. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  48. this.BackgroundImage = null;
  49. this.Controls.Add(this.matrixBox);
  50. this.Font = null;
  51. this.Icon = null;
  52. this.Name = "MatrixViewer";
  53. this.ResumeLayout(false);
  54. }
  55. private MatrixBox matrixBox;
  56. #endregion
  57. }
  58. }