📄 form1.designer.cs
字号:
namespace Ex13_19
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.axREALmagicCtrl1 = new AxNNSREALmagicCtrl.AxREALmagicCtrl();
this.btnPlay = new System.Windows.Forms.Button();
this.btnSpeed = new System.Windows.Forms.Button();
this.btnRecede = new System.Windows.Forms.Button();
this.btnPause = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rdoStereo = new System.Windows.Forms.RadioButton();
this.rdoRightTrack = new System.Windows.Forms.RadioButton();
this.rdoLeftTrack = new System.Windows.Forms.RadioButton();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.tbVolume = new System.Windows.Forms.TrackBar();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.rdoVGA = new System.Windows.Forms.RadioButton();
this.rdoTV = new System.Windows.Forms.RadioButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.axREALmagicCtrl1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbVolume)).BeginInit();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// axREALmagicCtrl1
//
this.axREALmagicCtrl1.Enabled = true;
this.axREALmagicCtrl1.Location = new System.Drawing.Point(188, 58);
this.axREALmagicCtrl1.Name = "axREALmagicCtrl1";
this.axREALmagicCtrl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axREALmagicCtrl1.OcxState")));
this.axREALmagicCtrl1.Size = new System.Drawing.Size(140, 48);
this.axREALmagicCtrl1.TabIndex = 0;
this.axREALmagicCtrl1.Visible = false;
//
// btnPlay
//
this.btnPlay.Location = new System.Drawing.Point(25, 20);
this.btnPlay.Name = "btnPlay";
this.btnPlay.Size = new System.Drawing.Size(70, 21);
this.btnPlay.TabIndex = 1;
this.btnPlay.Text = "播放";
this.btnPlay.UseVisualStyleBackColor = true;
this.btnPlay.Click += new System.EventHandler(this.button1_Click);
//
// btnSpeed
//
this.btnSpeed.Location = new System.Drawing.Point(25, 47);
this.btnSpeed.Name = "btnSpeed";
this.btnSpeed.Size = new System.Drawing.Size(70, 21);
this.btnSpeed.TabIndex = 2;
this.btnSpeed.Text = "快进";
this.btnSpeed.UseVisualStyleBackColor = true;
this.btnSpeed.Click += new System.EventHandler(this.btnSpeed_Click);
//
// btnRecede
//
this.btnRecede.Location = new System.Drawing.Point(25, 74);
this.btnRecede.Name = "btnRecede";
this.btnRecede.Size = new System.Drawing.Size(70, 21);
this.btnRecede.TabIndex = 3;
this.btnRecede.Text = "快退";
this.btnRecede.UseVisualStyleBackColor = true;
this.btnRecede.Click += new System.EventHandler(this.btnRecede_Click);
//
// btnPause
//
this.btnPause.Location = new System.Drawing.Point(110, 20);
this.btnPause.Name = "btnPause";
this.btnPause.Size = new System.Drawing.Size(70, 21);
this.btnPause.TabIndex = 4;
this.btnPause.Text = "暂停";
this.btnPause.UseVisualStyleBackColor = true;
this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
//
// btnStop
//
this.btnStop.Location = new System.Drawing.Point(110, 47);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(70, 21);
this.btnStop.TabIndex = 5;
this.btnStop.Text = "停止";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(110, 74);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(70, 21);
this.btnExit.TabIndex = 6;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnPlay);
this.groupBox1.Controls.Add(this.btnExit);
this.groupBox1.Controls.Add(this.btnSpeed);
this.groupBox1.Controls.Add(this.btnStop);
this.groupBox1.Controls.Add(this.btnRecede);
this.groupBox1.Controls.Add(this.btnPause);
this.groupBox1.Location = new System.Drawing.Point(344, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 103);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "播放控制";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rdoStereo);
this.groupBox2.Controls.Add(this.rdoRightTrack);
this.groupBox2.Controls.Add(this.rdoLeftTrack);
this.groupBox2.Location = new System.Drawing.Point(344, 112);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 49);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "声道";
//
// rdoStereo
//
this.rdoStereo.AutoSize = true;
this.rdoStereo.Location = new System.Drawing.Point(136, 20);
this.rdoStereo.Name = "rdoStereo";
this.rdoStereo.Size = new System.Drawing.Size(59, 16);
this.rdoStereo.TabIndex = 2;
this.rdoStereo.Text = "立体声";
this.rdoStereo.UseVisualStyleBackColor = true;
this.rdoStereo.Click += new System.EventHandler(this.rdoStereo_Click);
//
// rdoRightTrack
//
this.rdoRightTrack.AutoSize = true;
this.rdoRightTrack.Location = new System.Drawing.Point(71, 20);
this.rdoRightTrack.Name = "rdoRightTrack";
this.rdoRightTrack.Size = new System.Drawing.Size(59, 16);
this.rdoRightTrack.TabIndex = 1;
this.rdoRightTrack.Text = "右声道";
this.rdoRightTrack.UseVisualStyleBackColor = true;
this.rdoRightTrack.Click += new System.EventHandler(this.rdoRightTrack_Click);
//
// rdoLeftTrack
//
this.rdoLeftTrack.AutoSize = true;
this.rdoLeftTrack.Checked = true;
this.rdoLeftTrack.Location = new System.Drawing.Point(6, 20);
this.rdoLeftTrack.Name = "rdoLeftTrack";
this.rdoLeftTrack.Size = new System.Drawing.Size(59, 16);
this.rdoLeftTrack.TabIndex = 0;
this.rdoLeftTrack.TabStop = true;
this.rdoLeftTrack.Text = "左声道";
this.rdoLeftTrack.UseVisualStyleBackColor = true;
this.rdoLeftTrack.Click += new System.EventHandler(this.rdoLeftTrack_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.tbVolume);
this.groupBox3.Location = new System.Drawing.Point(344, 167);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 46);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "音量";
//
// tbVolume
//
this.tbVolume.AutoSize = false;
this.tbVolume.Location = new System.Drawing.Point(2, 14);
this.tbVolume.Name = "tbVolume";
this.tbVolume.Size = new System.Drawing.Size(193, 31);
this.tbVolume.TabIndex = 0;
this.tbVolume.Scroll += new System.EventHandler(this.tbVolume_Scroll);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.rdoVGA);
this.groupBox4.Controls.Add(this.rdoTV);
this.groupBox4.Location = new System.Drawing.Point(345, 219);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(199, 47);
this.groupBox4.TabIndex = 10;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "视频输出格式";
//
// rdoVGA
//
this.rdoVGA.AutoSize = true;
this.rdoVGA.Location = new System.Drawing.Point(135, 24);
this.rdoVGA.Name = "rdoVGA";
this.rdoVGA.Size = new System.Drawing.Size(41, 16);
this.rdoVGA.TabIndex = 1;
this.rdoVGA.Text = "VGA";
this.rdoVGA.UseVisualStyleBackColor = true;
this.rdoVGA.Click += new System.EventHandler(this.rdoVGA_Click);
//
// rdoTV
//
this.rdoTV.AutoSize = true;
this.rdoTV.Checked = true;
this.rdoTV.Location = new System.Drawing.Point(29, 24);
this.rdoTV.Name = "rdoTV";
this.rdoTV.Size = new System.Drawing.Size(35, 16);
this.rdoTV.TabIndex = 0;
this.rdoTV.TabStop = true;
this.rdoTV.Text = "TV";
this.rdoTV.UseVisualStyleBackColor = true;
this.rdoTV.Click += new System.EventHandler(this.rdoTV_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(1, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(338, 263);
this.dataGridView1.TabIndex = 11;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 270);
this.Controls.Add(this.axREALmagicCtrl1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "练歌房点播程序";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.axREALmagicCtrl1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tbVolume)).EndInit();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private AxNNSREALmagicCtrl.AxREALmagicCtrl axREALmagicCtrl1;
private System.Windows.Forms.Button btnPlay;
private System.Windows.Forms.Button btnSpeed;
private System.Windows.Forms.Button btnRecede;
private System.Windows.Forms.Button btnPause;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton rdoStereo;
private System.Windows.Forms.RadioButton rdoRightTrack;
private System.Windows.Forms.RadioButton rdoLeftTrack;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TrackBar tbVolume;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RadioButton rdoVGA;
private System.Windows.Forms.RadioButton rdoTV;
private System.Windows.Forms.DataGridView dataGridView1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -