📄 tianjiaduzhexinxi.designer.cs
字号:
this.textBxm.Size = new System.Drawing.Size(120, 21);
this.textBxm.TabIndex = 9;
this.textBxm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBxm_KeyPress);
this.textBxm.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBxm_KeyDown);
//
// textBbh
//
this.textBbh.Location = new System.Drawing.Point(116, 49);
this.textBbh.MaxLength = 10;
this.textBbh.Name = "textBbh";
this.textBbh.Size = new System.Drawing.Size(120, 21);
this.textBbh.TabIndex = 8;
this.textBbh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBbh_KeyPress);
this.textBbh.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBbh_KeyDown);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(266, 182);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(35, 12);
this.label9.TabIndex = 7;
this.label9.Text = "Email";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(266, 148);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 6;
this.label8.Text = "电话";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(266, 102);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 5;
this.label7.Text = "单位";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(264, 49);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 4;
this.label6.Text = "性别";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(42, 182);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 3;
this.label5.Text = "书证状态";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(42, 148);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 2;
this.label4.Text = "读者类别";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(42, 102);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 1;
this.label3.Text = "读者姓名";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(42, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "读者编号";
//
// buttbc
//
this.buttbc.Location = new System.Drawing.Point(79, 327);
this.buttbc.Name = "buttbc";
this.buttbc.Size = new System.Drawing.Size(75, 23);
this.buttbc.TabIndex = 2;
this.buttbc.Text = "保存";
this.buttbc.UseVisualStyleBackColor = true;
this.buttbc.Click += new System.EventHandler(this.buttbc_Click);
//
// butttch
//
this.butttch.Location = new System.Drawing.Point(340, 327);
this.butttch.Name = "butttch";
this.butttch.Size = new System.Drawing.Size(75, 23);
this.butttch.TabIndex = 3;
this.butttch.Text = "退出";
this.butttch.UseVisualStyleBackColor = true;
this.butttch.Click += new System.EventHandler(this.butttch_Click);
//
// buttqx
//
this.buttqx.Location = new System.Drawing.Point(207, 327);
this.buttqx.Name = "buttqx";
this.buttqx.Size = new System.Drawing.Size(75, 23);
this.buttqx.TabIndex = 4;
this.buttqx.Text = "取消";
this.buttqx.UseVisualStyleBackColor = true;
this.buttqx.Click += new System.EventHandler(this.buttqx_Click);
//
// tianjiaduzhexinxi
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(513, 369);
this.Controls.Add(this.buttqx);
this.Controls.Add(this.butttch);
this.Controls.Add(this.buttbc);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(521, 404);
this.MinimumSize = new System.Drawing.Size(521, 404);
this.Name = "tianjiaduzhexinxi";
this.Text = "添加读者信息";
this.Load += new System.EventHandler(this.tianjiaduzhexinxi_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox textBE;
private System.Windows.Forms.TextBox textBdh;
private System.Windows.Forms.TextBox textBdw;
private System.Windows.Forms.TextBox textBzht;
private System.Windows.Forms.TextBox textBxm;
private System.Windows.Forms.TextBox textBbh;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBxb;
private System.Windows.Forms.Button buttbc;
private System.Windows.Forms.Button butttch;
private System.Windows.Forms.Button buttqx;
private System.Windows.Forms.ComboBox comboBlb;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -