📄 showpicture.designer.cs
字号:
namespace AddEditDeleteDataGridView
{
partial class ShowPicture
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.ShowPic = new System.Windows.Forms.PictureBox();
this.ChangeImageCmd = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ShowPic)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ChangeImageCmd);
this.groupBox1.Controls.Add(this.ShowPic);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(309, 360);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "显示图片";
//
// ShowPic
//
this.ShowPic.Location = new System.Drawing.Point(6, 20);
this.ShowPic.Name = "ShowPic";
this.ShowPic.Size = new System.Drawing.Size(278, 291);
this.ShowPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.ShowPic.TabIndex = 0;
this.ShowPic.TabStop = false;
//
// ChangeImageCmd
//
this.ChangeImageCmd.Location = new System.Drawing.Point(193, 317);
this.ChangeImageCmd.Name = "ChangeImageCmd";
this.ChangeImageCmd.Size = new System.Drawing.Size(91, 27);
this.ChangeImageCmd.TabIndex = 1;
this.ChangeImageCmd.Text = "替换图片";
this.ChangeImageCmd.UseVisualStyleBackColor = true;
this.ChangeImageCmd.Click += new System.EventHandler(this.ChangeImageCmd_Click);
//
// ShowPicture
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(336, 378);
this.Controls.Add(this.groupBox1);
this.Name = "ShowPicture";
this.Text = "ShowPicture";
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ShowPic)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.PictureBox ShowPic;
private System.Windows.Forms.Button ChangeImageCmd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -