DebugWindow.Designer.cs 16 KB

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