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.

118 lines
4.7 KiB

13 years ago
  1. namespace Emgu.CV.UI
  2. {
  3. partial class MatrixBox
  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 Component 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(MatrixBox));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.channelSelectComboBox = new System.Windows.Forms.ComboBox();
  31. this.channelLabel = new System.Windows.Forms.Label();
  32. this.errorMsg = new System.Windows.Forms.Label();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.panel1.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.AccessibleDescription = null;
  41. this.panel1.AccessibleName = null;
  42. resources.ApplyResources(this.panel1, "panel1");
  43. this.panel1.BackgroundImage = null;
  44. this.panel1.Controls.Add(this.channelSelectComboBox);
  45. this.panel1.Controls.Add(this.channelLabel);
  46. this.panel1.Controls.Add(this.errorMsg);
  47. this.panel1.Font = null;
  48. this.panel1.Name = "panel1";
  49. //
  50. // channelSelectComboBox
  51. //
  52. this.channelSelectComboBox.AccessibleDescription = null;
  53. this.channelSelectComboBox.AccessibleName = null;
  54. resources.ApplyResources(this.channelSelectComboBox, "channelSelectComboBox");
  55. this.channelSelectComboBox.BackgroundImage = null;
  56. this.channelSelectComboBox.Font = null;
  57. this.channelSelectComboBox.FormattingEnabled = true;
  58. this.channelSelectComboBox.Name = "channelSelectComboBox";
  59. //
  60. // channelLabel
  61. //
  62. this.channelLabel.AccessibleDescription = null;
  63. this.channelLabel.AccessibleName = null;
  64. resources.ApplyResources(this.channelLabel, "channelLabel");
  65. this.channelLabel.Font = null;
  66. this.channelLabel.Name = "channelLabel";
  67. //
  68. // errorMsg
  69. //
  70. this.errorMsg.AccessibleDescription = null;
  71. this.errorMsg.AccessibleName = null;
  72. resources.ApplyResources(this.errorMsg, "errorMsg");
  73. this.errorMsg.Font = null;
  74. this.errorMsg.Name = "errorMsg";
  75. //
  76. // dataGridView1
  77. //
  78. this.dataGridView1.AccessibleDescription = null;
  79. this.dataGridView1.AccessibleName = null;
  80. this.dataGridView1.AllowUserToAddRows = false;
  81. this.dataGridView1.AllowUserToDeleteRows = false;
  82. resources.ApplyResources(this.dataGridView1, "dataGridView1");
  83. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  84. this.dataGridView1.BackgroundImage = null;
  85. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  86. this.dataGridView1.Font = null;
  87. this.dataGridView1.Name = "dataGridView1";
  88. //
  89. // MatrixBox
  90. //
  91. this.AccessibleDescription = null;
  92. this.AccessibleName = null;
  93. resources.ApplyResources(this, "$this");
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.BackgroundImage = null;
  96. this.Controls.Add(this.dataGridView1);
  97. this.Controls.Add(this.panel1);
  98. this.Font = null;
  99. this.Name = "MatrixBox";
  100. this.panel1.ResumeLayout(false);
  101. this.panel1.PerformLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.Panel panel1;
  107. private System.Windows.Forms.DataGridView dataGridView1;
  108. private System.Windows.Forms.Label errorMsg;
  109. private System.Windows.Forms.Label channelLabel;
  110. private System.Windows.Forms.ComboBox channelSelectComboBox;
  111. }
  112. }