fcardlost.designer.cs
来自「 一个用C#编写的图书管系统」· CS 代码 · 共 336 行 · 第 1/2 页
CS
336 行
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(10, 147);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 9;
this.label5.Text = "挂失人班级";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(81, 181);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(100, 21);
this.dateTimePicker1.TabIndex = 16;
//
// tbgName
//
this.tbgName.Location = new System.Drawing.Point(81, 72);
this.tbgName.Name = "tbgName";
this.tbgName.ReadOnly = true;
this.tbgName.Size = new System.Drawing.Size(100, 21);
this.tbgName.TabIndex = 5;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "挂失人姓名";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 185);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 14;
this.label8.Text = "挂失日期";
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnReaderXueHao,
this.ColumnGuashiDate,
this.ColumnBubanDate,
this.ColumnFazhengDate});
this.dataGridView1.Location = new System.Drawing.Point(8, 55);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(445, 359);
this.dataGridView1.TabIndex = 5;
//
// ColumnReaderXueHao
//
this.ColumnReaderXueHao.DataPropertyName = "ReaderXueHao";
this.ColumnReaderXueHao.HeaderText = "学号";
this.ColumnReaderXueHao.Name = "ColumnReaderXueHao";
this.ColumnReaderXueHao.ReadOnly = true;
//
// ColumnGuashiDate
//
this.ColumnGuashiDate.DataPropertyName = "GuashiDate";
this.ColumnGuashiDate.HeaderText = "挂失日期";
this.ColumnGuashiDate.Name = "ColumnGuashiDate";
this.ColumnGuashiDate.ReadOnly = true;
//
// ColumnBubanDate
//
this.ColumnBubanDate.DataPropertyName = "BubanDate";
this.ColumnBubanDate.HeaderText = "补办日期";
this.ColumnBubanDate.Name = "ColumnBubanDate";
this.ColumnBubanDate.ReadOnly = true;
//
// ColumnFazhengDate
//
this.ColumnFazhengDate.DataPropertyName = "FazhengDate";
this.ColumnFazhengDate.HeaderText = "发证日期";
this.ColumnFazhengDate.Name = "ColumnFazhengDate";
this.ColumnFazhengDate.ReadOnly = true;
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton2,
this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(652, 51);
this.toolStrip1.TabIndex = 8;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton2
//
this.toolStripButton2.Image = global::Library.Properties.Resources._145;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(36, 48);
this.toolStripButton2.Text = "刷新";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = global::Library.Properties.Resources.W95MBX01;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(36, 48);
this.toolStripButton3.Text = "退出";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// fCardLost
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(652, 400);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Name = "fCardLost";
this.Text = "图书证挂失";
this.Load += new System.EventHandler(this.fCardLost_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnadd;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbgNO;
private System.Windows.Forms.TextBox tbgName;
private System.Windows.Forms.TextBox tbgClas;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbMaj;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.DateTimePicker dateTimePicker3;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnReaderXueHao;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnGuashiDate;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBubanDate;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFazhengDate;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?