namespace Sunny.UI.Demo { partial class FPanel { /// /// 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.uiTitlePanel1 = new Sunny.UI.UITitlePanel(); this.uiPanel1 = new Sunny.UI.UIPanel(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.uiTitlePanel2 = new Sunny.UI.UITitlePanel(); this.PagePanel.SuspendLayout(); this.SuspendLayout(); // // PagePanel // this.PagePanel.Controls.Add(this.uiTitlePanel2); 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"; // // uiTitlePanel2 // this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTitlePanel2.ForeColor = System.Drawing.Color.White; this.uiTitlePanel2.Location = new System.Drawing.Point(331, 230); this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTitlePanel2.Name = "uiTitlePanel2"; this.uiTitlePanel2.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.uiTitlePanel2.ShowCollapse = true; this.uiTitlePanel2.Size = new System.Drawing.Size(270, 180); this.uiTitlePanel2.TabIndex = 5; this.uiTitlePanel2.Text = "uiTitlePanel2"; // // 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; private UITitlePanel uiTitlePanel2; } }