DebugWindow.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace BBIWARG.Output.DebugOutput
  2. {
  3. partial class DebugWindow
  4. {
  5. public static System.Windows.Forms.TrackBar palmGridNumRowsTrackBar;
  6. public static System.Windows.Forms.TrackBar palmGridNumColumnsTrackBar;
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.components = new System.ComponentModel.Container();
  31. this.depthImageBox = new Emgu.CV.UI.ImageBox();
  32. this.fingerImageBox = new Emgu.CV.UI.ImageBox();
  33. this.handImageBox = new Emgu.CV.UI.ImageBox();
  34. this.palmImageBox = new Emgu.CV.UI.ImageBox();
  35. this.imageBox6 = new Emgu.CV.UI.ImageBox();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.frameLabel = new System.Windows.Forms.Label();
  38. palmGridNumColumnsTrackBar = new System.Windows.Forms.TrackBar();
  39. this.palmGridNumColumnsLabel = new System.Windows.Forms.Label();
  40. this.palmGridNumRowsLabel = new System.Windows.Forms.Label();
  41. this.palmGridLabel = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.videoControlLabel = new System.Windows.Forms.Label();
  44. palmGridNumRowsTrackBar = new System.Windows.Forms.TrackBar();
  45. this.previousFrameButton = new System.Windows.Forms.Button();
  46. this.nextFrameButton = new System.Windows.Forms.Button();
  47. this.playPauseButton = new System.Windows.Forms.Button();
  48. this.touchImageBox = new Emgu.CV.UI.ImageBox();
  49. ((System.ComponentModel.ISupportInitialize)(this.depthImageBox)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.fingerImageBox)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.handImageBox)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.palmImageBox)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.imageBox6)).BeginInit();
  54. this.panel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(palmGridNumColumnsTrackBar)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(palmGridNumRowsTrackBar)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.touchImageBox)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // depthImageBox
  61. //
  62. this.depthImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
  63. this.depthImageBox.Location = new System.Drawing.Point(0, 0);
  64. this.depthImageBox.Margin = new System.Windows.Forms.Padding(0);
  65. this.depthImageBox.Name = "depthImageBox";
  66. this.depthImageBox.Size = new System.Drawing.Size(320, 240);
  67. this.depthImageBox.TabIndex = 2;
  68. this.depthImageBox.TabStop = false;
  69. //
  70. // fingerImageBox
  71. //
  72. this.fingerImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
  73. this.fingerImageBox.Location = new System.Drawing.Point(320, 0);
  74. this.fingerImageBox.Margin = new System.Windows.Forms.Padding(0);
  75. this.fingerImageBox.Name = "fingerImageBox";
  76. this.fingerImageBox.Size = new System.Drawing.Size(320, 240);
  77. this.fingerImageBox.TabIndex = 2;
  78. this.fingerImageBox.TabStop = false;
  79. //
  80. // handImageBox
  81. //
  82. this.handImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
  83. this.handImageBox.Location = new System.Drawing.Point(640, 0);
  84. this.handImageBox.Margin = new System.Windows.Forms.Padding(0);
  85. this.handImageBox.Name = "handImageBox";
  86. this.handImageBox.Size = new System.Drawing.Size(320, 240);
  87. this.handImageBox.TabIndex = 2;
  88. this.handImageBox.TabStop = false;
  89. //
  90. // palmImageBox
  91. //
  92. this.palmImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
  93. this.palmImageBox.Location = new System.Drawing.Point(0, 240);
  94. this.palmImageBox.Margin = new System.Windows.Forms.Padding(0);
  95. this.palmImageBox.Name = "palmImageBox";
  96. this.palmImageBox.Size = new System.Drawing.Size(320, 240);
  97. this.palmImageBox.TabIndex = 2;
  98. this.palmImageBox.TabStop = false;
  99. //
  100. // imageBox6
  101. //
  102. this.imageBox6.Location = new System.Drawing.Point(574, 229);
  103. this.imageBox6.Margin = new System.Windows.Forms.Padding(0);
  104. this.imageBox6.Name = "imageBox6";
  105. this.imageBox6.Size = new System.Drawing.Size(0, 0);
  106. this.imageBox6.TabIndex = 2;
  107. this.imageBox6.TabStop = false;
  108. //
  109. // panel1
  110. //
  111. this.panel1.Controls.Add(this.frameLabel);
  112. this.panel1.Controls.Add(palmGridNumColumnsTrackBar);
  113. this.panel1.Controls.Add(this.palmGridNumColumnsLabel);
  114. this.panel1.Controls.Add(this.palmGridNumRowsLabel);
  115. this.panel1.Controls.Add(this.palmGridLabel);
  116. this.panel1.Controls.Add(this.label2);
  117. this.panel1.Controls.Add(this.videoControlLabel);
  118. this.panel1.Controls.Add(palmGridNumRowsTrackBar);
  119. this.panel1.Controls.Add(this.previousFrameButton);
  120. this.panel1.Controls.Add(this.nextFrameButton);
  121. this.panel1.Controls.Add(this.playPauseButton);
  122. this.panel1.Location = new System.Drawing.Point(640, 240);
  123. this.panel1.Margin = new System.Windows.Forms.Padding(0);
  124. this.panel1.Name = "panel1";
  125. this.panel1.Size = new System.Drawing.Size(320, 240);
  126. this.panel1.TabIndex = 3;
  127. //
  128. // frameLabel
  129. //
  130. this.frameLabel.Location = new System.Drawing.Point(116, 14);
  131. this.frameLabel.Name = "frameLabel";
  132. this.frameLabel.Size = new System.Drawing.Size(77, 13);
  133. this.frameLabel.TabIndex = 12;
  134. this.frameLabel.Text = "Frame:";
  135. this.frameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. //
  137. // palmGridNumColumnsTrackBar
  138. //
  139. palmGridNumColumnsTrackBar.Location = new System.Drawing.Point(56, 148);
  140. palmGridNumColumnsTrackBar.Minimum = 1;
  141. palmGridNumColumnsTrackBar.Name = "palmGridNumColumnsTrackBar";
  142. palmGridNumColumnsTrackBar.Size = new System.Drawing.Size(247, 45);
  143. palmGridNumColumnsTrackBar.TabIndex = 4;
  144. palmGridNumColumnsTrackBar.Value = 1;
  145. palmGridNumColumnsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
  146. //
  147. // palmGridNumColumnsLabel
  148. //
  149. this.palmGridNumColumnsLabel.AutoSize = true;
  150. this.palmGridNumColumnsLabel.Location = new System.Drawing.Point(3, 148);
  151. this.palmGridNumColumnsLabel.Name = "palmGridNumColumnsLabel";
  152. this.palmGridNumColumnsLabel.Size = new System.Drawing.Size(47, 13);
  153. this.palmGridNumColumnsLabel.TabIndex = 10;
  154. this.palmGridNumColumnsLabel.Text = "Columns";
  155. //
  156. // palmGridNumRowsLabel
  157. //
  158. this.palmGridNumRowsLabel.AutoSize = true;
  159. this.palmGridNumRowsLabel.Location = new System.Drawing.Point(3, 108);
  160. this.palmGridNumRowsLabel.Name = "palmGridNumRowsLabel";
  161. this.palmGridNumRowsLabel.Size = new System.Drawing.Size(34, 13);
  162. this.palmGridNumRowsLabel.TabIndex = 9;
  163. this.palmGridNumRowsLabel.Text = "Rows";
  164. //
  165. // palmGridLabel
  166. //
  167. this.palmGridLabel.AutoSize = true;
  168. this.palmGridLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  169. this.palmGridLabel.Location = new System.Drawing.Point(3, 83);
  170. this.palmGridLabel.Name = "palmGridLabel";
  171. this.palmGridLabel.Size = new System.Drawing.Size(61, 13);
  172. this.palmGridLabel.TabIndex = 8;
  173. this.palmGridLabel.Text = "Palm Grid";
  174. //
  175. // label2
  176. //
  177. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  178. this.label2.Location = new System.Drawing.Point(98, 25);
  179. this.label2.Name = "label2";
  180. this.label2.Size = new System.Drawing.Size(0, 0);
  181. this.label2.TabIndex = 7;
  182. //
  183. // videoControlLabel
  184. //
  185. this.videoControlLabel.AutoSize = true;
  186. this.videoControlLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  187. this.videoControlLabel.Location = new System.Drawing.Point(3, 14);
  188. this.videoControlLabel.Name = "videoControlLabel";
  189. this.videoControlLabel.Size = new System.Drawing.Size(89, 13);
  190. this.videoControlLabel.TabIndex = 6;
  191. this.videoControlLabel.Text = "Video Controls";
  192. //
  193. // palmGridNumRowsTrackBar
  194. //
  195. palmGridNumRowsTrackBar.Location = new System.Drawing.Point(56, 108);
  196. palmGridNumRowsTrackBar.Minimum = 1;
  197. palmGridNumRowsTrackBar.Name = "palmGridNumRowsTrackBar";
  198. palmGridNumRowsTrackBar.Size = new System.Drawing.Size(247, 45);
  199. palmGridNumRowsTrackBar.TabIndex = 3;
  200. palmGridNumRowsTrackBar.Value = 1;
  201. palmGridNumRowsTrackBar.Scroll += new System.EventHandler(this.palmGridTrackBar_Scroll);
  202. //
  203. // previousFrameButton
  204. //
  205. this.previousFrameButton.Enabled = false;
  206. this.previousFrameButton.Location = new System.Drawing.Point(6, 35);
  207. this.previousFrameButton.Name = "previousFrameButton";
  208. this.previousFrameButton.Size = new System.Drawing.Size(104, 23);
  209. this.previousFrameButton.TabIndex = 0;
  210. this.previousFrameButton.Text = "previousFrame";
  211. this.previousFrameButton.UseVisualStyleBackColor = true;
  212. this.previousFrameButton.Click += new System.EventHandler(this.previousFrameButton_Click);
  213. //
  214. // nextFrameButton
  215. //
  216. this.nextFrameButton.Enabled = false;
  217. this.nextFrameButton.Location = new System.Drawing.Point(199, 35);
  218. this.nextFrameButton.Name = "nextFrameButton";
  219. this.nextFrameButton.Size = new System.Drawing.Size(104, 23);
  220. this.nextFrameButton.TabIndex = 2;
  221. this.nextFrameButton.Text = "nextFrame";
  222. this.nextFrameButton.UseVisualStyleBackColor = true;
  223. this.nextFrameButton.Click += new System.EventHandler(this.nextFrameButton_Click);
  224. //
  225. // playPauseButton
  226. //
  227. this.playPauseButton.Enabled = false;
  228. this.playPauseButton.Location = new System.Drawing.Point(116, 35);
  229. this.playPauseButton.Name = "playPauseButton";
  230. this.playPauseButton.Size = new System.Drawing.Size(77, 23);
  231. this.playPauseButton.TabIndex = 1;
  232. this.playPauseButton.Text = "Pause";
  233. this.playPauseButton.UseVisualStyleBackColor = true;
  234. this.playPauseButton.Click += new System.EventHandler(this.playPauseButton_Click);
  235. //
  236. // touchImageBox
  237. //
  238. this.touchImageBox.FunctionalMode = Emgu.CV.UI.ImageBox.FunctionalModeOption.Minimum;
  239. this.touchImageBox.Location = new System.Drawing.Point(320, 240);
  240. this.touchImageBox.Margin = new System.Windows.Forms.Padding(0);
  241. this.touchImageBox.Name = "touchImageBox";
  242. this.touchImageBox.Size = new System.Drawing.Size(320, 240);
  243. this.touchImageBox.TabIndex = 2;
  244. this.touchImageBox.TabStop = false;
  245. //
  246. // DebugWindow
  247. //
  248. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250. this.AutoSize = true;
  251. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  252. this.ClientSize = new System.Drawing.Size(1108, 578);
  253. this.Controls.Add(this.touchImageBox);
  254. this.Controls.Add(this.panel1);
  255. this.Controls.Add(this.imageBox6);
  256. this.Controls.Add(this.palmImageBox);
  257. this.Controls.Add(this.handImageBox);
  258. this.Controls.Add(this.fingerImageBox);
  259. this.Controls.Add(this.depthImageBox);
  260. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  261. this.MaximizeBox = false;
  262. this.Name = "DebugWindow";
  263. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  264. this.Text = "DebugWindow";
  265. ((System.ComponentModel.ISupportInitialize)(this.depthImageBox)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.fingerImageBox)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.handImageBox)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.palmImageBox)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.imageBox6)).EndInit();
  270. this.panel1.ResumeLayout(false);
  271. this.panel1.PerformLayout();
  272. ((System.ComponentModel.ISupportInitialize)(palmGridNumColumnsTrackBar)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(palmGridNumRowsTrackBar)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.touchImageBox)).EndInit();
  275. this.ResumeLayout(false);
  276. }
  277. #endregion
  278. private Emgu.CV.UI.ImageBox depthImageBox;
  279. private Emgu.CV.UI.ImageBox fingerImageBox;
  280. private Emgu.CV.UI.ImageBox handImageBox;
  281. private Emgu.CV.UI.ImageBox palmImageBox;
  282. private Emgu.CV.UI.ImageBox imageBox6;
  283. private System.Windows.Forms.Panel panel1;
  284. private System.Windows.Forms.Button playPauseButton;
  285. private System.Windows.Forms.Label videoControlLabel;
  286. private System.Windows.Forms.Button previousFrameButton;
  287. private System.Windows.Forms.Button nextFrameButton;
  288. private System.Windows.Forms.Label label2;
  289. private System.Windows.Forms.Label palmGridLabel;
  290. private System.Windows.Forms.Label palmGridNumRowsLabel;
  291. private System.Windows.Forms.Label palmGridNumColumnsLabel;
  292. private System.Windows.Forms.Label frameLabel;
  293. private Emgu.CV.UI.ImageBox touchImageBox;
  294. }
  295. }