1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- namespace EdgeVoyager
- {
- partial class Form2
- {
- /// <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()
- {
- 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;
- }
- }
|