namespace Sunny.UI.Demo { partial class FCommon { /// /// 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() { this.uiButton1 = new Sunny.UI.UIButton(); this.SuspendLayout(); // // uiButton1 // this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiButton1.Location = new System.Drawing.Point(30, 60); this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton1.Name = "uiButton1"; this.uiButton1.Size = new System.Drawing.Size(100, 35); this.uiButton1.TabIndex = 0; this.uiButton1.Text = "Mapper"; this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // FCommon // this.AllowShowTitle = true; this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.uiButton1); this.Name = "FCommon"; this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.PageIndex = 5000; this.ShowTitle = true; this.Symbol = 62098; this.Text = "类库"; this.ResumeLayout(false); } #endregion private UIButton uiButton1; } }