95 lines
3.8 KiB
C#
95 lines
3.8 KiB
C#
namespace Sunny.UI.Demo
|
|
{
|
|
partial class FPanel
|
|
{
|
|
/// <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.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
|
|
this.PagePanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// PagePanel
|
|
//
|
|
this.PagePanel.Controls.Add(this.uiGroupBox1);
|
|
this.PagePanel.Controls.Add(this.uiPanel1);
|
|
this.PagePanel.Controls.Add(this.uiTitlePanel1);
|
|
this.PagePanel.Size = new System.Drawing.Size(800, 453);
|
|
//
|
|
// uiTitlePanel1
|
|
//
|
|
this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiTitlePanel1.ForeColor = System.Drawing.Color.White;
|
|
this.uiTitlePanel1.Location = new System.Drawing.Point(30, 230);
|
|
this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiTitlePanel1.Name = "uiTitlePanel1";
|
|
this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
this.uiTitlePanel1.Size = new System.Drawing.Size(270, 180);
|
|
this.uiTitlePanel1.TabIndex = 1;
|
|
this.uiTitlePanel1.Text = "uiTitlePanel1";
|
|
//
|
|
// uiPanel1
|
|
//
|
|
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiPanel1.Location = new System.Drawing.Point(30, 20);
|
|
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiPanel1.Name = "uiPanel1";
|
|
this.uiPanel1.Size = new System.Drawing.Size(270, 180);
|
|
this.uiPanel1.TabIndex = 3;
|
|
this.uiPanel1.Text = "uiPanel1";
|
|
//
|
|
// uiGroupBox1
|
|
//
|
|
this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.uiGroupBox1.Location = new System.Drawing.Point(331, 4);
|
|
this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.uiGroupBox1.Name = "uiGroupBox1";
|
|
this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
|
|
this.uiGroupBox1.Size = new System.Drawing.Size(270, 196);
|
|
this.uiGroupBox1.TabIndex = 4;
|
|
this.uiGroupBox1.Text = "uiGroupBox1";
|
|
//
|
|
// FPanel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 488);
|
|
this.Name = "FPanel";
|
|
this.Symbol = 61590;
|
|
this.Text = "Panel";
|
|
this.PagePanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private UITitlePanel uiTitlePanel1;
|
|
private UIPanel uiPanel1;
|
|
private UIGroupBox uiGroupBox1;
|
|
}
|
|
} |