?? 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 + -