📄 图书信息维护.designer.cs
字号:
namespace 图书管理
{
partial class 图书信息维护
{
/// <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.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btnLast = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.IbIDatasetPosition = new System.Windows.Forms.TextBox();
this.btnPrevious = new System.Windows.Forms.Button();
this.btnFirst = new System.Windows.Forms.Button();
this.textRemain = new System.Windows.Forms.TextBox();
this.textAmount = new System.Windows.Forms.TextBox();
this.textSort = new System.Windows.Forms.TextBox();
this.textPublishDate = new System.Windows.Forms.TextBox();
this.textPublish = new System.Windows.Forms.TextBox();
this.textPrice = new System.Windows.Forms.TextBox();
this.textWriter = new System.Windows.Forms.TextBox();
this.textName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnApply = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnModify = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.btnLast);
this.groupBox1.Controls.Add(this.btnNext);
this.groupBox1.Controls.Add(this.IbIDatasetPosition);
this.groupBox1.Controls.Add(this.btnPrevious);
this.groupBox1.Controls.Add(this.btnFirst);
this.groupBox1.Controls.Add(this.textRemain);
this.groupBox1.Controls.Add(this.textAmount);
this.groupBox1.Controls.Add(this.textSort);
this.groupBox1.Controls.Add(this.textPublishDate);
this.groupBox1.Controls.Add(this.textPublish);
this.groupBox1.Controls.Add(this.textPrice);
this.groupBox1.Controls.Add(this.textWriter);
this.groupBox1.Controls.Add(this.textName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(36, 36);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(605, 320);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "图书信息维护";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(342, 199);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 27;
this.label9.Text = "库存量";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(340, 157);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 26;
this.label8.Text = "总册数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(339, 120);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 25;
this.label7.Text = "图书分类";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(338, 78);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 24;
this.label6.Text = "出版时间";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(337, 35);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 23;
this.label5.Text = "出版社";
//
// btnLast
//
this.btnLast.Location = new System.Drawing.Point(207, 29);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(33, 23);
this.btnLast.TabIndex = 22;
this.btnLast.Text = "button17";
this.btnLast.UseVisualStyleBackColor = true;
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(176, 29);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(33, 23);
this.btnNext.TabIndex = 21;
this.btnNext.Text = "button16";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// IbIDatasetPosition
//
this.IbIDatasetPosition.Location = new System.Drawing.Point(115, 31);
this.IbIDatasetPosition.Name = "IbIDatasetPosition";
this.IbIDatasetPosition.Size = new System.Drawing.Size(64, 21);
this.IbIDatasetPosition.TabIndex = 20;
this.IbIDatasetPosition.TextChanged += new System.EventHandler(this.IbIDatasetPosition_TextChanged);
//
// btnPrevious
//
this.btnPrevious.Location = new System.Drawing.Point(83, 31);
this.btnPrevious.Name = "btnPrevious";
this.btnPrevious.Size = new System.Drawing.Size(36, 23);
this.btnPrevious.TabIndex = 19;
this.btnPrevious.Text = "button15";
this.btnPrevious.UseVisualStyleBackColor = true;
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
//
// btnFirst
//
this.btnFirst.Location = new System.Drawing.Point(51, 31);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(35, 23);
this.btnFirst.TabIndex = 18;
this.btnFirst.Text = "button14";
this.btnFirst.UseVisualStyleBackColor = true;
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
// textRemain
//
this.textRemain.Location = new System.Drawing.Point(409, 194);
this.textRemain.Name = "textRemain";
this.textRemain.Size = new System.Drawing.Size(178, 21);
this.textRemain.TabIndex = 17;
//
// textAmount
//
this.textAmount.Location = new System.Drawing.Point(409, 151);
this.textAmount.Name = "textAmount";
this.textAmount.Size = new System.Drawing.Size(178, 21);
this.textAmount.TabIndex = 15;
//
// textSort
//
this.textSort.Location = new System.Drawing.Point(409, 114);
this.textSort.Name = "textSort";
this.textSort.Size = new System.Drawing.Size(178, 21);
this.textSort.TabIndex = 13;
//
// textPublishDate
//
this.textPublishDate.Location = new System.Drawing.Point(409, 73);
this.textPublishDate.Name = "textPublishDate";
this.textPublishDate.Size = new System.Drawing.Size(178, 21);
this.textPublishDate.TabIndex = 11;
//
// textPublish
//
this.textPublish.Location = new System.Drawing.Point(409, 30);
this.textPublish.Name = "textPublish";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -