📄 usercontrol1.cs
字号:
this.textBox1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox1.Location = new System.Drawing.Point(112, 104);
this.textBox1.Name = "textBox1";
this.textBox1.TabIndex = 13;
this.textBox1.Text = "";
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox2.Location = new System.Drawing.Point(376, 64);
this.textBox2.Name = "textBox2";
this.textBox2.PasswordChar = '*';
this.textBox2.TabIndex = 14;
this.textBox2.Text = "";
//
// textBox3
//
this.textBox3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox3.Location = new System.Drawing.Point(120, 216);
this.textBox3.Name = "textBox3";
this.textBox3.TabIndex = 14;
this.textBox3.Text = "";
//
// comboBox1
//
this.comboBox1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox1.Items.AddRange(new object[] {
"本科",
"专科",
"研究生",
"博士",
"其它"});
this.comboBox1.Location = new System.Drawing.Point(416, 104);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(64, 21);
this.comboBox1.TabIndex = 15;
this.comboBox1.Text = "本科";
//
// dateTimePicker1
//
this.dateTimePicker1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.dateTimePicker1.Location = new System.Drawing.Point(112, 136);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(120, 23);
this.dateTimePicker1.TabIndex = 16;
//
// comboBox3
//
this.comboBox3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox3.Items.AddRange(new object[] {
"男",
"女"});
this.comboBox3.Location = new System.Drawing.Point(112, 176);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(48, 21);
this.comboBox3.TabIndex = 15;
this.comboBox3.Text = "男";
//
// comboBox4
//
this.comboBox4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox4.Items.AddRange(new object[] {
"学生",
"教师",
"其它"});
this.comboBox4.Location = new System.Drawing.Point(384, 184);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(72, 21);
this.comboBox4.TabIndex = 15;
this.comboBox4.Text = "学生";
//
// comboBox5
//
this.comboBox5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox5.Items.AddRange(new object[] {
"5",
"8"});
this.comboBox5.Location = new System.Drawing.Point(624, 184);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(48, 21);
this.comboBox5.TabIndex = 15;
this.comboBox5.Text = "5";
//
// comboBox6
//
this.comboBox6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.comboBox6.Items.AddRange(new object[] {
"计算机学院",
"网络学院",
"艺术学院",
"能环学院",
"土木工程学院",
"汽车与交通学院",
"生物工程学院"});
this.comboBox6.Location = new System.Drawing.Point(544, 136);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(160, 21);
this.comboBox6.TabIndex = 15;
this.comboBox6.Text = "计算机学院";
//
// textBox4
//
this.textBox4.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox4.Location = new System.Drawing.Point(112, 64);
this.textBox4.Name = "textBox4";
this.textBox4.TabIndex = 14;
this.textBox4.Text = "";
//
// textBox5
//
this.textBox5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox5.Location = new System.Drawing.Point(352, 224);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(144, 23);
this.textBox5.TabIndex = 14;
this.textBox5.Text = "";
//
// button1
//
this.button1.Location = new System.Drawing.Point(328, 264);
this.button1.Name = "button1";
this.button1.TabIndex = 17;
this.button1.Text = "修改";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(416, 264);
this.button2.Name = "button2";
this.button2.TabIndex = 17;
this.button2.Text = "删除";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(504, 264);
this.button3.Name = "button3";
this.button3.TabIndex = 18;
this.button3.Text = "取消";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// numericUpDown1
//
this.numericUpDown1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.numericUpDown1.Location = new System.Drawing.Point(336, 136);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(40, 23);
this.numericUpDown1.TabIndex = 19;
this.numericUpDown1.Value = new System.Decimal(new int[] {
19,
0,
0,
0});
//
// label14
//
this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label14.Location = new System.Drawing.Point(536, 224);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(120, 23);
this.label14.TabIndex = 20;
this.label14.Text = "累计借书 ";
//
// dataGrid1
//
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(32, 288);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.Size = new System.Drawing.Size(672, 256);
this.dataGrid1.TabIndex = 21;
this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
this.dataGrid1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dataGrid1_MouseMove);
//
// label15
//
this.label15.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.label15.Location = new System.Drawing.Point(48, 272);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(64, 16);
this.label15.TabIndex = 22;
this.label15.Text = "借书情况";
//
// linkLabel1
//
this.linkLabel1.Location = new System.Drawing.Point(152, 272);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(56, 16);
this.linkLabel1.TabIndex = 24;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "历史记录";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.linkLabel2.Location = new System.Drawing.Point(152, 32);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(40, 16);
this.linkLabel2.TabIndex = 25;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "返回";
this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.linkLabel2.Visible = false;
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// UserControl1
//
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label15);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.label14);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.comboBox4);
this.Controls.Add(this.comboBox5);
this.Controls.Add(this.comboBox6);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.button2);
this.Name = "UserControl1";
this.Size = new System.Drawing.Size(736, 568);
this.Load += new System.EventHandler(this.UserControl1_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
this.ResumeLayout(false);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -