namespace AntdUIDemo.Views { partial class FlowPanelDemo { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.stackPanel1 = new AntdUI.StackPanel(); this.stackPanel2 = new AntdUI.StackPanel(); this.flowPanel = new AntdUI.FlowPanel(); this.stackPanel3 = new AntdUI.StackPanel(); this.buttonCZ = new AntdUI.Button(); this.buttonDEL = new AntdUI.Button(); this.buttonADD = new AntdUI.Button(); this.stackPanel6 = new AntdUI.StackPanel(); this.select_autoscroll = new AntdUI.Select(); this.label4 = new AntdUI.Label(); this.stackPanel5 = new AntdUI.StackPanel(); this.input_gap = new AntdUI.InputNumber(); this.label3 = new AntdUI.Label(); this.stackPanel4 = new AntdUI.StackPanel(); this.select_align = new AntdUI.Select(); this.label10 = new AntdUI.Label(); this.divider1 = new AntdUI.Divider(); this.label2 = new AntdUI.Label(); this.label1 = new AntdUI.Label(); this.stackPanel1.SuspendLayout(); this.stackPanel2.SuspendLayout(); this.stackPanel3.SuspendLayout(); this.stackPanel6.SuspendLayout(); this.stackPanel5.SuspendLayout(); this.stackPanel4.SuspendLayout(); this.SuspendLayout(); // // stackPanel1 // this.stackPanel1.Controls.Add(this.stackPanel2); this.stackPanel1.Controls.Add(this.divider1); this.stackPanel1.Controls.Add(this.label2); this.stackPanel1.Controls.Add(this.label1); this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.stackPanel1.Location = new System.Drawing.Point(0, 0); this.stackPanel1.Name = "stackPanel1"; this.stackPanel1.Size = new System.Drawing.Size(700, 496); this.stackPanel1.TabIndex = 1; this.stackPanel1.Text = "stackPanel1"; this.stackPanel1.Vertical = true; // // stackPanel2 // this.stackPanel2.Controls.Add(this.flowPanel); this.stackPanel2.Controls.Add(this.stackPanel3); this.stackPanel2.Location = new System.Drawing.Point(3, 97); this.stackPanel2.Name = "stackPanel2"; this.stackPanel2.Size = new System.Drawing.Size(694, 279); this.stackPanel2.TabIndex = 7; this.stackPanel2.Text = "stackPanel2"; // // flowPanel // this.flowPanel.Badge = ""; this.flowPanel.Location = new System.Drawing.Point(289, 3); this.flowPanel.Name = "flowPanel"; this.flowPanel.Size = new System.Drawing.Size(400, 273); this.flowPanel.TabIndex = 1; // // stackPanel3 // this.stackPanel3.Controls.Add(this.buttonCZ); this.stackPanel3.Controls.Add(this.buttonDEL); this.stackPanel3.Controls.Add(this.buttonADD); this.stackPanel3.Controls.Add(this.stackPanel6); this.stackPanel3.Controls.Add(this.stackPanel5); this.stackPanel3.Controls.Add(this.stackPanel4); this.stackPanel3.Location = new System.Drawing.Point(3, 3); this.stackPanel3.Name = "stackPanel3"; this.stackPanel3.Size = new System.Drawing.Size(280, 273); this.stackPanel3.TabIndex = 0; this.stackPanel3.Text = "stackPanel3"; this.stackPanel3.Vertical = true; // // buttonCZ // this.buttonCZ.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonCZ.Location = new System.Drawing.Point(3, 193); this.buttonCZ.Name = "buttonCZ"; this.buttonCZ.Size = new System.Drawing.Size(274, 32); this.buttonCZ.TabIndex = 37; this.buttonCZ.Text = "重 置"; this.buttonCZ.Type = AntdUI.TTypeMini.Warn; this.buttonCZ.WaveSize = 0; // // buttonDEL // this.buttonDEL.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonDEL.Location = new System.Drawing.Point(3, 155); this.buttonDEL.Name = "buttonDEL"; this.buttonDEL.Size = new System.Drawing.Size(274, 32); this.buttonDEL.TabIndex = 36; this.buttonDEL.Text = "删除 Button"; this.buttonDEL.Type = AntdUI.TTypeMini.Error; this.buttonDEL.WaveSize = 0; // // buttonADD // this.buttonADD.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonADD.Location = new System.Drawing.Point(3, 117); this.buttonADD.Name = "buttonADD"; this.buttonADD.Size = new System.Drawing.Size(274, 32); this.buttonADD.TabIndex = 35; this.buttonADD.Text = "添加 Button"; this.buttonADD.Type = AntdUI.TTypeMini.Info; this.buttonADD.WaveSize = 0; // // stackPanel6 // this.stackPanel6.Controls.Add(this.select_autoscroll); this.stackPanel6.Controls.Add(this.label4); this.stackPanel6.Location = new System.Drawing.Point(3, 79); this.stackPanel6.Name = "stackPanel6"; this.stackPanel6.Size = new System.Drawing.Size(274, 32); this.stackPanel6.TabIndex = 11; this.stackPanel6.Text = "stackPanel6"; // // select_autoscroll // this.select_autoscroll.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.select_autoscroll.Items.AddRange(new object[] { "True", "False"}); this.select_autoscroll.List = true; this.select_autoscroll.Location = new System.Drawing.Point(97, 3); this.select_autoscroll.Name = "select_autoscroll"; this.select_autoscroll.SelectedIndex = 1; this.select_autoscroll.SelectedValue = "False"; this.select_autoscroll.Size = new System.Drawing.Size(175, 26); this.select_autoscroll.TabIndex = 11; this.select_autoscroll.Text = "False"; this.select_autoscroll.WaveSize = 0; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(3, 3); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 26); this.label4.TabIndex = 4; this.label4.Text = "AutoScroll"; // // stackPanel5 // this.stackPanel5.Controls.Add(this.input_gap); this.stackPanel5.Controls.Add(this.label3); this.stackPanel5.Location = new System.Drawing.Point(3, 41); this.stackPanel5.Name = "stackPanel5"; this.stackPanel5.Size = new System.Drawing.Size(274, 32); this.stackPanel5.TabIndex = 10; this.stackPanel5.Text = "stackPanel5"; // // input_gap // this.input_gap.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F); this.input_gap.Location = new System.Drawing.Point(97, 3); this.input_gap.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.input_gap.Name = "input_gap"; this.input_gap.Size = new System.Drawing.Size(175, 26); this.input_gap.TabIndex = 5; this.input_gap.Text = "0"; this.input_gap.WaveSize = 0; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(3, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 26); this.label3.TabIndex = 4; this.label3.Text = "Gap"; // // stackPanel4 // this.stackPanel4.Controls.Add(this.select_align); this.stackPanel4.Controls.Add(this.label10); this.stackPanel4.Location = new System.Drawing.Point(3, 3); this.stackPanel4.Name = "stackPanel4"; this.stackPanel4.Size = new System.Drawing.Size(274, 32); this.stackPanel4.TabIndex = 9; this.stackPanel4.Text = "stackPanel4"; // // select_align // this.select_align.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.select_align.List = true; this.select_align.Location = new System.Drawing.Point(97, 3); this.select_align.Name = "select_align"; this.select_align.Size = new System.Drawing.Size(175, 26); this.select_align.TabIndex = 11; this.select_align.WaveSize = 0; // // label10 // this.label10.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.Location = new System.Drawing.Point(3, 3); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(88, 26); this.label10.TabIndex = 4; this.label10.Text = "Align"; // // divider1 // this.divider1.Location = new System.Drawing.Point(3, 79); this.divider1.Name = "divider1"; this.divider1.Size = new System.Drawing.Size(694, 12); this.divider1.TabIndex = 6; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(3, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(694, 24); this.label2.TabIndex = 5; this.label2.Text = "用于对齐的弹性布局容器。"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft YaHei UI", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(694, 40); this.label1.TabIndex = 4; this.label1.Text = "FlowPanel 流动布局"; // // FlowPanelDemo // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.Controls.Add(this.stackPanel1); this.Name = "FlowPanelDemo"; this.Size = new System.Drawing.Size(700, 496); this.Load += new System.EventHandler(this.FlowPanelDemo_Load); this.stackPanel1.ResumeLayout(false); this.stackPanel2.ResumeLayout(false); this.stackPanel3.ResumeLayout(false); this.stackPanel6.ResumeLayout(false); this.stackPanel5.ResumeLayout(false); this.stackPanel4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private AntdUI.StackPanel stackPanel1; private AntdUI.Label label2; private AntdUI.Label label1; private AntdUI.Divider divider1; private AntdUI.StackPanel stackPanel2; private AntdUI.FlowPanel flowPanel; private AntdUI.StackPanel stackPanel3; private AntdUI.StackPanel stackPanel4; private AntdUI.Label label10; private AntdUI.Select select_align; private AntdUI.StackPanel stackPanel5; private AntdUI.InputNumber input_gap; private AntdUI.Label label3; private AntdUI.StackPanel stackPanel6; private AntdUI.Select select_autoscroll; private AntdUI.Label label4; private AntdUI.Button buttonDEL; private AntdUI.Button buttonADD; private AntdUI.Button buttonCZ; } }