📄 frmfengmian.designer.cs
字号:
namespace BookManage
{
partial class frmfengmian
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmfengmian));
this.lbllujin = new System.Windows.Forms.Label();
this.txtlujin = new System.Windows.Forms.TextBox();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.picname = new System.Windows.Forms.PictureBox();
this.btnxiougai = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.picname)).BeginInit();
this.SuspendLayout();
//
// lbllujin
//
this.lbllujin.AutoSize = true;
this.lbllujin.Location = new System.Drawing.Point(15, 15);
this.lbllujin.Name = "lbllujin";
this.lbllujin.Size = new System.Drawing.Size(83, 12);
this.lbllujin.TabIndex = 0;
this.lbllujin.Text = "图书封面路径:";
//
// txtlujin
//
this.txtlujin.Location = new System.Drawing.Point(104, 12);
this.txtlujin.Name = "txtlujin";
this.txtlujin.Size = new System.Drawing.Size(232, 21);
this.txtlujin.TabIndex = 1;
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(86, 320);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(99, 34);
this.btnUpdate.TabIndex = 3;
this.btnUpdate.Text = "更新封面(&U)";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(236, 320);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(100, 34);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "取消(&C)";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// picname
//
this.picname.Image = ((System.Drawing.Image)(resources.GetObject("picname.Image")));
this.picname.Location = new System.Drawing.Point(17, 77);
this.picname.Name = "picname";
this.picname.Size = new System.Drawing.Size(319, 237);
this.picname.TabIndex = 5;
this.picname.TabStop = false;
//
// btnxiougai
//
this.btnxiougai.Location = new System.Drawing.Point(17, 39);
this.btnxiougai.Name = "btnxiougai";
this.btnxiougai.Size = new System.Drawing.Size(105, 32);
this.btnxiougai.TabIndex = 2;
this.btnxiougai.Text = "修改封面(&S)";
this.btnxiougai.UseVisualStyleBackColor = true;
this.btnxiougai.Click += new System.EventHandler(this.btnxiougai_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// frmfengmian
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(371, 366);
this.Controls.Add(this.picname);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnxiougai);
this.Controls.Add(this.txtlujin);
this.Controls.Add(this.lbllujin);
this.Name = "frmfengmian";
this.Text = "图书封面查看";
this.Load += new System.EventHandler(this.frmfengmian_Load);
((System.ComponentModel.ISupportInitialize)(this.picname)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbllujin;
private System.Windows.Forms.TextBox txtlujin;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.PictureBox picname;
private System.Windows.Forms.Button btnxiougai;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -