namespace EdgeVoyager { partial class Form2 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); listBox1 = new ListBox(); SuspendLayout(); // // listBox1 // listBox1.Dock = DockStyle.Fill; listBox1.FormattingEnabled = true; listBox1.ItemHeight = 17; listBox1.Location = new Point(0, 0); listBox1.Name = "listBox1"; listBox1.Size = new Size(254, 441); listBox1.TabIndex = 0; // // Form2 // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(254, 441); Controls.Add(listBox1); FormBorderStyle = FormBorderStyle.FixedToolWindow; Icon = (Icon)resources.GetObject("$this.Icon"); Name = "Form2"; Text = "整理收藏夹"; ResumeLayout(false); } #endregion private ListBox listBox1; } }