📄 librarysystem.designer.cs
字号:
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(159, 139);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(65, 12);
this.label41.TabIndex = 4;
this.label41.Text = "确认密码:";
//
// txtNewPWD
//
this.txtNewPWD.Location = new System.Drawing.Point(239, 81);
this.txtNewPWD.Name = "txtNewPWD";
this.txtNewPWD.Size = new System.Drawing.Size(150, 21);
this.txtNewPWD.TabIndex = 3;
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(159, 84);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(65, 12);
this.label40.TabIndex = 2;
this.label40.Text = "修改密码:";
//
// txtOriginalPWD
//
this.txtOriginalPWD.Location = new System.Drawing.Point(239, 30);
this.txtOriginalPWD.Name = "txtOriginalPWD";
this.txtOriginalPWD.Size = new System.Drawing.Size(150, 21);
this.txtOriginalPWD.TabIndex = 1;
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(159, 33);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(65, 12);
this.label39.TabIndex = 0;
this.label39.Text = "原始密码:";
//
// tabPage5
//
this.tabPage5.Controls.Add(this.groupBox11);
this.tabPage5.Location = new System.Drawing.Point(4, 21);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(591, 369);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "报表";
this.tabPage5.UseVisualStyleBackColor = true;
//
// groupBox11
//
this.groupBox11.Controls.Add(this.dataGridView2);
this.groupBox11.Controls.Add(this.btnSearchE);
this.groupBox11.Controls.Add(this.cbSearchCondition);
this.groupBox11.Controls.Add(this.label38);
this.groupBox11.Location = new System.Drawing.Point(4, 4);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(590, 369);
this.groupBox11.TabIndex = 0;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "报表";
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(7, 51);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(577, 311);
this.dataGridView2.TabIndex = 3;
//
// btnSearchE
//
this.btnSearchE.Location = new System.Drawing.Point(282, 17);
this.btnSearchE.Name = "btnSearchE";
this.btnSearchE.Size = new System.Drawing.Size(75, 23);
this.btnSearchE.TabIndex = 2;
this.btnSearchE.Text = "查询";
this.btnSearchE.UseVisualStyleBackColor = true;
this.btnSearchE.Click += new System.EventHandler(this.btnSearchE_Click);
//
// cbSearchCondition
//
this.cbSearchCondition.FormattingEnabled = true;
this.cbSearchCondition.Location = new System.Drawing.Point(83, 19);
this.cbSearchCondition.Name = "cbSearchCondition";
this.cbSearchCondition.Size = new System.Drawing.Size(121, 20);
this.cbSearchCondition.TabIndex = 1;
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(16, 22);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(65, 12);
this.label38.TabIndex = 0;
this.label38.Text = "查询条件:";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.groupBox10);
this.tabPage4.Controls.Add(this.gbInsertBook);
this.tabPage4.Location = new System.Drawing.Point(4, 21);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(591, 369);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "图书管理";
this.tabPage4.UseVisualStyleBackColor = true;
//
// groupBox10
//
this.groupBox10.Controls.Add(this.dataGridView1);
this.groupBox10.Controls.Add(this.btnDelD);
this.groupBox10.Controls.Add(this.btnSearchD);
this.groupBox10.Controls.Add(this.cbBookTypeD2);
this.groupBox10.Controls.Add(this.label37);
this.groupBox10.Controls.Add(this.txtBookNameD2);
this.groupBox10.Controls.Add(this.label36);
this.groupBox10.Location = new System.Drawing.Point(7, 185);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(587, 181);
this.groupBox10.TabIndex = 1;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "图书信息";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(8, 52);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(563, 123);
this.dataGridView1.TabIndex = 6;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// btnDelD
//
this.btnDelD.Location = new System.Drawing.Point(483, 20);
this.btnDelD.Name = "btnDelD";
this.btnDelD.Size = new System.Drawing.Size(75, 23);
this.btnDelD.TabIndex = 5;
this.btnDelD.Text = "删除";
this.btnDelD.UseVisualStyleBackColor = true;
this.btnDelD.Click += new System.EventHandler(this.btnDelD_Click);
//
// btnSearchD
//
this.btnSearchD.Location = new System.Drawing.Point(394, 20);
this.btnSearchD.Name = "btnSearchD";
this.btnSearchD.Size = new System.Drawing.Size(75, 23);
this.btnSearchD.TabIndex = 4;
this.btnSearchD.Text = "检索";
this.btnSearchD.UseVisualStyleBackColor = true;
this.btnSearchD.Click += new System.EventHandler(this.btnSearchD_Click);
//
// cbBookTypeD2
//
this.cbBookTypeD2.FormattingEnabled = true;
this.cbBookTypeD2.Location = new System.Drawing.Point(257, 22);
this.cbBookTypeD2.Name = "cbBookTypeD2";
this.cbBookTypeD2.Size = new System.Drawing.Size(106, 20);
this.cbBookTypeD2.TabIndex = 3;
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(198, 26);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(65, 12);
this.label37.TabIndex = 2;
this.label37.Text = "图书类别:";
//
// txtBookNameD2
//
this.txtBookNameD2.Location = new System.Drawing.Point(70, 23);
this.txtBookNameD2.Name = "txtBookNameD2";
this.txtBookNameD2.Size = new System.Drawing.Size(100, 21);
this.txtBookNameD2.TabIndex = 1;
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(7, 26);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(41, 12);
this.label36.TabIndex = 0;
this.label36.Text = "书名:";
//
// gbInsertBook
//
this.gbInsertBook.Controls.Add(this.button2);
this.gbInsertBook.Controls.Add(this.button1);
this.gbInsertBook.Controls.Add(this.rbModify);
this.gbInsertBook.Controls.Add(this.rbNewBook);
this.gbInsertBook.Controls.Add(this.cbBookTypeD1);
this.gbInsertBook.Controls.Add(this.txtPublisherD);
this.gbInsertBook.Controls.Add(this.txtPublishDateD);
this.gbInsertBook.Controls.Add(this.txtPageCountD);
this.gbInsertBook.Controls.Add(this.txtAuthorD);
this.gbInsertBook.Controls.Add(this.txtBookNameD);
this.gbInsertBook.Controls.Add(this.txtBookVersionD);
this.gbInsertBook.Controls.Add(this.txtWordCountD);
this.gbInsertBook.Controls.Add(this.txtISBND);
this.gbInsertBook.Controls.Add(this.txtBookIDD);
this.gbInsertBook.Controls.Add(this.label35);
this.gbInsertBook.Controls.Add(this.label34);
this.gbInsertBook.Controls.Add(this.label33);
this.gbInsertBook.Controls.Add(this.label32);
this.gbInsertBook.Controls.Add(this.label31);
this.gbInsertBook.Controls.Add(this.label30);
this.gbInsertBook.Controls.Add(this.label29);
this.gbInsertBook.Controls.Add(this.label28);
this.gbInsertBook.Controls.Add(this.label27);
this.gbInsertBook.Controls.Add(this.label26);
this.gbInsertBook.Location = new System.Drawing.Point(7, 3);
this.gbInsertBook.Name = "gbInsertBook";
this.gbInsertBook.Size = new System.Drawing.Size(587, 164);
this.gbInsertBook.TabIndex = 0;
this.gbInsertBook.TabStop = false;
this.gbInsertBook.Text = "新书入库";
//
// button2
//
this.button2.Location = new System.Drawing.Point(483, 126);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 23;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(394, 126);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 22;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// rbModify
//
this.rbModify.AutoSize = true;
this.rbModify.Location = new System.Drawing.Point(292, 131);
this.rbModify.Name = "rbModify";
this.rbModify.Size = new System.Drawing.Size(71, 16);
this.rbModify.TabIndex = 21;
this.rbModify.TabStop = true;
this.rbModify.Text = "更新图书";
this.rbModify.UseVisualStyleBackColor = true;
this.rbModify.CheckedChanged += new System.EventHandler(this.rbModify_CheckedChanged);
//
// rbNewBook
//
this.rbNewBook.AutoSize = true;
this.rbNewBook.Checked = true;
this.rbNewBook.Location = new System.Drawing.Point(200, 130);
this.rbNewBook.Name = "rbNewBook";
this.rbNewBook.Size = new System.Drawing.Size(71, 16);
this.rbNewBook.TabIndex = 20;
this.rbNewBook.TabStop = true;
this.rbNewBook.Text = "新书入库";
this.rbNewBook.UseVisualStyleBackColor = true;
this.rbNewBook.CheckedChanged += new System.EventHandler(this.rbNewBook_CheckedChanged);
//
// cbBookTypeD1
//
this.cbBookTypeD1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBookTypeD1.FormattingEnabled = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -