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.

364 lines
22 KiB

1 month ago
  1. namespace ShenTun.Camera.AForgeL
  2. {
  3. partial class FrmCamera
  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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  29. this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
  30. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.lbInfoText = new System.Windows.Forms.Label();
  33. this.btnConnect = new System.Windows.Forms.Button();
  34. this.btnDisConnect = new System.Windows.Forms.Button();
  35. this.btnPhotoGraph = new System.Windows.Forms.Button();
  36. this.btnMultiPhoto = new System.Windows.Forms.Button();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.cmbFormat = new System.Windows.Forms.ComboBox();
  39. this.cmbCamera = new System.Windows.Forms.ComboBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.cmbPixelVideo = new System.Windows.Forms.ComboBox();
  42. this.cmbPixel = new System.Windows.Forms.ComboBox();
  43. this.picCurrent = new AForge.Controls.PictureBox();
  44. this.btnProperty = new System.Windows.Forms.Button();
  45. this.btnClear = new System.Windows.Forms.Button();
  46. this.btnCancel = new System.Windows.Forms.Button();
  47. this.btnSave = new System.Windows.Forms.Button();
  48. this.tableLayoutPanel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.picCurrent)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // tableLayoutPanel1
  53. //
  54. this.tableLayoutPanel1.ColumnCount = 11;
  55. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  56. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  57. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  58. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  59. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  60. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  61. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  62. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  63. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  64. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
  66. this.tableLayoutPanel1.Controls.Add(this.videoSourcePlayer1, 0, 0);
  67. this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 10, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
  69. this.tableLayoutPanel1.Controls.Add(this.lbInfoText, 1, 1);
  70. this.tableLayoutPanel1.Controls.Add(this.btnConnect, 0, 3);
  71. this.tableLayoutPanel1.Controls.Add(this.btnDisConnect, 1, 3);
  72. this.tableLayoutPanel1.Controls.Add(this.btnPhotoGraph, 2, 3);
  73. this.tableLayoutPanel1.Controls.Add(this.btnMultiPhoto, 3, 3);
  74. this.tableLayoutPanel1.Controls.Add(this.label2, 5, 3);
  75. this.tableLayoutPanel1.Controls.Add(this.cmbFormat, 6, 3);
  76. this.tableLayoutPanel1.Controls.Add(this.cmbCamera, 0, 2);
  77. this.tableLayoutPanel1.Controls.Add(this.label3, 3, 2);
  78. this.tableLayoutPanel1.Controls.Add(this.cmbPixelVideo, 5, 2);
  79. this.tableLayoutPanel1.Controls.Add(this.cmbPixel, 7, 2);
  80. this.tableLayoutPanel1.Controls.Add(this.picCurrent, 5, 0);
  81. this.tableLayoutPanel1.Controls.Add(this.btnProperty, 7, 1);
  82. this.tableLayoutPanel1.Controls.Add(this.btnClear, 8, 1);
  83. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 10, 3);
  84. this.tableLayoutPanel1.Controls.Add(this.btnSave, 8, 3);
  85. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  87. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  88. this.tableLayoutPanel1.RowCount = 5;
  89. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
  91. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  92. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  93. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  94. this.tableLayoutPanel1.Size = new System.Drawing.Size(998, 697);
  95. this.tableLayoutPanel1.TabIndex = 0;
  96. //
  97. // videoSourcePlayer1
  98. //
  99. this.tableLayoutPanel1.SetColumnSpan(this.videoSourcePlayer1, 4);
  100. this.videoSourcePlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.videoSourcePlayer1.Location = new System.Drawing.Point(3, 3);
  102. this.videoSourcePlayer1.Name = "videoSourcePlayer1";
  103. this.videoSourcePlayer1.Size = new System.Drawing.Size(430, 501);
  104. this.videoSourcePlayer1.TabIndex = 9;
  105. this.videoSourcePlayer1.Text = "videoSourcePlayer1";
  106. this.videoSourcePlayer1.VideoSource = null;
  107. //
  108. // flowLayoutPanel1
  109. //
  110. this.flowLayoutPanel1.AutoScroll = true;
  111. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.flowLayoutPanel1.Location = new System.Drawing.Point(895, 3);
  113. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  114. this.flowLayoutPanel1.Size = new System.Drawing.Size(100, 501);
  115. this.flowLayoutPanel1.TabIndex = 11;
  116. //
  117. // label1
  118. //
  119. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  120. this.label1.AutoSize = true;
  121. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.label1.Location = new System.Drawing.Point(3, 528);
  123. this.label1.Name = "label1";
  124. this.label1.Size = new System.Drawing.Size(103, 28);
  125. this.label1.TabIndex = 12;
  126. this.label1.Text = "提示";
  127. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  128. //
  129. // lbInfoText
  130. //
  131. this.lbInfoText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  132. this.lbInfoText.AutoSize = true;
  133. this.tableLayoutPanel1.SetColumnSpan(this.lbInfoText, 6);
  134. this.lbInfoText.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.lbInfoText.Location = new System.Drawing.Point(112, 528);
  136. this.lbInfoText.Name = "lbInfoText";
  137. this.lbInfoText.Size = new System.Drawing.Size(549, 28);
  138. this.lbInfoText.TabIndex = 13;
  139. this.lbInfoText.Text = "lbInfoText";
  140. //
  141. // btnConnect
  142. //
  143. this.btnConnect.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btnConnect.Location = new System.Drawing.Point(3, 630);
  145. this.btnConnect.Name = "btnConnect";
  146. this.btnConnect.Size = new System.Drawing.Size(103, 54);
  147. this.btnConnect.TabIndex = 16;
  148. this.btnConnect.Text = "连接";
  149. this.btnConnect.UseVisualStyleBackColor = true;
  150. this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
  151. //
  152. // btnDisConnect
  153. //
  154. this.btnDisConnect.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.btnDisConnect.Location = new System.Drawing.Point(112, 630);
  156. this.btnDisConnect.Name = "btnDisConnect";
  157. this.btnDisConnect.Size = new System.Drawing.Size(103, 54);
  158. this.btnDisConnect.TabIndex = 17;
  159. this.btnDisConnect.Text = "断开";
  160. this.btnDisConnect.UseVisualStyleBackColor = true;
  161. this.btnDisConnect.Click += new System.EventHandler(this.btnDisConnect_Click);
  162. //
  163. // btnPhotoGraph
  164. //
  165. this.btnPhotoGraph.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.btnPhotoGraph.Location = new System.Drawing.Point(221, 630);
  167. this.btnPhotoGraph.Name = "btnPhotoGraph";
  168. this.btnPhotoGraph.Size = new System.Drawing.Size(103, 54);
  169. this.btnPhotoGraph.TabIndex = 18;
  170. this.btnPhotoGraph.Text = "拍照";
  171. this.btnPhotoGraph.UseVisualStyleBackColor = true;
  172. this.btnPhotoGraph.Click += new System.EventHandler(this.btnPhotoGraph_Click);
  173. //
  174. // btnMultiPhoto
  175. //
  176. this.btnMultiPhoto.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.btnMultiPhoto.Location = new System.Drawing.Point(330, 630);
  178. this.btnMultiPhoto.Name = "btnMultiPhoto";
  179. this.btnMultiPhoto.Size = new System.Drawing.Size(103, 54);
  180. this.btnMultiPhoto.TabIndex = 19;
  181. this.btnMultiPhoto.Text = "连拍";
  182. this.btnMultiPhoto.UseVisualStyleBackColor = true;
  183. this.btnMultiPhoto.Click += new System.EventHandler(this.btnMultiPhoto_Click);
  184. //
  185. // label2
  186. //
  187. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  188. this.label2.AutoSize = true;
  189. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.label2.Location = new System.Drawing.Point(449, 643);
  191. this.label2.Name = "label2";
  192. this.label2.Size = new System.Drawing.Size(103, 28);
  193. this.label2.TabIndex = 20;
  194. this.label2.Text = "格式";
  195. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  196. //
  197. // cmbFormat
  198. //
  199. this.cmbFormat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  200. this.cmbFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  201. this.cmbFormat.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.cmbFormat.FormattingEnabled = true;
  203. this.cmbFormat.Location = new System.Drawing.Point(558, 639);
  204. this.cmbFormat.Name = "cmbFormat";
  205. this.cmbFormat.Size = new System.Drawing.Size(103, 36);
  206. this.cmbFormat.TabIndex = 21;
  207. //
  208. // cmbCamera
  209. //
  210. this.cmbCamera.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  211. this.tableLayoutPanel1.SetColumnSpan(this.cmbCamera, 3);
  212. this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  213. this.cmbCamera.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.cmbCamera.FormattingEnabled = true;
  215. this.cmbCamera.Location = new System.Drawing.Point(3, 584);
  216. this.cmbCamera.Name = "cmbCamera";
  217. this.cmbCamera.Size = new System.Drawing.Size(321, 36);
  218. this.cmbCamera.TabIndex = 24;
  219. this.cmbCamera.SelectedValueChanged += new System.EventHandler(this.cmbCamera_SelectedValueChanged);
  220. //
  221. // label3
  222. //
  223. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  224. this.label3.AutoSize = true;
  225. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.label3.Location = new System.Drawing.Point(330, 588);
  227. this.label3.Name = "label3";
  228. this.label3.Size = new System.Drawing.Size(103, 28);
  229. this.label3.TabIndex = 25;
  230. this.label3.Text = "视频";
  231. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  232. //
  233. // cmbPixelVideo
  234. //
  235. this.cmbPixelVideo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  236. this.tableLayoutPanel1.SetColumnSpan(this.cmbPixelVideo, 2);
  237. this.cmbPixelVideo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  238. this.cmbPixelVideo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.cmbPixelVideo.FormattingEnabled = true;
  240. this.cmbPixelVideo.Location = new System.Drawing.Point(449, 584);
  241. this.cmbPixelVideo.Name = "cmbPixelVideo";
  242. this.cmbPixelVideo.Size = new System.Drawing.Size(212, 36);
  243. this.cmbPixelVideo.TabIndex = 26;
  244. this.cmbPixelVideo.SelectedValueChanged += new System.EventHandler(this.cmbPixelVideo_SelectedValueChanged);
  245. //
  246. // cmbPixel
  247. //
  248. this.cmbPixel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  249. this.tableLayoutPanel1.SetColumnSpan(this.cmbPixel, 2);
  250. this.cmbPixel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  251. this.cmbPixel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.cmbPixel.FormattingEnabled = true;
  253. this.cmbPixel.Location = new System.Drawing.Point(667, 584);
  254. this.cmbPixel.Name = "cmbPixel";
  255. this.cmbPixel.Size = new System.Drawing.Size(212, 36);
  256. this.cmbPixel.TabIndex = 27;
  257. this.cmbPixel.Visible = false;
  258. this.cmbPixel.SelectedValueChanged += new System.EventHandler(this.cmbPixel_SelectedValueChanged);
  259. //
  260. // picCurrent
  261. //
  262. this.tableLayoutPanel1.SetColumnSpan(this.picCurrent, 4);
  263. this.picCurrent.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.picCurrent.Image = null;
  265. this.picCurrent.Location = new System.Drawing.Point(446, 0);
  266. this.picCurrent.Margin = new System.Windows.Forms.Padding(0);
  267. this.picCurrent.Name = "picCurrent";
  268. this.picCurrent.Size = new System.Drawing.Size(436, 507);
  269. this.picCurrent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  270. this.picCurrent.TabIndex = 28;
  271. this.picCurrent.TabStop = false;
  272. //
  273. // btnProperty
  274. //
  275. this.btnProperty.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.btnProperty.Location = new System.Drawing.Point(667, 510);
  277. this.btnProperty.Name = "btnProperty";
  278. this.btnProperty.Size = new System.Drawing.Size(103, 64);
  279. this.btnProperty.TabIndex = 14;
  280. this.btnProperty.Text = "属性";
  281. this.btnProperty.UseVisualStyleBackColor = true;
  282. this.btnProperty.Click += new System.EventHandler(this.btnProperty_Click);
  283. //
  284. // btnClear
  285. //
  286. this.btnClear.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.btnClear.Location = new System.Drawing.Point(776, 510);
  288. this.btnClear.Name = "btnClear";
  289. this.btnClear.Size = new System.Drawing.Size(103, 64);
  290. this.btnClear.TabIndex = 15;
  291. this.btnClear.Text = "清空";
  292. this.btnClear.UseVisualStyleBackColor = true;
  293. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  294. //
  295. // btnCancel
  296. //
  297. this.btnCancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.btnCancel.Location = new System.Drawing.Point(895, 630);
  299. this.btnCancel.Name = "btnCancel";
  300. this.btnCancel.Size = new System.Drawing.Size(100, 54);
  301. this.btnCancel.TabIndex = 23;
  302. this.btnCancel.Text = "取消";
  303. this.btnCancel.UseVisualStyleBackColor = true;
  304. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  305. //
  306. // btnSave
  307. //
  308. this.btnSave.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.btnSave.Location = new System.Drawing.Point(776, 630);
  310. this.btnSave.Name = "btnSave";
  311. this.btnSave.Size = new System.Drawing.Size(103, 54);
  312. this.btnSave.TabIndex = 22;
  313. this.btnSave.Text = "保存";
  314. this.btnSave.UseVisualStyleBackColor = true;
  315. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  316. //
  317. // FrmCamera
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  321. this.ClientSize = new System.Drawing.Size(998, 697);
  322. this.Controls.Add(this.tableLayoutPanel1);
  323. this.MaximizeBox = false;
  324. this.MinimizeBox = false;
  325. this.Name = "FrmCamera";
  326. this.ShowIcon = false;
  327. this.ShowInTaskbar = false;
  328. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  329. this.Text = "拍照";
  330. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmCamera_FormClosed);
  331. this.Load += new System.EventHandler(this.FrmCamera_Load);
  332. this.tableLayoutPanel1.ResumeLayout(false);
  333. this.tableLayoutPanel1.PerformLayout();
  334. ((System.ComponentModel.ISupportInitialize)(this.picCurrent)).EndInit();
  335. this.ResumeLayout(false);
  336. }
  337. #endregion
  338. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  339. private AForge.Controls.VideoSourcePlayer videoSourcePlayer1;
  340. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  341. private System.Windows.Forms.Label label1;
  342. private System.Windows.Forms.Label lbInfoText;
  343. private System.Windows.Forms.Button btnProperty;
  344. private System.Windows.Forms.Button btnClear;
  345. private System.Windows.Forms.Button btnConnect;
  346. private System.Windows.Forms.Button btnDisConnect;
  347. private System.Windows.Forms.Button btnPhotoGraph;
  348. private System.Windows.Forms.Button btnMultiPhoto;
  349. private System.Windows.Forms.Label label2;
  350. private System.Windows.Forms.ComboBox cmbFormat;
  351. private System.Windows.Forms.Button btnSave;
  352. private System.Windows.Forms.Button btnCancel;
  353. private System.Windows.Forms.ComboBox cmbCamera;
  354. private System.Windows.Forms.Label label3;
  355. private System.Windows.Forms.ComboBox cmbPixelVideo;
  356. private System.Windows.Forms.ComboBox cmbPixel;
  357. private AForge.Controls.PictureBox picCurrent;
  358. }
  359. }