| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 | namespace OTSIncAReportApp._1_UI{    partial class FormStandardLibraryInformation    {        /// <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()        {			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);        }        #endregion        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.ListView listView1;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Label label1;		private System.Windows.Forms.Label label3;	}}
 |