📄 frmblrz.designer.cs
字号:
namespace 学生宿舍管理系统
{
partial class FrmBLRZ
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox6 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox7 = new System.Windows.Forms.MaskedTextBox();
this.maskedTextBox8 = new System.Windows.Forms.MaskedTextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.button1 = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.maskedTextBox9 = new System.Windows.Forms.MaskedTextBox();
this.button2 = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(42, 137);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "学号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(42, 174);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 1;
this.label2.Text = "姓名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 214);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 2;
this.label3.Text = "性别:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(42, 250);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 3;
this.label4.Text = "年度:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(253, 250);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 4;
this.label5.Text = "所属学院:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(277, 286);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 5;
this.label6.Text = "班级:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(253, 322);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 6;
this.label7.Text = "联系电话:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(42, 289);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 7;
this.label8.Text = "栋号:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(30, 324);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 8;
this.label9.Text = "房间号:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(253, 361);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 9;
this.label10.Text = "入住日期:";
//
// maskedTextBox1
//
this.maskedTextBox1.Location = new System.Drawing.Point(79, 134);
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.PromptChar = ' ';
this.maskedTextBox1.Size = new System.Drawing.Size(131, 21);
this.maskedTextBox1.TabIndex = 10;
this.maskedTextBox1.ValidatingType = typeof(int);
//
// maskedTextBox2
//
this.maskedTextBox2.Location = new System.Drawing.Point(79, 171);
this.maskedTextBox2.Name = "maskedTextBox2";
this.maskedTextBox2.PromptChar = ' ';
this.maskedTextBox2.Size = new System.Drawing.Size(131, 21);
this.maskedTextBox2.TabIndex = 11;
//
// maskedTextBox3
//
this.maskedTextBox3.Location = new System.Drawing.Point(79, 247);
this.maskedTextBox3.Mask = "99999";
this.maskedTextBox3.Name = "maskedTextBox3";
this.maskedTextBox3.PromptChar = ' ';
this.maskedTextBox3.Size = new System.Drawing.Size(131, 21);
this.maskedTextBox3.TabIndex = 12;
this.maskedTextBox3.ValidatingType = typeof(int);
//
// maskedTextBox4
//
this.maskedTextBox4.Location = new System.Drawing.Point(79, 283);
this.maskedTextBox4.Mask = "99999";
this.maskedTextBox4.Name = "maskedTextBox4";
this.maskedTextBox4.PromptChar = ' ';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -