This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
CDSAE3/CDSAE3_Lian_Lian_Kan/Forms/Item.Designer.cs

71 lines
2.3 KiB
C#
Raw Normal View History

2024-04-08 13:04:47 +00:00
namespace CDSAE3_Lian_Lian_Kan.Forms
{
partial class Item
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
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;
}
}