130 lines
4.7 KiB
C#

namespace Milimoe.FunGame.Testing.Desktop.Solutions
{
partial class ShowDetail
{
/// <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()
{
= new RichTextBox();
= new Button();
= new Button();
= new Button();
= new Button();
= new Button();
SuspendLayout();
//
// richTextBox1
//
.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
.Location = new Point(12, 12);
.Name = "richTextBox1";
.ReadOnly = true;
.Size = new Size(584, 513);
.TabIndex = 0;
.Text = "";
//
// 编辑
//
.Font = new Font("等线", 18F, FontStyle.Regular, GraphicsUnit.Point, 134);
.Location = new Point(602, 456);
.Name = "编辑";
.Size = new Size(89, 69);
.TabIndex = 1;
.Text = "编辑";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// 加技能
//
.Font = new Font("等线", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
.Location = new Point(602, 306);
.Name = "加技能";
.Size = new Size(89, 69);
.TabIndex = 2;
.Text = "加技能";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// 加物品
//
.Font = new Font("等线", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
.Location = new Point(602, 381);
.Name = "加物品";
.Size = new Size(89, 69);
.TabIndex = 3;
.Text = "加物品";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// 删物品
//
.Font = new Font("等线", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
.Location = new Point(602, 231);
.Name = "删物品";
.Size = new Size(89, 69);
.TabIndex = 5;
.Text = "删物品";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// 删技能
//
.Font = new Font("等线", 15F, FontStyle.Regular, GraphicsUnit.Point, 134);
.Location = new Point(602, 156);
.Name = "删技能";
.Size = new Size(89, 69);
.TabIndex = 4;
.Text = "删技能";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// ShowDetail
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(697, 537);
Controls.Add();
Controls.Add();
Controls.Add();
Controls.Add();
Controls.Add();
Controls.Add();
Name = "ShowDetail";
StartPosition = FormStartPosition.CenterScreen;
Text = "ShowDetail";
ResumeLayout(false);
}
#endregion
private RichTextBox ;
private Button ;
private Button ;
private Button ;
private Button ;
private Button ;
}
}