VideoCfg_Form.designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. namespace VzClientSDKDemo
  2. {
  3. partial class VideoCfg_Form
  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.tabControl1 = new System.Windows.Forms.TabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.cmb_img_quality = new System.Windows.Forms.ComboBox();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.txt_rateval = new System.Windows.Forms.TextBox();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.cmb_compress_mode = new System.Windows.Forms.ComboBox();
  36. this.label8 = new System.Windows.Forms.Label();
  37. this.cmb_encode_type = new System.Windows.Forms.ComboBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.cmb_frame_rate = new System.Windows.Forms.ComboBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.cmb_frame_size = new System.Windows.Forms.ComboBox();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.tabPage2 = new System.Windows.Forms.TabPage();
  44. this.m_cmbDeNoiseLenth = new System.Windows.Forms.ComboBox();
  45. this.label17 = new System.Windows.Forms.Label();
  46. this.m_cmbDeNoiseMode = new System.Windows.Forms.ComboBox();
  47. this.label18 = new System.Windows.Forms.Label();
  48. this.btnRecovery = new System.Windows.Forms.Button();
  49. this.cmb_img_pos = new System.Windows.Forms.ComboBox();
  50. this.label16 = new System.Windows.Forms.Label();
  51. this.cmb_exposure_time = new System.Windows.Forms.ComboBox();
  52. this.label15 = new System.Windows.Forms.Label();
  53. this.cmb_video_standard = new System.Windows.Forms.ComboBox();
  54. this.label14 = new System.Windows.Forms.Label();
  55. this.tbar_definition = new System.Windows.Forms.TrackBar();
  56. this.label13 = new System.Windows.Forms.Label();
  57. this.tbar_saturation = new System.Windows.Forms.TrackBar();
  58. this.label12 = new System.Windows.Forms.Label();
  59. this.tbar_contrast = new System.Windows.Forms.TrackBar();
  60. this.label10 = new System.Windows.Forms.Label();
  61. this.tbar_bright = new System.Windows.Forms.TrackBar();
  62. this.label2 = new System.Windows.Forms.Label();
  63. this.comboBox4 = new System.Windows.Forms.ComboBox();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.comboBox5 = new System.Windows.Forms.ComboBox();
  66. this.label6 = new System.Windows.Forms.Label();
  67. this.comboBox6 = new System.Windows.Forms.ComboBox();
  68. this.label7 = new System.Windows.Forms.Label();
  69. this.lblBright = new System.Windows.Forms.Label();
  70. this.lblContrast = new System.Windows.Forms.Label();
  71. this.lblSaturation = new System.Windows.Forms.Label();
  72. this.lblDefinition = new System.Windows.Forms.Label();
  73. this.tabControl1.SuspendLayout();
  74. this.tabPage1.SuspendLayout();
  75. this.tabPage2.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // tabControl1
  83. //
  84. this.tabControl1.Controls.Add(this.tabPage1);
  85. this.tabControl1.Controls.Add(this.tabPage2);
  86. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  87. this.tabControl1.Name = "tabControl1";
  88. this.tabControl1.SelectedIndex = 0;
  89. this.tabControl1.Size = new System.Drawing.Size(376, 379);
  90. this.tabControl1.TabIndex = 0;
  91. //
  92. // tabPage1
  93. //
  94. this.tabPage1.Controls.Add(this.cmb_img_quality);
  95. this.tabPage1.Controls.Add(this.label11);
  96. this.tabPage1.Controls.Add(this.btnSave);
  97. this.tabPage1.Controls.Add(this.txt_rateval);
  98. this.tabPage1.Controls.Add(this.label9);
  99. this.tabPage1.Controls.Add(this.cmb_compress_mode);
  100. this.tabPage1.Controls.Add(this.label8);
  101. this.tabPage1.Controls.Add(this.cmb_encode_type);
  102. this.tabPage1.Controls.Add(this.label4);
  103. this.tabPage1.Controls.Add(this.cmb_frame_rate);
  104. this.tabPage1.Controls.Add(this.label3);
  105. this.tabPage1.Controls.Add(this.cmb_frame_size);
  106. this.tabPage1.Controls.Add(this.label1);
  107. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  108. this.tabPage1.Name = "tabPage1";
  109. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  110. this.tabPage1.Size = new System.Drawing.Size(368, 353);
  111. this.tabPage1.TabIndex = 0;
  112. this.tabPage1.Text = "主码流";
  113. this.tabPage1.UseVisualStyleBackColor = true;
  114. //
  115. // cmb_img_quality
  116. //
  117. this.cmb_img_quality.FormattingEnabled = true;
  118. this.cmb_img_quality.Items.AddRange(new object[] {
  119. "最流畅",
  120. "较流畅",
  121. "流畅",
  122. "中等",
  123. "清晰",
  124. "较清晰",
  125. "最清晰"});
  126. this.cmb_img_quality.Location = new System.Drawing.Point(78, 143);
  127. this.cmb_img_quality.Name = "cmb_img_quality";
  128. this.cmb_img_quality.Size = new System.Drawing.Size(121, 20);
  129. this.cmb_img_quality.TabIndex = 12;
  130. //
  131. // label11
  132. //
  133. this.label11.AutoSize = true;
  134. this.label11.Location = new System.Drawing.Point(14, 146);
  135. this.label11.Name = "label11";
  136. this.label11.Size = new System.Drawing.Size(53, 12);
  137. this.label11.TabIndex = 11;
  138. this.label11.Text = "图像质量";
  139. //
  140. // btnSave
  141. //
  142. this.btnSave.Location = new System.Drawing.Point(133, 206);
  143. this.btnSave.Name = "btnSave";
  144. this.btnSave.Size = new System.Drawing.Size(64, 23);
  145. this.btnSave.TabIndex = 10;
  146. this.btnSave.Text = "确定";
  147. this.btnSave.UseVisualStyleBackColor = true;
  148. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  149. //
  150. // txt_rateval
  151. //
  152. this.txt_rateval.Location = new System.Drawing.Point(78, 172);
  153. this.txt_rateval.Name = "txt_rateval";
  154. this.txt_rateval.Size = new System.Drawing.Size(121, 21);
  155. this.txt_rateval.TabIndex = 9;
  156. //
  157. // label9
  158. //
  159. this.label9.AutoSize = true;
  160. this.label9.Location = new System.Drawing.Point(14, 173);
  161. this.label9.Name = "label9";
  162. this.label9.Size = new System.Drawing.Size(53, 12);
  163. this.label9.TabIndex = 8;
  164. this.label9.Text = "码流上限";
  165. //
  166. // cmb_compress_mode
  167. //
  168. this.cmb_compress_mode.FormattingEnabled = true;
  169. this.cmb_compress_mode.Items.AddRange(new object[] {
  170. "定码流",
  171. "变码流"});
  172. this.cmb_compress_mode.Location = new System.Drawing.Point(78, 115);
  173. this.cmb_compress_mode.Name = "cmb_compress_mode";
  174. this.cmb_compress_mode.Size = new System.Drawing.Size(121, 20);
  175. this.cmb_compress_mode.TabIndex = 7;
  176. this.cmb_compress_mode.SelectedIndexChanged += new System.EventHandler(this.cmb_compress_mode_SelectedIndexChanged);
  177. //
  178. // label8
  179. //
  180. this.label8.AutoSize = true;
  181. this.label8.Location = new System.Drawing.Point(14, 118);
  182. this.label8.Name = "label8";
  183. this.label8.Size = new System.Drawing.Size(53, 12);
  184. this.label8.TabIndex = 6;
  185. this.label8.Text = "码流控制";
  186. //
  187. // cmb_encode_type
  188. //
  189. this.cmb_encode_type.FormattingEnabled = true;
  190. this.cmb_encode_type.Items.AddRange(new object[] {
  191. "H264",
  192. "JPEG"});
  193. this.cmb_encode_type.Location = new System.Drawing.Point(79, 81);
  194. this.cmb_encode_type.Name = "cmb_encode_type";
  195. this.cmb_encode_type.Size = new System.Drawing.Size(121, 20);
  196. this.cmb_encode_type.TabIndex = 5;
  197. this.cmb_encode_type.SelectedIndexChanged += new System.EventHandler(this.cmb_encode_type_SelectedIndexChanged);
  198. //
  199. // label4
  200. //
  201. this.label4.AutoSize = true;
  202. this.label4.Location = new System.Drawing.Point(15, 84);
  203. this.label4.Name = "label4";
  204. this.label4.Size = new System.Drawing.Size(53, 12);
  205. this.label4.TabIndex = 4;
  206. this.label4.Text = "编码方式";
  207. //
  208. // cmb_frame_rate
  209. //
  210. this.cmb_frame_rate.FormattingEnabled = true;
  211. this.cmb_frame_rate.Items.AddRange(new object[] {
  212. "1",
  213. "2",
  214. "3",
  215. "4",
  216. "5",
  217. "6",
  218. "7",
  219. "8",
  220. "9",
  221. "10",
  222. "11",
  223. "12",
  224. "13",
  225. "14",
  226. "15",
  227. "16",
  228. "17",
  229. "18",
  230. "19",
  231. "20",
  232. "21",
  233. "22",
  234. "23",
  235. "24",
  236. "25"});
  237. this.cmb_frame_rate.Location = new System.Drawing.Point(79, 48);
  238. this.cmb_frame_rate.Name = "cmb_frame_rate";
  239. this.cmb_frame_rate.Size = new System.Drawing.Size(121, 20);
  240. this.cmb_frame_rate.TabIndex = 3;
  241. //
  242. // label3
  243. //
  244. this.label3.AutoSize = true;
  245. this.label3.Location = new System.Drawing.Point(15, 51);
  246. this.label3.Name = "label3";
  247. this.label3.Size = new System.Drawing.Size(41, 12);
  248. this.label3.TabIndex = 2;
  249. this.label3.Text = "帧 率";
  250. //
  251. // cmb_frame_size
  252. //
  253. this.cmb_frame_size.FormattingEnabled = true;
  254. this.cmb_frame_size.Items.AddRange(new object[] {
  255. "352x288",
  256. "704x576",
  257. "1280x720",
  258. "1920x1080"});
  259. this.cmb_frame_size.Location = new System.Drawing.Point(79, 17);
  260. this.cmb_frame_size.Name = "cmb_frame_size";
  261. this.cmb_frame_size.Size = new System.Drawing.Size(121, 20);
  262. this.cmb_frame_size.TabIndex = 1;
  263. //
  264. // label1
  265. //
  266. this.label1.AutoSize = true;
  267. this.label1.Location = new System.Drawing.Point(15, 20);
  268. this.label1.Name = "label1";
  269. this.label1.Size = new System.Drawing.Size(41, 12);
  270. this.label1.TabIndex = 0;
  271. this.label1.Text = "分辨率";
  272. //
  273. // tabPage2
  274. //
  275. this.tabPage2.Controls.Add(this.lblDefinition);
  276. this.tabPage2.Controls.Add(this.lblSaturation);
  277. this.tabPage2.Controls.Add(this.lblContrast);
  278. this.tabPage2.Controls.Add(this.lblBright);
  279. this.tabPage2.Controls.Add(this.m_cmbDeNoiseLenth);
  280. this.tabPage2.Controls.Add(this.label17);
  281. this.tabPage2.Controls.Add(this.m_cmbDeNoiseMode);
  282. this.tabPage2.Controls.Add(this.label18);
  283. this.tabPage2.Controls.Add(this.btnRecovery);
  284. this.tabPage2.Controls.Add(this.cmb_img_pos);
  285. this.tabPage2.Controls.Add(this.label16);
  286. this.tabPage2.Controls.Add(this.cmb_exposure_time);
  287. this.tabPage2.Controls.Add(this.label15);
  288. this.tabPage2.Controls.Add(this.cmb_video_standard);
  289. this.tabPage2.Controls.Add(this.label14);
  290. this.tabPage2.Controls.Add(this.tbar_definition);
  291. this.tabPage2.Controls.Add(this.label13);
  292. this.tabPage2.Controls.Add(this.tbar_saturation);
  293. this.tabPage2.Controls.Add(this.label12);
  294. this.tabPage2.Controls.Add(this.tbar_contrast);
  295. this.tabPage2.Controls.Add(this.label10);
  296. this.tabPage2.Controls.Add(this.tbar_bright);
  297. this.tabPage2.Controls.Add(this.label2);
  298. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  299. this.tabPage2.Name = "tabPage2";
  300. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  301. this.tabPage2.Size = new System.Drawing.Size(368, 353);
  302. this.tabPage2.TabIndex = 1;
  303. this.tabPage2.Text = "视频源";
  304. this.tabPage2.UseVisualStyleBackColor = true;
  305. //
  306. // m_cmbDeNoiseLenth
  307. //
  308. this.m_cmbDeNoiseLenth.FormattingEnabled = true;
  309. this.m_cmbDeNoiseLenth.Items.AddRange(new object[] {
  310. "自动",
  311. "低",
  312. "中",
  313. "高"});
  314. this.m_cmbDeNoiseLenth.Location = new System.Drawing.Point(72, 301);
  315. this.m_cmbDeNoiseLenth.Name = "m_cmbDeNoiseLenth";
  316. this.m_cmbDeNoiseLenth.Size = new System.Drawing.Size(140, 20);
  317. this.m_cmbDeNoiseLenth.TabIndex = 18;
  318. this.m_cmbDeNoiseLenth.SelectedIndexChanged += new System.EventHandler(this.m_cmbDeNoiseLenth_SelectedIndexChanged);
  319. //
  320. // label17
  321. //
  322. this.label17.AutoSize = true;
  323. this.label17.Location = new System.Drawing.Point(11, 304);
  324. this.label17.Name = "label17";
  325. this.label17.Size = new System.Drawing.Size(53, 12);
  326. this.label17.TabIndex = 17;
  327. this.label17.Text = "降噪强度";
  328. //
  329. // m_cmbDeNoiseMode
  330. //
  331. this.m_cmbDeNoiseMode.FormattingEnabled = true;
  332. this.m_cmbDeNoiseMode.Items.AddRange(new object[] {
  333. "OFF",
  334. "SNF",
  335. "TNF",
  336. "SNF+TNF"});
  337. this.m_cmbDeNoiseMode.Location = new System.Drawing.Point(72, 268);
  338. this.m_cmbDeNoiseMode.Name = "m_cmbDeNoiseMode";
  339. this.m_cmbDeNoiseMode.Size = new System.Drawing.Size(140, 20);
  340. this.m_cmbDeNoiseMode.TabIndex = 16;
  341. this.m_cmbDeNoiseMode.SelectedIndexChanged += new System.EventHandler(this.m_cmbDeNoiseMode_SelectedIndexChanged);
  342. //
  343. // label18
  344. //
  345. this.label18.AutoSize = true;
  346. this.label18.Location = new System.Drawing.Point(11, 271);
  347. this.label18.Name = "label18";
  348. this.label18.Size = new System.Drawing.Size(53, 12);
  349. this.label18.TabIndex = 15;
  350. this.label18.Text = "降噪模式";
  351. //
  352. // btnRecovery
  353. //
  354. this.btnRecovery.Location = new System.Drawing.Point(229, 327);
  355. this.btnRecovery.Name = "btnRecovery";
  356. this.btnRecovery.Size = new System.Drawing.Size(75, 23);
  357. this.btnRecovery.TabIndex = 14;
  358. this.btnRecovery.Text = "恢复默认";
  359. this.btnRecovery.UseVisualStyleBackColor = true;
  360. this.btnRecovery.Click += new System.EventHandler(this.btnRecovery_Click);
  361. //
  362. // cmb_img_pos
  363. //
  364. this.cmb_img_pos.FormattingEnabled = true;
  365. this.cmb_img_pos.Items.AddRange(new object[] {
  366. "原始图像",
  367. "上下翻转",
  368. "左右翻转",
  369. "中心翻转"});
  370. this.cmb_img_pos.Location = new System.Drawing.Point(72, 237);
  371. this.cmb_img_pos.Name = "cmb_img_pos";
  372. this.cmb_img_pos.Size = new System.Drawing.Size(140, 20);
  373. this.cmb_img_pos.TabIndex = 13;
  374. this.cmb_img_pos.SelectedIndexChanged += new System.EventHandler(this.cmb_img_pos_SelectedIndexChanged);
  375. //
  376. // label16
  377. //
  378. this.label16.AutoSize = true;
  379. this.label16.Location = new System.Drawing.Point(11, 240);
  380. this.label16.Name = "label16";
  381. this.label16.Size = new System.Drawing.Size(53, 12);
  382. this.label16.TabIndex = 12;
  383. this.label16.Text = "图像翻转";
  384. //
  385. // cmb_exposure_time
  386. //
  387. this.cmb_exposure_time.FormattingEnabled = true;
  388. this.cmb_exposure_time.Items.AddRange(new object[] {
  389. "0~8ms 停车场推荐",
  390. "0~4ms",
  391. "0~2ms 卡口推荐"});
  392. this.cmb_exposure_time.Location = new System.Drawing.Point(72, 204);
  393. this.cmb_exposure_time.Name = "cmb_exposure_time";
  394. this.cmb_exposure_time.Size = new System.Drawing.Size(140, 20);
  395. this.cmb_exposure_time.TabIndex = 11;
  396. this.cmb_exposure_time.SelectedIndexChanged += new System.EventHandler(this.cmb_exposure_time_SelectedIndexChanged);
  397. //
  398. // label15
  399. //
  400. this.label15.AutoSize = true;
  401. this.label15.Location = new System.Drawing.Point(11, 207);
  402. this.label15.Name = "label15";
  403. this.label15.Size = new System.Drawing.Size(53, 12);
  404. this.label15.TabIndex = 10;
  405. this.label15.Text = "曝光时间";
  406. //
  407. // cmb_video_standard
  408. //
  409. this.cmb_video_standard.FormattingEnabled = true;
  410. this.cmb_video_standard.Items.AddRange(new object[] {
  411. "MaxOrZero",
  412. "50Hz",
  413. "60Hz"});
  414. this.cmb_video_standard.Location = new System.Drawing.Point(72, 172);
  415. this.cmb_video_standard.Name = "cmb_video_standard";
  416. this.cmb_video_standard.Size = new System.Drawing.Size(140, 20);
  417. this.cmb_video_standard.TabIndex = 9;
  418. this.cmb_video_standard.SelectedIndexChanged += new System.EventHandler(this.cmb_video_standard_SelectedIndexChanged);
  419. //
  420. // label14
  421. //
  422. this.label14.AutoSize = true;
  423. this.label14.Location = new System.Drawing.Point(11, 175);
  424. this.label14.Name = "label14";
  425. this.label14.Size = new System.Drawing.Size(53, 12);
  426. this.label14.TabIndex = 8;
  427. this.label14.Text = "视频制式";
  428. //
  429. // tbar_definition
  430. //
  431. this.tbar_definition.AutoSize = false;
  432. this.tbar_definition.Location = new System.Drawing.Point(71, 115);
  433. this.tbar_definition.Maximum = 100;
  434. this.tbar_definition.Name = "tbar_definition";
  435. this.tbar_definition.Size = new System.Drawing.Size(220, 25);
  436. this.tbar_definition.TabIndex = 7;
  437. this.tbar_definition.TickStyle = System.Windows.Forms.TickStyle.None;
  438. this.tbar_definition.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_definition_MouseUp);
  439. //
  440. // label13
  441. //
  442. this.label13.AutoSize = true;
  443. this.label13.Location = new System.Drawing.Point(23, 119);
  444. this.label13.Name = "label13";
  445. this.label13.Size = new System.Drawing.Size(41, 12);
  446. this.label13.TabIndex = 6;
  447. this.label13.Text = "清淅度";
  448. //
  449. // tbar_saturation
  450. //
  451. this.tbar_saturation.AutoSize = false;
  452. this.tbar_saturation.Location = new System.Drawing.Point(71, 83);
  453. this.tbar_saturation.Maximum = 100;
  454. this.tbar_saturation.Name = "tbar_saturation";
  455. this.tbar_saturation.Size = new System.Drawing.Size(220, 25);
  456. this.tbar_saturation.TabIndex = 5;
  457. this.tbar_saturation.TickStyle = System.Windows.Forms.TickStyle.None;
  458. this.tbar_saturation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_saturation_MouseUp);
  459. //
  460. // label12
  461. //
  462. this.label12.AutoSize = true;
  463. this.label12.Location = new System.Drawing.Point(23, 87);
  464. this.label12.Name = "label12";
  465. this.label12.Size = new System.Drawing.Size(41, 12);
  466. this.label12.TabIndex = 4;
  467. this.label12.Text = "饱和度";
  468. //
  469. // tbar_contrast
  470. //
  471. this.tbar_contrast.AutoSize = false;
  472. this.tbar_contrast.Location = new System.Drawing.Point(72, 50);
  473. this.tbar_contrast.Maximum = 100;
  474. this.tbar_contrast.Name = "tbar_contrast";
  475. this.tbar_contrast.Size = new System.Drawing.Size(219, 25);
  476. this.tbar_contrast.TabIndex = 3;
  477. this.tbar_contrast.TickStyle = System.Windows.Forms.TickStyle.None;
  478. this.tbar_contrast.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_contrast_MouseUp);
  479. //
  480. // label10
  481. //
  482. this.label10.AutoSize = true;
  483. this.label10.Location = new System.Drawing.Point(24, 54);
  484. this.label10.Name = "label10";
  485. this.label10.Size = new System.Drawing.Size(41, 12);
  486. this.label10.TabIndex = 2;
  487. this.label10.Text = "对比度";
  488. //
  489. // tbar_bright
  490. //
  491. this.tbar_bright.AutoSize = false;
  492. this.tbar_bright.Location = new System.Drawing.Point(71, 17);
  493. this.tbar_bright.Maximum = 100;
  494. this.tbar_bright.Name = "tbar_bright";
  495. this.tbar_bright.Size = new System.Drawing.Size(220, 25);
  496. this.tbar_bright.TabIndex = 1;
  497. this.tbar_bright.TickStyle = System.Windows.Forms.TickStyle.None;
  498. this.tbar_bright.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_bright_MouseUp);
  499. //
  500. // label2
  501. //
  502. this.label2.AutoSize = true;
  503. this.label2.Location = new System.Drawing.Point(23, 21);
  504. this.label2.Name = "label2";
  505. this.label2.Size = new System.Drawing.Size(29, 12);
  506. this.label2.TabIndex = 0;
  507. this.label2.Text = "亮度";
  508. //
  509. // comboBox4
  510. //
  511. this.comboBox4.FormattingEnabled = true;
  512. this.comboBox4.Location = new System.Drawing.Point(72, 81);
  513. this.comboBox4.Name = "comboBox4";
  514. this.comboBox4.Size = new System.Drawing.Size(121, 20);
  515. this.comboBox4.TabIndex = 5;
  516. //
  517. // label5
  518. //
  519. this.label5.AutoSize = true;
  520. this.label5.Location = new System.Drawing.Point(15, 84);
  521. this.label5.Name = "label5";
  522. this.label5.Size = new System.Drawing.Size(41, 12);
  523. this.label5.TabIndex = 4;
  524. this.label5.Text = "分辨率";
  525. //
  526. // comboBox5
  527. //
  528. this.comboBox5.FormattingEnabled = true;
  529. this.comboBox5.Location = new System.Drawing.Point(72, 48);
  530. this.comboBox5.Name = "comboBox5";
  531. this.comboBox5.Size = new System.Drawing.Size(121, 20);
  532. this.comboBox5.TabIndex = 3;
  533. //
  534. // label6
  535. //
  536. this.label6.AutoSize = true;
  537. this.label6.Location = new System.Drawing.Point(15, 51);
  538. this.label6.Name = "label6";
  539. this.label6.Size = new System.Drawing.Size(41, 12);
  540. this.label6.TabIndex = 2;
  541. this.label6.Text = "分辨率";
  542. //
  543. // comboBox6
  544. //
  545. this.comboBox6.FormattingEnabled = true;
  546. this.comboBox6.Location = new System.Drawing.Point(72, 17);
  547. this.comboBox6.Name = "comboBox6";
  548. this.comboBox6.Size = new System.Drawing.Size(121, 20);
  549. this.comboBox6.TabIndex = 1;
  550. //
  551. // label7
  552. //
  553. this.label7.AutoSize = true;
  554. this.label7.Location = new System.Drawing.Point(15, 20);
  555. this.label7.Name = "label7";
  556. this.label7.Size = new System.Drawing.Size(41, 12);
  557. this.label7.TabIndex = 0;
  558. this.label7.Text = "分辨率";
  559. //
  560. // lblBright
  561. //
  562. this.lblBright.AutoSize = true;
  563. this.lblBright.Location = new System.Drawing.Point(298, 22);
  564. this.lblBright.Name = "lblBright";
  565. this.lblBright.Size = new System.Drawing.Size(0, 12);
  566. this.lblBright.TabIndex = 19;
  567. //
  568. // lblContrast
  569. //
  570. this.lblContrast.AutoSize = true;
  571. this.lblContrast.Location = new System.Drawing.Point(298, 55);
  572. this.lblContrast.Name = "lblContrast";
  573. this.lblContrast.Size = new System.Drawing.Size(0, 12);
  574. this.lblContrast.TabIndex = 20;
  575. //
  576. // lblSaturation
  577. //
  578. this.lblSaturation.AutoSize = true;
  579. this.lblSaturation.Location = new System.Drawing.Point(298, 88);
  580. this.lblSaturation.Name = "lblSaturation";
  581. this.lblSaturation.Size = new System.Drawing.Size(0, 12);
  582. this.lblSaturation.TabIndex = 21;
  583. //
  584. // lblDefinition
  585. //
  586. this.lblDefinition.AutoSize = true;
  587. this.lblDefinition.Location = new System.Drawing.Point(298, 120);
  588. this.lblDefinition.Name = "lblDefinition";
  589. this.lblDefinition.Size = new System.Drawing.Size(0, 12);
  590. this.lblDefinition.TabIndex = 22;
  591. //
  592. // VideoCfg_Form
  593. //
  594. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  595. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  596. this.ClientSize = new System.Drawing.Size(400, 403);
  597. this.Controls.Add(this.tabControl1);
  598. this.Name = "VideoCfg_Form";
  599. this.Text = "视频参数配置";
  600. this.Load += new System.EventHandler(this.VideoCfg_Form_Load);
  601. this.tabControl1.ResumeLayout(false);
  602. this.tabPage1.ResumeLayout(false);
  603. this.tabPage1.PerformLayout();
  604. this.tabPage2.ResumeLayout(false);
  605. this.tabPage2.PerformLayout();
  606. ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).EndInit();
  607. ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).EndInit();
  608. ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).EndInit();
  609. ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).EndInit();
  610. this.ResumeLayout(false);
  611. }
  612. #endregion
  613. private System.Windows.Forms.TabControl tabControl1;
  614. private System.Windows.Forms.TabPage tabPage1;
  615. private System.Windows.Forms.TabPage tabPage2;
  616. private System.Windows.Forms.Label label1;
  617. private System.Windows.Forms.ComboBox cmb_frame_size;
  618. private System.Windows.Forms.Label label2;
  619. private System.Windows.Forms.TrackBar tbar_bright;
  620. private System.Windows.Forms.ComboBox cmb_encode_type;
  621. private System.Windows.Forms.Label label4;
  622. private System.Windows.Forms.ComboBox cmb_frame_rate;
  623. private System.Windows.Forms.Label label3;
  624. private System.Windows.Forms.Label label9;
  625. private System.Windows.Forms.ComboBox cmb_compress_mode;
  626. private System.Windows.Forms.Label label8;
  627. private System.Windows.Forms.ComboBox comboBox4;
  628. private System.Windows.Forms.Label label5;
  629. private System.Windows.Forms.ComboBox comboBox5;
  630. private System.Windows.Forms.Label label6;
  631. private System.Windows.Forms.ComboBox comboBox6;
  632. private System.Windows.Forms.Label label7;
  633. private System.Windows.Forms.TextBox txt_rateval;
  634. private System.Windows.Forms.Button btnSave;
  635. private System.Windows.Forms.TrackBar tbar_contrast;
  636. private System.Windows.Forms.Label label10;
  637. private System.Windows.Forms.ComboBox cmb_img_quality;
  638. private System.Windows.Forms.Label label11;
  639. private System.Windows.Forms.TrackBar tbar_definition;
  640. private System.Windows.Forms.Label label13;
  641. private System.Windows.Forms.TrackBar tbar_saturation;
  642. private System.Windows.Forms.Label label12;
  643. private System.Windows.Forms.Label label14;
  644. private System.Windows.Forms.ComboBox cmb_video_standard;
  645. private System.Windows.Forms.ComboBox cmb_img_pos;
  646. private System.Windows.Forms.Label label16;
  647. private System.Windows.Forms.ComboBox cmb_exposure_time;
  648. private System.Windows.Forms.Label label15;
  649. private System.Windows.Forms.Button btnRecovery;
  650. private System.Windows.Forms.ComboBox m_cmbDeNoiseLenth;
  651. private System.Windows.Forms.Label label17;
  652. private System.Windows.Forms.ComboBox m_cmbDeNoiseMode;
  653. private System.Windows.Forms.Label label18;
  654. private System.Windows.Forms.Label lblDefinition;
  655. private System.Windows.Forms.Label lblSaturation;
  656. private System.Windows.Forms.Label lblContrast;
  657. private System.Windows.Forms.Label lblBright;
  658. }
  659. }