📄 bookcategorym.designer.cs
字号:
this.groupBox2.Controls.Add(this.textBox5);
this.groupBox2.Controls.Add(this.textBox3);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(21, 35);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(303, 209);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "修改图书分类索引信息";
//
// button7
//
this.button7.Location = new System.Drawing.Point(243, 29);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(54, 23);
this.button7.TabIndex = 4;
this.button7.Text = "搜索";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(137, 31);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 2;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(143, 97);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(154, 96);
this.textBox3.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 97);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(125, 12);
this.label5.TabIndex = 1;
this.label5.Text = "图书分类索引的说明:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 40);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(125, 12);
this.label4.TabIndex = 0;
this.label4.Text = "图书分类索引的编号:";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.button6);
this.tabPage3.Controls.Add(this.button5);
this.tabPage3.Controls.Add(this.groupBox3);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(342, 312);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "删除图书分类";
this.tabPage3.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.Location = new System.Drawing.Point(188, 268);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(80, 27);
this.button6.TabIndex = 2;
this.button6.Text = "取消";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(54, 268);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(78, 28);
this.button5.TabIndex = 1;
this.button5.Text = "删除";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox6);
this.groupBox3.Controls.Add(this.button8);
this.groupBox3.Controls.Add(this.textBox4);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Location = new System.Drawing.Point(20, 30);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(301, 213);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "删除图书索引";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(137, 42);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 2;
//
// button8
//
this.button8.Location = new System.Drawing.Point(247, 40);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(48, 23);
this.button8.TabIndex = 4;
this.button8.Text = "搜索";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// textBox4
//
this.textBox4.Enabled = false;
this.textBox4.Location = new System.Drawing.Point(137, 102);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(158, 100);
this.textBox4.TabIndex = 3;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 102);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(125, 12);
this.label7.TabIndex = 1;
this.label7.Text = "图书分类索引的说明:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 45);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 12);
this.label6.TabIndex = 0;
this.label6.Text = "图书分类索引的编号:";
//
// BookCategoryM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(350, 337);
this.Controls.Add(this.tabControl1);
this.MaximizeBox = false;
this.Name = "BookCategoryM";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "bb";
this.Load += new System.EventHandler(this.BookCategoryM_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.Button button8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -