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.

809 lines
46 KiB

1 month ago
  1. namespace ShenTun.ImageCollection.AForgeCamera
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCamera));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  35. this.lbAsbitenNames = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.lbAge = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.lbSexName = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.lbPatName = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.lbBarCode = new System.Windows.Forms.Label();
  44. this.label12 = new System.Windows.Forms.Label();
  45. this.groupBox2 = new System.Windows.Forms.GroupBox();
  46. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  47. this.tbGamma = new Customize.Controls.CcTrackBar();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.tbSaturation = new Customize.Controls.CcTrackBar();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.tbHue = new Customize.Controls.CcTrackBar();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.tbBrightness = new Customize.Controls.CcTrackBar();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.tbContrast = new Customize.Controls.CcTrackBar();
  57. this.groupBox3 = new System.Windows.Forms.GroupBox();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.btnClose = new System.Windows.Forms.Button();
  60. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  61. this.cmbCamera = new System.Windows.Forms.ComboBox();
  62. this.cmbPixelVideo = new System.Windows.Forms.ComboBox();
  63. this.btnDeviceProperty = new System.Windows.Forms.Button();
  64. this.label11 = new System.Windows.Forms.Label();
  65. this.groupBox4 = new System.Windows.Forms.GroupBox();
  66. this.btnImageShare = new System.Windows.Forms.Button();
  67. this.btnImageContrast = new System.Windows.Forms.Button();
  68. this.button3 = new System.Windows.Forms.Button();
  69. this.btnPhotoGraph = new System.Windows.Forms.Button();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.dgvImg = new System.Windows.Forms.DataGridView();
  72. this.selected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  73. this.examImage = new System.Windows.Forms.DataGridViewImageColumn();
  74. this.FilePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.tableLayoutPanel1.SuspendLayout();
  76. this.groupBox1.SuspendLayout();
  77. this.tableLayoutPanel2.SuspendLayout();
  78. this.groupBox2.SuspendLayout();
  79. this.tableLayoutPanel3.SuspendLayout();
  80. this.groupBox3.SuspendLayout();
  81. this.groupBox4.SuspendLayout();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvImg)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // tableLayoutPanel1
  87. //
  88. this.tableLayoutPanel1.BackColor = System.Drawing.Color.White;
  89. this.tableLayoutPanel1.ColumnCount = 9;
  90. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  91. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  92. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  93. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  94. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  97. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  99. this.tableLayoutPanel1.Controls.Add(this.videoSourcePlayer1, 0, 0);
  100. this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 1);
  101. this.tableLayoutPanel1.Controls.Add(this.groupBox2, 2, 1);
  102. this.tableLayoutPanel1.Controls.Add(this.groupBox3, 4, 1);
  103. this.tableLayoutPanel1.Controls.Add(this.groupBox4, 6, 1);
  104. this.tableLayoutPanel1.Controls.Add(this.panel1, 8, 0);
  105. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  107. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(6);
  108. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  109. this.tableLayoutPanel1.RowCount = 2;
  110. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F));
  111. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  112. this.tableLayoutPanel1.Size = new System.Drawing.Size(2048, 1536);
  113. this.tableLayoutPanel1.TabIndex = 0;
  114. //
  115. // videoSourcePlayer1
  116. //
  117. this.videoSourcePlayer1.BorderColor = System.Drawing.Color.WhiteSmoke;
  118. this.tableLayoutPanel1.SetColumnSpan(this.videoSourcePlayer1, 7);
  119. this.videoSourcePlayer1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.videoSourcePlayer1.Location = new System.Drawing.Point(4, 4);
  121. this.videoSourcePlayer1.Margin = new System.Windows.Forms.Padding(4);
  122. this.videoSourcePlayer1.Name = "videoSourcePlayer1";
  123. this.videoSourcePlayer1.Size = new System.Drawing.Size(1626, 1144);
  124. this.videoSourcePlayer1.TabIndex = 2;
  125. this.videoSourcePlayer1.Text = "videoSourcePlayer1";
  126. this.videoSourcePlayer1.VideoSource = null;
  127. //
  128. // groupBox1
  129. //
  130. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  131. this.groupBox1.Controls.Add(this.tableLayoutPanel2);
  132. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.groupBox1.Location = new System.Drawing.Point(4, 1156);
  134. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  135. this.groupBox1.Name = "groupBox1";
  136. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  137. this.groupBox1.Size = new System.Drawing.Size(393, 376);
  138. this.groupBox1.TabIndex = 0;
  139. this.groupBox1.TabStop = false;
  140. this.groupBox1.Text = "基本信息";
  141. //
  142. // tableLayoutPanel2
  143. //
  144. this.tableLayoutPanel2.ColumnCount = 2;
  145. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 170F));
  146. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  147. this.tableLayoutPanel2.Controls.Add(this.lbAsbitenNames, 1, 4);
  148. this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
  149. this.tableLayoutPanel2.Controls.Add(this.lbAge, 1, 3);
  150. this.tableLayoutPanel2.Controls.Add(this.label2, 0, 1);
  151. this.tableLayoutPanel2.Controls.Add(this.lbSexName, 1, 2);
  152. this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
  153. this.tableLayoutPanel2.Controls.Add(this.lbPatName, 1, 1);
  154. this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3);
  155. this.tableLayoutPanel2.Controls.Add(this.lbBarCode, 1, 0);
  156. this.tableLayoutPanel2.Controls.Add(this.label12, 0, 4);
  157. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  158. this.tableLayoutPanel2.Location = new System.Drawing.Point(4, 36);
  159. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4);
  160. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  161. this.tableLayoutPanel2.RowCount = 5;
  162. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  163. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  164. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  165. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
  166. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  167. this.tableLayoutPanel2.Size = new System.Drawing.Size(385, 354);
  168. this.tableLayoutPanel2.TabIndex = 7;
  169. //
  170. // lbAsbitenNames
  171. //
  172. this.lbAsbitenNames.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  173. | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.lbAsbitenNames.Location = new System.Drawing.Point(174, 160);
  176. this.lbAsbitenNames.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.lbAsbitenNames.Name = "lbAsbitenNames";
  178. this.lbAsbitenNames.Size = new System.Drawing.Size(207, 194);
  179. this.lbAsbitenNames.TabIndex = 9;
  180. this.lbAsbitenNames.Text = "肝、胆、脾、胰、肾彩色超声";
  181. //
  182. // label1
  183. //
  184. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  185. this.label1.AutoSize = true;
  186. this.label1.Location = new System.Drawing.Point(4, 6);
  187. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(162, 28);
  190. this.label1.TabIndex = 0;
  191. this.label1.Text = "检查条码:";
  192. //
  193. // lbAge
  194. //
  195. this.lbAge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  196. this.lbAge.AutoSize = true;
  197. this.lbAge.Location = new System.Drawing.Point(174, 126);
  198. this.lbAge.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.lbAge.Name = "lbAge";
  200. this.lbAge.Size = new System.Drawing.Size(207, 28);
  201. this.lbAge.TabIndex = 8;
  202. this.lbAge.Text = "36岁";
  203. //
  204. // label2
  205. //
  206. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  207. this.label2.AutoSize = true;
  208. this.label2.Location = new System.Drawing.Point(4, 46);
  209. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(162, 28);
  212. this.label2.TabIndex = 1;
  213. this.label2.Text = "姓 名:";
  214. //
  215. // lbSexName
  216. //
  217. this.lbSexName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  218. this.lbSexName.AutoSize = true;
  219. this.lbSexName.Location = new System.Drawing.Point(174, 86);
  220. this.lbSexName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  221. this.lbSexName.Name = "lbSexName";
  222. this.lbSexName.Size = new System.Drawing.Size(207, 28);
  223. this.lbSexName.TabIndex = 7;
  224. this.lbSexName.Text = "男";
  225. //
  226. // label3
  227. //
  228. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  229. this.label3.AutoSize = true;
  230. this.label3.Location = new System.Drawing.Point(4, 86);
  231. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  232. this.label3.Name = "label3";
  233. this.label3.Size = new System.Drawing.Size(162, 28);
  234. this.label3.TabIndex = 2;
  235. this.label3.Text = "性 别:";
  236. //
  237. // lbPatName
  238. //
  239. this.lbPatName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  240. this.lbPatName.AutoSize = true;
  241. this.lbPatName.Location = new System.Drawing.Point(174, 46);
  242. this.lbPatName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  243. this.lbPatName.Name = "lbPatName";
  244. this.lbPatName.Size = new System.Drawing.Size(207, 28);
  245. this.lbPatName.TabIndex = 6;
  246. this.lbPatName.Text = "张三";
  247. //
  248. // label4
  249. //
  250. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  251. this.label4.AutoSize = true;
  252. this.label4.Location = new System.Drawing.Point(4, 126);
  253. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  254. this.label4.Name = "label4";
  255. this.label4.Size = new System.Drawing.Size(162, 28);
  256. this.label4.TabIndex = 3;
  257. this.label4.Text = "年 龄:";
  258. //
  259. // lbBarCode
  260. //
  261. this.lbBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  262. this.lbBarCode.AutoSize = true;
  263. this.lbBarCode.Location = new System.Drawing.Point(174, 6);
  264. this.lbBarCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  265. this.lbBarCode.Name = "lbBarCode";
  266. this.lbBarCode.Size = new System.Drawing.Size(207, 28);
  267. this.lbBarCode.TabIndex = 5;
  268. this.lbBarCode.Text = "lbBarCode";
  269. //
  270. // label12
  271. //
  272. this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  273. | System.Windows.Forms.AnchorStyles.Right)));
  274. this.label12.AutoSize = true;
  275. this.label12.Location = new System.Drawing.Point(4, 160);
  276. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  277. this.label12.Name = "label12";
  278. this.label12.Size = new System.Drawing.Size(162, 28);
  279. this.label12.TabIndex = 4;
  280. this.label12.Text = "检查项目:";
  281. //
  282. // groupBox2
  283. //
  284. this.groupBox2.BackColor = System.Drawing.Color.Transparent;
  285. this.groupBox2.Controls.Add(this.tableLayoutPanel3);
  286. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  287. this.groupBox2.Location = new System.Drawing.Point(415, 1156);
  288. this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
  289. this.groupBox2.Name = "groupBox2";
  290. this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
  291. this.groupBox2.Size = new System.Drawing.Size(393, 376);
  292. this.groupBox2.TabIndex = 4;
  293. this.groupBox2.TabStop = false;
  294. this.groupBox2.Text = "视频属性";
  295. //
  296. // tableLayoutPanel3
  297. //
  298. this.tableLayoutPanel3.ColumnCount = 2;
  299. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F));
  300. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  301. this.tableLayoutPanel3.Controls.Add(this.tbGamma, 1, 4);
  302. this.tableLayoutPanel3.Controls.Add(this.label5, 0, 0);
  303. this.tableLayoutPanel3.Controls.Add(this.tbSaturation, 1, 3);
  304. this.tableLayoutPanel3.Controls.Add(this.label6, 0, 1);
  305. this.tableLayoutPanel3.Controls.Add(this.tbHue, 1, 2);
  306. this.tableLayoutPanel3.Controls.Add(this.label7, 0, 2);
  307. this.tableLayoutPanel3.Controls.Add(this.label8, 0, 3);
  308. this.tableLayoutPanel3.Controls.Add(this.tbBrightness, 1, 0);
  309. this.tableLayoutPanel3.Controls.Add(this.label9, 0, 4);
  310. this.tableLayoutPanel3.Controls.Add(this.tbContrast, 1, 1);
  311. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  312. this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 36);
  313. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4);
  314. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  315. this.tableLayoutPanel3.RowCount = 5;
  316. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  317. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  318. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  319. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  320. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  321. this.tableLayoutPanel3.Size = new System.Drawing.Size(385, 354);
  322. this.tableLayoutPanel3.TabIndex = 0;
  323. //
  324. // tbGamma
  325. //
  326. this.tbGamma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  327. this.tbGamma.DcimalDigits = 0;
  328. this.tbGamma.IsShowTips = true;
  329. this.tbGamma.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
  330. this.tbGamma.LineWidth = 10F;
  331. this.tbGamma.Location = new System.Drawing.Point(140, 302);
  332. this.tbGamma.Margin = new System.Windows.Forms.Padding(4);
  333. this.tbGamma.MaxValue = 255F;
  334. this.tbGamma.MinValue = -255F;
  335. this.tbGamma.Name = "tbGamma";
  336. this.tbGamma.Size = new System.Drawing.Size(241, 30);
  337. this.tbGamma.TabIndex = 13;
  338. this.tbGamma.Text = "ccTrackBar5";
  339. this.tbGamma.TipsFormat = null;
  340. this.tbGamma.Value = 0F;
  341. this.tbGamma.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199)))));
  342. this.tbGamma.ValueChanged += new System.EventHandler(this.tbGamma_ValueChanged);
  343. //
  344. // label5
  345. //
  346. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  347. this.label5.AutoSize = true;
  348. this.label5.Location = new System.Drawing.Point(4, 21);
  349. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.label5.Name = "label5";
  351. this.label5.Size = new System.Drawing.Size(128, 28);
  352. this.label5.TabIndex = 4;
  353. this.label5.Text = "亮 度:";
  354. //
  355. // tbSaturation
  356. //
  357. this.tbSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  358. this.tbSaturation.DcimalDigits = 0;
  359. this.tbSaturation.IsShowTips = true;
  360. this.tbSaturation.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
  361. this.tbSaturation.LineWidth = 10F;
  362. this.tbSaturation.Location = new System.Drawing.Point(140, 230);
  363. this.tbSaturation.Margin = new System.Windows.Forms.Padding(4);
  364. this.tbSaturation.MaxValue = 255F;
  365. this.tbSaturation.MinValue = -255F;
  366. this.tbSaturation.Name = "tbSaturation";
  367. this.tbSaturation.Size = new System.Drawing.Size(241, 30);
  368. this.tbSaturation.TabIndex = 12;
  369. this.tbSaturation.Text = "ccTrackBar4";
  370. this.tbSaturation.TipsFormat = null;
  371. this.tbSaturation.Value = 0F;
  372. this.tbSaturation.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199)))));
  373. this.tbSaturation.ValueChanged += new System.EventHandler(this.tbSaturation_ValueChanged);
  374. //
  375. // label6
  376. //
  377. this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  378. this.label6.AutoSize = true;
  379. this.label6.Location = new System.Drawing.Point(4, 91);
  380. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  381. this.label6.Name = "label6";
  382. this.label6.Size = new System.Drawing.Size(128, 28);
  383. this.label6.TabIndex = 5;
  384. this.label6.Text = "对比度:";
  385. //
  386. // tbHue
  387. //
  388. this.tbHue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  389. this.tbHue.DcimalDigits = 0;
  390. this.tbHue.IsShowTips = true;
  391. this.tbHue.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
  392. this.tbHue.LineWidth = 10F;
  393. this.tbHue.Location = new System.Drawing.Point(140, 160);
  394. this.tbHue.Margin = new System.Windows.Forms.Padding(4);
  395. this.tbHue.MaxValue = 255F;
  396. this.tbHue.MinValue = -255F;
  397. this.tbHue.Name = "tbHue";
  398. this.tbHue.Size = new System.Drawing.Size(241, 30);
  399. this.tbHue.TabIndex = 11;
  400. this.tbHue.Text = "ccTrackBar3";
  401. this.tbHue.TipsFormat = null;
  402. this.tbHue.Value = 0F;
  403. this.tbHue.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199)))));
  404. this.tbHue.ValueChanged += new System.EventHandler(this.tbHue_ValueChanged);
  405. //
  406. // label7
  407. //
  408. this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  409. this.label7.AutoSize = true;
  410. this.label7.Location = new System.Drawing.Point(4, 161);
  411. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  412. this.label7.Name = "label7";
  413. this.label7.Size = new System.Drawing.Size(128, 28);
  414. this.label7.TabIndex = 6;
  415. this.label7.Text = "色 调:";
  416. //
  417. // label8
  418. //
  419. this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  420. this.label8.AutoSize = true;
  421. this.label8.Location = new System.Drawing.Point(4, 231);
  422. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  423. this.label8.Name = "label8";
  424. this.label8.Size = new System.Drawing.Size(128, 28);
  425. this.label8.TabIndex = 7;
  426. this.label8.Text = "饱和度:";
  427. //
  428. // tbBrightness
  429. //
  430. this.tbBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  431. this.tbBrightness.DcimalDigits = 0;
  432. this.tbBrightness.IsShowTips = true;
  433. this.tbBrightness.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
  434. this.tbBrightness.LineWidth = 10F;
  435. this.tbBrightness.Location = new System.Drawing.Point(140, 20);
  436. this.tbBrightness.Margin = new System.Windows.Forms.Padding(4);
  437. this.tbBrightness.MaxValue = 255F;
  438. this.tbBrightness.MinValue = -255F;
  439. this.tbBrightness.Name = "tbBrightness";
  440. this.tbBrightness.Size = new System.Drawing.Size(241, 30);
  441. this.tbBrightness.TabIndex = 9;
  442. this.tbBrightness.Text = "ccTrackBar1";
  443. this.tbBrightness.TipsFormat = null;
  444. this.tbBrightness.Value = 0F;
  445. this.tbBrightness.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199)))));
  446. this.tbBrightness.ValueChanged += new System.EventHandler(this.tbBrightness_ValueChanged);
  447. //
  448. // label9
  449. //
  450. this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  451. this.label9.AutoSize = true;
  452. this.label9.Location = new System.Drawing.Point(4, 303);
  453. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  454. this.label9.Name = "label9";
  455. this.label9.Size = new System.Drawing.Size(128, 28);
  456. this.label9.TabIndex = 8;
  457. this.label9.Text = "伽 马:";
  458. //
  459. // tbContrast
  460. //
  461. this.tbContrast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  462. this.tbContrast.DcimalDigits = 0;
  463. this.tbContrast.IsShowTips = true;
  464. this.tbContrast.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(231)))), ((int)(((byte)(237)))));
  465. this.tbContrast.LineWidth = 10F;
  466. this.tbContrast.Location = new System.Drawing.Point(140, 90);
  467. this.tbContrast.Margin = new System.Windows.Forms.Padding(4);
  468. this.tbContrast.MaxValue = 255F;
  469. this.tbContrast.MinValue = -255F;
  470. this.tbContrast.Name = "tbContrast";
  471. this.tbContrast.Size = new System.Drawing.Size(241, 30);
  472. this.tbContrast.TabIndex = 10;
  473. this.tbContrast.Text = "ccTrackBar2";
  474. this.tbContrast.TipsFormat = null;
  475. this.tbContrast.Value = 0F;
  476. this.tbContrast.ValueColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(132)))), ((int)(((byte)(199)))));
  477. this.tbContrast.ValueChanged += new System.EventHandler(this.tbContrast_ValueChanged);
  478. //
  479. // groupBox3
  480. //
  481. this.groupBox3.Controls.Add(this.label10);
  482. this.groupBox3.Controls.Add(this.btnClose);
  483. this.groupBox3.Controls.Add(this.cmbCamera);
  484. this.groupBox3.Controls.Add(this.cmbPixelVideo);
  485. this.groupBox3.Controls.Add(this.btnDeviceProperty);
  486. this.groupBox3.Controls.Add(this.label11);
  487. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.groupBox3.Location = new System.Drawing.Point(826, 1156);
  489. this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
  490. this.groupBox3.Name = "groupBox3";
  491. this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
  492. this.groupBox3.Size = new System.Drawing.Size(393, 376);
  493. this.groupBox3.TabIndex = 5;
  494. this.groupBox3.TabStop = false;
  495. this.groupBox3.Text = "设备分辨率";
  496. //
  497. // label10
  498. //
  499. this.label10.AutoSize = true;
  500. this.label10.Location = new System.Drawing.Point(14, 42);
  501. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  502. this.label10.Name = "label10";
  503. this.label10.Size = new System.Drawing.Size(124, 28);
  504. this.label10.TabIndex = 0;
  505. this.label10.Text = "设备名称";
  506. //
  507. // btnClose
  508. //
  509. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  510. this.btnClose.ImageIndex = 5;
  511. this.btnClose.ImageList = this.imageList1;
  512. this.btnClose.Location = new System.Drawing.Point(226, 198);
  513. this.btnClose.Margin = new System.Windows.Forms.Padding(4);
  514. this.btnClose.Name = "btnClose";
  515. this.btnClose.Size = new System.Drawing.Size(144, 144);
  516. this.btnClose.TabIndex = 5;
  517. this.btnClose.Text = "关闭";
  518. this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  519. this.btnClose.UseVisualStyleBackColor = false;
  520. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  521. //
  522. // imageList1
  523. //
  524. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  525. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  526. this.imageList1.Images.SetKeyName(0, "MaterialSymbolsHandGestureOutlineRounded.png");
  527. this.imageList1.Images.SetKeyName(1, "MaterialSymbolsHangoutVideoOutlineSharp.png");
  528. this.imageList1.Images.SetKeyName(2, "MaterialSymbolsHotelClassOutline.png");
  529. this.imageList1.Images.SetKeyName(3, "MaterialSymbolsHandymanOutline.png");
  530. this.imageList1.Images.SetKeyName(4, "MaterialSymbolsInboxCustomizeSharp.png");
  531. this.imageList1.Images.SetKeyName(5, "MaterialSymbolsCancelScheduleSendOutlineRounded.png");
  532. //
  533. // cmbCamera
  534. //
  535. this.cmbCamera.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  536. this.cmbCamera.FormattingEnabled = true;
  537. this.cmbCamera.Location = new System.Drawing.Point(140, 36);
  538. this.cmbCamera.Margin = new System.Windows.Forms.Padding(4);
  539. this.cmbCamera.Name = "cmbCamera";
  540. this.cmbCamera.Size = new System.Drawing.Size(240, 36);
  541. this.cmbCamera.TabIndex = 1;
  542. this.cmbCamera.SelectedValueChanged += new System.EventHandler(this.cmbCamera_SelectedValueChanged);
  543. //
  544. // cmbPixelVideo
  545. //
  546. this.cmbPixelVideo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  547. this.cmbPixelVideo.FormattingEnabled = true;
  548. this.cmbPixelVideo.Location = new System.Drawing.Point(140, 100);
  549. this.cmbPixelVideo.Margin = new System.Windows.Forms.Padding(4);
  550. this.cmbPixelVideo.Name = "cmbPixelVideo";
  551. this.cmbPixelVideo.Size = new System.Drawing.Size(240, 36);
  552. this.cmbPixelVideo.TabIndex = 3;
  553. this.cmbPixelVideo.SelectedValueChanged += new System.EventHandler(this.cmbPixelVideo_SelectedValueChanged);
  554. //
  555. // btnDeviceProperty
  556. //
  557. this.btnDeviceProperty.BackColor = System.Drawing.Color.Transparent;
  558. this.btnDeviceProperty.ImageIndex = 4;
  559. this.btnDeviceProperty.ImageList = this.imageList1;
  560. this.btnDeviceProperty.Location = new System.Drawing.Point(12, 198);
  561. this.btnDeviceProperty.Margin = new System.Windows.Forms.Padding(4);
  562. this.btnDeviceProperty.Name = "btnDeviceProperty";
  563. this.btnDeviceProperty.Size = new System.Drawing.Size(144, 144);
  564. this.btnDeviceProperty.TabIndex = 4;
  565. this.btnDeviceProperty.Text = "设备属性";
  566. this.btnDeviceProperty.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  567. this.btnDeviceProperty.UseVisualStyleBackColor = false;
  568. this.btnDeviceProperty.Click += new System.EventHandler(this.btnDeviceProperty_Click);
  569. //
  570. // label11
  571. //
  572. this.label11.AutoSize = true;
  573. this.label11.Location = new System.Drawing.Point(36, 106);
  574. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  575. this.label11.Name = "label11";
  576. this.label11.Size = new System.Drawing.Size(96, 28);
  577. this.label11.TabIndex = 2;
  578. this.label11.Text = "分辨率";
  579. //
  580. // groupBox4
  581. //
  582. this.groupBox4.Controls.Add(this.btnImageShare);
  583. this.groupBox4.Controls.Add(this.btnImageContrast);
  584. this.groupBox4.Controls.Add(this.button3);
  585. this.groupBox4.Controls.Add(this.btnPhotoGraph);
  586. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  587. this.groupBox4.Location = new System.Drawing.Point(1237, 1156);
  588. this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
  589. this.groupBox4.Name = "groupBox4";
  590. this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
  591. this.groupBox4.Size = new System.Drawing.Size(393, 376);
  592. this.groupBox4.TabIndex = 6;
  593. this.groupBox4.TabStop = false;
  594. this.groupBox4.Text = "仪器操作";
  595. //
  596. // btnImageShare
  597. //
  598. this.btnImageShare.ImageIndex = 3;
  599. this.btnImageShare.ImageList = this.imageList1;
  600. this.btnImageShare.Location = new System.Drawing.Point(204, 214);
  601. this.btnImageShare.Margin = new System.Windows.Forms.Padding(4);
  602. this.btnImageShare.Name = "btnImageShare";
  603. this.btnImageShare.Size = new System.Drawing.Size(144, 144);
  604. this.btnImageShare.TabIndex = 3;
  605. this.btnImageShare.Text = "图像处理";
  606. this.btnImageShare.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  607. this.btnImageShare.UseVisualStyleBackColor = true;
  608. this.btnImageShare.Click += new System.EventHandler(this.btnImageShare_Click);
  609. //
  610. // btnImageContrast
  611. //
  612. this.btnImageContrast.ImageIndex = 2;
  613. this.btnImageContrast.ImageList = this.imageList1;
  614. this.btnImageContrast.Location = new System.Drawing.Point(24, 214);
  615. this.btnImageContrast.Margin = new System.Windows.Forms.Padding(4);
  616. this.btnImageContrast.Name = "btnImageContrast";
  617. this.btnImageContrast.Size = new System.Drawing.Size(144, 144);
  618. this.btnImageContrast.TabIndex = 2;
  619. this.btnImageContrast.Text = "图像对比";
  620. this.btnImageContrast.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  621. this.btnImageContrast.UseVisualStyleBackColor = true;
  622. this.btnImageContrast.Click += new System.EventHandler(this.btnImageContrast_Click);
  623. //
  624. // button3
  625. //
  626. this.button3.Enabled = false;
  627. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  628. this.button3.ImageIndex = 1;
  629. this.button3.ImageList = this.imageList1;
  630. this.button3.Location = new System.Drawing.Point(22, 48);
  631. this.button3.Margin = new System.Windows.Forms.Padding(4);
  632. this.button3.Name = "button3";
  633. this.button3.Size = new System.Drawing.Size(144, 144);
  634. this.button3.TabIndex = 1;
  635. this.button3.Text = "动态录像";
  636. this.button3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  637. this.button3.UseVisualStyleBackColor = true;
  638. //
  639. // btnPhotoGraph
  640. //
  641. this.btnPhotoGraph.ImageIndex = 0;
  642. this.btnPhotoGraph.ImageList = this.imageList1;
  643. this.btnPhotoGraph.Location = new System.Drawing.Point(208, 48);
  644. this.btnPhotoGraph.Margin = new System.Windows.Forms.Padding(4);
  645. this.btnPhotoGraph.Name = "btnPhotoGraph";
  646. this.btnPhotoGraph.Size = new System.Drawing.Size(144, 144);
  647. this.btnPhotoGraph.TabIndex = 0;
  648. this.btnPhotoGraph.Text = "采集图像";
  649. this.btnPhotoGraph.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  650. this.btnPhotoGraph.UseVisualStyleBackColor = true;
  651. this.btnPhotoGraph.Click += new System.EventHandler(this.btnPhotoGraph_Click);
  652. //
  653. // panel1
  654. //
  655. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  656. | System.Windows.Forms.AnchorStyles.Left)
  657. | System.Windows.Forms.AnchorStyles.Right)));
  658. this.panel1.Controls.Add(this.dgvImg);
  659. this.panel1.Location = new System.Drawing.Point(1648, 4);
  660. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  661. this.panel1.Name = "panel1";
  662. this.tableLayoutPanel1.SetRowSpan(this.panel1, 2);
  663. this.panel1.Size = new System.Drawing.Size(396, 1528);
  664. this.panel1.TabIndex = 7;
  665. //
  666. // dgvImg
  667. //
  668. this.dgvImg.AllowUserToAddRows = false;
  669. this.dgvImg.AllowUserToDeleteRows = false;
  670. this.dgvImg.BackgroundColor = System.Drawing.Color.White;
  671. this.dgvImg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  672. this.dgvImg.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  673. this.selected,
  674. this.examImage,
  675. this.FilePath});
  676. this.dgvImg.Dock = System.Windows.Forms.DockStyle.Fill;
  677. this.dgvImg.GridColor = System.Drawing.Color.WhiteSmoke;
  678. this.dgvImg.Location = new System.Drawing.Point(0, 0);
  679. this.dgvImg.Margin = new System.Windows.Forms.Padding(4);
  680. this.dgvImg.Name = "dgvImg";
  681. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  682. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  683. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  684. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  685. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  686. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  687. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  688. this.dgvImg.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
  689. this.dgvImg.RowHeadersVisible = false;
  690. this.dgvImg.RowHeadersWidth = 82;
  691. this.dgvImg.RowTemplate.Height = 100;
  692. this.dgvImg.Size = new System.Drawing.Size(396, 1528);
  693. this.dgvImg.TabIndex = 8;
  694. //
  695. // selected
  696. //
  697. this.selected.DataPropertyName = "selected";
  698. this.selected.FalseValue = "0";
  699. this.selected.HeaderText = "选择";
  700. this.selected.MinimumWidth = 10;
  701. this.selected.Name = "selected";
  702. this.selected.TrueValue = "1";
  703. this.selected.Width = 65;
  704. //
  705. // examImage
  706. //
  707. this.examImage.DataPropertyName = "examImage";
  708. this.examImage.HeaderText = "检查图像";
  709. this.examImage.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
  710. this.examImage.MinimumWidth = 10;
  711. this.examImage.Name = "examImage";
  712. this.examImage.ReadOnly = true;
  713. this.examImage.Width = 200;
  714. //
  715. // FilePath
  716. //
  717. this.FilePath.DataPropertyName = "FilePath";
  718. this.FilePath.HeaderText = "FilePath";
  719. this.FilePath.MinimumWidth = 10;
  720. this.FilePath.Name = "FilePath";
  721. this.FilePath.Visible = false;
  722. this.FilePath.Width = 200;
  723. //
  724. // FrmCamera
  725. //
  726. this.AutoScaleDimensions = new System.Drawing.SizeF(192F, 192F);
  727. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  728. this.BackColor = System.Drawing.Color.White;
  729. this.ClientSize = new System.Drawing.Size(2048, 1536);
  730. this.ControlBox = false;
  731. this.Controls.Add(this.tableLayoutPanel1);
  732. this.Cursor = System.Windows.Forms.Cursors.Default;
  733. this.DoubleBuffered = true;
  734. this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  736. this.Margin = new System.Windows.Forms.Padding(6);
  737. this.Name = "FrmCamera";
  738. this.ShowIcon = false;
  739. this.ShowInTaskbar = false;
  740. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  741. this.Text = "图像采集";
  742. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  743. this.Load += new System.EventHandler(this.FrmCamera_Load);
  744. this.tableLayoutPanel1.ResumeLayout(false);
  745. this.groupBox1.ResumeLayout(false);
  746. this.tableLayoutPanel2.ResumeLayout(false);
  747. this.tableLayoutPanel2.PerformLayout();
  748. this.groupBox2.ResumeLayout(false);
  749. this.tableLayoutPanel3.ResumeLayout(false);
  750. this.tableLayoutPanel3.PerformLayout();
  751. this.groupBox3.ResumeLayout(false);
  752. this.groupBox3.PerformLayout();
  753. this.groupBox4.ResumeLayout(false);
  754. this.panel1.ResumeLayout(false);
  755. ((System.ComponentModel.ISupportInitialize)(this.dgvImg)).EndInit();
  756. this.ResumeLayout(false);
  757. }
  758. #endregion
  759. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  760. private AForge.Controls.VideoSourcePlayer videoSourcePlayer1;
  761. private System.Windows.Forms.GroupBox groupBox1;
  762. private System.Windows.Forms.Label label4;
  763. private System.Windows.Forms.Label label3;
  764. private System.Windows.Forms.Label label2;
  765. private System.Windows.Forms.Label label1;
  766. private System.Windows.Forms.GroupBox groupBox2;
  767. private System.Windows.Forms.Label label9;
  768. private System.Windows.Forms.Label label8;
  769. private System.Windows.Forms.Label label7;
  770. private System.Windows.Forms.Label label6;
  771. private System.Windows.Forms.Label label5;
  772. private Customize.Controls.CcTrackBar tbGamma;
  773. private Customize.Controls.CcTrackBar tbSaturation;
  774. private Customize.Controls.CcTrackBar tbHue;
  775. private Customize.Controls.CcTrackBar tbContrast;
  776. private Customize.Controls.CcTrackBar tbBrightness;
  777. private System.Windows.Forms.GroupBox groupBox3;
  778. private System.Windows.Forms.ComboBox cmbPixelVideo;
  779. private System.Windows.Forms.Label label11;
  780. private System.Windows.Forms.ComboBox cmbCamera;
  781. private System.Windows.Forms.Label label10;
  782. private System.Windows.Forms.Button btnDeviceProperty;
  783. private System.Windows.Forms.Label label12;
  784. private System.Windows.Forms.ImageList imageList1;
  785. private System.Windows.Forms.GroupBox groupBox4;
  786. private System.Windows.Forms.Button btnImageShare;
  787. private System.Windows.Forms.Button btnImageContrast;
  788. private System.Windows.Forms.Button button3;
  789. private System.Windows.Forms.Button btnPhotoGraph;
  790. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  791. private System.Windows.Forms.Label lbAsbitenNames;
  792. private System.Windows.Forms.Label lbAge;
  793. private System.Windows.Forms.Label lbSexName;
  794. private System.Windows.Forms.Label lbPatName;
  795. private System.Windows.Forms.Label lbBarCode;
  796. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  797. private System.Windows.Forms.Button btnClose;
  798. private System.Windows.Forms.Panel panel1;
  799. private System.Windows.Forms.DataGridView dgvImg;
  800. private System.Windows.Forms.DataGridViewCheckBoxColumn selected;
  801. private System.Windows.Forms.DataGridViewImageColumn examImage;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn FilePath;
  803. }
  804. }