160 lines
7.4 KiB
C#
160 lines
7.4 KiB
C#
namespace Sunny.UI.Demo
|
|
{
|
|
partial class FLabel
|
|
{
|
|
/// <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.uiLabel1 = new Sunny.UI.UILabel();
|
|
this.uiLinkLabel1 = new Sunny.UI.UILinkLabel();
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
this.uiLine2 = new Sunny.UI.UILine();
|
|
this.uiLine3 = new Sunny.UI.UILine();
|
|
this.uiSymbolLabel1 = new Sunny.UI.UISymbolLabel();
|
|
this.uiSymbolLabel2 = new Sunny.UI.UISymbolLabel();
|
|
this.PagePanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// PagePanel
|
|
//
|
|
this.PagePanel.Controls.Add(this.uiSymbolLabel2);
|
|
this.PagePanel.Controls.Add(this.uiSymbolLabel1);
|
|
this.PagePanel.Controls.Add(this.uiLine3);
|
|
this.PagePanel.Controls.Add(this.uiLine2);
|
|
this.PagePanel.Controls.Add(this.uiLine1);
|
|
this.PagePanel.Controls.Add(this.uiLinkLabel1);
|
|
this.PagePanel.Controls.Add(this.uiLabel1);
|
|
//
|
|
// uiLabel1
|
|
//
|
|
this.uiLabel1.AutoSize = true;
|
|
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLabel1.Location = new System.Drawing.Point(42, 55);
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
this.uiLabel1.Size = new System.Drawing.Size(102, 21);
|
|
this.uiLabel1.TabIndex = 0;
|
|
this.uiLabel1.Text = "Hello world!";
|
|
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiLinkLabel1
|
|
//
|
|
this.uiLinkLabel1.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(155)))), ((int)(((byte)(40)))));
|
|
this.uiLinkLabel1.AutoSize = true;
|
|
this.uiLinkLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLinkLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLinkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.AlwaysUnderline;
|
|
this.uiLinkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
|
this.uiLinkLabel1.Location = new System.Drawing.Point(42, 127);
|
|
this.uiLinkLabel1.Name = "uiLinkLabel1";
|
|
this.uiLinkLabel1.Size = new System.Drawing.Size(146, 21);
|
|
this.uiLinkLabel1.TabIndex = 1;
|
|
this.uiLinkLabel1.TabStop = true;
|
|
this.uiLinkLabel1.Text = "www.SunnyUI.net";
|
|
this.uiLinkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
|
this.uiLinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.uiLinkLabel1_LinkClicked);
|
|
//
|
|
// 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 = "UILabel";
|
|
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiLine2
|
|
//
|
|
this.uiLine2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLine2.Location = new System.Drawing.Point(30, 92);
|
|
this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16);
|
|
this.uiLine2.Name = "uiLine2";
|
|
this.uiLine2.Size = new System.Drawing.Size(670, 20);
|
|
this.uiLine2.TabIndex = 20;
|
|
this.uiLine2.Text = "UILinkLabel";
|
|
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiLine3
|
|
//
|
|
this.uiLine3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiLine3.Location = new System.Drawing.Point(30, 173);
|
|
this.uiLine3.MinimumSize = new System.Drawing.Size(16, 16);
|
|
this.uiLine3.Name = "uiLine3";
|
|
this.uiLine3.Size = new System.Drawing.Size(670, 20);
|
|
this.uiLine3.TabIndex = 21;
|
|
this.uiLine3.Text = "UISymbolLabel";
|
|
this.uiLine3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiSymbolLabel1
|
|
//
|
|
this.uiSymbolLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiSymbolLabel1.Location = new System.Drawing.Point(42, 209);
|
|
this.uiSymbolLabel1.Name = "uiSymbolLabel1";
|
|
this.uiSymbolLabel1.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
this.uiSymbolLabel1.Size = new System.Drawing.Size(91, 24);
|
|
this.uiSymbolLabel1.TabIndex = 22;
|
|
this.uiSymbolLabel1.Text = "OK";
|
|
this.uiSymbolLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// uiSymbolLabel2
|
|
//
|
|
this.uiSymbolLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiSymbolLabel2.Location = new System.Drawing.Point(139, 209);
|
|
this.uiSymbolLabel2.Name = "uiSymbolLabel2";
|
|
this.uiSymbolLabel2.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
|
|
this.uiSymbolLabel2.Size = new System.Drawing.Size(91, 24);
|
|
this.uiSymbolLabel2.Symbol = 61453;
|
|
this.uiSymbolLabel2.TabIndex = 23;
|
|
this.uiSymbolLabel2.Text = "Cancel";
|
|
this.uiSymbolLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// FLabel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Name = "FLabel";
|
|
this.StyleCustomMode = true;
|
|
this.Symbol = 61490;
|
|
this.Text = "Label";
|
|
this.PagePanel.ResumeLayout(false);
|
|
this.PagePanel.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UILabel uiLabel1;
|
|
private UILinkLabel uiLinkLabel1;
|
|
private UILine uiLine3;
|
|
private UILine uiLine2;
|
|
private UILine uiLine1;
|
|
private UISymbolLabel uiSymbolLabel1;
|
|
private UISymbolLabel uiSymbolLabel2;
|
|
}
|
|
} |