namespace Sunny.UI.Demo { partial class FListBox { /// /// 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.uiButton1 = new Sunny.UI.UIButton(); this.uiCheckBox1 = new Sunny.UI.UICheckBox(); this.uiListBox1 = new Sunny.UI.UIListBox(); this.uiLine2 = new Sunny.UI.UILine(); this.uiLine1 = new Sunny.UI.UILine(); this.uiImageListBox1 = new Sunny.UI.UIImageListBox(); this.SuspendLayout(); // // 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, 441); 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 = 29; this.uiButton1.Text = "Add Item"; this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // uiCheckBox1 // this.uiCheckBox1.Checked = true; this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiCheckBox1.Font = new System.Drawing.Font("宋体", 12F); this.uiCheckBox1.Location = new System.Drawing.Point(352, 440); this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiCheckBox1.Name = "uiCheckBox1"; this.uiCheckBox1.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiCheckBox1.Size = new System.Drawing.Size(266, 35); this.uiCheckBox1.TabIndex = 28; this.uiCheckBox1.Text = "ShowDescription"; this.uiCheckBox1.CheckedChanged += new System.EventHandler(this.uiCheckBox1_CheckedChanged); // // uiListBox1 // this.uiListBox1.FillColor = System.Drawing.Color.White; this.uiListBox1.Font = new System.Drawing.Font("宋体", 12F); this.uiListBox1.FormatString = ""; this.uiListBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiListBox1.Location = new System.Drawing.Point(30, 85); this.uiListBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiListBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiListBox1.Name = "uiListBox1"; this.uiListBox1.Padding = new System.Windows.Forms.Padding(2); this.uiListBox1.Size = new System.Drawing.Size(270, 343); this.uiListBox1.TabIndex = 27; this.uiListBox1.Text = "uiListBox1"; this.uiListBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.ListBox_DrawItem); this.uiListBox1.DoubleClick += new System.EventHandler(this.uiListBox1_ItemDoubleClick); // // uiLine2 // this.uiLine2.Font = new System.Drawing.Font("宋体", 12F); this.uiLine2.Location = new System.Drawing.Point(352, 55); this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine2.Name = "uiLine2"; this.uiLine2.Size = new System.Drawing.Size(266, 18); this.uiLine2.TabIndex = 26; this.uiLine2.Text = "uiImageListBox"; this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLine1 // this.uiLine1.Font = new System.Drawing.Font("宋体", 12F); this.uiLine1.Location = new System.Drawing.Point(30, 55); this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16); this.uiLine1.Name = "uiLine1"; this.uiLine1.Size = new System.Drawing.Size(266, 18); this.uiLine1.TabIndex = 25; this.uiLine1.Text = "uiListBox"; this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiImageListBox1 // this.uiImageListBox1.FillColor = System.Drawing.Color.White; this.uiImageListBox1.Font = new System.Drawing.Font("宋体", 12F); this.uiImageListBox1.ItemHeight = 80; this.uiImageListBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255))))); this.uiImageListBox1.Location = new System.Drawing.Point(352, 85); this.uiImageListBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiImageListBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiImageListBox1.Name = "uiImageListBox1"; this.uiImageListBox1.Padding = new System.Windows.Forms.Padding(2); this.uiImageListBox1.Size = new System.Drawing.Size(266, 343); this.uiImageListBox1.TabIndex = 24; this.uiImageListBox1.Text = "uiImageListBox1"; this.uiImageListBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiImageListBox1.DoubleClick += new System.EventHandler(this.uiImageListBox1_ItemDoubleClick); // // FListBox // this.AllowShowTitle = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(800, 546); this.Controls.Add(this.uiButton1); this.Controls.Add(this.uiCheckBox1); this.Controls.Add(this.uiListBox1); this.Controls.Add(this.uiLine2); this.Controls.Add(this.uiLine1); this.Controls.Add(this.uiImageListBox1); this.Name = "FListBox"; this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0); this.ShowTitle = true; this.Symbol = 61474; this.Text = "ListBox"; this.ResumeLayout(false); } #endregion private UIButton uiButton1; private UICheckBox uiCheckBox1; private UIListBox uiListBox1; private UILine uiLine2; private UILine uiLine1; private UIImageListBox uiImageListBox1; } }