namespace CDSAE3_Lian_Lian_Kan.Forms { partial class Item { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { picture = new PictureBox(); Back_Picture = new Label(); ((System.ComponentModel.ISupportInitialize)picture).BeginInit(); SuspendLayout(); // // picture // picture.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; picture.Location = new Point(0, 0); picture.Name = "picture"; picture.Size = new Size(70, 70); picture.TabIndex = 1; picture.TabStop = false; // // Back_Picture // Back_Picture.BackColor = Color.Gray; Back_Picture.Location = new Point(0, 0); Back_Picture.Name = "Back_Picture"; Back_Picture.Size = new Size(70, 70); Back_Picture.TabIndex = 2; // // Item // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(0, 0, 0, 0); Controls.Add(picture); Controls.Add(Back_Picture); Name = "Item"; Size = new Size(70, 70); ((System.ComponentModel.ISupportInitialize)picture).EndInit(); ResumeLayout(false); } #endregion private PictureBox picture; private Label Back_Picture; } }