DebugWindow.Designer.cs 16 KB

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