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.

369 lines
16 KiB

13 years ago
  1. namespace Emgu.CV.UI
  2. {
  3. /// <summary>
  4. /// The control to display image properties
  5. /// </summary>
  6. partial class ImageProperty
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. #region Component Designer generated code
  13. /// <summary>
  14. /// Required method for Designer support - do not modify
  15. /// the contents of this method with the code editor.
  16. /// </summary>
  17. private void InitializeComponent()
  18. {
  19. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageProperty));
  20. this.label1 = new System.Windows.Forms.Label();
  21. this.widthTextbox = new System.Windows.Forms.TextBox();
  22. this.heightTextBox = new System.Windows.Forms.TextBox();
  23. this.label2 = new System.Windows.Forms.Label();
  24. this.label3 = new System.Windows.Forms.Label();
  25. this.mousePositionTextbox = new System.Windows.Forms.TextBox();
  26. this.label4 = new System.Windows.Forms.Label();
  27. this.colorIntensityTextbox = new System.Windows.Forms.TextBox();
  28. this.label5 = new System.Windows.Forms.Label();
  29. this.typeOfColorTexbox = new System.Windows.Forms.TextBox();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.typeOfDepthTextBox = new System.Windows.Forms.TextBox();
  32. this.label7 = new System.Windows.Forms.Label();
  33. this.label8 = new System.Windows.Forms.Label();
  34. this.fpsTextBox = new System.Windows.Forms.TextBox();
  35. this.tabControl1 = new System.Windows.Forms.TabControl();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.cSharpOperationView = new Emgu.CV.UI.OperationsView();
  38. this.tabPage2 = new System.Windows.Forms.TabPage();
  39. this.splitter1 = new System.Windows.Forms.Splitter();
  40. this.cPlusPlusOperationView = new Emgu.CV.UI.OperationsView();
  41. this.removeAllFilterButton = new System.Windows.Forms.Button();
  42. this.removeFilterButton = new System.Windows.Forms.Button();
  43. this.showHistogramButton = new System.Windows.Forms.Button();
  44. this.zoomLevelComboBox = new System.Windows.Forms.ComboBox();
  45. this.zoomLabel = new System.Windows.Forms.Label();
  46. this.tabControl1.SuspendLayout();
  47. this.tabPage1.SuspendLayout();
  48. this.tabPage2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // label1
  52. //
  53. this.label1.AccessibleDescription = null;
  54. this.label1.AccessibleName = null;
  55. resources.ApplyResources(this.label1, "label1");
  56. this.label1.Font = null;
  57. this.label1.Name = "label1";
  58. //
  59. // widthTextbox
  60. //
  61. this.widthTextbox.AccessibleDescription = null;
  62. this.widthTextbox.AccessibleName = null;
  63. resources.ApplyResources(this.widthTextbox, "widthTextbox");
  64. this.widthTextbox.BackgroundImage = null;
  65. this.widthTextbox.Font = null;
  66. this.widthTextbox.Name = "widthTextbox";
  67. this.widthTextbox.ReadOnly = true;
  68. //
  69. // heightTextBox
  70. //
  71. this.heightTextBox.AccessibleDescription = null;
  72. this.heightTextBox.AccessibleName = null;
  73. resources.ApplyResources(this.heightTextBox, "heightTextBox");
  74. this.heightTextBox.BackgroundImage = null;
  75. this.heightTextBox.Font = null;
  76. this.heightTextBox.Name = "heightTextBox";
  77. this.heightTextBox.ReadOnly = true;
  78. //
  79. // label2
  80. //
  81. this.label2.AccessibleDescription = null;
  82. this.label2.AccessibleName = null;
  83. resources.ApplyResources(this.label2, "label2");
  84. this.label2.Font = null;
  85. this.label2.Name = "label2";
  86. //
  87. // label3
  88. //
  89. this.label3.AccessibleDescription = null;
  90. this.label3.AccessibleName = null;
  91. resources.ApplyResources(this.label3, "label3");
  92. this.label3.Font = null;
  93. this.label3.Name = "label3";
  94. //
  95. // mousePositionTextbox
  96. //
  97. this.mousePositionTextbox.AccessibleDescription = null;
  98. this.mousePositionTextbox.AccessibleName = null;
  99. resources.ApplyResources(this.mousePositionTextbox, "mousePositionTextbox");
  100. this.mousePositionTextbox.BackgroundImage = null;
  101. this.mousePositionTextbox.Font = null;
  102. this.mousePositionTextbox.Name = "mousePositionTextbox";
  103. this.mousePositionTextbox.ReadOnly = true;
  104. //
  105. // label4
  106. //
  107. this.label4.AccessibleDescription = null;
  108. this.label4.AccessibleName = null;
  109. resources.ApplyResources(this.label4, "label4");
  110. this.label4.Font = null;
  111. this.label4.Name = "label4";
  112. //
  113. // colorIntensityTextbox
  114. //
  115. this.colorIntensityTextbox.AccessibleDescription = null;
  116. this.colorIntensityTextbox.AccessibleName = null;
  117. resources.ApplyResources(this.colorIntensityTextbox, "colorIntensityTextbox");
  118. this.colorIntensityTextbox.BackgroundImage = null;
  119. this.colorIntensityTextbox.Font = null;
  120. this.colorIntensityTextbox.Name = "colorIntensityTextbox";
  121. this.colorIntensityTextbox.ReadOnly = true;
  122. //
  123. // label5
  124. //
  125. this.label5.AccessibleDescription = null;
  126. this.label5.AccessibleName = null;
  127. resources.ApplyResources(this.label5, "label5");
  128. this.label5.Font = null;
  129. this.label5.Name = "label5";
  130. //
  131. // typeOfColorTexbox
  132. //
  133. this.typeOfColorTexbox.AccessibleDescription = null;
  134. this.typeOfColorTexbox.AccessibleName = null;
  135. resources.ApplyResources(this.typeOfColorTexbox, "typeOfColorTexbox");
  136. this.typeOfColorTexbox.BackgroundImage = null;
  137. this.typeOfColorTexbox.Font = null;
  138. this.typeOfColorTexbox.Name = "typeOfColorTexbox";
  139. this.typeOfColorTexbox.ReadOnly = true;
  140. //
  141. // label6
  142. //
  143. this.label6.AccessibleDescription = null;
  144. this.label6.AccessibleName = null;
  145. resources.ApplyResources(this.label6, "label6");
  146. this.label6.Font = null;
  147. this.label6.Name = "label6";
  148. //
  149. // typeOfDepthTextBox
  150. //
  151. this.typeOfDepthTextBox.AccessibleDescription = null;
  152. this.typeOfDepthTextBox.AccessibleName = null;
  153. resources.ApplyResources(this.typeOfDepthTextBox, "typeOfDepthTextBox");
  154. this.typeOfDepthTextBox.BackgroundImage = null;
  155. this.typeOfDepthTextBox.Font = null;
  156. this.typeOfDepthTextBox.Name = "typeOfDepthTextBox";
  157. this.typeOfDepthTextBox.ReadOnly = true;
  158. //
  159. // label7
  160. //
  161. this.label7.AccessibleDescription = null;
  162. this.label7.AccessibleName = null;
  163. resources.ApplyResources(this.label7, "label7");
  164. this.label7.Font = null;
  165. this.label7.Name = "label7";
  166. //
  167. // label8
  168. //
  169. this.label8.AccessibleDescription = null;
  170. this.label8.AccessibleName = null;
  171. resources.ApplyResources(this.label8, "label8");
  172. this.label8.Font = null;
  173. this.label8.Name = "label8";
  174. //
  175. // fpsTextBox
  176. //
  177. this.fpsTextBox.AccessibleDescription = null;
  178. this.fpsTextBox.AccessibleName = null;
  179. resources.ApplyResources(this.fpsTextBox, "fpsTextBox");
  180. this.fpsTextBox.BackgroundImage = null;
  181. this.fpsTextBox.Font = null;
  182. this.fpsTextBox.Name = "fpsTextBox";
  183. this.fpsTextBox.ReadOnly = true;
  184. //
  185. // tabControl1
  186. //
  187. this.tabControl1.AccessibleDescription = null;
  188. this.tabControl1.AccessibleName = null;
  189. resources.ApplyResources(this.tabControl1, "tabControl1");
  190. this.tabControl1.BackgroundImage = null;
  191. this.tabControl1.Controls.Add(this.tabPage1);
  192. this.tabControl1.Controls.Add(this.tabPage2);
  193. this.tabControl1.Font = null;
  194. this.tabControl1.Name = "tabControl1";
  195. this.tabControl1.SelectedIndex = 0;
  196. //
  197. // tabPage1
  198. //
  199. this.tabPage1.AccessibleDescription = null;
  200. this.tabPage1.AccessibleName = null;
  201. resources.ApplyResources(this.tabPage1, "tabPage1");
  202. this.tabPage1.BackgroundImage = null;
  203. this.tabPage1.Controls.Add(this.cSharpOperationView);
  204. this.tabPage1.Font = null;
  205. this.tabPage1.Name = "tabPage1";
  206. this.tabPage1.UseVisualStyleBackColor = true;
  207. //
  208. // cSharpOperationView
  209. //
  210. this.cSharpOperationView.AccessibleDescription = null;
  211. this.cSharpOperationView.AccessibleName = null;
  212. resources.ApplyResources(this.cSharpOperationView, "cSharpOperationView");
  213. this.cSharpOperationView.BackgroundImage = null;
  214. this.cSharpOperationView.Font = null;
  215. this.cSharpOperationView.Name = "cSharpOperationView";
  216. //
  217. // tabPage2
  218. //
  219. this.tabPage2.AccessibleDescription = null;
  220. this.tabPage2.AccessibleName = null;
  221. resources.ApplyResources(this.tabPage2, "tabPage2");
  222. this.tabPage2.BackgroundImage = null;
  223. this.tabPage2.Controls.Add(this.splitter1);
  224. this.tabPage2.Controls.Add(this.cPlusPlusOperationView);
  225. this.tabPage2.Font = null;
  226. this.tabPage2.Name = "tabPage2";
  227. this.tabPage2.UseVisualStyleBackColor = true;
  228. //
  229. // splitter1
  230. //
  231. this.splitter1.AccessibleDescription = null;
  232. this.splitter1.AccessibleName = null;
  233. resources.ApplyResources(this.splitter1, "splitter1");
  234. this.splitter1.BackgroundImage = null;
  235. this.splitter1.Font = null;
  236. this.splitter1.Name = "splitter1";
  237. this.splitter1.TabStop = false;
  238. //
  239. // cPlusPlusOperationView
  240. //
  241. this.cPlusPlusOperationView.AccessibleDescription = null;
  242. this.cPlusPlusOperationView.AccessibleName = null;
  243. resources.ApplyResources(this.cPlusPlusOperationView, "cPlusPlusOperationView");
  244. this.cPlusPlusOperationView.BackgroundImage = null;
  245. this.cPlusPlusOperationView.Font = null;
  246. this.cPlusPlusOperationView.Name = "cPlusPlusOperationView";
  247. //
  248. // removeAllFilterButton
  249. //
  250. this.removeAllFilterButton.AccessibleDescription = null;
  251. this.removeAllFilterButton.AccessibleName = null;
  252. resources.ApplyResources(this.removeAllFilterButton, "removeAllFilterButton");
  253. this.removeAllFilterButton.BackgroundImage = null;
  254. this.removeAllFilterButton.Font = null;
  255. this.removeAllFilterButton.Name = "removeAllFilterButton";
  256. this.removeAllFilterButton.UseVisualStyleBackColor = true;
  257. this.removeAllFilterButton.Click += new System.EventHandler(this.clearOperationBtn_Click);
  258. //
  259. // removeFilterButton
  260. //
  261. this.removeFilterButton.AccessibleDescription = null;
  262. this.removeFilterButton.AccessibleName = null;
  263. resources.ApplyResources(this.removeFilterButton, "removeFilterButton");
  264. this.removeFilterButton.BackgroundImage = null;
  265. this.removeFilterButton.Font = null;
  266. this.removeFilterButton.Name = "removeFilterButton";
  267. this.removeFilterButton.UseVisualStyleBackColor = true;
  268. this.removeFilterButton.Click += new System.EventHandler(this.popOperationButton_Click);
  269. //
  270. // showHistogramButton
  271. //
  272. this.showHistogramButton.AccessibleDescription = null;
  273. this.showHistogramButton.AccessibleName = null;
  274. resources.ApplyResources(this.showHistogramButton, "showHistogramButton");
  275. this.showHistogramButton.BackgroundImage = null;
  276. this.showHistogramButton.Font = null;
  277. this.showHistogramButton.Name = "showHistogramButton";
  278. this.showHistogramButton.UseVisualStyleBackColor = true;
  279. this.showHistogramButton.Click += new System.EventHandler(this.showHistogramButton_Click);
  280. //
  281. // zoomLevelComboBox
  282. //
  283. this.zoomLevelComboBox.AccessibleDescription = null;
  284. this.zoomLevelComboBox.AccessibleName = null;
  285. resources.ApplyResources(this.zoomLevelComboBox, "zoomLevelComboBox");
  286. this.zoomLevelComboBox.BackgroundImage = null;
  287. this.zoomLevelComboBox.Font = null;
  288. this.zoomLevelComboBox.FormattingEnabled = true;
  289. this.zoomLevelComboBox.Name = "zoomLevelComboBox";
  290. this.zoomLevelComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomLevelComboBox_SelectedIndexChanged);
  291. //
  292. // zoomLabel
  293. //
  294. this.zoomLabel.AccessibleDescription = null;
  295. this.zoomLabel.AccessibleName = null;
  296. resources.ApplyResources(this.zoomLabel, "zoomLabel");
  297. this.zoomLabel.Font = null;
  298. this.zoomLabel.Name = "zoomLabel";
  299. //
  300. // ImageProperty
  301. //
  302. this.AccessibleDescription = null;
  303. this.AccessibleName = null;
  304. resources.ApplyResources(this, "$this");
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306. this.BackgroundImage = null;
  307. this.Controls.Add(this.zoomLabel);
  308. this.Controls.Add(this.zoomLevelComboBox);
  309. this.Controls.Add(this.showHistogramButton);
  310. this.Controls.Add(this.removeFilterButton);
  311. this.Controls.Add(this.removeAllFilterButton);
  312. this.Controls.Add(this.tabControl1);
  313. this.Controls.Add(this.fpsTextBox);
  314. this.Controls.Add(this.label8);
  315. this.Controls.Add(this.label7);
  316. this.Controls.Add(this.typeOfDepthTextBox);
  317. this.Controls.Add(this.label6);
  318. this.Controls.Add(this.typeOfColorTexbox);
  319. this.Controls.Add(this.label5);
  320. this.Controls.Add(this.colorIntensityTextbox);
  321. this.Controls.Add(this.label4);
  322. this.Controls.Add(this.mousePositionTextbox);
  323. this.Controls.Add(this.label3);
  324. this.Controls.Add(this.label2);
  325. this.Controls.Add(this.heightTextBox);
  326. this.Controls.Add(this.widthTextbox);
  327. this.Controls.Add(this.label1);
  328. this.Font = null;
  329. this.Name = "ImageProperty";
  330. this.tabControl1.ResumeLayout(false);
  331. this.tabPage1.ResumeLayout(false);
  332. this.tabPage2.ResumeLayout(false);
  333. this.ResumeLayout(false);
  334. this.PerformLayout();
  335. }
  336. #endregion
  337. private System.Windows.Forms.Label label1;
  338. private System.Windows.Forms.TextBox widthTextbox;
  339. private System.Windows.Forms.TextBox heightTextBox;
  340. private System.Windows.Forms.Label label2;
  341. private System.Windows.Forms.Label label3;
  342. private System.Windows.Forms.TextBox mousePositionTextbox;
  343. private System.Windows.Forms.Label label4;
  344. private System.Windows.Forms.TextBox colorIntensityTextbox;
  345. private System.Windows.Forms.Label label5;
  346. private System.Windows.Forms.TextBox typeOfColorTexbox;
  347. private System.Windows.Forms.Label label6;
  348. private System.Windows.Forms.TextBox typeOfDepthTextBox;
  349. private System.Windows.Forms.Label label7;
  350. private System.Windows.Forms.Label label8;
  351. private System.Windows.Forms.TextBox fpsTextBox;
  352. private System.Windows.Forms.TabControl tabControl1;
  353. private System.Windows.Forms.TabPage tabPage1;
  354. private System.Windows.Forms.TabPage tabPage2;
  355. private OperationsView cSharpOperationView;
  356. private OperationsView cPlusPlusOperationView;
  357. private System.Windows.Forms.Button removeAllFilterButton;
  358. private System.Windows.Forms.Button removeFilterButton;
  359. private System.Windows.Forms.Button showHistogramButton;
  360. private System.Windows.Forms.ComboBox zoomLevelComboBox;
  361. private System.Windows.Forms.Label zoomLabel;
  362. private System.Windows.Forms.Splitter splitter1;
  363. }
  364. }