www.pudn.com > zxxx.1.rar > Form1.Designer.cs
namespace ProcessMemoryWork_Demo
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
ProcessMemoryWorkApi.CloseHandle(PinballHandle);
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.labelhp = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label2 = new System.Windows.Forms.Label();
this.labelid = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.labelMubiao = new System.Windows.Forms.Label();
this.trackBar6 = new System.Windows.Forms.TrackBar();
this.trackBar7 = new System.Windows.Forms.TrackBar();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.labelStatus = new System.Windows.Forms.Label();
this.button = new System.Windows.Forms.Button();
this.labelItemCount = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.labelKill = new System.Windows.Forms.Label();
this.buttonZero = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.labelmp = new System.Windows.Forms.Label();
this.timer2 = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.trackBar6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar7)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 84);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 0;
this.label1.Text = "生命:";
//
// labelhp
//
this.labelhp.AutoSize = true;
this.labelhp.ForeColor = System.Drawing.Color.Red;
this.labelhp.Location = new System.Drawing.Point(68, 84);
this.labelhp.Name = "labelhp";
this.labelhp.Size = new System.Drawing.Size(23, 12);
this.labelhp.TabIndex = 1;
this.labelhp.Text = "0/0";
//
// timer1
//
this.timer1.Interval = 500;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 57);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 0;
this.label2.Text = "人物ID:";
//
// labelid
//
this.labelid.AutoSize = true;
this.labelid.ForeColor = System.Drawing.Color.Red;
this.labelid.Location = new System.Drawing.Point(68, 57);
this.labelid.Name = "labelid";
this.labelid.Size = new System.Drawing.Size(11, 12);
this.labelid.TabIndex = 1;
this.labelid.Text = "0";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(195, 57);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 0;
this.label3.Text = "目标ID:";
//
// labelMubiao
//
this.labelMubiao.AutoSize = true;
this.labelMubiao.ForeColor = System.Drawing.Color.Red;
this.labelMubiao.Location = new System.Drawing.Point(236, 57);
this.labelMubiao.Name = "labelMubiao";
this.labelMubiao.Size = new System.Drawing.Size(11, 12);
this.labelMubiao.TabIndex = 1;
this.labelMubiao.Text = "0";
//
// trackBar6
//
this.trackBar6.Location = new System.Drawing.Point(98, 134);
this.trackBar6.Maximum = 100;
this.trackBar6.Name = "trackBar6";
this.trackBar6.Size = new System.Drawing.Size(133, 45);
this.trackBar6.TabIndex = 2;
this.trackBar6.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar6.Value = 70;
this.trackBar6.Scroll += new System.EventHandler(this.trackBar6_Scroll);
//
// trackBar7
//
this.trackBar7.Location = new System.Drawing.Point(98, 162);
this.trackBar7.Maximum = 100;
this.trackBar7.Name = "trackBar7";
this.trackBar7.Size = new System.Drawing.Size(133, 45);
this.trackBar7.TabIndex = 2;
this.trackBar7.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBar7.Value = 40;
this.trackBar7.Scroll += new System.EventHandler(this.trackBar7_Scroll);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(27, 139);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 0;
this.label4.Text = "HP吃药(6)";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(27, 167);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "HP练功(7)";
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Checked = true;
this.checkBox4.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox4.Location = new System.Drawing.Point(305, 139);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(66, 16);
this.checkBox4.TabIndex = 3;
this.checkBox4.Text = "法术(4)";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Checked = true;
this.checkBox5.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox5.Location = new System.Drawing.Point(305, 167);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(66, 16);
this.checkBox5.TabIndex = 3;
this.checkBox5.Text = "法术(5)";
this.checkBox5.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(236, 139);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 0;
this.label6.Text = "70/100";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(236, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 0;
this.label7.Text = "40/100";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(29, 13);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 4;
this.label8.Text = "外挂状态:";
//
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.ForeColor = System.Drawing.Color.Red;
this.labelStatus.Location = new System.Drawing.Point(96, 13);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(29, 12);
this.labelStatus.TabIndex = 4;
this.labelStatus.Text = "停止";
//
// button
//
this.button.Location = new System.Drawing.Point(29, 213);
this.button.Name = "button";
this.button.Size = new System.Drawing.Size(75, 23);
this.button.TabIndex = 5;
this.button.Text = "开始";
this.button.UseVisualStyleBackColor = true;
this.button.Click += new System.EventHandler(this.button_Click);
//
// labelItemCount
//
this.labelItemCount.AutoSize = true;
this.labelItemCount.ForeColor = System.Drawing.Color.Red;
this.labelItemCount.Location = new System.Drawing.Point(145, 213);
this.labelItemCount.Name = "labelItemCount";
this.labelItemCount.Size = new System.Drawing.Size(11, 12);
this.labelItemCount.TabIndex = 6;
this.labelItemCount.Text = "0";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(195, 84);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 12);
this.label9.TabIndex = 0;
this.label9.Text = "杀怪数:";
//
// labelKill
//
this.labelKill.AutoSize = true;
this.labelKill.ForeColor = System.Drawing.Color.Red;
this.labelKill.Location = new System.Drawing.Point(236, 84);
this.labelKill.Name = "labelKill";
this.labelKill.Size = new System.Drawing.Size(11, 12);
this.labelKill.TabIndex = 1;
this.labelKill.Text = "0";
//
// buttonZero
//
this.buttonZero.Location = new System.Drawing.Point(202, 213);
this.buttonZero.Name = "buttonZero";
this.buttonZero.Size = new System.Drawing.Size(75, 23);
this.buttonZero.TabIndex = 7;
this.buttonZero.Text = "清零";
this.buttonZero.UseVisualStyleBackColor = true;
this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(157, 256);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 12);
this.label10.TabIndex = 8;
this.label10.Text = "label10";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(27, 110);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(35, 12);
this.label11.TabIndex = 0;
this.label11.Text = "真气:";
//
// labelmp
//
this.labelmp.AutoSize = true;
this.labelmp.ForeColor = System.Drawing.Color.Red;
this.labelmp.Location = new System.Drawing.Point(68, 110);
this.labelmp.Name = "labelmp";
this.labelmp.Size = new System.Drawing.Size(23, 12);
this.labelmp.TabIndex = 1;
this.labelmp.Text = "0/0";
//
// timer2
//
this.timer2.Interval = 1000;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(387, 295);
this.Controls.Add(this.label10);
this.Controls.Add(this.buttonZero);
this.Controls.Add(this.labelItemCount);
this.Controls.Add(this.button);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.label8);
this.Controls.Add(this.checkBox5);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.trackBar7);
this.Controls.Add(this.trackBar6);
this.Controls.Add(this.labelMubiao);
this.Controls.Add(this.labelKill);
this.Controls.Add(this.labelid);
this.Controls.Add(this.labelmp);
this.Controls.Add(this.labelhp);
this.Controls.Add(this.label3);
this.Controls.Add(this.label9);
this.Controls.Add(this.label2);
this.Controls.Add(this.label7);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.label11);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = "ProcessMemoryWork_Demo";
((System.ComponentModel.ISupportInitialize)(this.trackBar6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar7)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelhp;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label labelid;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label labelMubiao;
private System.Windows.Forms.TrackBar trackBar6;
private System.Windows.Forms.TrackBar trackBar7;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label labelStatus;
private System.Windows.Forms.Button button;
private System.Windows.Forms.Label labelItemCount;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label labelKill;
private System.Windows.Forms.Button buttonZero;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label labelmp;
private System.Windows.Forms.Timer timer2;
}
}