FunGame-Testing/Desktop/Solutions/EntityCreator/CharacterCreator.Designer.cs

541 lines
22 KiB
C#

namespace Milimoe.FunGame.Testing.Desktop.Solutions
{
partial class CharacterCreator
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
LabelName = new Label();
TextName = new TextBox();
TextFirstName = new TextBox();
TipName = new Label();
TipFirstName = new Label();
TextNickName = new TextBox();
TipNickName = new Label();
ComboPA = new ComboBox();
LabelPA = new Label();
LabelSTR = new Label();
LabelAGI = new Label();
LabelINT = new Label();
TextSTR = new TextBox();
TextAGI = new TextBox();
TextINT = new TextBox();
TextGrowthSTR = new TextBox();
TextGrowthAGI = new TextBox();
TextGrowthINT = new TextBox();
LabelGrowth1 = new Label();
LabelGrowth2 = new Label();
LabelGrowth3 = new Label();
LabelHR = new Label();
TextHR = new TextBox();
TextHP = new TextBox();
LabelHP = new Label();
LabelMR = new Label();
TextMR = new TextBox();
TextMP = new TextBox();
LabelMP = new Label();
TextATK = new TextBox();
LabelATK = new Label();
TextSPD = new TextBox();
LabelSPD = new Label();
BtnCreate = new Button();
TextCode = new TextBox();
LabelCode = new Label();
SuspendLayout();
//
// LabelName
//
LabelName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelName.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelName.Location = new Point(47, 54);
LabelName.Name = "LabelName";
LabelName.Size = new Size(129, 27);
LabelName.TabIndex = 0;
LabelName.Text = "角色姓名";
LabelName.TextAlign = ContentAlignment.MiddleCenter;
//
// TextName
//
TextName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextName.Font = new Font("等线", 14.25F);
TextName.Location = new Point(182, 54);
TextName.Name = "TextName";
TextName.Size = new Size(94, 27);
TextName.TabIndex = 0;
TextName.WordWrap = false;
//
// TextFirstName
//
TextFirstName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextFirstName.Font = new Font("等线", 14.25F);
TextFirstName.Location = new Point(282, 54);
TextFirstName.Name = "TextFirstName";
TextFirstName.Size = new Size(171, 27);
TextFirstName.TabIndex = 1;
TextFirstName.WordWrap = false;
//
// TipName
//
TipName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TipName.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
TipName.Location = new Point(182, 24);
TipName.Name = "TipName";
TipName.Size = new Size(94, 27);
TipName.TabIndex = 2;
TipName.Text = "姓";
TipName.TextAlign = ContentAlignment.MiddleCenter;
//
// TipFirstName
//
TipFirstName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TipFirstName.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
TipFirstName.Location = new Point(282, 24);
TipFirstName.Name = "TipFirstName";
TipFirstName.Size = new Size(171, 27);
TipFirstName.TabIndex = 4;
TipFirstName.Text = "名";
TipFirstName.TextAlign = ContentAlignment.MiddleCenter;
//
// TextNickName
//
TextNickName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextNickName.Font = new Font("等线", 14.25F);
TextNickName.Location = new Point(459, 54);
TextNickName.Name = "TextNickName";
TextNickName.Size = new Size(171, 27);
TextNickName.TabIndex = 2;
TextNickName.WordWrap = false;
//
// TipNickName
//
TipNickName.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TipNickName.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
TipNickName.Location = new Point(459, 24);
TipNickName.Name = "TipNickName";
TipNickName.Size = new Size(171, 27);
TipNickName.TabIndex = 6;
TipNickName.Text = "昵称";
TipNickName.TextAlign = ContentAlignment.MiddleCenter;
//
// ComboPA
//
ComboPA.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
ComboPA.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
ComboPA.FormattingEnabled = true;
ComboPA.Items.AddRange(new object[] { "力量", "敏捷", "智力" });
ComboPA.Location = new Point(182, 188);
ComboPA.Name = "ComboPA";
ComboPA.Size = new Size(133, 27);
ComboPA.TabIndex = 7;
//
// LabelPA
//
LabelPA.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelPA.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelPA.Location = new Point(47, 188);
LabelPA.Name = "LabelPA";
LabelPA.Size = new Size(129, 27);
LabelPA.TabIndex = 8;
LabelPA.Text = "核心属性";
LabelPA.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelSTR
//
LabelSTR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelSTR.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelSTR.Location = new Point(47, 238);
LabelSTR.Name = "LabelSTR";
LabelSTR.Size = new Size(129, 27);
LabelSTR.TabIndex = 9;
LabelSTR.Text = "力量";
LabelSTR.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelAGI
//
LabelAGI.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelAGI.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelAGI.Location = new Point(47, 274);
LabelAGI.Name = "LabelAGI";
LabelAGI.Size = new Size(129, 27);
LabelAGI.TabIndex = 10;
LabelAGI.Text = "敏捷";
LabelAGI.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelINT
//
LabelINT.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelINT.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelINT.Location = new Point(47, 310);
LabelINT.Name = "LabelINT";
LabelINT.Size = new Size(129, 27);
LabelINT.TabIndex = 11;
LabelINT.Text = "智力";
LabelINT.TextAlign = ContentAlignment.MiddleCenter;
//
// TextSTR
//
TextSTR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextSTR.Font = new Font("等线", 14.25F);
TextSTR.Location = new Point(182, 238);
TextSTR.Name = "TextSTR";
TextSTR.Size = new Size(133, 27);
TextSTR.TabIndex = 9;
TextSTR.WordWrap = false;
//
// TextAGI
//
TextAGI.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextAGI.Font = new Font("等线", 14.25F);
TextAGI.Location = new Point(182, 274);
TextAGI.Name = "TextAGI";
TextAGI.Size = new Size(133, 27);
TextAGI.TabIndex = 11;
TextAGI.WordWrap = false;
//
// TextINT
//
TextINT.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextINT.Font = new Font("等线", 14.25F);
TextINT.Location = new Point(182, 310);
TextINT.Name = "TextINT";
TextINT.Size = new Size(133, 27);
TextINT.TabIndex = 13;
TextINT.WordWrap = false;
//
// TextGrowthSTR
//
TextGrowthSTR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextGrowthSTR.Font = new Font("等线", 14.25F);
TextGrowthSTR.Location = new Point(321, 238);
TextGrowthSTR.Name = "TextGrowthSTR";
TextGrowthSTR.Size = new Size(94, 27);
TextGrowthSTR.TabIndex = 10;
TextGrowthSTR.WordWrap = false;
//
// TextGrowthAGI
//
TextGrowthAGI.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextGrowthAGI.Font = new Font("等线", 14.25F);
TextGrowthAGI.Location = new Point(321, 275);
TextGrowthAGI.Name = "TextGrowthAGI";
TextGrowthAGI.Size = new Size(94, 27);
TextGrowthAGI.TabIndex = 12;
TextGrowthAGI.WordWrap = false;
//
// TextGrowthINT
//
TextGrowthINT.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextGrowthINT.Font = new Font("等线", 14.25F);
TextGrowthINT.Location = new Point(321, 311);
TextGrowthINT.Name = "TextGrowthINT";
TextGrowthINT.Size = new Size(94, 27);
TextGrowthINT.TabIndex = 14;
TextGrowthINT.WordWrap = false;
//
// LabelGrowth1
//
LabelGrowth1.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelGrowth1.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelGrowth1.Location = new Point(421, 238);
LabelGrowth1.Name = "LabelGrowth1";
LabelGrowth1.Size = new Size(96, 27);
LabelGrowth1.TabIndex = 18;
LabelGrowth1.Text = "力量成长";
LabelGrowth1.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelGrowth2
//
LabelGrowth2.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelGrowth2.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelGrowth2.Location = new Point(421, 275);
LabelGrowth2.Name = "LabelGrowth2";
LabelGrowth2.Size = new Size(96, 27);
LabelGrowth2.TabIndex = 19;
LabelGrowth2.Text = "敏捷成长";
LabelGrowth2.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelGrowth3
//
LabelGrowth3.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelGrowth3.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelGrowth3.Location = new Point(421, 311);
LabelGrowth3.Name = "LabelGrowth3";
LabelGrowth3.Size = new Size(96, 27);
LabelGrowth3.TabIndex = 20;
LabelGrowth3.Text = "智力成长";
LabelGrowth3.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelHR
//
LabelHR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelHR.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelHR.Location = new Point(421, 97);
LabelHR.Name = "LabelHR";
LabelHR.Size = new Size(96, 27);
LabelHR.TabIndex = 24;
LabelHR.Text = "生命回复";
LabelHR.TextAlign = ContentAlignment.MiddleCenter;
//
// TextHR
//
TextHR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextHR.Font = new Font("等线", 14.25F);
TextHR.Location = new Point(321, 97);
TextHR.Name = "TextHR";
TextHR.Size = new Size(94, 27);
TextHR.TabIndex = 4;
TextHR.WordWrap = false;
//
// TextHP
//
TextHP.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextHP.Font = new Font("等线", 14.25F);
TextHP.Location = new Point(182, 97);
TextHP.Name = "TextHP";
TextHP.Size = new Size(133, 27);
TextHP.TabIndex = 3;
TextHP.WordWrap = false;
//
// LabelHP
//
LabelHP.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelHP.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelHP.Location = new Point(47, 97);
LabelHP.Name = "LabelHP";
LabelHP.Size = new Size(129, 27);
LabelHP.TabIndex = 21;
LabelHP.Text = "初始生命值";
LabelHP.TextAlign = ContentAlignment.MiddleCenter;
//
// LabelMR
//
LabelMR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelMR.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelMR.Location = new Point(421, 137);
LabelMR.Name = "LabelMR";
LabelMR.Size = new Size(96, 27);
LabelMR.TabIndex = 28;
LabelMR.Text = "魔法回复";
LabelMR.TextAlign = ContentAlignment.MiddleCenter;
//
// TextMR
//
TextMR.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextMR.Font = new Font("等线", 14.25F);
TextMR.Location = new Point(321, 137);
TextMR.Name = "TextMR";
TextMR.Size = new Size(94, 27);
TextMR.TabIndex = 6;
TextMR.WordWrap = false;
//
// TextMP
//
TextMP.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextMP.Font = new Font("等线", 14.25F);
TextMP.Location = new Point(182, 137);
TextMP.Name = "TextMP";
TextMP.Size = new Size(133, 27);
TextMP.TabIndex = 5;
TextMP.WordWrap = false;
//
// LabelMP
//
LabelMP.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelMP.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelMP.Location = new Point(47, 137);
LabelMP.Name = "LabelMP";
LabelMP.Size = new Size(129, 27);
LabelMP.TabIndex = 25;
LabelMP.Text = "初始魔法值";
LabelMP.TextAlign = ContentAlignment.MiddleCenter;
//
// TextATK
//
TextATK.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextATK.Font = new Font("等线", 14.25F);
TextATK.Location = new Point(497, 188);
TextATK.Name = "TextATK";
TextATK.Size = new Size(133, 27);
TextATK.TabIndex = 8;
TextATK.WordWrap = false;
//
// LabelATK
//
LabelATK.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelATK.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelATK.Location = new Point(362, 188);
LabelATK.Name = "LabelATK";
LabelATK.Size = new Size(129, 27);
LabelATK.TabIndex = 29;
LabelATK.Text = "初始攻击力";
LabelATK.TextAlign = ContentAlignment.MiddleCenter;
//
// TextSPD
//
TextSPD.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextSPD.Font = new Font("等线", 14.25F);
TextSPD.Location = new Point(182, 352);
TextSPD.Name = "TextSPD";
TextSPD.ReadOnly = true;
TextSPD.Size = new Size(133, 27);
TextSPD.TabIndex = 15;
TextSPD.Text = "300";
TextSPD.WordWrap = false;
//
// LabelSPD
//
LabelSPD.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelSPD.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelSPD.Location = new Point(47, 352);
LabelSPD.Name = "LabelSPD";
LabelSPD.Size = new Size(129, 27);
LabelSPD.TabIndex = 31;
LabelSPD.Text = "行动速度";
LabelSPD.TextAlign = ContentAlignment.MiddleCenter;
//
// BtnCreate
//
BtnCreate.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
BtnCreate.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
BtnCreate.Location = new Point(628, 412);
BtnCreate.Name = "BtnCreate";
BtnCreate.Size = new Size(103, 45);
BtnCreate.TabIndex = 17;
BtnCreate.Text = "创建";
BtnCreate.UseVisualStyleBackColor = true;
BtnCreate.Click += BtnCreate_Click;
//
// TextCode
//
TextCode.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
TextCode.Font = new Font("等线", 14.25F);
TextCode.Location = new Point(407, 422);
TextCode.Name = "TextCode";
TextCode.Size = new Size(215, 27);
TextCode.TabIndex = 16;
TextCode.WordWrap = false;
//
// LabelCode
//
LabelCode.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
LabelCode.Font = new Font("等线", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 134);
LabelCode.Location = new Point(231, 422);
LabelCode.Name = "LabelCode";
LabelCode.Size = new Size(170, 27);
LabelCode.TabIndex = 34;
LabelCode.Text = "代号(存档标识)";
LabelCode.TextAlign = ContentAlignment.MiddleCenter;
//
// CreateCharacter
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(743, 469);
Controls.Add(TextCode);
Controls.Add(LabelCode);
Controls.Add(BtnCreate);
Controls.Add(TextSPD);
Controls.Add(LabelSPD);
Controls.Add(TextATK);
Controls.Add(LabelATK);
Controls.Add(LabelMR);
Controls.Add(TextMR);
Controls.Add(TextMP);
Controls.Add(LabelMP);
Controls.Add(LabelHR);
Controls.Add(TextHR);
Controls.Add(TextHP);
Controls.Add(LabelHP);
Controls.Add(LabelGrowth3);
Controls.Add(LabelGrowth2);
Controls.Add(LabelGrowth1);
Controls.Add(TextGrowthINT);
Controls.Add(TextGrowthAGI);
Controls.Add(TextGrowthSTR);
Controls.Add(TextINT);
Controls.Add(TextAGI);
Controls.Add(TextSTR);
Controls.Add(LabelINT);
Controls.Add(LabelAGI);
Controls.Add(LabelSTR);
Controls.Add(LabelPA);
Controls.Add(ComboPA);
Controls.Add(TipNickName);
Controls.Add(TextNickName);
Controls.Add(TipFirstName);
Controls.Add(TextFirstName);
Controls.Add(TipName);
Controls.Add(TextName);
Controls.Add(LabelName);
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
Name = "CreateCharacter";
StartPosition = FormStartPosition.CenterScreen;
Text = "角色创建器";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label LabelName;
private TextBox TextName;
private TextBox TextFirstName;
private Label TipName;
private Label TipFirstName;
private TextBox TextNickName;
private Label TipNickName;
private ComboBox ComboPA;
private Label LabelPA;
private Label LabelSTR;
private Label LabelAGI;
private Label LabelINT;
private TextBox TextSTR;
private TextBox TextAGI;
private TextBox TextINT;
private TextBox TextGrowthSTR;
private TextBox TextGrowthAGI;
private TextBox TextGrowthINT;
private Label LabelGrowth1;
private Label LabelGrowth2;
private Label LabelGrowth3;
private Label LabelHR;
private TextBox TextHR;
private TextBox TextHP;
private Label LabelHP;
private Label LabelMR;
private TextBox TextMR;
private TextBox TextMP;
private Label LabelMP;
private TextBox TextATK;
private Label LabelATK;
private TextBox TextSPD;
private Label LabelSPD;
private Button BtnCreate;
private TextBox TextCode;
private Label LabelCode;
}
}