2021-01-05 16:43:02 +08:00
|
|
|
|
namespace Sunny.UI.Demo
|
|
|
|
|
{
|
|
|
|
|
partial class FFlowLayoutPanel
|
|
|
|
|
{
|
|
|
|
|
/// <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.uiButton1 = new Sunny.UI.UIButton();
|
|
|
|
|
this.uiFlowLayoutPanel1 = new Sunny.UI.UIFlowLayoutPanel();
|
|
|
|
|
this.PagePanel.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// PagePanel
|
|
|
|
|
//
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiButton1);
|
|
|
|
|
this.PagePanel.Controls.Add(this.uiFlowLayoutPanel1);
|
|
|
|
|
this.PagePanel.Size = new System.Drawing.Size(873, 482);
|
|
|
|
|
//
|
|
|
|
|
// uiButton1
|
|
|
|
|
//
|
|
|
|
|
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiButton1.Location = new System.Drawing.Point(30, 418);
|
|
|
|
|
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 = 9;
|
|
|
|
|
this.uiButton1.Text = "uiButton1";
|
|
|
|
|
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// uiFlowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.uiFlowLayoutPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.uiFlowLayoutPanel1.Location = new System.Drawing.Point(30, 20);
|
|
|
|
|
this.uiFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiFlowLayoutPanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiFlowLayoutPanel1.Name = "uiFlowLayoutPanel1";
|
|
|
|
|
this.uiFlowLayoutPanel1.Padding = new System.Windows.Forms.Padding(2);
|
|
|
|
|
this.uiFlowLayoutPanel1.Size = new System.Drawing.Size(249, 390);
|
|
|
|
|
this.uiFlowLayoutPanel1.TabIndex = 8;
|
|
|
|
|
this.uiFlowLayoutPanel1.Text = "uiFlowLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// FFlowLayoutPanel
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
2021-03-29 21:00:32 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
2021-01-05 16:43:02 +08:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(873, 517);
|
|
|
|
|
this.Name = "FFlowLayoutPanel";
|
|
|
|
|
this.Symbol = 61590;
|
|
|
|
|
this.Text = "FlowLayoutPanel";
|
|
|
|
|
this.PagePanel.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private UIButton uiButton1;
|
|
|
|
|
private UIFlowLayoutPanel uiFlowLayoutPanel1;
|
|
|
|
|
}
|
|
|
|
|
}
|