⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 avwizardform.cs

📁 语音视频功能 里面实现了基本的QQ与语音对话
💻 CS
📖 第 1 页 / 共 2 页
字号:
			this.SuspendLayout();
			// 
			// ts
			// 
			this.ts.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.ts.Controls.Add(this.pvideo);
			this.ts.Controls.Add(this.paudio);
			this.ts.Location = new System.Drawing.Point(0, 0);
			this.ts.Name = "ts";
			this.ts.SelectedIndex = 0;
			this.ts.Size = new System.Drawing.Size(360, 213);
			this.ts.TabIndex = 0;
			// 
			// pvideo
			// 
			this.pvideo.Controls.Add(this.btnadvance);
			this.pvideo.Controls.Add(this.cmbvideoDevice);
			this.pvideo.Controls.Add(this.label1);
			this.pvideo.Controls.Add(this.pnlpreview);
			this.pvideo.Location = new System.Drawing.Point(4, 21);
			this.pvideo.Name = "pvideo";
			this.pvideo.Size = new System.Drawing.Size(352, 188);
			this.pvideo.TabIndex = 0;
			this.pvideo.Text = "视频设置";
			// 
			// btnadvance
			// 
			this.btnadvance.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnadvance.Location = new System.Drawing.Point(256, 128);
			this.btnadvance.Name = "btnadvance";
			this.btnadvance.TabIndex = 3;
			this.btnadvance.Text = "高级";
			this.btnadvance.Click += new System.EventHandler(this.btnadvance_Click);
			// 
			// cmbvideoDevice
			// 
			this.cmbvideoDevice.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.cmbvideoDevice.BackColor = System.Drawing.SystemColors.Window;
			this.cmbvideoDevice.DockPadding.All = 3;
			this.cmbvideoDevice.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.cmbvideoDevice.IsRound = true;
			this.cmbvideoDevice.Location = new System.Drawing.Point(200, 72);
			this.cmbvideoDevice.MaxDropDownItems = 5;
			this.cmbvideoDevice.Name = "cmbvideoDevice";
			this.cmbvideoDevice.SelectedIndex = -1;
			this.cmbvideoDevice.SelectedItem = null;
			this.cmbvideoDevice.Size = new System.Drawing.Size(128, 24);
			this.cmbvideoDevice.TabIndex = 2;
			// 
			// label1
			// 
			this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label1.Location = new System.Drawing.Point(200, 40);
			this.label1.Name = "label1";
			this.label1.TabIndex = 1;
			this.label1.Text = "视频设备";
			// 
			// pnlpreview
			// 
			this.pnlpreview.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.pnlpreview.Location = new System.Drawing.Point(24, 32);
			this.pnlpreview.Name = "pnlpreview";
			this.pnlpreview.Size = new System.Drawing.Size(160, 120);
			this.pnlpreview.TabIndex = 0;
			// 
			// paudio
			// 
			this.paudio.Controls.Add(this.pictureBox1);
			this.paudio.Controls.Add(this.outvolume);
			this.paudio.Controls.Add(this.involume);
			this.paudio.Controls.Add(this.cmboutput);
			this.paudio.Controls.Add(this.cmbintput);
			this.paudio.Controls.Add(this.label4);
			this.paudio.Controls.Add(this.label2);
			this.paudio.Controls.Add(this.label5);
			this.paudio.Controls.Add(this.label3);
			this.paudio.Location = new System.Drawing.Point(4, 21);
			this.paudio.Name = "paudio";
			this.paudio.Size = new System.Drawing.Size(352, 188);
			this.paudio.TabIndex = 1;
			this.paudio.Text = "音频设置";
			// 
			// outvolume
			// 
			this.outvolume.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.outvolume.Location = new System.Drawing.Point(168, 104);
			this.outvolume.Name = "outvolume";
			this.outvolume.Size = new System.Drawing.Size(128, 8);
			this.outvolume.TabIndex = 13;
			this.outvolume.MouseUp += new System.Windows.Forms.MouseEventHandler(this.outvolume_MouseUp);
			this.outvolume.MouseMove += new System.Windows.Forms.MouseEventHandler(this.outvolume_MouseMove);
			// 
			// involume
			// 
			this.involume.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.involume.Location = new System.Drawing.Point(168, 48);
			this.involume.Name = "involume";
			this.involume.Size = new System.Drawing.Size(128, 8);
			this.involume.TabIndex = 12;
			this.involume.MouseUp += new System.Windows.Forms.MouseEventHandler(this.involume_MouseUp);
			this.involume.MouseMove += new System.Windows.Forms.MouseEventHandler(this.involume_MouseMove);
			// 
			// cmboutput
			// 
			this.cmboutput.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.cmboutput.BackColor = System.Drawing.SystemColors.Window;
			this.cmboutput.DockPadding.All = 3;
			this.cmboutput.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.cmboutput.IsRound = true;
			this.cmboutput.Location = new System.Drawing.Point(168, 64);
			this.cmboutput.MaxDropDownItems = 5;
			this.cmboutput.Name = "cmboutput";
			this.cmboutput.SelectedIndex = -1;
			this.cmboutput.SelectedItem = null;
			this.cmboutput.Size = new System.Drawing.Size(128, 24);
			this.cmboutput.TabIndex = 4;
			// 
			// cmbintput
			// 
			this.cmbintput.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.cmbintput.BackColor = System.Drawing.SystemColors.Window;
			this.cmbintput.DockPadding.All = 3;
			this.cmbintput.GBorderStyle = gowk.controls.GBorderStyle.Solid;
			this.cmbintput.IsRound = true;
			this.cmbintput.Location = new System.Drawing.Point(168, 8);
			this.cmbintput.MaxDropDownItems = 5;
			this.cmbintput.Name = "cmbintput";
			this.cmbintput.SelectedIndex = -1;
			this.cmbintput.SelectedItem = null;
			this.cmbintput.Size = new System.Drawing.Size(128, 24);
			this.cmbintput.TabIndex = 3;
			// 
			// label4
			// 
			this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label4.Location = new System.Drawing.Point(72, 40);
			this.label4.Name = "label4";
			this.label4.TabIndex = 7;
			this.label4.Text = "音量";
			// 
			// label2
			// 
			this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label2.Location = new System.Drawing.Point(72, 16);
			this.label2.Name = "label2";
			this.label2.TabIndex = 5;
			this.label2.Text = "录音设备";
			// 
			// label5
			// 
			this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label5.Location = new System.Drawing.Point(72, 104);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(72, 23);
			this.label5.TabIndex = 8;
			this.label5.Text = "音量";
			// 
			// label3
			// 
			this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.label3.Location = new System.Drawing.Point(72, 72);
			this.label3.Name = "label3";
			this.label3.TabIndex = 6;
			this.label3.Text = "播放设备";
			// 
			// btnsave
			// 
			this.btnsave.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btnsave.Location = new System.Drawing.Point(296, 216);
			this.btnsave.Name = "btnsave";
			this.btnsave.Size = new System.Drawing.Size(48, 23);
			this.btnsave.TabIndex = 4;
			this.btnsave.Text = "保存";
			this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
			// 
			// pictureBox1
			// 
			this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.pictureBox1.Location = new System.Drawing.Point(64, 128);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(240, 50);
			this.pictureBox1.TabIndex = 14;
			this.pictureBox1.TabStop = false;
			// 
			// btncancel
			// 
			this.btncancel.Anchor = System.Windows.Forms.AnchorStyles.None;
			this.btncancel.Location = new System.Drawing.Point(248, 216);
			this.btncancel.Name = "btncancel";
			this.btncancel.Size = new System.Drawing.Size(48, 23);
			this.btncancel.TabIndex = 5;
			this.btncancel.Text = "取消";
			this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
			// 
			// AVWizardForm
			// 
			this.AcceptButton = this.btnsave;
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.CancelButton = this.btncancel;
			this.ClientSize = new System.Drawing.Size(360, 245);
			this.Controls.Add(this.btncancel);
			this.Controls.Add(this.ts);
			this.Controls.Add(this.btnsave);
			this.Name = "AVWizardForm";
			this.Text = "GOWK语音视频调节";
			this.ts.ResumeLayout(false);
			this.pvideo.ResumeLayout(false);
			this.paudio.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void btnadvance_Click(object sender, System.EventArgs e)
		{
			this.vc.ShowVideoSource();
		}

		private void btncancel_Click(object sender, System.EventArgs e)
		{
			this.Close();
		}

		private void btnsave_Click(object sender, System.EventArgs e)
		{
			this.Close();
		}

	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -