fbookborrow.designer.cs
来自「 一个用C#编写的图书管系统」· CS 代码 · 共 487 行 · 第 1/2 页
CS
487 行
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(29, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 1;
this.label6.Text = "编 号";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.tbMaj);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.tbNO);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.tbdclasfy);
this.groupBox2.Controls.Add(this.tbName);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(17, 20);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(363, 163);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "读者信息";
//
// tbMaj
//
this.tbMaj.Location = new System.Drawing.Point(77, 71);
this.tbMaj.Name = "tbMaj";
this.tbMaj.ReadOnly = true;
this.tbMaj.Size = new System.Drawing.Size(100, 21);
this.tbMaj.TabIndex = 13;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(14, 74);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 12;
this.label1.Text = "专 业";
//
// tbNO
//
this.tbNO.Location = new System.Drawing.Point(77, 29);
this.tbNO.Name = "tbNO";
this.tbNO.Size = new System.Drawing.Size(100, 21);
this.tbNO.TabIndex = 0;
this.tbNO.TextChanged += new System.EventHandler(this.tbNO_TextChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(14, 32);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 12);
this.label10.TabIndex = 10;
this.label10.Text = "学 号";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(183, 29);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(169, 127);
this.pictureBox1.TabIndex = 9;
this.pictureBox1.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(250, 14);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 8;
this.label5.Text = "照 片";
//
// tbdclasfy
//
this.tbdclasfy.Location = new System.Drawing.Point(77, 133);
this.tbdclasfy.Name = "tbdclasfy";
this.tbdclasfy.ReadOnly = true;
this.tbdclasfy.Size = new System.Drawing.Size(100, 21);
this.tbdclasfy.TabIndex = 5;
//
// tbName
//
this.tbName.Location = new System.Drawing.Point(77, 98);
this.tbName.Name = "tbName";
this.tbName.ReadOnly = true;
this.tbName.Size = new System.Drawing.Size(100, 21);
this.tbName.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(14, 139);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 3;
this.label3.Text = "类 型";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(14, 105);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 2;
this.label2.Text = "姓 名";
//
// tbdhow
//
this.tbdhow.Location = new System.Drawing.Point(92, 189);
this.tbdhow.Name = "tbdhow";
this.tbdhow.ReadOnly = true;
this.tbdhow.Size = new System.Drawing.Size(100, 21);
this.tbdhow.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(29, 195);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "已借书量";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 319);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(618, 274);
this.dataGridView1.TabIndex = 2;
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(627, 51);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = global::Library.Properties.Resources._059;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(57, 48);
this.toolStripButton1.Text = "确定借书";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_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);
//
// fBookBorrow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(627, 592);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.groupBox1);
this.Name = "fBookBorrow";
this.Text = "图书借阅";
this.Load += new System.EventHandler(this.fBookBorrow_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox tbdhow;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbdclasfy;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbsName;
private System.Windows.Forms.TextBox tbsISBN;
private System.Windows.Forms.TextBox tbsID;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbNO;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.DateTimePicker dateTimePicker3;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.TextBox tbjdate;
private System.Windows.Forms.TextBox tbMaj;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?