|
@@ -0,0 +1,665 @@
|
|
|
+namespace VzClientSDKDemo
|
|
|
+{
|
|
|
+ partial class VideoCfg_Form
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.cmb_img_quality = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.btnSave = new System.Windows.Forms.Button();
|
|
|
+ this.txt_rateval = new System.Windows.Forms.TextBox();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_compress_mode = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_encode_type = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_frame_rate = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_frame_size = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.m_cmbDeNoiseLenth = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label17 = new System.Windows.Forms.Label();
|
|
|
+ this.m_cmbDeNoiseMode = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label18 = new System.Windows.Forms.Label();
|
|
|
+ this.btnRecovery = new System.Windows.Forms.Button();
|
|
|
+ this.cmb_img_pos = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label16 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_exposure_time = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label15 = new System.Windows.Forms.Label();
|
|
|
+ this.cmb_video_standard = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label14 = new System.Windows.Forms.Label();
|
|
|
+ this.tbar_definition = new System.Windows.Forms.TrackBar();
|
|
|
+ this.label13 = new System.Windows.Forms.Label();
|
|
|
+ this.tbar_saturation = new System.Windows.Forms.TrackBar();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.tbar_contrast = new System.Windows.Forms.TrackBar();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.tbar_bright = new System.Windows.Forms.TrackBar();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox4 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox5 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.comboBox6 = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.lblBright = new System.Windows.Forms.Label();
|
|
|
+ this.lblContrast = new System.Windows.Forms.Label();
|
|
|
+ this.lblSaturation = new System.Windows.Forms.Label();
|
|
|
+ this.lblDefinition = new System.Windows.Forms.Label();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(376, 379);
|
|
|
+ this.tabControl1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.cmb_img_quality);
|
|
|
+ this.tabPage1.Controls.Add(this.label11);
|
|
|
+ this.tabPage1.Controls.Add(this.btnSave);
|
|
|
+ this.tabPage1.Controls.Add(this.txt_rateval);
|
|
|
+ this.tabPage1.Controls.Add(this.label9);
|
|
|
+ this.tabPage1.Controls.Add(this.cmb_compress_mode);
|
|
|
+ this.tabPage1.Controls.Add(this.label8);
|
|
|
+ this.tabPage1.Controls.Add(this.cmb_encode_type);
|
|
|
+ this.tabPage1.Controls.Add(this.label4);
|
|
|
+ this.tabPage1.Controls.Add(this.cmb_frame_rate);
|
|
|
+ this.tabPage1.Controls.Add(this.label3);
|
|
|
+ this.tabPage1.Controls.Add(this.cmb_frame_size);
|
|
|
+ this.tabPage1.Controls.Add(this.label1);
|
|
|
+ this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage1.Name = "tabPage1";
|
|
|
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(368, 353);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "主码流";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cmb_img_quality
|
|
|
+ //
|
|
|
+ this.cmb_img_quality.FormattingEnabled = true;
|
|
|
+ this.cmb_img_quality.Items.AddRange(new object[] {
|
|
|
+ "最流畅",
|
|
|
+ "较流畅",
|
|
|
+ "流畅",
|
|
|
+ "中等",
|
|
|
+ "清晰",
|
|
|
+ "较清晰",
|
|
|
+ "最清晰"});
|
|
|
+ this.cmb_img_quality.Location = new System.Drawing.Point(78, 143);
|
|
|
+ this.cmb_img_quality.Name = "cmb_img_quality";
|
|
|
+ this.cmb_img_quality.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmb_img_quality.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Location = new System.Drawing.Point(14, 146);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label11.TabIndex = 11;
|
|
|
+ this.label11.Text = "图像质量";
|
|
|
+ //
|
|
|
+ // btnSave
|
|
|
+ //
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(133, 206);
|
|
|
+ this.btnSave.Name = "btnSave";
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(64, 23);
|
|
|
+ this.btnSave.TabIndex = 10;
|
|
|
+ this.btnSave.Text = "确定";
|
|
|
+ this.btnSave.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
+ //
|
|
|
+ // txt_rateval
|
|
|
+ //
|
|
|
+ this.txt_rateval.Location = new System.Drawing.Point(78, 172);
|
|
|
+ this.txt_rateval.Name = "txt_rateval";
|
|
|
+ this.txt_rateval.Size = new System.Drawing.Size(121, 21);
|
|
|
+ this.txt_rateval.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Location = new System.Drawing.Point(14, 173);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label9.TabIndex = 8;
|
|
|
+ this.label9.Text = "码流上限";
|
|
|
+ //
|
|
|
+ // cmb_compress_mode
|
|
|
+ //
|
|
|
+ this.cmb_compress_mode.FormattingEnabled = true;
|
|
|
+ this.cmb_compress_mode.Items.AddRange(new object[] {
|
|
|
+ "定码流",
|
|
|
+ "变码流"});
|
|
|
+ this.cmb_compress_mode.Location = new System.Drawing.Point(78, 115);
|
|
|
+ this.cmb_compress_mode.Name = "cmb_compress_mode";
|
|
|
+ this.cmb_compress_mode.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmb_compress_mode.TabIndex = 7;
|
|
|
+ this.cmb_compress_mode.SelectedIndexChanged += new System.EventHandler(this.cmb_compress_mode_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(14, 118);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label8.TabIndex = 6;
|
|
|
+ this.label8.Text = "码流控制";
|
|
|
+ //
|
|
|
+ // cmb_encode_type
|
|
|
+ //
|
|
|
+ this.cmb_encode_type.FormattingEnabled = true;
|
|
|
+ this.cmb_encode_type.Items.AddRange(new object[] {
|
|
|
+ "H264",
|
|
|
+ "JPEG"});
|
|
|
+ this.cmb_encode_type.Location = new System.Drawing.Point(79, 81);
|
|
|
+ this.cmb_encode_type.Name = "cmb_encode_type";
|
|
|
+ this.cmb_encode_type.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmb_encode_type.TabIndex = 5;
|
|
|
+ this.cmb_encode_type.SelectedIndexChanged += new System.EventHandler(this.cmb_encode_type_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(15, 84);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label4.TabIndex = 4;
|
|
|
+ this.label4.Text = "编码方式";
|
|
|
+ //
|
|
|
+ // cmb_frame_rate
|
|
|
+ //
|
|
|
+ this.cmb_frame_rate.FormattingEnabled = true;
|
|
|
+ this.cmb_frame_rate.Items.AddRange(new object[] {
|
|
|
+ "1",
|
|
|
+ "2",
|
|
|
+ "3",
|
|
|
+ "4",
|
|
|
+ "5",
|
|
|
+ "6",
|
|
|
+ "7",
|
|
|
+ "8",
|
|
|
+ "9",
|
|
|
+ "10",
|
|
|
+ "11",
|
|
|
+ "12",
|
|
|
+ "13",
|
|
|
+ "14",
|
|
|
+ "15",
|
|
|
+ "16",
|
|
|
+ "17",
|
|
|
+ "18",
|
|
|
+ "19",
|
|
|
+ "20",
|
|
|
+ "21",
|
|
|
+ "22",
|
|
|
+ "23",
|
|
|
+ "24",
|
|
|
+ "25"});
|
|
|
+ this.cmb_frame_rate.Location = new System.Drawing.Point(79, 48);
|
|
|
+ this.cmb_frame_rate.Name = "cmb_frame_rate";
|
|
|
+ this.cmb_frame_rate.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmb_frame_rate.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(15, 51);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label3.TabIndex = 2;
|
|
|
+ this.label3.Text = "帧 率";
|
|
|
+ //
|
|
|
+ // cmb_frame_size
|
|
|
+ //
|
|
|
+ this.cmb_frame_size.FormattingEnabled = true;
|
|
|
+ this.cmb_frame_size.Items.AddRange(new object[] {
|
|
|
+ "352x288",
|
|
|
+ "704x576",
|
|
|
+ "1280x720",
|
|
|
+ "1920x1080"});
|
|
|
+ this.cmb_frame_size.Location = new System.Drawing.Point(79, 17);
|
|
|
+ this.cmb_frame_size.Name = "cmb_frame_size";
|
|
|
+ this.cmb_frame_size.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.cmb_frame_size.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(15, 20);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "分辨率";
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.lblDefinition);
|
|
|
+ this.tabPage2.Controls.Add(this.lblSaturation);
|
|
|
+ this.tabPage2.Controls.Add(this.lblContrast);
|
|
|
+ this.tabPage2.Controls.Add(this.lblBright);
|
|
|
+ this.tabPage2.Controls.Add(this.m_cmbDeNoiseLenth);
|
|
|
+ this.tabPage2.Controls.Add(this.label17);
|
|
|
+ this.tabPage2.Controls.Add(this.m_cmbDeNoiseMode);
|
|
|
+ this.tabPage2.Controls.Add(this.label18);
|
|
|
+ this.tabPage2.Controls.Add(this.btnRecovery);
|
|
|
+ this.tabPage2.Controls.Add(this.cmb_img_pos);
|
|
|
+ this.tabPage2.Controls.Add(this.label16);
|
|
|
+ this.tabPage2.Controls.Add(this.cmb_exposure_time);
|
|
|
+ this.tabPage2.Controls.Add(this.label15);
|
|
|
+ this.tabPage2.Controls.Add(this.cmb_video_standard);
|
|
|
+ this.tabPage2.Controls.Add(this.label14);
|
|
|
+ this.tabPage2.Controls.Add(this.tbar_definition);
|
|
|
+ this.tabPage2.Controls.Add(this.label13);
|
|
|
+ this.tabPage2.Controls.Add(this.tbar_saturation);
|
|
|
+ this.tabPage2.Controls.Add(this.label12);
|
|
|
+ this.tabPage2.Controls.Add(this.tbar_contrast);
|
|
|
+ this.tabPage2.Controls.Add(this.label10);
|
|
|
+ this.tabPage2.Controls.Add(this.tbar_bright);
|
|
|
+ this.tabPage2.Controls.Add(this.label2);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(368, 353);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "视频源";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // m_cmbDeNoiseLenth
|
|
|
+ //
|
|
|
+ this.m_cmbDeNoiseLenth.FormattingEnabled = true;
|
|
|
+ this.m_cmbDeNoiseLenth.Items.AddRange(new object[] {
|
|
|
+ "自动",
|
|
|
+ "低",
|
|
|
+ "中",
|
|
|
+ "高"});
|
|
|
+ this.m_cmbDeNoiseLenth.Location = new System.Drawing.Point(72, 301);
|
|
|
+ this.m_cmbDeNoiseLenth.Name = "m_cmbDeNoiseLenth";
|
|
|
+ this.m_cmbDeNoiseLenth.Size = new System.Drawing.Size(140, 20);
|
|
|
+ this.m_cmbDeNoiseLenth.TabIndex = 18;
|
|
|
+ this.m_cmbDeNoiseLenth.SelectedIndexChanged += new System.EventHandler(this.m_cmbDeNoiseLenth_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label17
|
|
|
+ //
|
|
|
+ this.label17.AutoSize = true;
|
|
|
+ this.label17.Location = new System.Drawing.Point(11, 304);
|
|
|
+ this.label17.Name = "label17";
|
|
|
+ this.label17.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label17.TabIndex = 17;
|
|
|
+ this.label17.Text = "降噪强度";
|
|
|
+ //
|
|
|
+ // m_cmbDeNoiseMode
|
|
|
+ //
|
|
|
+ this.m_cmbDeNoiseMode.FormattingEnabled = true;
|
|
|
+ this.m_cmbDeNoiseMode.Items.AddRange(new object[] {
|
|
|
+ "OFF",
|
|
|
+ "SNF",
|
|
|
+ "TNF",
|
|
|
+ "SNF+TNF"});
|
|
|
+ this.m_cmbDeNoiseMode.Location = new System.Drawing.Point(72, 268);
|
|
|
+ this.m_cmbDeNoiseMode.Name = "m_cmbDeNoiseMode";
|
|
|
+ this.m_cmbDeNoiseMode.Size = new System.Drawing.Size(140, 20);
|
|
|
+ this.m_cmbDeNoiseMode.TabIndex = 16;
|
|
|
+ this.m_cmbDeNoiseMode.SelectedIndexChanged += new System.EventHandler(this.m_cmbDeNoiseMode_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label18
|
|
|
+ //
|
|
|
+ this.label18.AutoSize = true;
|
|
|
+ this.label18.Location = new System.Drawing.Point(11, 271);
|
|
|
+ this.label18.Name = "label18";
|
|
|
+ this.label18.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label18.TabIndex = 15;
|
|
|
+ this.label18.Text = "降噪模式";
|
|
|
+ //
|
|
|
+ // btnRecovery
|
|
|
+ //
|
|
|
+ this.btnRecovery.Location = new System.Drawing.Point(229, 327);
|
|
|
+ this.btnRecovery.Name = "btnRecovery";
|
|
|
+ this.btnRecovery.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btnRecovery.TabIndex = 14;
|
|
|
+ this.btnRecovery.Text = "恢复默认";
|
|
|
+ this.btnRecovery.UseVisualStyleBackColor = true;
|
|
|
+ this.btnRecovery.Click += new System.EventHandler(this.btnRecovery_Click);
|
|
|
+ //
|
|
|
+ // cmb_img_pos
|
|
|
+ //
|
|
|
+ this.cmb_img_pos.FormattingEnabled = true;
|
|
|
+ this.cmb_img_pos.Items.AddRange(new object[] {
|
|
|
+ "原始图像",
|
|
|
+ "上下翻转",
|
|
|
+ "左右翻转",
|
|
|
+ "中心翻转"});
|
|
|
+ this.cmb_img_pos.Location = new System.Drawing.Point(72, 237);
|
|
|
+ this.cmb_img_pos.Name = "cmb_img_pos";
|
|
|
+ this.cmb_img_pos.Size = new System.Drawing.Size(140, 20);
|
|
|
+ this.cmb_img_pos.TabIndex = 13;
|
|
|
+ this.cmb_img_pos.SelectedIndexChanged += new System.EventHandler(this.cmb_img_pos_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label16
|
|
|
+ //
|
|
|
+ this.label16.AutoSize = true;
|
|
|
+ this.label16.Location = new System.Drawing.Point(11, 240);
|
|
|
+ this.label16.Name = "label16";
|
|
|
+ this.label16.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label16.TabIndex = 12;
|
|
|
+ this.label16.Text = "图像翻转";
|
|
|
+ //
|
|
|
+ // cmb_exposure_time
|
|
|
+ //
|
|
|
+ this.cmb_exposure_time.FormattingEnabled = true;
|
|
|
+ this.cmb_exposure_time.Items.AddRange(new object[] {
|
|
|
+ "0~8ms 停车场推荐",
|
|
|
+ "0~4ms",
|
|
|
+ "0~2ms 卡口推荐"});
|
|
|
+ this.cmb_exposure_time.Location = new System.Drawing.Point(72, 204);
|
|
|
+ this.cmb_exposure_time.Name = "cmb_exposure_time";
|
|
|
+ this.cmb_exposure_time.Size = new System.Drawing.Size(140, 20);
|
|
|
+ this.cmb_exposure_time.TabIndex = 11;
|
|
|
+ this.cmb_exposure_time.SelectedIndexChanged += new System.EventHandler(this.cmb_exposure_time_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label15
|
|
|
+ //
|
|
|
+ this.label15.AutoSize = true;
|
|
|
+ this.label15.Location = new System.Drawing.Point(11, 207);
|
|
|
+ this.label15.Name = "label15";
|
|
|
+ this.label15.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label15.TabIndex = 10;
|
|
|
+ this.label15.Text = "曝光时间";
|
|
|
+ //
|
|
|
+ // cmb_video_standard
|
|
|
+ //
|
|
|
+ this.cmb_video_standard.FormattingEnabled = true;
|
|
|
+ this.cmb_video_standard.Items.AddRange(new object[] {
|
|
|
+ "MaxOrZero",
|
|
|
+ "50Hz",
|
|
|
+ "60Hz"});
|
|
|
+ this.cmb_video_standard.Location = new System.Drawing.Point(72, 172);
|
|
|
+ this.cmb_video_standard.Name = "cmb_video_standard";
|
|
|
+ this.cmb_video_standard.Size = new System.Drawing.Size(140, 20);
|
|
|
+ this.cmb_video_standard.TabIndex = 9;
|
|
|
+ this.cmb_video_standard.SelectedIndexChanged += new System.EventHandler(this.cmb_video_standard_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // label14
|
|
|
+ //
|
|
|
+ this.label14.AutoSize = true;
|
|
|
+ this.label14.Location = new System.Drawing.Point(11, 175);
|
|
|
+ this.label14.Name = "label14";
|
|
|
+ this.label14.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label14.TabIndex = 8;
|
|
|
+ this.label14.Text = "视频制式";
|
|
|
+ //
|
|
|
+ // tbar_definition
|
|
|
+ //
|
|
|
+ this.tbar_definition.AutoSize = false;
|
|
|
+ this.tbar_definition.Location = new System.Drawing.Point(71, 115);
|
|
|
+ this.tbar_definition.Maximum = 100;
|
|
|
+ this.tbar_definition.Name = "tbar_definition";
|
|
|
+ this.tbar_definition.Size = new System.Drawing.Size(220, 25);
|
|
|
+ this.tbar_definition.TabIndex = 7;
|
|
|
+ this.tbar_definition.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
+ this.tbar_definition.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_definition_MouseUp);
|
|
|
+ //
|
|
|
+ // label13
|
|
|
+ //
|
|
|
+ this.label13.AutoSize = true;
|
|
|
+ this.label13.Location = new System.Drawing.Point(23, 119);
|
|
|
+ this.label13.Name = "label13";
|
|
|
+ this.label13.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label13.TabIndex = 6;
|
|
|
+ this.label13.Text = "清淅度";
|
|
|
+ //
|
|
|
+ // tbar_saturation
|
|
|
+ //
|
|
|
+ this.tbar_saturation.AutoSize = false;
|
|
|
+ this.tbar_saturation.Location = new System.Drawing.Point(71, 83);
|
|
|
+ this.tbar_saturation.Maximum = 100;
|
|
|
+ this.tbar_saturation.Name = "tbar_saturation";
|
|
|
+ this.tbar_saturation.Size = new System.Drawing.Size(220, 25);
|
|
|
+ this.tbar_saturation.TabIndex = 5;
|
|
|
+ this.tbar_saturation.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
+ this.tbar_saturation.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_saturation_MouseUp);
|
|
|
+ //
|
|
|
+ // label12
|
|
|
+ //
|
|
|
+ this.label12.AutoSize = true;
|
|
|
+ this.label12.Location = new System.Drawing.Point(23, 87);
|
|
|
+ this.label12.Name = "label12";
|
|
|
+ this.label12.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label12.TabIndex = 4;
|
|
|
+ this.label12.Text = "饱和度";
|
|
|
+ //
|
|
|
+ // tbar_contrast
|
|
|
+ //
|
|
|
+ this.tbar_contrast.AutoSize = false;
|
|
|
+ this.tbar_contrast.Location = new System.Drawing.Point(72, 50);
|
|
|
+ this.tbar_contrast.Maximum = 100;
|
|
|
+ this.tbar_contrast.Name = "tbar_contrast";
|
|
|
+ this.tbar_contrast.Size = new System.Drawing.Size(219, 25);
|
|
|
+ this.tbar_contrast.TabIndex = 3;
|
|
|
+ this.tbar_contrast.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
+ this.tbar_contrast.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_contrast_MouseUp);
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(24, 54);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label10.TabIndex = 2;
|
|
|
+ this.label10.Text = "对比度";
|
|
|
+ //
|
|
|
+ // tbar_bright
|
|
|
+ //
|
|
|
+ this.tbar_bright.AutoSize = false;
|
|
|
+ this.tbar_bright.Location = new System.Drawing.Point(71, 17);
|
|
|
+ this.tbar_bright.Maximum = 100;
|
|
|
+ this.tbar_bright.Name = "tbar_bright";
|
|
|
+ this.tbar_bright.Size = new System.Drawing.Size(220, 25);
|
|
|
+ this.tbar_bright.TabIndex = 1;
|
|
|
+ this.tbar_bright.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
|
+ this.tbar_bright.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tbar_bright_MouseUp);
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(23, 21);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label2.TabIndex = 0;
|
|
|
+ this.label2.Text = "亮度";
|
|
|
+ //
|
|
|
+ // comboBox4
|
|
|
+ //
|
|
|
+ this.comboBox4.FormattingEnabled = true;
|
|
|
+ this.comboBox4.Location = new System.Drawing.Point(72, 81);
|
|
|
+ this.comboBox4.Name = "comboBox4";
|
|
|
+ this.comboBox4.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.comboBox4.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(15, 84);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label5.TabIndex = 4;
|
|
|
+ this.label5.Text = "分辨率";
|
|
|
+ //
|
|
|
+ // comboBox5
|
|
|
+ //
|
|
|
+ this.comboBox5.FormattingEnabled = true;
|
|
|
+ this.comboBox5.Location = new System.Drawing.Point(72, 48);
|
|
|
+ this.comboBox5.Name = "comboBox5";
|
|
|
+ this.comboBox5.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.comboBox5.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Location = new System.Drawing.Point(15, 51);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label6.TabIndex = 2;
|
|
|
+ this.label6.Text = "分辨率";
|
|
|
+ //
|
|
|
+ // comboBox6
|
|
|
+ //
|
|
|
+ this.comboBox6.FormattingEnabled = true;
|
|
|
+ this.comboBox6.Location = new System.Drawing.Point(72, 17);
|
|
|
+ this.comboBox6.Name = "comboBox6";
|
|
|
+ this.comboBox6.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.comboBox6.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Location = new System.Drawing.Point(15, 20);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label7.TabIndex = 0;
|
|
|
+ this.label7.Text = "分辨率";
|
|
|
+ //
|
|
|
+ // lblBright
|
|
|
+ //
|
|
|
+ this.lblBright.AutoSize = true;
|
|
|
+ this.lblBright.Location = new System.Drawing.Point(298, 22);
|
|
|
+ this.lblBright.Name = "lblBright";
|
|
|
+ this.lblBright.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lblBright.TabIndex = 19;
|
|
|
+ //
|
|
|
+ // lblContrast
|
|
|
+ //
|
|
|
+ this.lblContrast.AutoSize = true;
|
|
|
+ this.lblContrast.Location = new System.Drawing.Point(298, 55);
|
|
|
+ this.lblContrast.Name = "lblContrast";
|
|
|
+ this.lblContrast.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lblContrast.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // lblSaturation
|
|
|
+ //
|
|
|
+ this.lblSaturation.AutoSize = true;
|
|
|
+ this.lblSaturation.Location = new System.Drawing.Point(298, 88);
|
|
|
+ this.lblSaturation.Name = "lblSaturation";
|
|
|
+ this.lblSaturation.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lblSaturation.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // lblDefinition
|
|
|
+ //
|
|
|
+ this.lblDefinition.AutoSize = true;
|
|
|
+ this.lblDefinition.Location = new System.Drawing.Point(298, 120);
|
|
|
+ this.lblDefinition.Name = "lblDefinition";
|
|
|
+ this.lblDefinition.Size = new System.Drawing.Size(0, 12);
|
|
|
+ this.lblDefinition.TabIndex = 22;
|
|
|
+ //
|
|
|
+ // VideoCfg_Form
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(400, 403);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Name = "VideoCfg_Form";
|
|
|
+ this.Text = "视频参数配置";
|
|
|
+ this.Load += new System.EventHandler(this.VideoCfg_Form_Load);
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage1.PerformLayout();
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage2.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_definition)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_saturation)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_contrast)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.tbar_bright)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_frame_size;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.TrackBar tbar_bright;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_encode_type;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_frame_rate;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_compress_mode;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox4;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox5;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.ComboBox comboBox6;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.TextBox txt_rateval;
|
|
|
+ private System.Windows.Forms.Button btnSave;
|
|
|
+ private System.Windows.Forms.TrackBar tbar_contrast;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_img_quality;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
+ private System.Windows.Forms.TrackBar tbar_definition;
|
|
|
+ private System.Windows.Forms.Label label13;
|
|
|
+ private System.Windows.Forms.TrackBar tbar_saturation;
|
|
|
+ private System.Windows.Forms.Label label12;
|
|
|
+ private System.Windows.Forms.Label label14;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_video_standard;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_img_pos;
|
|
|
+ private System.Windows.Forms.Label label16;
|
|
|
+ private System.Windows.Forms.ComboBox cmb_exposure_time;
|
|
|
+ private System.Windows.Forms.Label label15;
|
|
|
+ private System.Windows.Forms.Button btnRecovery;
|
|
|
+ private System.Windows.Forms.ComboBox m_cmbDeNoiseLenth;
|
|
|
+ private System.Windows.Forms.Label label17;
|
|
|
+ private System.Windows.Forms.ComboBox m_cmbDeNoiseMode;
|
|
|
+ private System.Windows.Forms.Label label18;
|
|
|
+ private System.Windows.Forms.Label lblDefinition;
|
|
|
+ private System.Windows.Forms.Label lblSaturation;
|
|
|
+ private System.Windows.Forms.Label lblContrast;
|
|
|
+ private System.Windows.Forms.Label lblBright;
|
|
|
+ }
|
|
|
+}
|