📄 form1.designer.cs
字号:
//
// imTimer
//
this.imTimer.Enabled = true;
this.imTimer.Tick += new System.EventHandler(this.imTimer_Tick);
//
// dzTimer
//
this.dzTimer.Interval = 1000;
this.dzTimer.Tick += new System.EventHandler(this.dzTimer_Tick);
//
// GWName
//
this.GWName.Text = "怪物名";
//
// btTimer
//
this.btTimer.Tick += new System.EventHandler(this.btTimer_Tick);
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 5000;
this.toolTip1.BackColor = System.Drawing.Color.White;
this.toolTip1.ForeColor = System.Drawing.Color.Red;
this.toolTip1.InitialDelay = 500;
this.toolTip1.IsBalloon = true;
this.toolTip1.ReshowDelay = 10;
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip1.ToolTipTitle = "Iislove提示";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.FiltrateWPTxb);
this.groupBox4.Controls.Add(this.textBox3);
this.groupBox4.Controls.Add(this.checkBox9);
this.groupBox4.Controls.Add(this.checkBox8);
this.groupBox4.Controls.Add(this.textBox1);
this.groupBox4.Controls.Add(this.checkBox6);
this.groupBox4.Controls.Add(this.checkBox5);
this.groupBox4.Location = new System.Drawing.Point(3, 85);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(254, 117);
this.groupBox4.TabIndex = 1;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "物品过滤";
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(6, 19);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(72, 16);
this.checkBox5.TabIndex = 0;
this.checkBox5.Text = "自动拣物";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(145, 20);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(72, 16);
this.checkBox6.TabIndex = 1;
this.checkBox6.Text = "物品过滤";
this.checkBox6.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Location = new System.Drawing.Point(6, 41);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(242, 21);
this.textBox1.TabIndex = 2;
this.toolTip1.SetToolTip(this.textBox1, "过滤掉不拣物品,使用英文\",\"分开物品名称");
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.Location = new System.Drawing.Point(6, 68);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(72, 16);
this.checkBox8.TabIndex = 3;
this.checkBox8.Text = "只拣物品";
this.checkBox8.UseVisualStyleBackColor = true;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Location = new System.Drawing.Point(145, 68);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(72, 16);
this.checkBox9.TabIndex = 4;
this.checkBox9.Text = "增强拾拣";
this.toolTip1.SetToolTip(this.checkBox9, "增强拾拣距离");
this.checkBox9.UseVisualStyleBackColor = true;
//
// textBox3
//
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox3.Location = new System.Drawing.Point(222, 65);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(26, 21);
this.textBox3.TabIndex = 5;
//
// FiltrateWPTxb
//
this.FiltrateWPTxb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.FiltrateWPTxb.Location = new System.Drawing.Point(6, 90);
this.FiltrateWPTxb.Name = "FiltrateWPTxb";
this.FiltrateWPTxb.Size = new System.Drawing.Size(243, 21);
this.FiltrateWPTxb.TabIndex = 6;
this.toolTip1.SetToolTip(this.FiltrateWPTxb, "过滤只拣物品,使用英文\",\"分开物品名称");
//
// groupBox5
//
this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox5.Location = new System.Drawing.Point(0, 0);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(260, 297);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "挂机设置";
//
// radcaption
//
this.radcaption.AutoSize = true;
this.radcaption.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.radcaption.Location = new System.Drawing.Point(8, 262);
this.radcaption.Name = "radcaption";
this.radcaption.Size = new System.Drawing.Size(82, 16);
this.radcaption.TabIndex = 27;
this.radcaption.Text = "随机辅助名";
this.toolTip1.SetToolTip(this.radcaption, "随机外挂标题名,防关键字检测.");
this.radcaption.UseVisualStyleBackColor = true;
//
// radcapTimer
//
this.radcapTimer.Interval = 2000;
this.radcapTimer.Tick += new System.EventHandler(this.radcapTimer_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(304, 305);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.Text = "完美辅助";
this.Load += new System.EventHandler(this.Form1_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.info.ResumeLayout(false);
this.info.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
this.tabPage4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
this.tabPage9.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tabPage6.ResumeLayout(false);
this.tabPage6.PerformLayout();
this.btgb.ResumeLayout(false);
this.btgb.PerformLayout();
this.tabPage8.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox info;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Timer infoTimer;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox Lv;
private System.Windows.Forms.TextBox HP;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Timer imTimer;
private System.Windows.Forms.TextBox nMP;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox YS;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox DS;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox NLL;
private System.Windows.Forms.TextBox LL;
private System.Windows.Forms.TextBox TZ;
private System.Windows.Forms.TextBox Money;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox MJ;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox hpdzcb;
private System.Windows.Forms.TextBox hpdz;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Timer dzTimer;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TextBox ptxb;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox Exptbx;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Button startodo;
private System.Windows.Forms.TabPage tabPage9;
private XPTable.Models.TextColumn GWName;
private XPTable.Models.TextColumn textColumn1;
private XPTable.Models.TextColumn textColumn2;
private XPTable.Models.Table table1;
private XPTable.Models.TextColumn GWnames;
private XPTable.Models.TextColumn GWXYZ;
private XPTable.Models.TextColumn GWHPS;
private XPTable.Models.TextColumn GWJLS;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.TextBox FiltrateTxb;
private System.Windows.Forms.CheckBox glcb;
private System.Windows.Forms.TextBox textBox2;
private XPTable.Models.Table table2;
private XPTable.Models.ColumnModel CM2;
private XPTable.Models.TableModel TM2;
private XPTable.Models.TextColumn textColumn3;
private XPTable.Models.TextColumn textColumn4;
private XPTable.Models.TextColumn textColumn5;
private XPTable.Models.TextColumn textColumn6;
private XPTable.Models.ColumnModel CM1;
private XPTable.Models.TextColumn textColumn7;
private XPTable.Models.TextColumn textColumn8;
private XPTable.Models.TextColumn textColumn9;
private XPTable.Models.TextColumn textColumn10;
private XPTable.Models.TextColumn textColumn11;
private XPTable.Models.TableModel TM1;
private System.Windows.Forms.ListBox gw;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Button openbt;
private System.Windows.Forms.GroupBox btgb;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Timer btTimer;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.TextBox FiltrateWPTxb;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox radcaption;
private System.Windows.Forms.Timer radcapTimer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -