using ReaLTaiizor.Controls; namespace LB_VisionControls.Forms { partial class RenameForm { /// /// 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) { 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() { uiTextBox1 = new AloneTextBox(); uiTextBox2 = new DungeonTextBox(); uiLabel1 = new Label(); uiLabel2 = new Label(); uiButtonRename = new AirButton(); uiButtonCancel = new AirButton(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel2 = new TableLayoutPanel(); tableLayoutPanel3 = new TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); SuspendLayout(); // // uiTextBox1 // uiTextBox1.BackColor = Color.Transparent; uiTextBox1.Dock = DockStyle.Fill; uiTextBox1.Enabled = false; uiTextBox1.EnabledCalc = false; uiTextBox1.Font = new Font("宋体", 12F); uiTextBox1.ForeColor = Color.FromArgb(124, 133, 142); uiTextBox1.Location = new Point(204, 5); uiTextBox1.Margin = new Padding(4, 5, 4, 5); uiTextBox1.MaxLength = 32767; uiTextBox1.MinimumSize = new Size(1, 16); uiTextBox1.MultiLine = false; uiTextBox1.Name = "uiTextBox1"; uiTextBox1.Padding = new Padding(5); uiTextBox1.ReadOnly = false; uiTextBox1.Size = new Size(163, 68); uiTextBox1.TabIndex = 0; uiTextBox1.TextAlign = HorizontalAlignment.Center; uiTextBox1.UseSystemPasswordChar = false; // // uiTextBox2 // uiTextBox2.BackColor = Color.Transparent; uiTextBox2.BorderColor = Color.FromArgb(180, 180, 180); uiTextBox2.Dock = DockStyle.Fill; uiTextBox2.EdgeColor = Color.White; uiTextBox2.Font = new Font("宋体", 12F); uiTextBox2.ForeColor = Color.Black; uiTextBox2.Location = new Point(204, 83); uiTextBox2.Margin = new Padding(4, 5, 4, 5); uiTextBox2.MaxLength = 32767; uiTextBox2.MinimumSize = new Size(1, 16); uiTextBox2.Multiline = true; uiTextBox2.Name = "uiTextBox2"; uiTextBox2.Padding = new Padding(5); uiTextBox2.ReadOnly = false; uiTextBox2.Size = new Size(163, 69); uiTextBox2.TabIndex = 5; uiTextBox2.TextAlignment = HorizontalAlignment.Center; uiTextBox2.UseSystemPasswordChar = false; // // uiLabel1 // uiLabel1.Dock = DockStyle.Fill; uiLabel1.Font = new Font("宋体", 12F); uiLabel1.ForeColor = Color.White; uiLabel1.Location = new Point(103, 0); uiLabel1.Name = "uiLabel1"; uiLabel1.Size = new Size(94, 78); uiLabel1.TabIndex = 1; uiLabel1.Text = "原名称"; uiLabel1.TextAlign = ContentAlignment.MiddleRight; // // uiLabel2 // uiLabel2.Dock = DockStyle.Fill; uiLabel2.Font = new Font("宋体", 12F); uiLabel2.ForeColor = Color.White; uiLabel2.Location = new Point(103, 78); uiLabel2.Name = "uiLabel2"; uiLabel2.Size = new Size(94, 79); uiLabel2.TabIndex = 2; uiLabel2.Text = "新名称"; uiLabel2.TextAlign = ContentAlignment.MiddleRight; // // uiButtonRename // uiButtonRename.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w=="; uiButtonRename.Dock = DockStyle.Fill; uiButtonRename.Font = new Font("宋体", 12F); uiButtonRename.Image = null; uiButtonRename.Location = new Point(103, 3); uiButtonRename.MinimumSize = new Size(1, 1); uiButtonRename.Name = "uiButtonRename"; uiButtonRename.NoRounding = false; uiButtonRename.Size = new Size(104, 38); uiButtonRename.TabIndex = 3; uiButtonRename.Text = "重命名"; uiButtonRename.Transparent = false; uiButtonRename.Click += uiButtonRename_Click; // // uiButtonCancel // uiButtonCancel.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w=="; uiButtonCancel.Dock = DockStyle.Fill; uiButtonCancel.Font = new Font("宋体", 12F); uiButtonCancel.Image = null; uiButtonCancel.Location = new Point(263, 3); uiButtonCancel.MinimumSize = new Size(1, 1); uiButtonCancel.Name = "uiButtonCancel"; uiButtonCancel.NoRounding = false; uiButtonCancel.Size = new Size(104, 38); uiButtonCancel.TabIndex = 4; uiButtonCancel.Text = "取消"; uiButtonCancel.Transparent = false; uiButtonCancel.Click += uiButtonCancel_Click; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1); tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 2; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F)); tableLayoutPanel1.Size = new Size(477, 213); tableLayoutPanel1.TabIndex = 6; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 5; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 50F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel2.Controls.Add(uiButtonRename, 1, 0); tableLayoutPanel2.Controls.Add(uiButtonCancel, 3, 0); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(3, 166); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Size = new Size(471, 44); tableLayoutPanel2.TabIndex = 0; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 4; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel3.Controls.Add(uiLabel1, 1, 0); tableLayoutPanel3.Controls.Add(uiTextBox2, 2, 1); tableLayoutPanel3.Controls.Add(uiTextBox1, 2, 0); tableLayoutPanel3.Controls.Add(uiLabel2, 1, 1); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(3, 3); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 2; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); tableLayoutPanel3.Size = new Size(471, 157); tableLayoutPanel3.TabIndex = 1; // // RenameForm // AutoScaleMode = AutoScaleMode.None; BackColor = Color.FromArgb(32, 41, 50); ClientSize = new Size(477, 213); ControlBox = false; Controls.Add(tableLayoutPanel1); ForeColor = Color.White; MaximizeBox = false; MinimizeBox = false; Name = "RenameForm"; Padding = new Padding(0); Text = "重命名"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); ResumeLayout(false); } #endregion private ReaLTaiizor.Controls.AloneTextBox uiTextBox1; private ReaLTaiizor.Controls.DungeonTextBox uiTextBox2; private Label uiLabel1; private Label uiLabel2; private ReaLTaiizor.Controls.AirButton uiButtonRename; private ReaLTaiizor.Controls.AirButton uiButtonCancel; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private TableLayoutPanel tableLayoutPanel3; } }