?? 借書證件管理.designer.cs
字號:
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.Size = new System.Drawing.Size(845, 256);
this.dataGrid1.TabIndex = 1;
//
// dataSet81
//
this.dataSet81.DataSetName = "DataSet8";
this.dataSet81.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 334);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(845, 152);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
//
// button2
//
this.button2.Location = new System.Drawing.Point(685, 33);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(114, 33);
this.button2.TabIndex = 1;
this.button2.Text = "提交更改";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.radioButton2);
this.groupBox3.Controls.Add(this.radioButton1);
this.groupBox3.Location = new System.Drawing.Point(177, 33);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(479, 91);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "證件處理方式";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(242, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(239, 12);
this.label3.TabIndex = 2;
this.label3.Text = "(*根據查詢值來決定證件的掛失與恢復!)";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(262, 43);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(71, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "恢復證件";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(82, 43);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(71, 16);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "證件掛失";
this.radioButton1.UseVisualStyleBackColor = true;
//
// 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.VarChar, 0, "條形碼"),
new System.Data.SqlClient.SqlParameter("@編號", System.Data.SqlDbType.VarChar, 0, "編號"),
new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.VarChar, 0, "姓名"),
new System.Data.SqlClient.SqlParameter("@性別", System.Data.SqlDbType.VarChar, 0, "性別"),
new System.Data.SqlClient.SqlParameter("@類型", System.Data.SqlDbType.VarChar, 0, "類型"),
new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.SmallDateTime, 0, "出生日期"),
new System.Data.SqlClient.SqlParameter("@有效證件", System.Data.SqlDbType.VarChar, 0, "有效證件"),
new System.Data.SqlClient.SqlParameter("@證件號碼", System.Data.SqlDbType.VarChar, 0, "證件號碼"),
new System.Data.SqlClient.SqlParameter("@聯系方式", System.Data.SqlDbType.VarChar, 0, "聯系方式"),
new System.Data.SqlClient.SqlParameter("@登記日期", System.Data.SqlDbType.SmallDateTime, 0, "登記日期"),
new System.Data.SqlClient.SqlParameter("@有限期至", System.Data.SqlDbType.SmallDateTime, 0, "有限期至"),
new System.Data.SqlClient.SqlParameter("@操作員", System.Data.SqlDbType.VarChar, 0, "操作員"),
new System.Data.SqlClient.SqlParameter("@備注", System.Data.SqlDbType.VarChar, 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.Bit, 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.VarChar, 0, "條形碼"),
new System.Data.SqlClient.SqlParameter("@編號", System.Data.SqlDbType.VarChar, 0, "編號"),
new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.VarChar, 0, "姓名"),
new System.Data.SqlClient.SqlParameter("@性別", System.Data.SqlDbType.VarChar, 0, "性別"),
new System.Data.SqlClient.SqlParameter("@類型", System.Data.SqlDbType.VarChar, 0, "類型"),
new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.SmallDateTime, 0, "出生日期"),
new System.Data.SqlClient.SqlParameter("@有效證件", System.Data.SqlDbType.VarChar, 0, "有效證件"),
new System.Data.SqlClient.SqlParameter("@證件號碼", System.Data.SqlDbType.VarChar, 0, "證件號碼"),
new System.Data.SqlClient.SqlParameter("@聯系方式", System.Data.SqlDbType.VarChar, 0, "聯系方式"),
new System.Data.SqlClient.SqlParameter("@登記日期", System.Data.SqlDbType.SmallDateTime, 0, "登記日期"),
new System.Data.SqlClient.SqlParameter("@有限期至", System.Data.SqlDbType.SmallDateTime, 0, "有限期至"),
new System.Data.SqlClient.SqlParameter("@操作員", System.Data.SqlDbType.VarChar, 0, "操作員"),
new System.Data.SqlClient.SqlParameter("@備注", System.Data.SqlDbType.VarChar, 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.Bit, 0, "是否掛失"),
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.VarChar, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "條形碼", System.Data.DataRowVersion.Original, null),
new System.Data.SqlClient.SqlParameter("@Original_編號", System.Data.SqlDbType.VarChar, 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.VarChar, 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.VarChar, 0, System.Data.ParameterDirection.Input, false, ((byte)(0)), ((byte)(0)), "性別", System.Data.DataRowVersion.Original, null),
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -