📄 breakreport.designer.cs
字号:
this.label6.Location = new System.Drawing.Point(35, 162);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 0;
this.label6.Text = "单价:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 135);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "出版时间:";
//
// Bookpublish
//
this.Bookpublish.Enabled = false;
this.Bookpublish.Location = new System.Drawing.Point(73, 104);
this.Bookpublish.MaxLength = 20;
this.Bookpublish.Name = "Bookpublish";
this.Bookpublish.ReadOnly = true;
this.Bookpublish.Size = new System.Drawing.Size(135, 21);
this.Bookpublish.TabIndex = 1;
this.Bookpublish.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Bookpublish_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(23, 108);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 0;
this.label4.Text = "出版社:";
//
// Writer
//
this.Writer.Enabled = false;
this.Writer.Location = new System.Drawing.Point(73, 77);
this.Writer.MaxLength = 20;
this.Writer.Name = "Writer";
this.Writer.ReadOnly = true;
this.Writer.Size = new System.Drawing.Size(135, 21);
this.Writer.TabIndex = 1;
this.Writer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Writer_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(35, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 0;
this.label3.Text = "作者:";
//
// BookName
//
this.BookName.Enabled = false;
this.BookName.Location = new System.Drawing.Point(73, 50);
this.BookName.MaxLength = 40;
this.BookName.Name = "BookName";
this.BookName.ReadOnly = true;
this.BookName.Size = new System.Drawing.Size(135, 21);
this.BookName.TabIndex = 1;
this.BookName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookName_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(35, 54);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 0;
this.label2.Text = "书名:";
//
// BookId
//
this.BookId.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.BookId.Location = new System.Drawing.Point(73, 23);
this.BookId.MaxLength = 20;
this.BookId.Name = "BookId";
this.BookId.Size = new System.Drawing.Size(135, 21);
this.BookId.TabIndex = 1;
this.BookId.Leave += new System.EventHandler(this.BookId_Leave);
this.BookId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.BookId_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 0;
this.label1.Text = "图书编号:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.Submit);
this.groupBox3.Controls.Add(this.breakwhy);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.ReaderID);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.readerClass);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.readerxi);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Location = new System.Drawing.Point(12, 233);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(237, 249);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "报损";
//
// Submit
//
this.Submit.Location = new System.Drawing.Point(133, 210);
this.Submit.Name = "Submit";
this.Submit.Size = new System.Drawing.Size(75, 23);
this.Submit.TabIndex = 3;
this.Submit.Text = "提交";
this.Submit.UseVisualStyleBackColor = true;
this.Submit.Click += new System.EventHandler(this.Submit_Click);
//
// breakwhy
//
this.breakwhy.Location = new System.Drawing.Point(14, 119);
this.breakwhy.MaxLength = 80;
this.breakwhy.Multiline = true;
this.breakwhy.Name = "breakwhy";
this.breakwhy.Size = new System.Drawing.Size(194, 85);
this.breakwhy.TabIndex = 1;
this.breakwhy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.breakwhy_KeyPress);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(12, 105);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(59, 12);
this.label11.TabIndex = 0;
this.label11.Text = "报损原因:";
//
// ReaderID
//
this.ReaderID.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.ReaderID.Location = new System.Drawing.Point(73, 20);
this.ReaderID.MaxLength = 10;
this.ReaderID.Name = "ReaderID";
this.ReaderID.Size = new System.Drawing.Size(135, 21);
this.ReaderID.TabIndex = 0;
this.ReaderID.Leave += new System.EventHandler(this.ReaderID_Leave);
this.ReaderID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ReaderID_KeyPress);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 24);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 0;
this.label10.Text = "读者编号:";
//
// readerClass
//
this.readerClass.Location = new System.Drawing.Point(73, 74);
this.readerClass.MaxLength = 10;
this.readerClass.Name = "readerClass";
this.readerClass.ReadOnly = true;
this.readerClass.Size = new System.Drawing.Size(135, 21);
this.readerClass.TabIndex = 2;
this.readerClass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.readerClass_KeyPress);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(35, 78);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 12);
this.label9.TabIndex = 0;
this.label9.Text = "班级:";
//
// readerxi
//
this.readerxi.Location = new System.Drawing.Point(73, 47);
this.readerxi.MaxLength = 10;
this.readerxi.Name = "readerxi";
this.readerxi.ReadOnly = true;
this.readerxi.Size = new System.Drawing.Size(135, 21);
this.readerxi.TabIndex = 1;
this.readerxi.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.readerxi_KeyPress);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(35, 51);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 0;
this.label8.Text = "系别:";
//
// BreakReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(940, 575);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "BreakReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "报损";
this.Load += new System.EventHandler(this.BreakReport_Load);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.BreakRecord)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView BreakRecord;
private System.Windows.Forms.TextBox BookId;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox BookName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox Writer;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox Bookpublish;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Price;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox BookSort;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox readerxi;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox ReaderID;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox readerClass;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox breakwhy;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button Submit;
private System.Windows.Forms.DateTimePicker Bookpubdate;
private System.Windows.Forms.DataGridViewTextBoxColumn B_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn AddPeople;
private System.Windows.Forms.DataGridViewTextBoxColumn Addtime;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Writer;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Publish;
private System.Windows.Forms.DataGridViewTextBoxColumn B_P_Time;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Price;
private System.Windows.Forms.DataGridViewTextBoxColumn B_Class;
private System.Windows.Forms.DataGridViewTextBoxColumn Xibie;
private System.Windows.Forms.DataGridViewTextBoxColumn Class;
private System.Windows.Forms.DataGridViewTextBoxColumn R_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn why;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -