📄 frmbookmanager.designer.cs
字号:
namespace BookManage
{
partial class frmbookManager
{
/// <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.lblbiao = new System.Windows.Forms.Label();
this.txtbiao = new System.Windows.Forms.TextBox();
this.btnOPen = new System.Windows.Forms.Button();
this.dbgname = new System.Windows.Forms.DataGrid();
this.btnguanli = new System.Windows.Forms.Button();
this.btnsousuo = new System.Windows.Forms.Button();
this.btnfengmian = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dbgname)).BeginInit();
this.SuspendLayout();
//
// lblbiao
//
this.lblbiao.AutoSize = true;
this.lblbiao.Location = new System.Drawing.Point(32, 20);
this.lblbiao.Name = "lblbiao";
this.lblbiao.Size = new System.Drawing.Size(35, 12);
this.lblbiao.TabIndex = 0;
this.lblbiao.Text = "表名:";
//
// txtbiao
//
this.txtbiao.Location = new System.Drawing.Point(84, 17);
this.txtbiao.Name = "txtbiao";
this.txtbiao.Size = new System.Drawing.Size(161, 21);
this.txtbiao.TabIndex = 1;
//
// btnOPen
//
this.btnOPen.Location = new System.Drawing.Point(273, 12);
this.btnOPen.Name = "btnOPen";
this.btnOPen.Size = new System.Drawing.Size(89, 26);
this.btnOPen.TabIndex = 2;
this.btnOPen.Text = "打开(&O)";
this.btnOPen.UseVisualStyleBackColor = true;
this.btnOPen.Click += new System.EventHandler(this.btnOPen_Click);
//
// dbgname
//
this.dbgname.DataMember = "";
this.dbgname.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dbgname.Location = new System.Drawing.Point(34, 55);
this.dbgname.Name = "dbgname";
this.dbgname.Size = new System.Drawing.Size(434, 191);
this.dbgname.TabIndex = 3;
//
// btnguanli
//
this.btnguanli.Location = new System.Drawing.Point(67, 268);
this.btnguanli.Name = "btnguanli";
this.btnguanli.Size = new System.Drawing.Size(108, 32);
this.btnguanli.TabIndex = 4;
this.btnguanli.Text = "图书信息管理(&M)";
this.btnguanli.UseVisualStyleBackColor = true;
this.btnguanli.Click += new System.EventHandler(this.btnguanli_Click);
//
// btnsousuo
//
this.btnsousuo.Location = new System.Drawing.Point(181, 268);
this.btnsousuo.Name = "btnsousuo";
this.btnsousuo.Size = new System.Drawing.Size(101, 32);
this.btnsousuo.TabIndex = 5;
this.btnsousuo.Text = "搜索图书(&S)";
this.btnsousuo.UseVisualStyleBackColor = true;
this.btnsousuo.Click += new System.EventHandler(this.btnsousuo_Click);
//
// btnfengmian
//
this.btnfengmian.Location = new System.Drawing.Point(288, 268);
this.btnfengmian.Name = "btnfengmian";
this.btnfengmian.Size = new System.Drawing.Size(94, 32);
this.btnfengmian.TabIndex = 6;
this.btnfengmian.Text = "图书封面(&I)";
this.btnfengmian.UseVisualStyleBackColor = true;
this.btnfengmian.Click += new System.EventHandler(this.btnfengmian_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(388, 268);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(80, 32);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "关闭(&C)";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// frmbookManager
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(480, 333);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnfengmian);
this.Controls.Add(this.btnsousuo);
this.Controls.Add(this.btnguanli);
this.Controls.Add(this.dbgname);
this.Controls.Add(this.btnOPen);
this.Controls.Add(this.txtbiao);
this.Controls.Add(this.lblbiao);
this.Name = "frmbookManager";
this.Text = "图书信息查看";
this.Load += new System.EventHandler(this.frmbookManager_Load);
((System.ComponentModel.ISupportInitialize)(this.dbgname)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblbiao;
private System.Windows.Forms.TextBox txtbiao;
private System.Windows.Forms.Button btnOPen;
private System.Windows.Forms.DataGrid dbgname;
private System.Windows.Forms.Button btnguanli;
private System.Windows.Forms.Button btnsousuo;
private System.Windows.Forms.Button btnfengmian;
private System.Windows.Forms.Button btnClose;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -