📄 frmreaderinfo.designer.cs
字号:
namespace UI
{
partial class frmReaderInfo
{
/// <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(frmReaderInfo));
this.btnDelete = new System.Windows.Forms.Button();
this.btnAmend = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnExcel = new System.Windows.Forms.Button();
this.btnShow = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dgMagazine = new System.Windows.Forms.DataGrid();
this.btnAllShow = new System.Windows.Forms.Button();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgMagazine)).BeginInit();
this.SuspendLayout();
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(260, 368);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(89, 36);
this.btnDelete.TabIndex = 15;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnAmend
//
this.btnAmend.Location = new System.Drawing.Point(146, 368);
this.btnAmend.Name = "btnAmend";
this.btnAmend.Size = new System.Drawing.Size(89, 36);
this.btnAmend.TabIndex = 14;
this.btnAmend.Text = "修改";
this.btnAmend.UseVisualStyleBackColor = true;
this.btnAmend.Click += new System.EventHandler(this.btnAmend_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(32, 368);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(89, 36);
this.btnAdd.TabIndex = 13;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnExcel
//
this.btnExcel.Location = new System.Drawing.Point(602, 368);
this.btnExcel.Name = "btnExcel";
this.btnExcel.Size = new System.Drawing.Size(89, 36);
this.btnExcel.TabIndex = 12;
this.btnExcel.Text = "退出";
this.btnExcel.UseVisualStyleBackColor = true;
this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
//
// btnShow
//
this.btnShow.Location = new System.Drawing.Point(374, 368);
this.btnShow.Name = "btnShow";
this.btnShow.Size = new System.Drawing.Size(89, 36);
this.btnShow.TabIndex = 11;
this.btnShow.Text = "查询";
this.btnShow.UseVisualStyleBackColor = true;
this.btnShow.Click += new System.EventHandler(this.btnAllShow_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dgMagazine);
this.groupBox2.Location = new System.Drawing.Point(-7, -19);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(732, 363);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询结果:";
//
// dgMagazine
//
this.dgMagazine.DataMember = "";
this.dgMagazine.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgMagazine.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dgMagazine.Location = new System.Drawing.Point(3, 17);
this.dgMagazine.Name = "dgMagazine";
this.dgMagazine.Size = new System.Drawing.Size(726, 343);
this.dgMagazine.TabIndex = 0;
//
// btnAllShow
//
this.btnAllShow.Location = new System.Drawing.Point(488, 368);
this.btnAllShow.Name = "btnAllShow";
this.btnAllShow.Size = new System.Drawing.Size(89, 36);
this.btnAllShow.TabIndex = 16;
this.btnAllShow.Text = "全部显示";
this.btnAllShow.UseVisualStyleBackColor = true;
this.btnAllShow.Click += new System.EventHandler(this.btnAllShow_Click_1);
//
// frmReaderInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(728, 414);
this.Controls.Add(this.btnAllShow);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnAmend);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnExcel);
this.Controls.Add(this.btnShow);
this.Controls.Add(this.groupBox2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmReaderInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "读者管理";
this.Load += new System.EventHandler(this.frmReaderInfo_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgMagazine)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnAmend;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnExcel;
private System.Windows.Forms.Button btnShow;
private System.Windows.Forms.GroupBox groupBox2;
public System.Windows.Forms.DataGrid dgMagazine;
private System.Windows.Forms.Button btnAllShow;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -