📄 breakreport.designer.cs
字号:
namespace BMS
{
partial class BreakReport
{
/// <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.BreakRecord = new System.Windows.Forms.DataGridView();
this.B_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddPeople = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Addtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_Writer = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_Publish = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_P_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.B_Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Xibie = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.R_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.why = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Bookpubdate = new System.Windows.Forms.DateTimePicker();
this.BookSort = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.Price = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.Bookpublish = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.Writer = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.BookName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.BookId = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.Submit = new System.Windows.Forms.Button();
this.breakwhy = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.ReaderID = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.readerClass = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.readerxi = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.BreakRecord)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.BreakRecord);
this.groupBox1.Location = new System.Drawing.Point(255, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(683, 563);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "报损记录";
//
// BreakRecord
//
this.BreakRecord.AllowUserToAddRows = false;
this.BreakRecord.AllowUserToDeleteRows = false;
this.BreakRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.BreakRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.B_ID,
this.AddPeople,
this.Addtime,
this.B_Name,
this.B_Writer,
this.B_Publish,
this.B_P_Time,
this.B_Price,
this.B_Class,
this.Xibie,
this.Class,
this.R_ID,
this.why});
this.BreakRecord.Dock = System.Windows.Forms.DockStyle.Fill;
this.BreakRecord.Location = new System.Drawing.Point(3, 17);
this.BreakRecord.Name = "BreakRecord";
this.BreakRecord.ReadOnly = true;
this.BreakRecord.RowTemplate.Height = 23;
this.BreakRecord.Size = new System.Drawing.Size(677, 543);
this.BreakRecord.TabIndex = 0;
//
// B_ID
//
this.B_ID.DataPropertyName = "bookid";
this.B_ID.HeaderText = "图书编号";
this.B_ID.Name = "B_ID";
this.B_ID.ReadOnly = true;
//
// AddPeople
//
this.AddPeople.DataPropertyName = "Addpeople";
this.AddPeople.HeaderText = "添加人";
this.AddPeople.Name = "AddPeople";
this.AddPeople.ReadOnly = true;
//
// Addtime
//
this.Addtime.DataPropertyName = "addtime";
this.Addtime.HeaderText = "添加时间";
this.Addtime.Name = "Addtime";
this.Addtime.ReadOnly = true;
//
// B_Name
//
this.B_Name.DataPropertyName = "bookname";
this.B_Name.HeaderText = "书名";
this.B_Name.Name = "B_Name";
this.B_Name.ReadOnly = true;
//
// B_Writer
//
this.B_Writer.DataPropertyName = "bookwriter";
this.B_Writer.HeaderText = "作者";
this.B_Writer.Name = "B_Writer";
this.B_Writer.ReadOnly = true;
//
// B_Publish
//
this.B_Publish.DataPropertyName = "bookpublish";
this.B_Publish.HeaderText = "出版社";
this.B_Publish.Name = "B_Publish";
this.B_Publish.ReadOnly = true;
//
// B_P_Time
//
this.B_P_Time.DataPropertyName = "bookpubdate";
this.B_P_Time.HeaderText = "出版时间";
this.B_P_Time.Name = "B_P_Time";
this.B_P_Time.ReadOnly = true;
//
// B_Price
//
this.B_Price.DataPropertyName = "bookprice";
this.B_Price.HeaderText = "单价";
this.B_Price.Name = "B_Price";
this.B_Price.ReadOnly = true;
//
// B_Class
//
this.B_Class.DataPropertyName = "booksort";
this.B_Class.HeaderText = "类别";
this.B_Class.Name = "B_Class";
this.B_Class.ReadOnly = true;
//
// Xibie
//
this.Xibie.DataPropertyName = "readerxi";
this.Xibie.HeaderText = "系别";
this.Xibie.Name = "Xibie";
this.Xibie.ReadOnly = true;
//
// Class
//
this.Class.DataPropertyName = "readerbanji";
this.Class.HeaderText = "班级";
this.Class.Name = "Class";
this.Class.ReadOnly = true;
//
// R_ID
//
this.R_ID.DataPropertyName = "readerid";
this.R_ID.HeaderText = "读者编号";
this.R_ID.Name = "R_ID";
this.R_ID.ReadOnly = true;
//
// why
//
this.why.DataPropertyName = "breakwhy";
this.why.HeaderText = "报损原因";
this.why.Name = "why";
this.why.ReadOnly = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Bookpubdate);
this.groupBox2.Controls.Add(this.BookSort);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.Price);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.Bookpublish);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.Writer);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.BookName);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.BookId);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(237, 215);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "图书信息";
//
// Bookpubdate
//
this.Bookpubdate.Enabled = false;
this.Bookpubdate.Location = new System.Drawing.Point(73, 131);
this.Bookpubdate.Name = "Bookpubdate";
this.Bookpubdate.Size = new System.Drawing.Size(135, 21);
this.Bookpubdate.TabIndex = 3;
//
// BookSort
//
this.BookSort.Enabled = false;
this.BookSort.Location = new System.Drawing.Point(73, 185);
this.BookSort.MaxLength = 16;
this.BookSort.Name = "BookSort";
this.BookSort.ReadOnly = true;
this.BookSort.Size = new System.Drawing.Size(135, 21);
this.BookSort.TabIndex = 1;
this.BookSort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookSort_KeyPress);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(35, 189);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 12);
this.label7.TabIndex = 0;
this.label7.Text = "类别:";
//
// Price
//
this.Price.Enabled = false;
this.Price.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.Price.Location = new System.Drawing.Point(73, 158);
this.Price.MaxLength = 10;
this.Price.Name = "Price";
this.Price.ReadOnly = true;
this.Price.Size = new System.Drawing.Size(135, 21);
this.Price.TabIndex = 1;
this.Price.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Price_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -