|
|
@@ -28,69 +28,81 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.listView1 = new System.Windows.Forms.ListView();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.panel1.SuspendLayout();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // panel1
|
|
|
- //
|
|
|
- this.panel1.AutoScroll = true;
|
|
|
- this.panel1.Controls.Add(this.label2);
|
|
|
- this.panel1.Controls.Add(this.label1);
|
|
|
- this.panel1.Controls.Add(this.listView1);
|
|
|
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(284, 450);
|
|
|
- this.panel1.TabIndex = 0;
|
|
|
- //
|
|
|
- // listView1
|
|
|
- //
|
|
|
- this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.listView1.HideSelection = false;
|
|
|
- this.listView1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.listView1.Name = "listView1";
|
|
|
- this.listView1.Size = new System.Drawing.Size(284, 450);
|
|
|
- this.listView1.TabIndex = 0;
|
|
|
- this.listView1.UseCompatibleStateImageBehavior = false;
|
|
|
- //
|
|
|
- // label1
|
|
|
- //
|
|
|
- this.label1.AutoSize = true;
|
|
|
- this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.label1.Location = new System.Drawing.Point(58, 9);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
- this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "分类名";
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.label2.Location = new System.Drawing.Point(201, 9);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(29, 12);
|
|
|
- this.label2.TabIndex = 2;
|
|
|
- this.label2.Text = "颜色";
|
|
|
- //
|
|
|
- // FormStandardLibraryInformation
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(284, 450);
|
|
|
- this.Controls.Add(this.panel1);
|
|
|
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Name = "FormStandardLibraryInformation";
|
|
|
- this.Text = "标准库信息";
|
|
|
- this.Activated += new System.EventHandler(this.FormStandardLibraryInformation_Activated);
|
|
|
- this.Load += new System.EventHandler(this.FormStandardLibraryInformation_Load);
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
- this.panel1.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.listView1 = new System.Windows.Forms.ListView();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.AutoScroll = true;
|
|
|
+ this.panel1.Controls.Add(this.label3);
|
|
|
+ this.panel1.Controls.Add(this.label2);
|
|
|
+ this.panel1.Controls.Add(this.label1);
|
|
|
+ this.panel1.Controls.Add(this.listView1);
|
|
|
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(284, 450);
|
|
|
+ this.panel1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.label2.Location = new System.Drawing.Point(243, 9);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.label2.TabIndex = 2;
|
|
|
+ this.label2.Text = "颜色";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.label1.Location = new System.Drawing.Point(137, 9);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "分类名";
|
|
|
+ //
|
|
|
+ // listView1
|
|
|
+ //
|
|
|
+ this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.listView1.HideSelection = false;
|
|
|
+ this.listView1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.listView1.Name = "listView1";
|
|
|
+ this.listView1.Size = new System.Drawing.Size(284, 450);
|
|
|
+ this.listView1.TabIndex = 0;
|
|
|
+ this.listView1.UseCompatibleStateImageBehavior = false;
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.label3.Location = new System.Drawing.Point(33, 9);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(41, 12);
|
|
|
+ this.label3.TabIndex = 3;
|
|
|
+ this.label3.Text = "分组名";
|
|
|
+ //
|
|
|
+ // FormStandardLibraryInformation
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(284, 450);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Name = "FormStandardLibraryInformation";
|
|
|
+ this.Text = "标准库信息";
|
|
|
+ this.Activated += new System.EventHandler(this.FormStandardLibraryInformation_Activated);
|
|
|
+ this.Load += new System.EventHandler(this.FormStandardLibraryInformation_Load);
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -100,5 +112,6 @@
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
- }
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ }
|
|
|
}
|