📄 form1.designer.cs
字号:
this.label12.TabIndex = 22;
this.label12.Text = "图书借阅次数";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(533, 328);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(77, 12);
this.label13.TabIndex = 23;
this.label13.Text = "期刊借阅次数";
//
// textBox7
//
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.联系方式", true));
this.textBox7.Location = new System.Drawing.Point(1, 343);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 24;
//
// comboBox3
//
this.comboBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.有效证件", true));
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"学生证",
"教师证",
"身份证"});
this.comboBox3.Location = new System.Drawing.Point(132, 343);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(100, 20);
this.comboBox3.TabIndex = 25;
//
// textBox8
//
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.证件号码", true));
this.textBox8.Location = new System.Drawing.Point(265, 343);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 26;
//
// textBox9
//
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.图书借阅次数", true));
this.textBox9.Location = new System.Drawing.Point(415, 343);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(100, 21);
this.textBox9.TabIndex = 27;
//
// textBox10
//
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.期刊借阅次数", true));
this.textBox10.Location = new System.Drawing.Point(532, 343);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(100, 21);
this.textBox10.TabIndex = 28;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(-1, 367);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 29;
this.label14.Text = "出生日期";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(130, 367);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 30;
this.label15.Text = "登记日期";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(263, 367);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 31;
this.label16.Text = "有效期至";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(413, 367);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(41, 12);
this.label17.TabIndex = 32;
this.label17.Text = "操作员";
//
// textBox11
//
this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.操作员", true));
this.textBox11.Location = new System.Drawing.Point(415, 382);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(100, 21);
this.textBox11.TabIndex = 36;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.是否挂失", true));
this.checkBox1.Location = new System.Drawing.Point(532, 382);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(72, 16);
this.checkBox1.TabIndex = 37;
this.checkBox1.Text = "是否挂失";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(-1, 405);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(29, 12);
this.label18.TabIndex = 38;
this.label18.Text = "备注";
//
// textBox12
//
this.textBox12.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet21, "读者信息.备注", true));
this.textBox12.Location = new System.Drawing.Point(1, 420);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(514, 21);
this.textBox12.TabIndex = 39;
//
// dataGrid1
//
this.dataGrid1.DataMember = "";
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(1, 86);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(662, 195);
this.dataGrid1.TabIndex = 40;
//
// sqlConnection1
//
this.sqlConnection1.ConnectionString = "Data Source=.;Initial Catalog=libbook;Integrated Security=True";
this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
//
// sqlSelectCommand1
//
this.sqlSelectCommand1.CommandText = "SELECT 读者信息.*\r\nFROM 读者信息";
this.sqlSelectCommand1.Connection = this.sqlConnection1;
//
// sqlInsertCommand1
//
this.sqlInsertCommand1.CommandText = resources.GetString("sqlInsertCommand1.CommandText");
this.sqlInsertCommand1.Connection = this.sqlConnection1;
this.sqlInsertCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
new System.Data.SqlClient.SqlParameter("@读者编号", System.Data.SqlDbType.Char, 0, "读者编号"),
new System.Data.SqlClient.SqlParameter("@条形码", System.Data.SqlDbType.Image, 0, "条形码"),
new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.Char, 0, "姓名"),
new System.Data.SqlClient.SqlParameter("@性别", System.Data.SqlDbType.Char, 0, "性别"),
new System.Data.SqlClient.SqlParameter("@类型", System.Data.SqlDbType.Char, 0, "类型"),
new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.DateTime, 0, "出生日期"),
new System.Data.SqlClient.SqlParameter("@有效证件", System.Data.SqlDbType.Char, 0, "有效证件"),
new System.Data.SqlClient.SqlParameter("@证件号码", System.Data.SqlDbType.Char, 0, "证件号码"),
new System.Data.SqlClient.SqlParameter("@联系方式", System.Data.SqlDbType.Char, 0, "联系方式"),
new System.Data.SqlClient.SqlParameter("@登记日期", System.Data.SqlDbType.DateTime, 0, "登记日期"),
new System.Data.SqlClient.SqlParameter("@有限期至", System.Data.SqlDbType.DateTime, 0, "有限期至"),
new System.Data.SqlClient.SqlParameter("@操作员", System.Data.SqlDbType.Char, 0, "操作员"),
new System.Data.SqlClient.SqlParameter("@备注", System.Data.SqlDbType.Char, 0, "备注"),
new System.Data.SqlClient.SqlParameter("@图书借阅次数", System.Data.SqlDbType.Int, 0, "图书借阅次数"),
new System.Data.SqlClient.SqlParameter("@期刊借阅次数", System.Data.SqlDbType.Int, 0, "期刊借阅次数"),
new System.Data.SqlClient.SqlParameter("@是否挂失", System.Data.SqlDbType.Char, 0, "是否挂失")});
//
// sqlUpdateCommand1
//
this.sqlUpdateCommand1.CommandText = resources.GetString("sqlUpdateCommand1.CommandText");
this.sqlUpdateCommand1.Connection = this.sqlConnection1;
this.sqlUpdateCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
new System.Data.SqlClient.SqlParameter("@读者编号", System.Data.SqlDbType.Char, 0, "读者编号"),
new System.Data.SqlClient.SqlParameter("@条形码", System.Data.SqlDbType.Image, 0, "条形码"),
new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.Char, 0, "姓名"),
new System.Data.SqlClient.SqlParameter("@性别", System.Data.SqlDbType.Char, 0, "性别"),
new System.Data.SqlClient.SqlParameter("@类型", System.Data.SqlDbType.Char, 0, "类型"),
new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.DateTime, 0, "出生日期"),
new System.Data.SqlClient.SqlParameter("@有效证件", System.Data.SqlDbType.Char, 0, "有效证件"),
new System.Data.SqlClient.SqlParameter("@证件号码", System.Data.SqlDbType.Char, 0, "证件号码"),
new System.Data.SqlClient.SqlParameter("@联系方式", System.Data.SqlDbType.Char, 0, "联系方式"),
new System.Data.SqlClient.SqlParameter("@登记日期", System.Data.SqlDbType.DateTime, 0, "登记日期"),
new System.Data.SqlClient.SqlParameter("@有限期至", System.Data.SqlDbType.DateTime, 0, "有限期至"),
new System.Data.SqlClient.SqlParameter("@操作员", System.Data.SqlDbType.Char, 0, "操作员"),
new System.Data.SqlClient.SqlParameter("@备注", System.Data.SqlDbType.Char, 0, "备注"),
new System.Data.SqlClient.SqlParameter("@图书借阅次数", System.Data.SqlDbType.Int, 0, "图书借阅次数"),
new System.Data.SqlClient.SqlParameter("@期刊借阅次数", System.Data.SqlDbType.Int, 0, "期刊借阅次数"),
new System.Data.SqlClient.SqlParameter("@是否挂失", System.Data.SqlDbType.Char, 0, "是否挂失"),
new System.Data.SqlClient.SqlParameter("@Original_读者编号", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "读者编号", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_姓名", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "姓名", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_性别", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "性别", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_类型", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "类型", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_类型", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "类型", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_出生日期", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "出生日期", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_出生日期", System.Data.SqlDbType.DateTime, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "出生日期", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_有效证件", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "有效证件", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_证件号码", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "证件号码", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_联系方式", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "联系方式", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_联系方式", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "联系方式", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_登记日期", System.Data.SqlDbType.DateTime, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "登记日期", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_有限期至", System.Data.SqlDbType.DateTime, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "有限期至", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_操作员", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "操作员", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_备注", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "备注", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_备注", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "备注", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_图书借阅次数", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "图书借阅次数", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_图书借阅次数", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "图书借阅次数", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_期刊借阅次数", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "期刊借阅次数", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_期刊借阅次数", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "期刊借阅次数", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@IsNull_是否挂失", System.Data.SqlDbType.Int, 0, System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "是否挂失", System.Data.DataRowVersion.Original, true, null, "", "", ""),
new System.Data.SqlClient.SqlParameter("@Original_是否挂失", System.Data.SqlDbType.Char, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "是否挂失", System.Data.DataRowVersion.Original, null)});
//
// sqlDeleteCommand1
//
this.sqlDeleteCommand1.CommandText = resources.GetString("sqlDeleteCommand1.CommandText");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -