📄 frmmain.designer.cs
字号:
namespace DialUp
{
partial class frmMain
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.tmrCheckDial = new System.Windows.Forms.Timer(this.components);
this.wbContent = new System.Windows.Forms.WebBrowser();
this.tmrCheckClick = new System.Windows.Forms.Timer(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtUrl = new System.Windows.Forms.TextBox();
this.btnMax = new System.Windows.Forms.Button();
this.btnMin = new System.Windows.Forms.Button();
this.cboMaxDial = new System.Windows.Forms.ComboBox();
this.cboTimeOut = new System.Windows.Forms.ComboBox();
this.btnClick = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnStartRecord = new System.Windows.Forms.Button();
this.btnGo = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.btnStart = new System.Windows.Forms.Button();
this.btnHangup = new System.Windows.Forms.Button();
this.btnDialup = new System.Windows.Forms.Button();
this.cboRasList = new System.Windows.Forms.ComboBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.stWorking = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.stCount = new System.Windows.Forms.ToolStripStatusLabel();
this.chkTop = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// tmrCheckDial
//
this.tmrCheckDial.Interval = 1000;
this.tmrCheckDial.Tick += new System.EventHandler(this.tmrCheckDial_Tick);
//
// wbContent
//
this.wbContent.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.wbContent.Location = new System.Drawing.Point(0, 56);
this.wbContent.MinimumSize = new System.Drawing.Size(20, 20);
this.wbContent.Name = "wbContent";
this.wbContent.Size = new System.Drawing.Size(800, 266);
this.wbContent.TabIndex = 3;
this.wbContent.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.wbContent_DocumentCompleted);
//
// tmrCheckClick
//
this.tmrCheckClick.Interval = 1000;
this.tmrCheckClick.Tick += new System.EventHandler(this.tmrCheckClick_Tick);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chkTop);
this.groupBox1.Controls.Add(this.txtUrl);
this.groupBox1.Controls.Add(this.btnMax);
this.groupBox1.Controls.Add(this.btnMin);
this.groupBox1.Controls.Add(this.cboMaxDial);
this.groupBox1.Controls.Add(this.cboTimeOut);
this.groupBox1.Controls.Add(this.btnClick);
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnStartRecord);
this.groupBox1.Controls.Add(this.btnGo);
this.groupBox1.Controls.Add(this.btnStop);
this.groupBox1.Controls.Add(this.btnStart);
this.groupBox1.Controls.Add(this.btnHangup);
this.groupBox1.Controls.Add(this.btnDialup);
this.groupBox1.Controls.Add(this.cboRasList);
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(792, 50);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Control";
//
// txtUrl
//
this.txtUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtUrl.Location = new System.Drawing.Point(410, 16);
this.txtUrl.Name = "txtUrl";
this.txtUrl.Size = new System.Drawing.Size(155, 20);
this.txtUrl.TabIndex = 19;
this.txtUrl.Text = "http://www.1983111.com";
//
// btnMax
//
this.btnMax.FlatAppearance.BorderSize = 0;
this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.btnMax.Location = new System.Drawing.Point(755, 8);
this.btnMax.Name = "btnMax";
this.btnMax.Size = new System.Drawing.Size(16, 16);
this.btnMax.TabIndex = 18;
this.btnMax.Text = "□";
this.btnMax.UseVisualStyleBackColor = true;
this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
//
// btnMin
//
this.btnMin.FlatAppearance.BorderSize = 0;
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.btnMin.Location = new System.Drawing.Point(738, 8);
this.btnMin.Name = "btnMin";
this.btnMin.Size = new System.Drawing.Size(16, 16);
this.btnMin.TabIndex = 17;
this.btnMin.Text = "_";
this.btnMin.UseVisualStyleBackColor = true;
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
//
// cboMaxDial
//
this.cboMaxDial.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboMaxDial.FormattingEnabled = true;
this.cboMaxDial.Items.AddRange(new object[] {
"500",
"1000",
"1500",
"2000",
"3000",
"4000",
"6000",
"10000"});
this.cboMaxDial.Location = new System.Drawing.Point(150, 16);
this.cboMaxDial.Name = "cboMaxDial";
this.cboMaxDial.Size = new System.Drawing.Size(53, 21);
this.cboMaxDial.TabIndex = 16;
this.cboMaxDial.Text = "6000";
//
// cboTimeOut
//
this.cboTimeOut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboTimeOut.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboTimeOut.FormattingEnabled = true;
this.cboTimeOut.Location = new System.Drawing.Point(107, 16);
this.cboTimeOut.Name = "cboTimeOut";
this.cboTimeOut.Size = new System.Drawing.Size(37, 21);
this.cboTimeOut.TabIndex = 15;
//
// btnClick
//
this.btnClick.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnClick.Location = new System.Drawing.Point(361, 17);
this.btnClick.Name = "btnClick";
this.btnClick.Size = new System.Drawing.Size(43, 20);
this.btnClick.TabIndex = 0;
this.btnClick.Text = "Click";
this.btnClick.UseVisualStyleBackColor = true;
this.btnClick.Click += new System.EventHandler(this.btnClick_Click);
//
// btnClose
//
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -