RVideoCfg_Form.designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. namespace VzClientSDKDemo
  2. {
  3. partial class RVideoCfg_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.m_cmbStreamType = new System.Windows.Forms.ComboBox();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.cmb_img_quality = new System.Windows.Forms.ComboBox();
  33. this.label11 = new System.Windows.Forms.Label();
  34. this.btnSave = new System.Windows.Forms.Button();
  35. this.txt_rateval = new System.Windows.Forms.TextBox();
  36. this.label9 = new System.Windows.Forms.Label();
  37. this.cmb_compress_mode = new System.Windows.Forms.ComboBox();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.cmb_encode_type = new System.Windows.Forms.ComboBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.cmb_frame_rate = new System.Windows.Forms.ComboBox();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.cmb_frame_size = new System.Windows.Forms.ComboBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.tabPage2 = new System.Windows.Forms.TabPage();
  46. this.btnRecovery = new System.Windows.Forms.Button();
  47. this.cmb_img_pos = new System.Windows.Forms.ComboBox();
  48. this.label16 = new System.Windows.Forms.Label();
  49. this.cmb_exposure_time = new System.Windows.Forms.ComboBox();
  50. this.label15 = new System.Windows.Forms.Label();
  51. this.tbar_definition = new System.Windows.Forms.TrackBar();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.tbar_saturation = new System.Windows.Forms.TrackBar();
  54. this.label12 = new System.Windows.Forms.Label();
  55. this.tbar_contrast = new System.Windows.Forms.TrackBar();
  56. this.label10 = new System.Windows.Forms.Label();
  57. this.tbar_bright = new System.Windows.Forms.TrackBar();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.lblDefinition = new System.Windows.Forms.Label();
  60. this.lblSaturation = new System.Windows.Forms.Label();
  61. this.lblContrast = new System.Windows.Forms.Label();
  62. this.lblBright = new System.Windows.Forms.Label();
  63. this.tabControl1.SuspendLayout();
  64. this.tabPage1.SuspendLayout();
  65. this.tabPage2.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // tabControl1
  73. //
  74. this.tabControl1.Controls.Add(this.tabPage1);
  75. this.tabControl1.Controls.Add(this.tabPage2);
  76. this.tabControl1.Location = new System.Drawing.Point(12, 12);
  77. this.tabControl1.Name = "tabControl1";
  78. this.tabControl1.SelectedIndex = 0;
  79. this.tabControl1.Size = new System.Drawing.Size(376, 379);
  80. this.tabControl1.TabIndex = 1;
  81. //
  82. // tabPage1
  83. //
  84. this.tabPage1.Controls.Add(this.m_cmbStreamType);
  85. this.tabPage1.Controls.Add(this.label5);
  86. this.tabPage1.Controls.Add(this.cmb_img_quality);
  87. this.tabPage1.Controls.Add(this.label11);
  88. this.tabPage1.Controls.Add(this.btnSave);
  89. this.tabPage1.Controls.Add(this.txt_rateval);
  90. this.tabPage1.Controls.Add(this.label9);
  91. this.tabPage1.Controls.Add(this.cmb_compress_mode);
  92. this.tabPage1.Controls.Add(this.label8);
  93. this.tabPage1.Controls.Add(this.cmb_encode_type);
  94. this.tabPage1.Controls.Add(this.label4);
  95. this.tabPage1.Controls.Add(this.cmb_frame_rate);
  96. this.tabPage1.Controls.Add(this.label3);
  97. this.tabPage1.Controls.Add(this.cmb_frame_size);
  98. this.tabPage1.Controls.Add(this.label1);
  99. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  100. this.tabPage1.Name = "tabPage1";
  101. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  102. this.tabPage1.Size = new System.Drawing.Size(368, 353);
  103. this.tabPage1.TabIndex = 0;
  104. this.tabPage1.Text = "主码流";
  105. this.tabPage1.UseVisualStyleBackColor = true;
  106. //
  107. // m_cmbStreamType
  108. //
  109. this.m_cmbStreamType.FormattingEnabled = true;
  110. this.m_cmbStreamType.Items.AddRange(new object[] {
  111. "主码流",
  112. "子码流"});
  113. this.m_cmbStreamType.Location = new System.Drawing.Point(79, 31);
  114. this.m_cmbStreamType.Name = "m_cmbStreamType";
  115. this.m_cmbStreamType.Size = new System.Drawing.Size(121, 20);
  116. this.m_cmbStreamType.TabIndex = 14;
  117. this.m_cmbStreamType.SelectedIndexChanged += new System.EventHandler(this.m_cmbStreamType_SelectedIndexChanged);
  118. //
  119. // label5
  120. //
  121. this.label5.AutoSize = true;
  122. this.label5.Location = new System.Drawing.Point(16, 35);
  123. this.label5.Name = "label5";
  124. this.label5.Size = new System.Drawing.Size(29, 12);
  125. this.label5.TabIndex = 13;
  126. this.label5.Text = "码流";
  127. //
  128. // cmb_img_quality
  129. //
  130. this.cmb_img_quality.FormattingEnabled = true;
  131. this.cmb_img_quality.Items.AddRange(new object[] {
  132. "最流畅",
  133. "较流畅",
  134. "流畅",
  135. "中等",
  136. "清晰",
  137. "较清晰",
  138. "最清晰"});
  139. this.cmb_img_quality.Location = new System.Drawing.Point(78, 188);
  140. this.cmb_img_quality.Name = "cmb_img_quality";
  141. this.cmb_img_quality.Size = new System.Drawing.Size(121, 20);
  142. this.cmb_img_quality.TabIndex = 12;
  143. //
  144. // label11
  145. //
  146. this.label11.AutoSize = true;
  147. this.label11.Location = new System.Drawing.Point(14, 191);
  148. this.label11.Name = "label11";
  149. this.label11.Size = new System.Drawing.Size(53, 12);
  150. this.label11.TabIndex = 11;
  151. this.label11.Text = "图像质量";
  152. //
  153. // btnSave
  154. //
  155. this.btnSave.Location = new System.Drawing.Point(133, 251);
  156. this.btnSave.Name = "btnSave";
  157. this.btnSave.Size = new System.Drawing.Size(64, 23);
  158. this.btnSave.TabIndex = 10;
  159. this.btnSave.Text = "确定";
  160. this.btnSave.UseVisualStyleBackColor = true;
  161. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  162. //
  163. // txt_rateval
  164. //
  165. this.txt_rateval.Location = new System.Drawing.Point(78, 217);
  166. this.txt_rateval.Name = "txt_rateval";
  167. this.txt_rateval.Size = new System.Drawing.Size(121, 21);
  168. this.txt_rateval.TabIndex = 9;
  169. //
  170. // label9
  171. //
  172. this.label9.AutoSize = true;
  173. this.label9.Location = new System.Drawing.Point(14, 218);
  174. this.label9.Name = "label9";
  175. this.label9.Size = new System.Drawing.Size(53, 12);
  176. this.label9.TabIndex = 8;
  177. this.label9.Text = "码流上限";
  178. //
  179. // cmb_compress_mode
  180. //
  181. this.cmb_compress_mode.FormattingEnabled = true;
  182. this.cmb_compress_mode.Items.AddRange(new object[] {
  183. "定码流",
  184. "变码流"});
  185. this.cmb_compress_mode.Location = new System.Drawing.Point(78, 160);
  186. this.cmb_compress_mode.Name = "cmb_compress_mode";
  187. this.cmb_compress_mode.Size = new System.Drawing.Size(121, 20);
  188. this.cmb_compress_mode.TabIndex = 7;
  189. //
  190. // label8
  191. //
  192. this.label8.AutoSize = true;
  193. this.label8.Location = new System.Drawing.Point(14, 163);
  194. this.label8.Name = "label8";
  195. this.label8.Size = new System.Drawing.Size(53, 12);
  196. this.label8.TabIndex = 6;
  197. this.label8.Text = "码流控制";
  198. //
  199. // cmb_encode_type
  200. //
  201. this.cmb_encode_type.FormattingEnabled = true;
  202. this.cmb_encode_type.Items.AddRange(new object[] {
  203. "H264"});
  204. this.cmb_encode_type.Location = new System.Drawing.Point(79, 126);
  205. this.cmb_encode_type.Name = "cmb_encode_type";
  206. this.cmb_encode_type.Size = new System.Drawing.Size(121, 20);
  207. this.cmb_encode_type.TabIndex = 5;
  208. //
  209. // label4
  210. //
  211. this.label4.AutoSize = true;
  212. this.label4.Location = new System.Drawing.Point(15, 129);
  213. this.label4.Name = "label4";
  214. this.label4.Size = new System.Drawing.Size(53, 12);
  215. this.label4.TabIndex = 4;
  216. this.label4.Text = "编码方式";
  217. //
  218. // cmb_frame_rate
  219. //
  220. this.cmb_frame_rate.FormattingEnabled = true;
  221. this.cmb_frame_rate.Items.AddRange(new object[] {
  222. "1",
  223. "2",
  224. "3",
  225. "4",
  226. "5",
  227. "6",
  228. "7",
  229. "8",
  230. "9",
  231. "10",
  232. "11",
  233. "12",
  234. "13",
  235. "14",
  236. "15",
  237. "16",
  238. "17",
  239. "18",
  240. "19",
  241. "20",
  242. "21",
  243. "22",
  244. "23",
  245. "24",
  246. "25"});
  247. this.cmb_frame_rate.Location = new System.Drawing.Point(79, 93);
  248. this.cmb_frame_rate.Name = "cmb_frame_rate";
  249. this.cmb_frame_rate.Size = new System.Drawing.Size(121, 20);
  250. this.cmb_frame_rate.TabIndex = 3;
  251. //
  252. // label3
  253. //
  254. this.label3.AutoSize = true;
  255. this.label3.Location = new System.Drawing.Point(15, 96);
  256. this.label3.Name = "label3";
  257. this.label3.Size = new System.Drawing.Size(41, 12);
  258. this.label3.TabIndex = 2;
  259. this.label3.Text = "帧 率";
  260. //
  261. // cmb_frame_size
  262. //
  263. this.cmb_frame_size.FormattingEnabled = true;
  264. this.cmb_frame_size.Items.AddRange(new object[] {
  265. "352x288",
  266. "704x576",
  267. "1280x720",
  268. "1920x1080"});
  269. this.cmb_frame_size.Location = new System.Drawing.Point(79, 62);
  270. this.cmb_frame_size.Name = "cmb_frame_size";
  271. this.cmb_frame_size.Size = new System.Drawing.Size(121, 20);
  272. this.cmb_frame_size.TabIndex = 1;
  273. //
  274. // label1
  275. //
  276. this.label1.AutoSize = true;
  277. this.label1.Location = new System.Drawing.Point(15, 65);
  278. this.label1.Name = "label1";
  279. this.label1.Size = new System.Drawing.Size(41, 12);
  280. this.label1.TabIndex = 0;
  281. this.label1.Text = "分辨率";
  282. //
  283. // tabPage2
  284. //
  285. this.tabPage2.Controls.Add(this.lblDefinition);
  286. this.tabPage2.Controls.Add(this.lblSaturation);
  287. this.tabPage2.Controls.Add(this.lblContrast);
  288. this.tabPage2.Controls.Add(this.lblBright);
  289. this.tabPage2.Controls.Add(this.btnRecovery);
  290. this.tabPage2.Controls.Add(this.cmb_img_pos);
  291. this.tabPage2.Controls.Add(this.label16);
  292. this.tabPage2.Controls.Add(this.cmb_exposure_time);
  293. this.tabPage2.Controls.Add(this.label15);
  294. this.tabPage2.Controls.Add(this.tbar_definition);
  295. this.tabPage2.Controls.Add(this.label13);
  296. this.tabPage2.Controls.Add(this.tbar_saturation);
  297. this.tabPage2.Controls.Add(this.label12);
  298. this.tabPage2.Controls.Add(this.tbar_contrast);
  299. this.tabPage2.Controls.Add(this.label10);
  300. this.tabPage2.Controls.Add(this.tbar_bright);
  301. this.tabPage2.Controls.Add(this.label2);
  302. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  303. this.tabPage2.Name = "tabPage2";
  304. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  305. this.tabPage2.Size = new System.Drawing.Size(368, 353);
  306. this.tabPage2.TabIndex = 1;
  307. this.tabPage2.Text = "视频源";
  308. this.tabPage2.UseVisualStyleBackColor = true;
  309. //
  310. // btnRecovery
  311. //
  312. this.btnRecovery.Location = new System.Drawing.Point(216, 291);
  313. this.btnRecovery.Name = "btnRecovery";
  314. this.btnRecovery.Size = new System.Drawing.Size(75, 23);
  315. this.btnRecovery.TabIndex = 14;
  316. this.btnRecovery.Text = "恢复默认";
  317. this.btnRecovery.UseVisualStyleBackColor = true;
  318. this.btnRecovery.Click += new System.EventHandler(this.btnRecovery_Click);
  319. //
  320. // cmb_img_pos
  321. //
  322. this.cmb_img_pos.FormattingEnabled = true;
  323. this.cmb_img_pos.Items.AddRange(new object[] {
  324. "原始图像",
  325. "上下翻转",
  326. "左右翻转",
  327. "中心翻转"});
  328. this.cmb_img_pos.Location = new System.Drawing.Point(84, 237);
  329. this.cmb_img_pos.Name = "cmb_img_pos";
  330. this.cmb_img_pos.Size = new System.Drawing.Size(140, 20);
  331. this.cmb_img_pos.TabIndex = 13;
  332. this.cmb_img_pos.SelectedIndexChanged += new System.EventHandler(this.cmb_img_pos_SelectedIndexChanged);
  333. //
  334. // label16
  335. //
  336. this.label16.AutoSize = true;
  337. this.label16.Location = new System.Drawing.Point(17, 240);
  338. this.label16.Name = "label16";
  339. this.label16.Size = new System.Drawing.Size(53, 12);
  340. this.label16.TabIndex = 12;
  341. this.label16.Text = "图像翻转";
  342. //
  343. // cmb_exposure_time
  344. //
  345. this.cmb_exposure_time.FormattingEnabled = true;
  346. this.cmb_exposure_time.Items.AddRange(new object[] {
  347. "0~1ms",
  348. "0~2ms",
  349. "0~3ms",
  350. "0~4ms"});
  351. this.cmb_exposure_time.Location = new System.Drawing.Point(84, 204);
  352. this.cmb_exposure_time.Name = "cmb_exposure_time";
  353. this.cmb_exposure_time.Size = new System.Drawing.Size(140, 20);
  354. this.cmb_exposure_time.TabIndex = 11;
  355. this.cmb_exposure_time.SelectedIndexChanged += new System.EventHandler(this.cmb_exposure_time_SelectedIndexChanged);
  356. //
  357. // label15
  358. //
  359. this.label15.AutoSize = true;
  360. this.label15.Location = new System.Drawing.Point(17, 207);
  361. this.label15.Name = "label15";
  362. this.label15.Size = new System.Drawing.Size(53, 12);
  363. this.label15.TabIndex = 10;
  364. this.label15.Text = "曝光时间";
  365. //
  366. // tbar_definition
  367. //
  368. this.tbar_definition.AutoSize = false;
  369. this.tbar_definition.Location = new System.Drawing.Point(83, 115);
  370. this.tbar_definition.Maximum = 100;
  371. this.tbar_definition.Name = "tbar_definition";
  372. this.tbar_definition.Size = new System.Drawing.Size(220, 25);
  373. this.tbar_definition.TabIndex = 7;
  374. this.tbar_definition.TickStyle = System.Windows.Forms.TickStyle.None;
  375. this.tbar_definition.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_definition_MouseUp);
  376. //
  377. // label13
  378. //
  379. this.label13.AutoSize = true;
  380. this.label13.Location = new System.Drawing.Point(23, 119);
  381. this.label13.Name = "label13";
  382. this.label13.Size = new System.Drawing.Size(53, 12);
  383. this.label13.TabIndex = 6;
  384. this.label13.Text = "最大增益";
  385. //
  386. // tbar_saturation
  387. //
  388. this.tbar_saturation.AutoSize = false;
  389. this.tbar_saturation.Location = new System.Drawing.Point(83, 83);
  390. this.tbar_saturation.Maximum = 100;
  391. this.tbar_saturation.Name = "tbar_saturation";
  392. this.tbar_saturation.Size = new System.Drawing.Size(220, 25);
  393. this.tbar_saturation.TabIndex = 5;
  394. this.tbar_saturation.TickStyle = System.Windows.Forms.TickStyle.None;
  395. this.tbar_saturation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_saturation_MouseUp);
  396. //
  397. // label12
  398. //
  399. this.label12.AutoSize = true;
  400. this.label12.Location = new System.Drawing.Point(23, 87);
  401. this.label12.Name = "label12";
  402. this.label12.Size = new System.Drawing.Size(41, 12);
  403. this.label12.TabIndex = 4;
  404. this.label12.Text = "饱和度";
  405. //
  406. // tbar_contrast
  407. //
  408. this.tbar_contrast.AutoSize = false;
  409. this.tbar_contrast.Location = new System.Drawing.Point(84, 50);
  410. this.tbar_contrast.Maximum = 100;
  411. this.tbar_contrast.Name = "tbar_contrast";
  412. this.tbar_contrast.Size = new System.Drawing.Size(219, 25);
  413. this.tbar_contrast.TabIndex = 3;
  414. this.tbar_contrast.TickStyle = System.Windows.Forms.TickStyle.None;
  415. this.tbar_contrast.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_contrast_MouseUp);
  416. //
  417. // label10
  418. //
  419. this.label10.AutoSize = true;
  420. this.label10.Location = new System.Drawing.Point(24, 54);
  421. this.label10.Name = "label10";
  422. this.label10.Size = new System.Drawing.Size(41, 12);
  423. this.label10.TabIndex = 2;
  424. this.label10.Text = "对比度";
  425. //
  426. // tbar_bright
  427. //
  428. this.tbar_bright.AutoSize = false;
  429. this.tbar_bright.Location = new System.Drawing.Point(83, 17);
  430. this.tbar_bright.Maximum = 100;
  431. this.tbar_bright.Name = "tbar_bright";
  432. this.tbar_bright.Size = new System.Drawing.Size(220, 25);
  433. this.tbar_bright.TabIndex = 1;
  434. this.tbar_bright.TickStyle = System.Windows.Forms.TickStyle.None;
  435. this.tbar_bright.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_bright_MouseUp);
  436. //
  437. // label2
  438. //
  439. this.label2.AutoSize = true;
  440. this.label2.Location = new System.Drawing.Point(23, 21);
  441. this.label2.Name = "label2";
  442. this.label2.Size = new System.Drawing.Size(29, 12);
  443. this.label2.TabIndex = 0;
  444. this.label2.Text = "亮度";
  445. //
  446. // lblDefinition
  447. //
  448. this.lblDefinition.AutoSize = true;
  449. this.lblDefinition.Location = new System.Drawing.Point(309, 119);
  450. this.lblDefinition.Name = "lblDefinition";
  451. this.lblDefinition.Size = new System.Drawing.Size(0, 12);
  452. this.lblDefinition.TabIndex = 26;
  453. //
  454. // lblSaturation
  455. //
  456. this.lblSaturation.AutoSize = true;
  457. this.lblSaturation.Location = new System.Drawing.Point(309, 87);
  458. this.lblSaturation.Name = "lblSaturation";
  459. this.lblSaturation.Size = new System.Drawing.Size(0, 12);
  460. this.lblSaturation.TabIndex = 25;
  461. //
  462. // lblContrast
  463. //
  464. this.lblContrast.AutoSize = true;
  465. this.lblContrast.Location = new System.Drawing.Point(309, 54);
  466. this.lblContrast.Name = "lblContrast";
  467. this.lblContrast.Size = new System.Drawing.Size(0, 12);
  468. this.lblContrast.TabIndex = 24;
  469. //
  470. // lblBright
  471. //
  472. this.lblBright.AutoSize = true;
  473. this.lblBright.Location = new System.Drawing.Point(309, 21);
  474. this.lblBright.Name = "lblBright";
  475. this.lblBright.Size = new System.Drawing.Size(0, 12);
  476. this.lblBright.TabIndex = 23;
  477. //
  478. // RVideoCfg_Form
  479. //
  480. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  481. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  482. this.ClientSize = new System.Drawing.Size(404, 416);
  483. this.Controls.Add(this.tabControl1);
  484. this.Name = "RVideoCfg_Form";
  485. this.Text = "RVideoCfg_Form";
  486. this.Load += new System.EventHandler(this.RVideoCfg_Form_Load);
  487. this.tabControl1.ResumeLayout(false);
  488. this.tabPage1.ResumeLayout(false);
  489. this.tabPage1.PerformLayout();
  490. this.tabPage2.ResumeLayout(false);
  491. this.tabPage2.PerformLayout();
  492. ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).EndInit();
  493. ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).EndInit();
  496. this.ResumeLayout(false);
  497. }
  498. #endregion
  499. private System.Windows.Forms.TabControl tabControl1;
  500. private System.Windows.Forms.TabPage tabPage1;
  501. private System.Windows.Forms.ComboBox cmb_img_quality;
  502. private System.Windows.Forms.Label label11;
  503. private System.Windows.Forms.Button btnSave;
  504. private System.Windows.Forms.TextBox txt_rateval;
  505. private System.Windows.Forms.Label label9;
  506. private System.Windows.Forms.ComboBox cmb_compress_mode;
  507. private System.Windows.Forms.Label label8;
  508. private System.Windows.Forms.ComboBox cmb_encode_type;
  509. private System.Windows.Forms.Label label4;
  510. private System.Windows.Forms.ComboBox cmb_frame_rate;
  511. private System.Windows.Forms.Label label3;
  512. private System.Windows.Forms.ComboBox cmb_frame_size;
  513. private System.Windows.Forms.Label label1;
  514. private System.Windows.Forms.TabPage tabPage2;
  515. private System.Windows.Forms.Button btnRecovery;
  516. private System.Windows.Forms.ComboBox cmb_img_pos;
  517. private System.Windows.Forms.Label label16;
  518. private System.Windows.Forms.ComboBox cmb_exposure_time;
  519. private System.Windows.Forms.Label label15;
  520. private System.Windows.Forms.TrackBar tbar_definition;
  521. private System.Windows.Forms.Label label13;
  522. private System.Windows.Forms.TrackBar tbar_saturation;
  523. private System.Windows.Forms.Label label12;
  524. private System.Windows.Forms.TrackBar tbar_contrast;
  525. private System.Windows.Forms.Label label10;
  526. private System.Windows.Forms.TrackBar tbar_bright;
  527. private System.Windows.Forms.Label label2;
  528. private System.Windows.Forms.ComboBox m_cmbStreamType;
  529. private System.Windows.Forms.Label label5;
  530. private System.Windows.Forms.Label lblDefinition;
  531. private System.Windows.Forms.Label lblSaturation;
  532. private System.Windows.Forms.Label lblContrast;
  533. private System.Windows.Forms.Label lblBright;
  534. }
  535. }