SunnyUI/SunnyUI.Demo/Forms/FEditor.Designer.cs

99 lines
3.8 KiB
C#

namespace Sunny.UI.Demo.Forms
{
partial class FEditor
{
/// <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()
{
this.btnEdit = new Sunny.UI.UISymbolButton();
this.uiLine1 = new Sunny.UI.UILine();
this.btnAdd = new Sunny.UI.UISymbolButton();
this.PagePanel.SuspendLayout();
this.SuspendLayout();
//
// PagePanel
//
this.PagePanel.Controls.Add(this.btnAdd);
this.PagePanel.Controls.Add(this.uiLine1);
this.PagePanel.Controls.Add(this.btnEdit);
//
// btnEdit
//
this.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEdit.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnEdit.Location = new System.Drawing.Point(152, 57);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.btnEdit.Size = new System.Drawing.Size(100, 35);
this.btnEdit.Symbol = 61508;
this.btnEdit.TabIndex = 0;
this.btnEdit.Text = "编辑";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// uiLine1
//
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLine1.Location = new System.Drawing.Point(30, 20);
this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16);
this.uiLine1.Name = "uiLine1";
this.uiLine1.Size = new System.Drawing.Size(670, 20);
this.uiLine1.TabIndex = 19;
this.uiLine1.Text = "UIEditForm";
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnAdd
//
this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.btnAdd.Location = new System.Drawing.Point(30, 57);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.btnAdd.Size = new System.Drawing.Size(100, 35);
this.btnAdd.Symbol = 61543;
this.btnAdd.TabIndex = 20;
this.btnAdd.Text = "增加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// FEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Name = "FEditor";
this.Symbol = 61508;
this.Text = "Editor";
this.PagePanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private UISymbolButton btnEdit;
private UILine uiLine1;
private UISymbolButton btnAdd;
}
}