namespace Y.Test { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.flexiblePanel1 = new Y.Skin.YoPanel.FlexiblePanel(); this.listBox1 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.flexiblePanel1.SuspendLayout(); this.SuspendLayout(); // // flexiblePanel1 // this.flexiblePanel1.Controls.Add(this.listBox1); this.flexiblePanel1.Controls.Add(this.label1); this.flexiblePanel1.Controls.Add(this.button1); this.flexiblePanel1.Location = new System.Drawing.Point(109, 112); this.flexiblePanel1.Name = "flexiblePanel1"; this.flexiblePanel1.Size = new System.Drawing.Size(516, 499); this.flexiblePanel1.TabIndex = 0; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(66, 271); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(120, 88); this.listBox1.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(111, 161); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // button1 // this.button1.Location = new System.Drawing.Point(111, 69); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1144, 727); this.Controls.Add(this.flexiblePanel1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.flexiblePanel1.ResumeLayout(false); this.flexiblePanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private Skin.YoPanel.FlexiblePanel flexiblePanel1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }