📄 mainform.designer.cs
字号:
//
this.label6.Location = new System.Drawing.Point(4, 4);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(36, 20);
//
// label7
//
this.label7.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label7.Location = new System.Drawing.Point(3, 59);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(230, 20);
this.label7.Text = "最长录制时间(秒): ";
//
// RecordBar
//
this.RecordBar.Enabled = false;
this.RecordBar.Location = new System.Drawing.Point(3, 78);
this.RecordBar.Maximum = 120;
this.RecordBar.Minimum = 2;
this.RecordBar.Name = "RecordBar";
this.RecordBar.Size = new System.Drawing.Size(100, 56);
this.RecordBar.TabIndex = 3;
this.RecordBar.TickFrequency = 10;
this.RecordBar.Value = 2;
this.RecordBar.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.GrayText;
this.panel1.Controls.Add(this.label5);
this.panel1.Location = new System.Drawing.Point(173, 23);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(43, 29);
//
// label5
//
this.label5.Location = new System.Drawing.Point(4, 4);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(36, 20);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(3, 4);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(230, 20);
this.label4.Text = "自动应答前延迟(秒): ";
//
// DelayBar
//
this.DelayBar.Enabled = false;
this.DelayBar.Location = new System.Drawing.Point(3, 23);
this.DelayBar.Maximum = 25;
this.DelayBar.Minimum = 2;
this.DelayBar.Name = "DelayBar";
this.DelayBar.Size = new System.Drawing.Size(100, 56);
this.DelayBar.TabIndex = 6;
this.DelayBar.TickFrequency = 3;
this.DelayBar.Value = 2;
this.DelayBar.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label11);
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.label2);
this.tabPage3.Controls.Add(this.pictureBox1);
this.tabPage3.Controls.Add(this.label1);
this.tabPage3.Location = new System.Drawing.Point(0, 0);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(240, 217);
this.tabPage3.Text = " 关于 ";
//
// label11
//
this.label11.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label11.Location = new System.Drawing.Point(51, 181);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(101, 15);
this.label11.Text = "http://lan361.cn";
this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label3
//
this.label3.Location = new System.Drawing.Point(7, 221);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(226, 20);
this.label3.Text = "astard@ua.fm";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label2
//
this.label2.Location = new System.Drawing.Point(51, 200);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(103, 20);
this.label2.Text = "蓝浪软件 2008";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(42, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(129, 152);
//
// label1
//
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.label1.Location = new System.Drawing.Point(55, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(95, 20);
this.label1.Text = "蓝浪来电王";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.label9);
this.tabPage5.Controls.Add(this.button3);
this.tabPage5.Controls.Add(this.button2);
this.tabPage5.Controls.Add(this.button1);
this.tabPage5.Controls.Add(this.listBox1);
this.tabPage5.Location = new System.Drawing.Point(0, 0);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(240, 217);
this.tabPage5.Text = " 应答列表 ";
//
// label9
//
this.label9.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label9.Location = new System.Drawing.Point(67, -1);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(100, 16);
//
// button3
//
this.button3.Location = new System.Drawing.Point(160, 190);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(72, 20);
this.button3.TabIndex = 1;
this.button3.Text = "停止 ";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(85, 190);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(69, 20);
this.button2.TabIndex = 2;
this.button2.Text = "播放 ";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(7, 190);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 20);
this.button1.TabIndex = 3;
this.button1.Text = " 录制 ";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.ContextMenu = this.AnswerListcontextMenu;
this.listBox1.Location = new System.Drawing.Point(7, 17);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(211, 156);
this.listBox1.TabIndex = 4;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.tabControl1);
this.Menu = this.mainMenu1;
this.Name = "MainForm";
this.Text = "蓝浪来电王";
this.Load += new System.EventHandler(this.MainForm_Load);
this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private TabControl tabControl1;
private TabPage tabPage1;
private TreeView treeView;
private TabPage tabPage2;
private Panel panel3;
private Button button4;
private TextBox textBox2;
private TextBox textBox1;
private Label label8;
private Label label10;
private Panel panel2;
private Label label6;
private Label label7;
private TrackBar RecordBar;
private Panel panel1;
private Label label5;
private Label label4;
private TrackBar DelayBar;
private TabPage tabPage3;
private Label label11;
private Label label3;
private Label label2;
private PictureBox pictureBox1;
private Label label1;
private TabPage tabPage5;
private Label label9;
private Button button3;
private Button button2;
private Button button1;
private ListBox listBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -