📄 jieshuchuli.designer.cs
字号:
namespace tsh
{
partial class jieshuchuli
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(jieshuchuli));
this.labduzhebianhao = new System.Windows.Forms.Label();
this.labduzhexingming = new System.Windows.Forms.Label();
this.labxingbie = new System.Windows.Forms.Label();
this.labduzheleibie = new System.Windows.Forms.Label();
this.labzhengjianzhuangtai = new System.Windows.Forms.Label();
this.labyjieshu = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBxingbie = new System.Windows.Forms.TextBox();
this.textBzhuangtai = new System.Windows.Forms.TextBox();
this.textByjshushu = new System.Windows.Forms.TextBox();
this.textBleibie = new System.Windows.Forms.TextBox();
this.textBxingming = new System.Windows.Forms.TextBox();
this.textBbianhao = new System.Windows.Forms.TextBox();
this.labben = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.buttxiayi = new System.Windows.Forms.Button();
this.butttuichu = new System.Windows.Forms.Button();
this.buttquxiao = new System.Windows.Forms.Button();
this.buttjiechu = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.labjiage = new System.Windows.Forms.Label();
this.labchubanshe = new System.Windows.Forms.Label();
this.labtushumingcheng = new System.Windows.Forms.Label();
this.labzuozhe = new System.Windows.Forms.Label();
this.labtushubianhao = new System.Windows.Forms.Label();
this.textBchubanshe = new System.Windows.Forms.TextBox();
this.textBtshumingcheng = new System.Windows.Forms.TextBox();
this.textBjiage = new System.Windows.Forms.TextBox();
this.textBzuozhe = new System.Windows.Forms.TextBox();
this.textBtshbianhao = new System.Windows.Forms.TextBox();
this.dataGVi1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGVi1)).BeginInit();
this.SuspendLayout();
//
// labduzhebianhao
//
this.labduzhebianhao.AutoSize = true;
this.labduzhebianhao.Location = new System.Drawing.Point(49, 37);
this.labduzhebianhao.Name = "labduzhebianhao";
this.labduzhebianhao.Size = new System.Drawing.Size(53, 12);
this.labduzhebianhao.TabIndex = 0;
this.labduzhebianhao.Text = "读者编号";
//
// labduzhexingming
//
this.labduzhexingming.AutoSize = true;
this.labduzhexingming.Location = new System.Drawing.Point(49, 88);
this.labduzhexingming.Name = "labduzhexingming";
this.labduzhexingming.Size = new System.Drawing.Size(53, 12);
this.labduzhexingming.TabIndex = 1;
this.labduzhexingming.Text = "读者姓名";
this.labduzhexingming.Click += new System.EventHandler(this.label2_Click);
//
// labxingbie
//
this.labxingbie.AutoSize = true;
this.labxingbie.Location = new System.Drawing.Point(49, 128);
this.labxingbie.Name = "labxingbie";
this.labxingbie.Size = new System.Drawing.Size(29, 12);
this.labxingbie.TabIndex = 2;
this.labxingbie.Text = "性别";
//
// labduzheleibie
//
this.labduzheleibie.AutoSize = true;
this.labduzheleibie.Location = new System.Drawing.Point(278, 37);
this.labduzheleibie.Name = "labduzheleibie";
this.labduzheleibie.Size = new System.Drawing.Size(53, 12);
this.labduzheleibie.TabIndex = 3;
this.labduzheleibie.Text = "读者类别";
//
// labzhengjianzhuangtai
//
this.labzhengjianzhuangtai.AutoSize = true;
this.labzhengjianzhuangtai.Location = new System.Drawing.Point(278, 79);
this.labzhengjianzhuangtai.Name = "labzhengjianzhuangtai";
this.labzhengjianzhuangtai.Size = new System.Drawing.Size(53, 12);
this.labzhengjianzhuangtai.TabIndex = 4;
this.labzhengjianzhuangtai.Text = "证件状态";
//
// labyjieshu
//
this.labyjieshu.AutoSize = true;
this.labyjieshu.Location = new System.Drawing.Point(278, 128);
this.labyjieshu.Name = "labyjieshu";
this.labyjieshu.Size = new System.Drawing.Size(53, 12);
this.labyjieshu.TabIndex = 5;
this.labyjieshu.Text = "已借书数";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBxingbie);
this.groupBox1.Controls.Add(this.labzhengjianzhuangtai);
this.groupBox1.Controls.Add(this.textBzhuangtai);
this.groupBox1.Controls.Add(this.labduzheleibie);
this.groupBox1.Controls.Add(this.textByjshushu);
this.groupBox1.Controls.Add(this.textBleibie);
this.groupBox1.Controls.Add(this.textBxingming);
this.groupBox1.Controls.Add(this.textBbianhao);
this.groupBox1.Controls.Add(this.labben);
this.groupBox1.Controls.Add(this.labyjieshu);
this.groupBox1.Controls.Add(this.labduzhebianhao);
this.groupBox1.Controls.Add(this.labxingbie);
this.groupBox1.Controls.Add(this.labduzhexingming);
this.groupBox1.Location = new System.Drawing.Point(12, 18);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(501, 167);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
//
// textBxingbie
//
this.textBxingbie.Enabled = false;
this.textBxingbie.Location = new System.Drawing.Point(118, 118);
this.textBxingbie.Name = "textBxingbie";
this.textBxingbie.Size = new System.Drawing.Size(100, 21);
this.textBxingbie.TabIndex = 12;
//
// textBzhuangtai
//
this.textBzhuangtai.Enabled = false;
this.textBzhuangtai.Location = new System.Drawing.Point(356, 70);
this.textBzhuangtai.MaxLength = 10;
this.textBzhuangtai.Name = "textBzhuangtai";
this.textBzhuangtai.Size = new System.Drawing.Size(100, 21);
this.textBzhuangtai.TabIndex = 10;
//
// textByjshushu
//
this.textByjshushu.Enabled = false;
this.textByjshushu.Location = new System.Drawing.Point(356, 119);
this.textByjshushu.MaxLength = 1;
this.textByjshushu.Name = "textByjshushu";
this.textByjshushu.Size = new System.Drawing.Size(60, 21);
this.textByjshushu.TabIndex = 11;
//
// textBleibie
//
this.textBleibie.Enabled = false;
this.textBleibie.Location = new System.Drawing.Point(356, 28);
this.textBleibie.MaxLength = 10;
this.textBleibie.Name = "textBleibie";
this.textBleibie.Size = new System.Drawing.Size(100, 21);
this.textBleibie.TabIndex = 9;
//
// textBxingming
//
this.textBxingming.Enabled = false;
this.textBxingming.Location = new System.Drawing.Point(118, 79);
this.textBxingming.MaxLength = 10;
this.textBxingming.Name = "textBxingming";
this.textBxingming.Size = new System.Drawing.Size(100, 21);
this.textBxingming.TabIndex = 8;
//
// textBbianhao
//
this.textBbianhao.Location = new System.Drawing.Point(118, 28);
this.textBbianhao.MaxLength = 10;
this.textBbianhao.Name = "textBbianhao";
this.textBbianhao.Size = new System.Drawing.Size(100, 21);
this.textBbianhao.TabIndex = 0;
this.textBbianhao.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBbianhao_KeyPress);
//
// labben
//
this.labben.AutoSize = true;
this.labben.Location = new System.Drawing.Point(439, 128);
this.labben.Name = "labben";
this.labben.Size = new System.Drawing.Size(17, 12);
this.labben.TabIndex = 6;
this.labben.Text = "本";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.buttxiayi);
this.groupBox2.Controls.Add(this.butttuichu);
this.groupBox2.Controls.Add(this.buttquxiao);
this.groupBox2.Controls.Add(this.buttjiechu);
this.groupBox2.Location = new System.Drawing.Point(529, 18);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(114, 274);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
//
// buttxiayi
//
this.buttxiayi.Location = new System.Drawing.Point(20, 155);
this.buttxiayi.Name = "buttxiayi";
this.buttxiayi.Size = new System.Drawing.Size(75, 36);
this.buttxiayi.TabIndex = 3;
this.buttxiayi.Text = "下一读者";
this.buttxiayi.UseVisualStyleBackColor = true;
this.buttxiayi.Click += new System.EventHandler(this.buttxiayi_Click);
//
// butttuichu
//
this.butttuichu.Location = new System.Drawing.Point(20, 214);
this.butttuichu.Name = "butttuichu";
this.butttuichu.Size = new System.Drawing.Size(75, 36);
this.butttuichu.TabIndex = 2;
this.butttuichu.Text = "退出";
this.butttuichu.UseVisualStyleBackColor = true;
this.butttuichu.Click += new System.EventHandler(this.butttuichu_Click);
//
// buttquxiao
//
this.buttquxiao.Enabled = false;
this.buttquxiao.Location = new System.Drawing.Point(20, 93);
this.buttquxiao.Name = "buttquxiao";
this.buttquxiao.Size = new System.Drawing.Size(75, 36);
this.buttquxiao.TabIndex = 1;
this.buttquxiao.Text = "取消";
this.buttquxiao.UseVisualStyleBackColor = true;
this.buttquxiao.Click += new System.EventHandler(this.buttquxiao_Click);
//
// buttjiechu
//
this.buttjiechu.Enabled = false;
this.buttjiechu.Location = new System.Drawing.Point(20, 33);
this.buttjiechu.Name = "buttjiechu";
this.buttjiechu.Size = new System.Drawing.Size(75, 36);
this.buttjiechu.TabIndex = 0;
this.buttjiechu.Text = "借出";
this.buttjiechu.UseVisualStyleBackColor = true;
this.buttjiechu.Click += new System.EventHandler(this.buttjiechu_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.labjiage);
this.groupBox3.Controls.Add(this.labchubanshe);
this.groupBox3.Controls.Add(this.labtushumingcheng);
this.groupBox3.Controls.Add(this.labzuozhe);
this.groupBox3.Controls.Add(this.labtushubianhao);
this.groupBox3.Controls.Add(this.textBchubanshe);
this.groupBox3.Controls.Add(this.textBtshumingcheng);
this.groupBox3.Controls.Add(this.textBjiage);
this.groupBox3.Controls.Add(this.textBzuozhe);
this.groupBox3.Controls.Add(this.textBtshbianhao);
this.groupBox3.Location = new System.Drawing.Point(12, 192);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -