代码拉取完成,页面将自动刷新
同步操作将从 notmmao/D3AutoClick 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*
* Created by SharpDevelop.
* User: notmmao
* Date: 2015/6/1
* Time: 11:32
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace D3AutoClick
{
partial class UP
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the control.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.tbKey1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tbDKey1 = new System.Windows.Forms.TextBox();
this.cbKey = new System.Windows.Forms.CheckBox();
this.cbEnable = new System.Windows.Forms.CheckBox();
this.lbLeft = new System.Windows.Forms.Label();
this.lbRight = new System.Windows.Forms.Label();
this.lbShift = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tbKey1
//
this.tbKey1.Location = new System.Drawing.Point(55, 3);
this.tbKey1.Name = "tbKey1";
this.tbKey1.ReadOnly = true;
this.tbKey1.Size = new System.Drawing.Size(71, 21);
this.tbKey1.TabIndex = 7;
this.tbKey1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TbKey1KeyDown);
//
// label1
//
this.label1.Location = new System.Drawing.Point(191, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 23);
this.label1.TabIndex = 6;
this.label1.Text = "间隔:";
//
// tbDKey1
//
this.tbDKey1.Location = new System.Drawing.Point(228, 3);
this.tbDKey1.Name = "tbDKey1";
this.tbDKey1.Size = new System.Drawing.Size(100, 21);
this.tbDKey1.TabIndex = 5;
this.tbDKey1.TextChanged += new System.EventHandler(this.TbDKey1TextChanged);
this.tbDKey1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbDKey1KeyPress);
//
// cbKey
//
this.cbKey.Location = new System.Drawing.Point(137, 1);
this.cbKey.Name = "cbKey";
this.cbKey.Size = new System.Drawing.Size(50, 24);
this.cbKey.TabIndex = 4;
this.cbKey.Text = "按住";
this.cbKey.UseVisualStyleBackColor = true;
this.cbKey.CheckedChanged += new System.EventHandler(this.CbKeyCheckedChanged);
//
// cbEnable
//
this.cbEnable.Location = new System.Drawing.Point(3, 1);
this.cbEnable.Name = "cbEnable";
this.cbEnable.Size = new System.Drawing.Size(50, 24);
this.cbEnable.TabIndex = 8;
this.cbEnable.Text = "启用";
this.cbEnable.UseVisualStyleBackColor = true;
this.cbEnable.CheckedChanged += new System.EventHandler(this.CbEnableCheckedChanged);
//
// lbLeft
//
this.lbLeft.Location = new System.Drawing.Point(55, 6);
this.lbLeft.Name = "lbLeft";
this.lbLeft.Size = new System.Drawing.Size(71, 23);
this.lbLeft.TabIndex = 9;
this.lbLeft.Text = "鼠标左键:";
//
// lbRight
//
this.lbRight.Location = new System.Drawing.Point(58, 5);
this.lbRight.Name = "lbRight";
this.lbRight.Size = new System.Drawing.Size(71, 23);
this.lbRight.TabIndex = 10;
this.lbRight.Text = "鼠标右键:";
//
// lbShift
//
this.lbShift.Location = new System.Drawing.Point(59, 4);
this.lbShift.Name = "lbShift";
this.lbShift.Size = new System.Drawing.Size(71, 23);
this.lbShift.TabIndex = 11;
this.lbShift.Text = "Shift键:";
//
// UP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lbShift);
this.Controls.Add(this.lbRight);
this.Controls.Add(this.lbLeft);
this.Controls.Add(this.cbEnable);
this.Controls.Add(this.tbKey1);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbDKey1);
this.Controls.Add(this.cbKey);
this.Name = "UP";
this.Size = new System.Drawing.Size(335, 30);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.Label lbShift;
private System.Windows.Forms.Label lbRight;
private System.Windows.Forms.Label lbLeft;
private System.Windows.Forms.CheckBox cbEnable;
private System.Windows.Forms.CheckBox cbKey;
private System.Windows.Forms.TextBox tbDKey1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbKey1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。