📄 frmborrowinfo.designer.cs
字号:
namespace UI
{
partial class frmBorrowInfo
{
/// <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(frmBorrowInfo));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.radMagazine = new System.Windows.Forms.RadioButton();
this.radBook = new System.Windows.Forms.RadioButton();
this.btnBorrow = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lstBookInfo = new System.Windows.Forms.ListView();
this.btnBookQuery = new System.Windows.Forms.Button();
this.txtBookID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lstReaderInfo = new System.Windows.Forms.ListView();
this.btnReaderQuery = new System.Windows.Forms.Button();
this.txtReaderID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.radMagazineR = new System.Windows.Forms.RadioButton();
this.radBookR = new System.Windows.Forms.RadioButton();
this.btnReturn = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lstBookInfoR = new System.Windows.Forms.ListView();
this.btnBookQueryR = new System.Windows.Forms.Button();
this.txtBookIDR = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lstReaderInfoR = new System.Windows.Forms.ListView();
this.btnReaderQueryR = new System.Windows.Forms.Button();
this.txtReaderIDR = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.radioBuradMagazineRtton1X = new System.Windows.Forms.RadioButton();
this.radBookX = new System.Windows.Forms.RadioButton();
this.btuRenewal = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.lstBookInfoB = new System.Windows.Forms.ListView();
this.btnBookQueryB = new System.Windows.Forms.Button();
this.txtBookIDB = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.lstReaderInfoB = new System.Windows.Forms.ListView();
this.btnReaderQueryB = new System.Windows.Forms.Button();
this.txtReaderIDB = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox6.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(744, 422);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.radMagazine);
this.tabPage1.Controls.Add(this.radBook);
this.tabPage1.Controls.Add(this.btnBorrow);
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(736, 397);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "出借资料";
this.tabPage1.UseVisualStyleBackColor = true;
//
// radMagazine
//
this.radMagazine.AutoSize = true;
this.radMagazine.Location = new System.Drawing.Point(512, 20);
this.radMagazine.Name = "radMagazine";
this.radMagazine.Size = new System.Drawing.Size(71, 16);
this.radMagazine.TabIndex = 15;
this.radMagazine.Text = "期刊信息";
this.radMagazine.UseVisualStyleBackColor = true;
this.radMagazine.CheckedChanged += new System.EventHandler(this.radMagazine_CheckedChanged);
//
// radBook
//
this.radBook.AutoSize = true;
this.radBook.Checked = true;
this.radBook.Location = new System.Drawing.Point(379, 20);
this.radBook.Name = "radBook";
this.radBook.Size = new System.Drawing.Size(71, 16);
this.radBook.TabIndex = 14;
this.radBook.TabStop = true;
this.radBook.Text = "图书信息";
this.radBook.UseVisualStyleBackColor = true;
this.radBook.CheckedChanged += new System.EventHandler(this.radBook_CheckedChanged);
//
// btnBorrow
//
this.btnBorrow.Location = new System.Drawing.Point(600, 343);
this.btnBorrow.Name = "btnBorrow";
this.btnBorrow.Size = new System.Drawing.Size(70, 28);
this.btnBorrow.TabIndex = 10;
this.btnBorrow.Text = "借出";
this.btnBorrow.UseVisualStyleBackColor = true;
this.btnBorrow.Click += new System.EventHandler(this.btnBorrow_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lstBookInfo);
this.groupBox2.Controls.Add(this.btnBookQuery);
this.groupBox2.Controls.Add(this.txtBookID);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(379, 57);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(350, 260);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "图书信息";
//
// lstBookInfo
//
this.lstBookInfo.Location = new System.Drawing.Point(64, 69);
this.lstBookInfo.Name = "lstBookInfo";
this.lstBookInfo.Size = new System.Drawing.Size(227, 150);
this.lstBookInfo.TabIndex = 3;
this.lstBookInfo.UseCompatibleStateImageBehavior = false;
//
// btnBookQuery
//
this.btnBookQuery.Location = new System.Drawing.Point(263, 29);
this.btnBookQuery.Name = "btnBookQuery";
this.btnBookQuery.Size = new System.Drawing.Size(28, 21);
this.btnBookQuery.TabIndex = 2;
this.btnBookQuery.Text = ">";
this.btnBookQuery.UseVisualStyleBackColor = true;
this.btnBookQuery.Click += new System.EventHandler(this.btnBookQuery_Click);
//
// txtBookID
//
this.txtBookID.Location = new System.Drawing.Point(114, 30);
this.txtBookID.Name = "txtBookID";
this.txtBookID.Size = new System.Drawing.Size(143, 21);
this.txtBookID.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(61, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 0;
this.label2.Text = "编号:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lstReaderInfo);
this.groupBox1.Controls.Add(this.btnReaderQuery);
this.groupBox1.Controls.Add(this.txtReaderID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(6, 57);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(350, 260);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "读者信息";
//
// lstReaderInfo
//
this.lstReaderInfo.Location = new System.Drawing.Point(58, 69);
this.lstReaderInfo.Name = "lstReaderInfo";
this.lstReaderInfo.Size = new System.Drawing.Size(227, 150);
this.lstReaderInfo.TabIndex = 3;
this.lstReaderInfo.UseCompatibleStateImageBehavior = false;
//
// btnReaderQuery
//
this.btnReaderQuery.Location = new System.Drawing.Point(260, 30);
this.btnReaderQuery.Name = "btnReaderQuery";
this.btnReaderQuery.Size = new System.Drawing.Size(28, 21);
this.btnReaderQuery.TabIndex = 2;
this.btnReaderQuery.Text = ">";
this.btnReaderQuery.UseVisualStyleBackColor = true;
this.btnReaderQuery.Click += new System.EventHandler(this.btnReaderQuery_Click);
//
// txtReaderID
//
this.txtReaderID.Location = new System.Drawing.Point(111, 29);
this.txtReaderID.Name = "txtReaderID";
this.txtReaderID.Size = new System.Drawing.Size(143, 21);
this.txtReaderID.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(56, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "会员卡号:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.radMagazineR);
this.tabPage2.Controls.Add(this.radBookR);
this.tabPage2.Controls.Add(this.btnReturn);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(736, 397);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "归还资料";
this.tabPage2.UseVisualStyleBackColor = true;
//
// radMagazineR
//
this.radMagazineR.AutoSize = true;
this.radMagazineR.Location = new System.Drawing.Point(512, 20);
this.radMagazineR.Name = "radMagazineR";
this.radMagazineR.Size = new System.Drawing.Size(71, 16);
this.radMagazineR.TabIndex = 20;
this.radMagazineR.TabStop = true;
this.radMagazineR.Text = "期刊信息";
this.radMagazineR.UseVisualStyleBackColor = true;
this.radMagazineR.CheckedChanged += new System.EventHandler(this.radMagazineR_CheckedChanged);
//
// radBookR
//
this.radBookR.AutoSize = true;
this.radBookR.Checked = true;
this.radBookR.Location = new System.Drawing.Point(379, 20);
this.radBookR.Name = "radBookR";
this.radBookR.Size = new System.Drawing.Size(71, 16);
this.radBookR.TabIndex = 19;
this.radBookR.TabStop = true;
this.radBookR.Text = "图书信息";
this.radBookR.UseVisualStyleBackColor = true;
this.radBookR.CheckedChanged += new System.EventHandler(this.radBookR_CheckedChanged);
//
// btnReturn
//
this.btnReturn.Location = new System.Drawing.Point(600, 343);
this.btnReturn.Name = "btnReturn";
this.btnReturn.Size = new System.Drawing.Size(70, 28);
this.btnReturn.TabIndex = 15;
this.btnReturn.Text = "归还";
this.btnReturn.UseVisualStyleBackColor = true;
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lstBookInfoR);
this.groupBox3.Controls.Add(this.btnBookQueryR);
this.groupBox3.Controls.Add(this.txtBookIDR);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Location = new System.Drawing.Point(379, 57);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(350, 260);
this.groupBox3.TabIndex = 14;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "图书信息";
//
// lstBookInfoR
//
this.lstBookInfoR.Location = new System.Drawing.Point(64, 69);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -