📄 form1.designer.cs
字号:
namespace WinApp3_4图片列表框
{
partial class Form1
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.btnShowPic1 = new System.Windows.Forms.Button();
this.btnShowPic2 = new System.Windows.Forms.Button();
this.btnShowPic3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.picList = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// btnShowPic1
//
this.btnShowPic1.ImageList = this.picList;
this.btnShowPic1.Location = new System.Drawing.Point(34, 17);
this.btnShowPic1.Name = "btnShowPic1";
this.btnShowPic1.Size = new System.Drawing.Size(33, 28);
this.btnShowPic1.TabIndex = 0;
this.btnShowPic1.UseVisualStyleBackColor = true;
//
// btnShowPic2
//
this.btnShowPic2.ImageList = this.picList;
this.btnShowPic2.Location = new System.Drawing.Point(115, 17);
this.btnShowPic2.Name = "btnShowPic2";
this.btnShowPic2.Size = new System.Drawing.Size(33, 28);
this.btnShowPic2.TabIndex = 1;
this.btnShowPic2.UseVisualStyleBackColor = true;
//
// btnShowPic3
//
this.btnShowPic3.ImageList = this.picList;
this.btnShowPic3.Location = new System.Drawing.Point(196, 17);
this.btnShowPic3.Name = "btnShowPic3";
this.btnShowPic3.Size = new System.Drawing.Size(33, 28);
this.btnShowPic3.TabIndex = 2;
this.btnShowPic3.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(34, 74);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 28);
this.button4.TabIndex = 3;
this.button4.Text = "文件图标";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(154, 74);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 28);
this.button5.TabIndex = 4;
this.button5.Text = "编辑图标";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// picList
//
this.picList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("picList.ImageStream")));
this.picList.TransparentColor = System.Drawing.Color.Transparent;
this.picList.Images.SetKeyName(0, "COPY.BMP");
this.picList.Images.SetKeyName(1, "CUT.BMP");
this.picList.Images.SetKeyName(2, "PASTE.BMP");
this.picList.Images.SetKeyName(3, "NEW.BMP");
this.picList.Images.SetKeyName(4, "OPEN.BMP");
this.picList.Images.SetKeyName(5, "SAVE.BMP");
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(262, 133);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.btnShowPic3);
this.Controls.Add(this.btnShowPic2);
this.Controls.Add(this.btnShowPic1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(270, 173);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(270, 173);
this.Name = "Form1";
this.Text = "图片列表示例";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnShowPic1;
private System.Windows.Forms.Button btnShowPic2;
private System.Windows.Forms.Button btnShowPic3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ImageList picList;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -