📄 frmmain.designer.cs
字号:
this.btnClose.Location = new System.Drawing.Point(772, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(16, 16);
this.btnClose.TabIndex = 14;
this.btnClose.Text = "X";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnStartRecord
//
this.btnStartRecord.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnStartRecord.Location = new System.Drawing.Point(681, 16);
this.btnStartRecord.Name = "btnStartRecord";
this.btnStartRecord.Size = new System.Drawing.Size(51, 20);
this.btnStartRecord.TabIndex = 13;
this.btnStartRecord.Text = "Record";
this.btnStartRecord.UseVisualStyleBackColor = true;
this.btnStartRecord.Click += new System.EventHandler(this.btnStartRecord_Click);
//
// btnGo
//
this.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnGo.Location = new System.Drawing.Point(326, 17);
this.btnGo.Name = "btnGo";
this.btnGo.Size = new System.Drawing.Size(29, 20);
this.btnGo.TabIndex = 12;
this.btnGo.Text = "Go";
this.btnGo.UseVisualStyleBackColor = true;
this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
//
// btnStop
//
this.btnStop.Enabled = false;
this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnStop.Location = new System.Drawing.Point(637, 16);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(38, 20);
this.btnStop.TabIndex = 11;
this.btnStop.Text = "Stop";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnStart
//
this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnStart.Location = new System.Drawing.Point(591, 16);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(40, 20);
this.btnStart.TabIndex = 10;
this.btnStart.Text = "Start";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnHangup
//
this.btnHangup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnHangup.Location = new System.Drawing.Point(264, 17);
this.btnHangup.Name = "btnHangup";
this.btnHangup.Size = new System.Drawing.Size(56, 20);
this.btnHangup.TabIndex = 9;
this.btnHangup.Text = "HangUp";
this.btnHangup.UseVisualStyleBackColor = true;
this.btnHangup.Click += new System.EventHandler(this.btnHangup_Click);
//
// btnDialup
//
this.btnDialup.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnDialup.Location = new System.Drawing.Point(209, 17);
this.btnDialup.Name = "btnDialup";
this.btnDialup.Size = new System.Drawing.Size(49, 20);
this.btnDialup.TabIndex = 8;
this.btnDialup.Text = "DialUp";
this.btnDialup.UseVisualStyleBackColor = true;
this.btnDialup.Click += new System.EventHandler(this.btnDialup_Click);
//
// cboRasList
//
this.cboRasList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboRasList.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.cboRasList.FormattingEnabled = true;
this.cboRasList.Location = new System.Drawing.Point(6, 16);
this.cboRasList.Name = "cboRasList";
this.cboRasList.Size = new System.Drawing.Size(95, 21);
this.cboRasList.TabIndex = 7;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.stWorking,
this.toolStripStatusLabel1,
this.toolStripStatusLabel3,
this.stCount});
this.statusStrip1.Location = new System.Drawing.Point(0, 328);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(800, 22);
this.statusStrip1.TabIndex = 14;
this.statusStrip1.Text = "statusStrip1";
//
// stWorking
//
this.stWorking.Name = "stWorking";
this.stWorking.Size = new System.Drawing.Size(55, 17);
this.stWorking.Text = "准备就绪";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel1.Text = "-";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(59, 17);
this.toolStripStatusLabel3.Text = "操作次数:";
//
// stCount
//
this.stCount.Name = "stCount";
this.stCount.Size = new System.Drawing.Size(13, 17);
this.stCount.Text = "0";
//
// chkTop
//
this.chkTop.AutoSize = true;
this.chkTop.Checked = true;
this.chkTop.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkTop.Location = new System.Drawing.Point(571, 20);
this.chkTop.Name = "chkTop";
this.chkTop.Size = new System.Drawing.Size(15, 14);
this.chkTop.TabIndex = 20;
this.chkTop.UseVisualStyleBackColor = true;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 350);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.wbContent);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AutoClick";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer tmrCheckDial;
private System.Windows.Forms.WebBrowser wbContent;
private System.Windows.Forms.Timer tmrCheckClick;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnStartRecord;
private System.Windows.Forms.Button btnGo;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Button btnHangup;
private System.Windows.Forms.Button btnDialup;
private System.Windows.Forms.ComboBox cboRasList;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel stWorking;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel stCount;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnClick;
private System.Windows.Forms.ComboBox cboTimeOut;
private System.Windows.Forms.ComboBox cboMaxDial;
private System.Windows.Forms.Button btnMin;
private System.Windows.Forms.Button btnMax;
private System.Windows.Forms.TextBox txtUrl;
private System.Windows.Forms.CheckBox chkTop;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -