📄 frmborrowreadquery.designer.cs
字号:
namespace UI
{
partial class frmBorrowReadQuery
{
/// <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(frmBorrowReadQuery));
this.label1 = new System.Windows.Forms.Label();
this.txtBookMagazineID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtReaderID = new System.Windows.Forms.TextBox();
this.radBookInfo = new System.Windows.Forms.RadioButton();
this.radMagazineInfo = new System.Windows.Forms.RadioButton();
this.radMagazineBorrow = new System.Windows.Forms.RadioButton();
this.radBookBorrow = new System.Windows.Forms.RadioButton();
this.grpBook = new System.Windows.Forms.GroupBox();
this.datBookMagazineInfo = new System.Windows.Forms.DataGrid();
this.grpReader = new System.Windows.Forms.GroupBox();
this.dataReader = new System.Windows.Forms.DataGrid();
this.grpBook.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.datBookMagazineInfo)).BeginInit();
this.grpReader.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataReader)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(106, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 12);
this.label1.TabIndex = 2;
this.label1.Text = "图书/期刊编号:";
//
// txtBookMagazineID
//
this.txtBookMagazineID.Location = new System.Drawing.Point(203, 53);
this.txtBookMagazineID.Name = "txtBookMagazineID";
this.txtBookMagazineID.Size = new System.Drawing.Size(115, 21);
this.txtBookMagazineID.TabIndex = 3;
this.txtBookMagazineID.TextChanged += new System.EventHandler(this.txtBookMagazineID_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(129, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 4;
this.label2.Text = "读者编号:";
//
// txtReaderID
//
this.txtReaderID.Location = new System.Drawing.Point(189, 53);
this.txtReaderID.Name = "txtReaderID";
this.txtReaderID.Size = new System.Drawing.Size(115, 21);
this.txtReaderID.TabIndex = 5;
this.txtReaderID.TextChanged += new System.EventHandler(this.txtReaderID_TextChanged);
//
// radBookInfo
//
this.radBookInfo.AutoSize = true;
this.radBookInfo.Checked = true;
this.radBookInfo.Location = new System.Drawing.Point(117, 14);
this.radBookInfo.Name = "radBookInfo";
this.radBookInfo.Size = new System.Drawing.Size(71, 16);
this.radBookInfo.TabIndex = 9;
this.radBookInfo.TabStop = true;
this.radBookInfo.Text = "图书查询";
this.radBookInfo.UseVisualStyleBackColor = true;
//
// radMagazineInfo
//
this.radMagazineInfo.AutoSize = true;
this.radMagazineInfo.Location = new System.Drawing.Point(237, 14);
this.radMagazineInfo.Name = "radMagazineInfo";
this.radMagazineInfo.Size = new System.Drawing.Size(71, 16);
this.radMagazineInfo.TabIndex = 10;
this.radMagazineInfo.Text = "期刊查询";
this.radMagazineInfo.UseVisualStyleBackColor = true;
//
// radMagazineBorrow
//
this.radMagazineBorrow.AutoSize = true;
this.radMagazineBorrow.Location = new System.Drawing.Point(232, 14);
this.radMagazineBorrow.Name = "radMagazineBorrow";
this.radMagazineBorrow.Size = new System.Drawing.Size(71, 16);
this.radMagazineBorrow.TabIndex = 14;
this.radMagazineBorrow.Text = "期刊借阅";
this.radMagazineBorrow.UseVisualStyleBackColor = true;
//
// radBookBorrow
//
this.radBookBorrow.AutoSize = true;
this.radBookBorrow.Checked = true;
this.radBookBorrow.Location = new System.Drawing.Point(119, 14);
this.radBookBorrow.Name = "radBookBorrow";
this.radBookBorrow.Size = new System.Drawing.Size(71, 16);
this.radBookBorrow.TabIndex = 13;
this.radBookBorrow.TabStop = true;
this.radBookBorrow.Text = "图书借阅";
this.radBookBorrow.UseVisualStyleBackColor = true;
//
// grpBook
//
this.grpBook.Controls.Add(this.datBookMagazineInfo);
this.grpBook.Controls.Add(this.radMagazineInfo);
this.grpBook.Controls.Add(this.radBookInfo);
this.grpBook.Controls.Add(this.txtBookMagazineID);
this.grpBook.Controls.Add(this.label1);
this.grpBook.Location = new System.Drawing.Point(23, 32);
this.grpBook.Name = "grpBook";
this.grpBook.Size = new System.Drawing.Size(425, 426);
this.grpBook.TabIndex = 15;
this.grpBook.TabStop = false;
this.grpBook.Text = "按书名查读者";
//
// datBookMagazineInfo
//
this.datBookMagazineInfo.BackgroundColor = System.Drawing.Color.White;
this.datBookMagazineInfo.DataMember = "";
this.datBookMagazineInfo.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.datBookMagazineInfo.Location = new System.Drawing.Point(15, 99);
this.datBookMagazineInfo.Name = "datBookMagazineInfo";
this.datBookMagazineInfo.Size = new System.Drawing.Size(393, 303);
this.datBookMagazineInfo.TabIndex = 11;
//
// grpReader
//
this.grpReader.Controls.Add(this.dataReader);
this.grpReader.Controls.Add(this.radBookBorrow);
this.grpReader.Controls.Add(this.radMagazineBorrow);
this.grpReader.Controls.Add(this.txtReaderID);
this.grpReader.Controls.Add(this.label2);
this.grpReader.Location = new System.Drawing.Point(470, 32);
this.grpReader.Name = "grpReader";
this.grpReader.Size = new System.Drawing.Size(422, 426);
this.grpReader.TabIndex = 16;
this.grpReader.TabStop = false;
this.grpReader.Text = "按读者查书籍";
//
// dataReader
//
this.dataReader.BackgroundColor = System.Drawing.Color.White;
this.dataReader.DataMember = "";
this.dataReader.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataReader.Location = new System.Drawing.Point(24, 99);
this.dataReader.Name = "dataReader";
this.dataReader.Size = new System.Drawing.Size(393, 303);
this.dataReader.TabIndex = 15;
//
// frmBorrowReadQuery
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(914, 473);
this.Controls.Add(this.grpReader);
this.Controls.Add(this.grpBook);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(922, 507);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(922, 507);
this.Name = "frmBorrowReadQuery";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "借阅查询";
this.grpBook.ResumeLayout(false);
this.grpBook.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.datBookMagazineInfo)).EndInit();
this.grpReader.ResumeLayout(false);
this.grpReader.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataReader)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtBookMagazineID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtReaderID;
private System.Windows.Forms.RadioButton radBookInfo;
private System.Windows.Forms.RadioButton radMagazineInfo;
private System.Windows.Forms.RadioButton radMagazineBorrow;
private System.Windows.Forms.RadioButton radBookBorrow;
private System.Windows.Forms.GroupBox grpBook;
private System.Windows.Forms.GroupBox grpReader;
private System.Windows.Forms.DataGrid dataReader;
private System.Windows.Forms.DataGrid datBookMagazineInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -