mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
892 lines
42 KiB
C#
892 lines
42 KiB
C#
namespace GrasscutterTools.Pages
|
||
{
|
||
partial class PageSpawn
|
||
{
|
||
/// <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 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PageSpawn));
|
||
this.TCSpawnSettings = new System.Windows.Forms.TabControl();
|
||
this.TPSpawnArgs = new System.Windows.Forms.TabPage();
|
||
this.NUDEntityDef = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityAtk = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityHp = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityMaxHp = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityPosZ = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityPosY = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityPosX = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityAmout = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDEntityLevel = new System.Windows.Forms.NumericUpDown();
|
||
this.LblSpawnVersionRequireTip = new System.Windows.Forms.Label();
|
||
this.LblInfiniteHpTip = new System.Windows.Forms.Label();
|
||
this.LblEntityDef = new System.Windows.Forms.Label();
|
||
this.LblEntityAtk = new System.Windows.Forms.Label();
|
||
this.LblEntityHp = new System.Windows.Forms.Label();
|
||
this.LblEntityMaxHp = new System.Windows.Forms.Label();
|
||
this.LblEntitySpawnPostion = new System.Windows.Forms.Label();
|
||
this.LblEntityLevel = new System.Windows.Forms.Label();
|
||
this.LblEntityAmount = new System.Windows.Forms.Label();
|
||
this.TPAttackModArgs = new System.Windows.Forms.TabPage();
|
||
this.LblAMPluginTip = new System.Windows.Forms.Label();
|
||
this.LblAMPluginIntroduction = new System.Windows.Forms.Label();
|
||
this.LblAMPlugin = new System.Windows.Forms.Label();
|
||
this.LnkAMOff = new System.Windows.Forms.LinkLabel();
|
||
this.LnkAMOn = new System.Windows.Forms.LinkLabel();
|
||
this.BtnAtReload = new System.Windows.Forms.Button();
|
||
this.BtnAtClear = new System.Windows.Forms.Button();
|
||
this.LnkAttackModifierPlugin = new System.Windows.Forms.LinkLabel();
|
||
this.GrpAMSkills = new System.Windows.Forms.GroupBox();
|
||
this.TxtAtEntityQ = new System.Windows.Forms.TextBox();
|
||
this.TxtAtEntityE = new System.Windows.Forms.TextBox();
|
||
this.TxtAtEntityN = new System.Windows.Forms.TextBox();
|
||
this.RbAtQ = new System.Windows.Forms.RadioButton();
|
||
this.RbAtE = new System.Windows.Forms.RadioButton();
|
||
this.RbAtN = new System.Windows.Forms.RadioButton();
|
||
this.TPAttackInfusedArgs = new System.Windows.Forms.TabPage();
|
||
this.NUDAiwiRotateZ = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDAiwiRotateY = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDAiwiRotateX = new System.Windows.Forms.NumericUpDown();
|
||
this.LblAiwiRotate = new System.Windows.Forms.Label();
|
||
this.NUDAiwiSpread = new System.Windows.Forms.NumericUpDown();
|
||
this.LblAiwiSpread = new System.Windows.Forms.Label();
|
||
this.NUDAiwiCount = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDAiwiHeight = new System.Windows.Forms.NumericUpDown();
|
||
this.NUDAiwiRadius = new System.Windows.Forms.NumericUpDown();
|
||
this.LblAiwiCount = new System.Windows.Forms.Label();
|
||
this.LblAiwiHeight = new System.Windows.Forms.Label();
|
||
this.LblAiwiRadius = new System.Windows.Forms.Label();
|
||
this.BtnAttackInfuse = new System.Windows.Forms.Button();
|
||
this.BtnAiwiReload = new System.Windows.Forms.Button();
|
||
this.BtnAiwiClear = new System.Windows.Forms.Button();
|
||
this.BtnAiwiReset = new System.Windows.Forms.Button();
|
||
this.LblAiwiPlugin = new System.Windows.Forms.Label();
|
||
this.LnkAttackInfusedWithItem = new System.Windows.Forms.LinkLabel();
|
||
this.TCSpawnItems = new System.Windows.Forms.TabControl();
|
||
this.TPSpawnItems = new System.Windows.Forms.TabPage();
|
||
this.ListEntity = new System.Windows.Forms.ListBox();
|
||
this.PanelEntityFilterBar = new System.Windows.Forms.Panel();
|
||
this.TxtEntityFilter = new System.Windows.Forms.TextBox();
|
||
this.CmbFilterEntity = new System.Windows.Forms.ComboBox();
|
||
this.TPSpawnRecords = new System.Windows.Forms.TabPage();
|
||
this.ListSpawnLogs = new System.Windows.Forms.ListBox();
|
||
this.FLPSpawnRecordControls = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
|
||
this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
|
||
this.LblClearSpawnLogs = new System.Windows.Forms.Label();
|
||
this.MenuSpawnEntityFilter = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.TCSpawnSettings.SuspendLayout();
|
||
this.TPSpawnArgs.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).BeginInit();
|
||
this.TPAttackModArgs.SuspendLayout();
|
||
this.GrpAMSkills.SuspendLayout();
|
||
this.TPAttackInfusedArgs.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).BeginInit();
|
||
this.TCSpawnItems.SuspendLayout();
|
||
this.TPSpawnItems.SuspendLayout();
|
||
this.PanelEntityFilterBar.SuspendLayout();
|
||
this.TPSpawnRecords.SuspendLayout();
|
||
this.FLPSpawnRecordControls.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// TCSpawnSettings
|
||
//
|
||
resources.ApplyResources(this.TCSpawnSettings, "TCSpawnSettings");
|
||
this.TCSpawnSettings.Controls.Add(this.TPSpawnArgs);
|
||
this.TCSpawnSettings.Controls.Add(this.TPAttackModArgs);
|
||
this.TCSpawnSettings.Controls.Add(this.TPAttackInfusedArgs);
|
||
this.TCSpawnSettings.Name = "TCSpawnSettings";
|
||
this.TCSpawnSettings.SelectedIndex = 0;
|
||
//
|
||
// TPSpawnArgs
|
||
//
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityDef);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityAtk);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityHp);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityMaxHp);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityPosZ);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityPosY);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityPosX);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityAmout);
|
||
this.TPSpawnArgs.Controls.Add(this.NUDEntityLevel);
|
||
this.TPSpawnArgs.Controls.Add(this.LblSpawnVersionRequireTip);
|
||
this.TPSpawnArgs.Controls.Add(this.LblInfiniteHpTip);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityDef);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityAtk);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityHp);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityMaxHp);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntitySpawnPostion);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityLevel);
|
||
this.TPSpawnArgs.Controls.Add(this.LblEntityAmount);
|
||
resources.ApplyResources(this.TPSpawnArgs, "TPSpawnArgs");
|
||
this.TPSpawnArgs.Name = "TPSpawnArgs";
|
||
this.TPSpawnArgs.UseVisualStyleBackColor = true;
|
||
//
|
||
// NUDEntityDef
|
||
//
|
||
resources.ApplyResources(this.NUDEntityDef, "NUDEntityDef");
|
||
this.NUDEntityDef.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityDef.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityDef.Name = "NUDEntityDef";
|
||
this.NUDEntityDef.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityDef.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityAtk
|
||
//
|
||
resources.ApplyResources(this.NUDEntityAtk, "NUDEntityAtk");
|
||
this.NUDEntityAtk.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityAtk.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityAtk.Name = "NUDEntityAtk";
|
||
this.NUDEntityAtk.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityAtk.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityHp
|
||
//
|
||
resources.ApplyResources(this.NUDEntityHp, "NUDEntityHp");
|
||
this.NUDEntityHp.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityHp.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityHp.Name = "NUDEntityHp";
|
||
this.NUDEntityHp.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityMaxHp
|
||
//
|
||
resources.ApplyResources(this.NUDEntityMaxHp, "NUDEntityMaxHp");
|
||
this.NUDEntityMaxHp.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityMaxHp.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityMaxHp.Name = "NUDEntityMaxHp";
|
||
this.NUDEntityMaxHp.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityMaxHp.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityPosZ
|
||
//
|
||
resources.ApplyResources(this.NUDEntityPosZ, "NUDEntityPosZ");
|
||
this.NUDEntityPosZ.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityPosZ.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityPosZ.Name = "NUDEntityPosZ";
|
||
this.NUDEntityPosZ.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityPosY
|
||
//
|
||
resources.ApplyResources(this.NUDEntityPosY, "NUDEntityPosY");
|
||
this.NUDEntityPosY.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityPosY.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityPosY.Name = "NUDEntityPosY";
|
||
this.NUDEntityPosY.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityPosX
|
||
//
|
||
resources.ApplyResources(this.NUDEntityPosX, "NUDEntityPosX");
|
||
this.NUDEntityPosX.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityPosX.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDEntityPosX.Name = "NUDEntityPosX";
|
||
this.NUDEntityPosX.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityAmout
|
||
//
|
||
resources.ApplyResources(this.NUDEntityAmout, "NUDEntityAmout");
|
||
this.NUDEntityAmout.Maximum = new decimal(new int[] {
|
||
1000,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityAmout.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityAmout.Name = "NUDEntityAmout";
|
||
this.NUDEntityAmout.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityAmout.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// NUDEntityLevel
|
||
//
|
||
resources.ApplyResources(this.NUDEntityLevel, "NUDEntityLevel");
|
||
this.NUDEntityLevel.Maximum = new decimal(new int[] {
|
||
200,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityLevel.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityLevel.Name = "NUDEntityLevel";
|
||
this.NUDEntityLevel.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDEntityLevel.ValueChanged += new System.EventHandler(this.SpawnEntityInputChanged);
|
||
//
|
||
// LblSpawnVersionRequireTip
|
||
//
|
||
resources.ApplyResources(this.LblSpawnVersionRequireTip, "LblSpawnVersionRequireTip");
|
||
this.LblSpawnVersionRequireTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblSpawnVersionRequireTip.Name = "LblSpawnVersionRequireTip";
|
||
//
|
||
// LblInfiniteHpTip
|
||
//
|
||
resources.ApplyResources(this.LblInfiniteHpTip, "LblInfiniteHpTip");
|
||
this.LblInfiniteHpTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblInfiniteHpTip.Name = "LblInfiniteHpTip";
|
||
//
|
||
// LblEntityDef
|
||
//
|
||
resources.ApplyResources(this.LblEntityDef, "LblEntityDef");
|
||
this.LblEntityDef.Name = "LblEntityDef";
|
||
//
|
||
// LblEntityAtk
|
||
//
|
||
resources.ApplyResources(this.LblEntityAtk, "LblEntityAtk");
|
||
this.LblEntityAtk.Name = "LblEntityAtk";
|
||
//
|
||
// LblEntityHp
|
||
//
|
||
resources.ApplyResources(this.LblEntityHp, "LblEntityHp");
|
||
this.LblEntityHp.Name = "LblEntityHp";
|
||
//
|
||
// LblEntityMaxHp
|
||
//
|
||
resources.ApplyResources(this.LblEntityMaxHp, "LblEntityMaxHp");
|
||
this.LblEntityMaxHp.Name = "LblEntityMaxHp";
|
||
//
|
||
// LblEntitySpawnPostion
|
||
//
|
||
resources.ApplyResources(this.LblEntitySpawnPostion, "LblEntitySpawnPostion");
|
||
this.LblEntitySpawnPostion.Name = "LblEntitySpawnPostion";
|
||
//
|
||
// LblEntityLevel
|
||
//
|
||
resources.ApplyResources(this.LblEntityLevel, "LblEntityLevel");
|
||
this.LblEntityLevel.Name = "LblEntityLevel";
|
||
//
|
||
// LblEntityAmount
|
||
//
|
||
resources.ApplyResources(this.LblEntityAmount, "LblEntityAmount");
|
||
this.LblEntityAmount.Name = "LblEntityAmount";
|
||
//
|
||
// TPAttackModArgs
|
||
//
|
||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginTip);
|
||
this.TPAttackModArgs.Controls.Add(this.LblAMPluginIntroduction);
|
||
this.TPAttackModArgs.Controls.Add(this.LblAMPlugin);
|
||
this.TPAttackModArgs.Controls.Add(this.LnkAMOff);
|
||
this.TPAttackModArgs.Controls.Add(this.LnkAMOn);
|
||
this.TPAttackModArgs.Controls.Add(this.BtnAtReload);
|
||
this.TPAttackModArgs.Controls.Add(this.BtnAtClear);
|
||
this.TPAttackModArgs.Controls.Add(this.LnkAttackModifierPlugin);
|
||
this.TPAttackModArgs.Controls.Add(this.GrpAMSkills);
|
||
resources.ApplyResources(this.TPAttackModArgs, "TPAttackModArgs");
|
||
this.TPAttackModArgs.Name = "TPAttackModArgs";
|
||
this.TPAttackModArgs.UseVisualStyleBackColor = true;
|
||
//
|
||
// LblAMPluginTip
|
||
//
|
||
resources.ApplyResources(this.LblAMPluginTip, "LblAMPluginTip");
|
||
this.LblAMPluginTip.ForeColor = System.Drawing.SystemColors.GrayText;
|
||
this.LblAMPluginTip.Name = "LblAMPluginTip";
|
||
//
|
||
// LblAMPluginIntroduction
|
||
//
|
||
resources.ApplyResources(this.LblAMPluginIntroduction, "LblAMPluginIntroduction");
|
||
this.LblAMPluginIntroduction.Name = "LblAMPluginIntroduction";
|
||
//
|
||
// LblAMPlugin
|
||
//
|
||
resources.ApplyResources(this.LblAMPlugin, "LblAMPlugin");
|
||
this.LblAMPlugin.Name = "LblAMPlugin";
|
||
//
|
||
// LnkAMOff
|
||
//
|
||
resources.ApplyResources(this.LnkAMOff, "LnkAMOff");
|
||
this.LnkAMOff.Name = "LnkAMOff";
|
||
this.LnkAMOff.TabStop = true;
|
||
this.LnkAMOff.Tag = "off";
|
||
this.LnkAMOff.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
|
||
//
|
||
// LnkAMOn
|
||
//
|
||
resources.ApplyResources(this.LnkAMOn, "LnkAMOn");
|
||
this.LnkAMOn.Name = "LnkAMOn";
|
||
this.LnkAMOn.TabStop = true;
|
||
this.LnkAMOn.Tag = "on";
|
||
this.LnkAMOn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAttackModifierCommand);
|
||
//
|
||
// BtnAtReload
|
||
//
|
||
resources.ApplyResources(this.BtnAtReload, "BtnAtReload");
|
||
this.BtnAtReload.Name = "BtnAtReload";
|
||
this.BtnAtReload.Tag = "reload";
|
||
this.BtnAtReload.UseVisualStyleBackColor = true;
|
||
this.BtnAtReload.Click += new System.EventHandler(this.OnAttackModifierCommand);
|
||
//
|
||
// BtnAtClear
|
||
//
|
||
resources.ApplyResources(this.BtnAtClear, "BtnAtClear");
|
||
this.BtnAtClear.Name = "BtnAtClear";
|
||
this.BtnAtClear.Tag = "remove";
|
||
this.BtnAtClear.UseVisualStyleBackColor = true;
|
||
this.BtnAtClear.Click += new System.EventHandler(this.OnAttackModifierCommand);
|
||
//
|
||
// LnkAttackModifierPlugin
|
||
//
|
||
resources.ApplyResources(this.LnkAttackModifierPlugin, "LnkAttackModifierPlugin");
|
||
this.LnkAttackModifierPlugin.Name = "LnkAttackModifierPlugin";
|
||
this.LnkAttackModifierPlugin.TabStop = true;
|
||
this.LnkAttackModifierPlugin.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackModifierPlugin_LinkClicked);
|
||
//
|
||
// GrpAMSkills
|
||
//
|
||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityQ);
|
||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityE);
|
||
this.GrpAMSkills.Controls.Add(this.TxtAtEntityN);
|
||
this.GrpAMSkills.Controls.Add(this.RbAtQ);
|
||
this.GrpAMSkills.Controls.Add(this.RbAtE);
|
||
this.GrpAMSkills.Controls.Add(this.RbAtN);
|
||
resources.ApplyResources(this.GrpAMSkills, "GrpAMSkills");
|
||
this.GrpAMSkills.Name = "GrpAMSkills";
|
||
this.GrpAMSkills.TabStop = false;
|
||
//
|
||
// TxtAtEntityQ
|
||
//
|
||
resources.ApplyResources(this.TxtAtEntityQ, "TxtAtEntityQ");
|
||
this.TxtAtEntityQ.Name = "TxtAtEntityQ";
|
||
this.TxtAtEntityQ.ReadOnly = true;
|
||
//
|
||
// TxtAtEntityE
|
||
//
|
||
resources.ApplyResources(this.TxtAtEntityE, "TxtAtEntityE");
|
||
this.TxtAtEntityE.Name = "TxtAtEntityE";
|
||
this.TxtAtEntityE.ReadOnly = true;
|
||
//
|
||
// TxtAtEntityN
|
||
//
|
||
resources.ApplyResources(this.TxtAtEntityN, "TxtAtEntityN");
|
||
this.TxtAtEntityN.Name = "TxtAtEntityN";
|
||
this.TxtAtEntityN.ReadOnly = true;
|
||
//
|
||
// RbAtQ
|
||
//
|
||
resources.ApplyResources(this.RbAtQ, "RbAtQ");
|
||
this.RbAtQ.Name = "RbAtQ";
|
||
this.RbAtQ.UseVisualStyleBackColor = true;
|
||
this.RbAtQ.CheckedChanged += new System.EventHandler(this.OnAttackModifierInputChanged);
|
||
//
|
||
// RbAtE
|
||
//
|
||
resources.ApplyResources(this.RbAtE, "RbAtE");
|
||
this.RbAtE.Name = "RbAtE";
|
||
this.RbAtE.UseVisualStyleBackColor = true;
|
||
this.RbAtE.CheckedChanged += new System.EventHandler(this.OnAttackModifierInputChanged);
|
||
//
|
||
// RbAtN
|
||
//
|
||
resources.ApplyResources(this.RbAtN, "RbAtN");
|
||
this.RbAtN.Checked = true;
|
||
this.RbAtN.Name = "RbAtN";
|
||
this.RbAtN.TabStop = true;
|
||
this.RbAtN.UseVisualStyleBackColor = true;
|
||
this.RbAtN.CheckedChanged += new System.EventHandler(this.OnAttackModifierInputChanged);
|
||
//
|
||
// TPAttackInfusedArgs
|
||
//
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateZ);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateY);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRotateX);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRotate);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiSpread);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiSpread);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiCount);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiHeight);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.NUDAiwiRadius);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiCount);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiHeight);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiRadius);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAttackInfuse);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReload);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiClear);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.BtnAiwiReset);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LblAiwiPlugin);
|
||
this.TPAttackInfusedArgs.Controls.Add(this.LnkAttackInfusedWithItem);
|
||
resources.ApplyResources(this.TPAttackInfusedArgs, "TPAttackInfusedArgs");
|
||
this.TPAttackInfusedArgs.Name = "TPAttackInfusedArgs";
|
||
this.TPAttackInfusedArgs.UseVisualStyleBackColor = true;
|
||
//
|
||
// NUDAiwiRotateZ
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiRotateZ, "NUDAiwiRotateZ");
|
||
this.NUDAiwiRotateZ.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiRotateZ.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDAiwiRotateZ.Name = "NUDAiwiRotateZ";
|
||
//
|
||
// NUDAiwiRotateY
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiRotateY, "NUDAiwiRotateY");
|
||
this.NUDAiwiRotateY.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiRotateY.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDAiwiRotateY.Name = "NUDAiwiRotateY";
|
||
//
|
||
// NUDAiwiRotateX
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiRotateX, "NUDAiwiRotateX");
|
||
this.NUDAiwiRotateX.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiRotateX.Minimum = new decimal(new int[] {
|
||
-2147483648,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUDAiwiRotateX.Name = "NUDAiwiRotateX";
|
||
//
|
||
// LblAiwiRotate
|
||
//
|
||
resources.ApplyResources(this.LblAiwiRotate, "LblAiwiRotate");
|
||
this.LblAiwiRotate.Name = "LblAiwiRotate";
|
||
//
|
||
// NUDAiwiSpread
|
||
//
|
||
this.NUDAiwiSpread.DecimalPlaces = 2;
|
||
resources.ApplyResources(this.NUDAiwiSpread, "NUDAiwiSpread");
|
||
this.NUDAiwiSpread.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiSpread.Name = "NUDAiwiSpread";
|
||
//
|
||
// LblAiwiSpread
|
||
//
|
||
resources.ApplyResources(this.LblAiwiSpread, "LblAiwiSpread");
|
||
this.LblAiwiSpread.Name = "LblAiwiSpread";
|
||
//
|
||
// NUDAiwiCount
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiCount, "NUDAiwiCount");
|
||
this.NUDAiwiCount.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiCount.Name = "NUDAiwiCount";
|
||
//
|
||
// NUDAiwiHeight
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiHeight, "NUDAiwiHeight");
|
||
this.NUDAiwiHeight.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiHeight.Name = "NUDAiwiHeight";
|
||
//
|
||
// NUDAiwiRadius
|
||
//
|
||
resources.ApplyResources(this.NUDAiwiRadius, "NUDAiwiRadius");
|
||
this.NUDAiwiRadius.Maximum = new decimal(new int[] {
|
||
2147483647,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUDAiwiRadius.Name = "NUDAiwiRadius";
|
||
//
|
||
// LblAiwiCount
|
||
//
|
||
resources.ApplyResources(this.LblAiwiCount, "LblAiwiCount");
|
||
this.LblAiwiCount.Name = "LblAiwiCount";
|
||
//
|
||
// LblAiwiHeight
|
||
//
|
||
resources.ApplyResources(this.LblAiwiHeight, "LblAiwiHeight");
|
||
this.LblAiwiHeight.Name = "LblAiwiHeight";
|
||
//
|
||
// LblAiwiRadius
|
||
//
|
||
resources.ApplyResources(this.LblAiwiRadius, "LblAiwiRadius");
|
||
this.LblAiwiRadius.Name = "LblAiwiRadius";
|
||
//
|
||
// BtnAttackInfuse
|
||
//
|
||
resources.ApplyResources(this.BtnAttackInfuse, "BtnAttackInfuse");
|
||
this.BtnAttackInfuse.Name = "BtnAttackInfuse";
|
||
this.BtnAttackInfuse.UseVisualStyleBackColor = true;
|
||
this.BtnAttackInfuse.Click += new System.EventHandler(this.BtnAttackInfuse_Click);
|
||
//
|
||
// BtnAiwiReload
|
||
//
|
||
resources.ApplyResources(this.BtnAiwiReload, "BtnAiwiReload");
|
||
this.BtnAiwiReload.Name = "BtnAiwiReload";
|
||
this.BtnAiwiReload.Tag = "config";
|
||
this.BtnAiwiReload.UseVisualStyleBackColor = true;
|
||
this.BtnAiwiReload.Click += new System.EventHandler(this.OnAttackInfusedCommand);
|
||
//
|
||
// BtnAiwiClear
|
||
//
|
||
resources.ApplyResources(this.BtnAiwiClear, "BtnAiwiClear");
|
||
this.BtnAiwiClear.Name = "BtnAiwiClear";
|
||
this.BtnAiwiClear.Tag = "clear";
|
||
this.BtnAiwiClear.UseVisualStyleBackColor = true;
|
||
this.BtnAiwiClear.Click += new System.EventHandler(this.OnAttackInfusedCommand);
|
||
//
|
||
// BtnAiwiReset
|
||
//
|
||
resources.ApplyResources(this.BtnAiwiReset, "BtnAiwiReset");
|
||
this.BtnAiwiReset.Name = "BtnAiwiReset";
|
||
this.BtnAiwiReset.Tag = "none";
|
||
this.BtnAiwiReset.UseVisualStyleBackColor = true;
|
||
this.BtnAiwiReset.Click += new System.EventHandler(this.OnAttackInfusedCommand);
|
||
//
|
||
// LblAiwiPlugin
|
||
//
|
||
resources.ApplyResources(this.LblAiwiPlugin, "LblAiwiPlugin");
|
||
this.LblAiwiPlugin.Name = "LblAiwiPlugin";
|
||
//
|
||
// LnkAttackInfusedWithItem
|
||
//
|
||
resources.ApplyResources(this.LnkAttackInfusedWithItem, "LnkAttackInfusedWithItem");
|
||
this.LnkAttackInfusedWithItem.Name = "LnkAttackInfusedWithItem";
|
||
this.LnkAttackInfusedWithItem.TabStop = true;
|
||
this.LnkAttackInfusedWithItem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkAttackInfusedWithItem_LinkClicked);
|
||
//
|
||
// TCSpawnItems
|
||
//
|
||
resources.ApplyResources(this.TCSpawnItems, "TCSpawnItems");
|
||
this.TCSpawnItems.Controls.Add(this.TPSpawnItems);
|
||
this.TCSpawnItems.Controls.Add(this.TPSpawnRecords);
|
||
this.TCSpawnItems.Name = "TCSpawnItems";
|
||
this.TCSpawnItems.SelectedIndex = 0;
|
||
//
|
||
// TPSpawnItems
|
||
//
|
||
this.TPSpawnItems.Controls.Add(this.ListEntity);
|
||
this.TPSpawnItems.Controls.Add(this.PanelEntityFilterBar);
|
||
resources.ApplyResources(this.TPSpawnItems, "TPSpawnItems");
|
||
this.TPSpawnItems.Name = "TPSpawnItems";
|
||
this.TPSpawnItems.UseVisualStyleBackColor = true;
|
||
//
|
||
// ListEntity
|
||
//
|
||
resources.ApplyResources(this.ListEntity, "ListEntity");
|
||
this.ListEntity.FormattingEnabled = true;
|
||
this.ListEntity.Name = "ListEntity";
|
||
this.ListEntity.SelectedIndexChanged += new System.EventHandler(this.ListEntity_SelectedIndexChanged);
|
||
//
|
||
// PanelEntityFilterBar
|
||
//
|
||
this.PanelEntityFilterBar.Controls.Add(this.TxtEntityFilter);
|
||
this.PanelEntityFilterBar.Controls.Add(this.CmbFilterEntity);
|
||
resources.ApplyResources(this.PanelEntityFilterBar, "PanelEntityFilterBar");
|
||
this.PanelEntityFilterBar.Name = "PanelEntityFilterBar";
|
||
//
|
||
// TxtEntityFilter
|
||
//
|
||
resources.ApplyResources(this.TxtEntityFilter, "TxtEntityFilter");
|
||
this.TxtEntityFilter.Name = "TxtEntityFilter";
|
||
this.TxtEntityFilter.TextChanged += new System.EventHandler(this.TxtEntityFilter_TextChanged);
|
||
//
|
||
// CmbFilterEntity
|
||
//
|
||
this.CmbFilterEntity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
resources.ApplyResources(this.CmbFilterEntity, "CmbFilterEntity");
|
||
this.CmbFilterEntity.Name = "CmbFilterEntity";
|
||
this.CmbFilterEntity.SelectedIndexChanged += new System.EventHandler(this.CmbFilterEntity_SelectedIndexChanged);
|
||
//
|
||
// TPSpawnRecords
|
||
//
|
||
this.TPSpawnRecords.Controls.Add(this.ListSpawnLogs);
|
||
this.TPSpawnRecords.Controls.Add(this.FLPSpawnRecordControls);
|
||
resources.ApplyResources(this.TPSpawnRecords, "TPSpawnRecords");
|
||
this.TPSpawnRecords.Name = "TPSpawnRecords";
|
||
this.TPSpawnRecords.UseVisualStyleBackColor = true;
|
||
//
|
||
// ListSpawnLogs
|
||
//
|
||
resources.ApplyResources(this.ListSpawnLogs, "ListSpawnLogs");
|
||
this.ListSpawnLogs.FormattingEnabled = true;
|
||
this.ListSpawnLogs.Name = "ListSpawnLogs";
|
||
this.ListSpawnLogs.SelectedIndexChanged += new System.EventHandler(this.ListSpawnLogs_SelectedIndexChanged);
|
||
//
|
||
// FLPSpawnRecordControls
|
||
//
|
||
resources.ApplyResources(this.FLPSpawnRecordControls, "FLPSpawnRecordControls");
|
||
this.FLPSpawnRecordControls.Controls.Add(this.BtnSaveSpawnLog);
|
||
this.FLPSpawnRecordControls.Controls.Add(this.BtnRemoveSpawnLog);
|
||
this.FLPSpawnRecordControls.Controls.Add(this.LblClearSpawnLogs);
|
||
this.FLPSpawnRecordControls.Name = "FLPSpawnRecordControls";
|
||
//
|
||
// BtnSaveSpawnLog
|
||
//
|
||
resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
|
||
this.BtnSaveSpawnLog.Name = "BtnSaveSpawnLog";
|
||
this.BtnSaveSpawnLog.UseVisualStyleBackColor = true;
|
||
this.BtnSaveSpawnLog.Click += new System.EventHandler(this.BtnSaveSpawnLog_Click);
|
||
//
|
||
// BtnRemoveSpawnLog
|
||
//
|
||
resources.ApplyResources(this.BtnRemoveSpawnLog, "BtnRemoveSpawnLog");
|
||
this.BtnRemoveSpawnLog.Name = "BtnRemoveSpawnLog";
|
||
this.BtnRemoveSpawnLog.UseVisualStyleBackColor = true;
|
||
this.BtnRemoveSpawnLog.Click += new System.EventHandler(this.BtnRemoveSpawnLog_Click);
|
||
//
|
||
// LblClearSpawnLogs
|
||
//
|
||
resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
|
||
this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
|
||
this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
|
||
//
|
||
// MenuSpawnEntityFilter
|
||
//
|
||
this.MenuSpawnEntityFilter.Name = "MenuSpawnEntityFilter";
|
||
resources.ApplyResources(this.MenuSpawnEntityFilter, "MenuSpawnEntityFilter");
|
||
//
|
||
// PageSpawn
|
||
//
|
||
resources.ApplyResources(this, "$this");
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.TCSpawnSettings);
|
||
this.Controls.Add(this.TCSpawnItems);
|
||
this.Name = "PageSpawn";
|
||
this.TCSpawnSettings.ResumeLayout(false);
|
||
this.TPSpawnArgs.ResumeLayout(false);
|
||
this.TPSpawnArgs.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityDef)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAtk)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityHp)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityMaxHp)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosZ)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosY)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityPosX)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityAmout)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDEntityLevel)).EndInit();
|
||
this.TPAttackModArgs.ResumeLayout(false);
|
||
this.TPAttackModArgs.PerformLayout();
|
||
this.GrpAMSkills.ResumeLayout(false);
|
||
this.GrpAMSkills.PerformLayout();
|
||
this.TPAttackInfusedArgs.ResumeLayout(false);
|
||
this.TPAttackInfusedArgs.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateZ)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateY)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRotateX)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiSpread)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiCount)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiHeight)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUDAiwiRadius)).EndInit();
|
||
this.TCSpawnItems.ResumeLayout(false);
|
||
this.TPSpawnItems.ResumeLayout(false);
|
||
this.PanelEntityFilterBar.ResumeLayout(false);
|
||
this.PanelEntityFilterBar.PerformLayout();
|
||
this.TPSpawnRecords.ResumeLayout(false);
|
||
this.TPSpawnRecords.PerformLayout();
|
||
this.FLPSpawnRecordControls.ResumeLayout(false);
|
||
this.FLPSpawnRecordControls.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TabControl TCSpawnSettings;
|
||
private System.Windows.Forms.TabPage TPSpawnArgs;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityDef;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityAtk;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityHp;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityMaxHp;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityPosZ;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityPosY;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityPosX;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityAmout;
|
||
private System.Windows.Forms.NumericUpDown NUDEntityLevel;
|
||
private System.Windows.Forms.Label LblSpawnVersionRequireTip;
|
||
private System.Windows.Forms.Label LblInfiniteHpTip;
|
||
private System.Windows.Forms.Label LblEntityDef;
|
||
private System.Windows.Forms.Label LblEntityAtk;
|
||
private System.Windows.Forms.Label LblEntityHp;
|
||
private System.Windows.Forms.Label LblEntityMaxHp;
|
||
private System.Windows.Forms.Label LblEntitySpawnPostion;
|
||
private System.Windows.Forms.Label LblEntityLevel;
|
||
private System.Windows.Forms.Label LblEntityAmount;
|
||
private System.Windows.Forms.TabPage TPAttackModArgs;
|
||
private System.Windows.Forms.Label LblAMPluginTip;
|
||
private System.Windows.Forms.Label LblAMPluginIntroduction;
|
||
private System.Windows.Forms.Label LblAMPlugin;
|
||
private System.Windows.Forms.LinkLabel LnkAMOff;
|
||
private System.Windows.Forms.LinkLabel LnkAMOn;
|
||
private System.Windows.Forms.Button BtnAtReload;
|
||
private System.Windows.Forms.Button BtnAtClear;
|
||
private System.Windows.Forms.LinkLabel LnkAttackModifierPlugin;
|
||
private System.Windows.Forms.GroupBox GrpAMSkills;
|
||
private System.Windows.Forms.TextBox TxtAtEntityQ;
|
||
private System.Windows.Forms.TextBox TxtAtEntityE;
|
||
private System.Windows.Forms.TextBox TxtAtEntityN;
|
||
private System.Windows.Forms.RadioButton RbAtQ;
|
||
private System.Windows.Forms.RadioButton RbAtE;
|
||
private System.Windows.Forms.RadioButton RbAtN;
|
||
private System.Windows.Forms.TabPage TPAttackInfusedArgs;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiRotateZ;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiRotateY;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiRotateX;
|
||
private System.Windows.Forms.Label LblAiwiRotate;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiSpread;
|
||
private System.Windows.Forms.Label LblAiwiSpread;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiCount;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiHeight;
|
||
private System.Windows.Forms.NumericUpDown NUDAiwiRadius;
|
||
private System.Windows.Forms.Label LblAiwiCount;
|
||
private System.Windows.Forms.Label LblAiwiHeight;
|
||
private System.Windows.Forms.Label LblAiwiRadius;
|
||
private System.Windows.Forms.Button BtnAttackInfuse;
|
||
private System.Windows.Forms.Button BtnAiwiReload;
|
||
private System.Windows.Forms.Button BtnAiwiClear;
|
||
private System.Windows.Forms.Button BtnAiwiReset;
|
||
private System.Windows.Forms.Label LblAiwiPlugin;
|
||
private System.Windows.Forms.LinkLabel LnkAttackInfusedWithItem;
|
||
private System.Windows.Forms.TabControl TCSpawnItems;
|
||
private System.Windows.Forms.TabPage TPSpawnItems;
|
||
private System.Windows.Forms.ListBox ListEntity;
|
||
private System.Windows.Forms.Panel PanelEntityFilterBar;
|
||
private System.Windows.Forms.TextBox TxtEntityFilter;
|
||
private System.Windows.Forms.ComboBox CmbFilterEntity;
|
||
private System.Windows.Forms.TabPage TPSpawnRecords;
|
||
private System.Windows.Forms.ListBox ListSpawnLogs;
|
||
private System.Windows.Forms.FlowLayoutPanel FLPSpawnRecordControls;
|
||
private System.Windows.Forms.Button BtnSaveSpawnLog;
|
||
private System.Windows.Forms.Button BtnRemoveSpawnLog;
|
||
private System.Windows.Forms.Label LblClearSpawnLogs;
|
||
private System.Windows.Forms.ContextMenuStrip MenuSpawnEntityFilter;
|
||
}
|
||
}
|