fcardlost.designer.cs
来自「 一个用C#编写的图书管系统」· CS 代码 · 共 336 行 · 第 1/2 页
CS
336 行
namespace Library
{
partial class fCardLost
{
/// <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.btnadd = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
this.label9 = new System.Windows.Forms.Label();
this.tbMaj = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.label7 = new System.Windows.Forms.Label();
this.tbgNO = new System.Windows.Forms.TextBox();
this.tbgClas = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.tbgName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ColumnReaderXueHao = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnGuashiDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnBubanDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnFazhengDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// btnadd
//
this.btnadd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnadd.Location = new System.Drawing.Point(35, 298);
this.btnadd.Name = "btnadd";
this.btnadd.Size = new System.Drawing.Size(128, 39);
this.btnadd.TabIndex = 0;
this.btnadd.Text = "添加挂失记录";
this.btnadd.UseVisualStyleBackColor = true;
this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dateTimePicker3);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.tbMaj);
this.groupBox1.Controls.Add(this.btnadd);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.dateTimePicker2);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.tbgNO);
this.groupBox1.Controls.Add(this.tbgClas);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.dateTimePicker1);
this.groupBox1.Controls.Add(this.tbgName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Location = new System.Drawing.Point(459, 55);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(193, 368);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "挂失者明细";
//
// dateTimePicker3
//
this.dateTimePicker3.Location = new System.Drawing.Point(81, 259);
this.dateTimePicker3.Name = "dateTimePicker3";
this.dateTimePicker3.Size = new System.Drawing.Size(100, 21);
this.dateTimePicker3.TabIndex = 18;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(16, 263);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 15;
this.label9.Text = "发证日期";
//
// tbMaj
//
this.tbMaj.Location = new System.Drawing.Point(81, 108);
this.tbMaj.Name = "tbMaj";
this.tbMaj.ReadOnly = true;
this.tbMaj.Size = new System.Drawing.Size(100, 21);
this.tbMaj.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 111);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "挂失人专业";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 7;
this.label4.Text = "挂失人学号";
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(81, 219);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(100, 21);
this.dateTimePicker2.TabIndex = 17;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 223);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 13;
this.label7.Text = "补办日期";
//
// tbgNO
//
this.tbgNO.Location = new System.Drawing.Point(81, 36);
this.tbgNO.Name = "tbgNO";
this.tbgNO.Size = new System.Drawing.Size(100, 21);
this.tbgNO.TabIndex = 0;
this.tbgNO.TextChanged += new System.EventHandler(this.tbgNO_TextChanged);
//
// tbgClas
//
this.tbgClas.Location = new System.Drawing.Point(81, 144);
this.tbgClas.Name = "tbgClas";
this.tbgClas.ReadOnly = true;
this.tbgClas.Size = new System.Drawing.Size(100, 21);
this.tbgClas.TabIndex = 11;
//
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?