📄 frmreaderdoc.cs
字号:
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;namespace 图书馆管理系统{ public class frmReaderDoc : 图书馆管理系统.frmBase {
internal System.Windows.Forms.GroupBox GroupBox1;
internal System.Windows.Forms.CheckBox cbbGuaShi;
internal System.Windows.Forms.TextBox txbRemark;
internal System.Windows.Forms.Label Label17;
internal System.Windows.Forms.TextBox txbWorker;
internal System.Windows.Forms.Label Label16;
internal System.Windows.Forms.TextBox txbTimes;
internal System.Windows.Forms.Label Label15;
internal System.Windows.Forms.DateTimePicker tmEnd;
internal System.Windows.Forms.Label Label14;
internal System.Windows.Forms.DateTimePicker tmRegister;
private System.Windows.Forms.Label Label13;
internal System.Windows.Forms.DateTimePicker tmBirth;
internal System.Windows.Forms.Label Label12;
internal System.Windows.Forms.TextBox txbPaperID;
internal System.Windows.Forms.Label Label11;
internal System.Windows.Forms.ComboBox cbbPaper;
internal System.Windows.Forms.Label Label10;
internal System.Windows.Forms.TextBox txbContact;
internal System.Windows.Forms.Label Label9;
internal System.Windows.Forms.ComboBox cbbType;
internal System.Windows.Forms.Label Label8;
internal System.Windows.Forms.ComboBox cbbSex;
internal System.Windows.Forms.Label Label7;
internal System.Windows.Forms.TextBox txbName;
internal System.Windows.Forms.Label Label6;
internal System.Windows.Forms.TextBox txbNumber;
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.TextBox txbCode;
internal System.Windows.Forms.Label Label4;
private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter1;
private System.Data.SqlClient.SqlConnection sqlConnection1;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
private 图书馆管理系统.DataSet1 dataSet11; private System.ComponentModel.IContainer components = null; public frmReaderDoc() { // 该调用是 Windows 窗体设计器所必需的。 InitializeComponent(); // TODO: 在 InitializeComponent 调用后添加任何初始化 } /// <summary> /// 清理所有正在使用的资源。 /// </summary> protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } #region 设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.cbbGuaShi = new System.Windows.Forms.CheckBox();
this.txbRemark = new System.Windows.Forms.TextBox();
this.Label17 = new System.Windows.Forms.Label();
this.txbWorker = new System.Windows.Forms.TextBox();
this.Label16 = new System.Windows.Forms.Label();
this.txbTimes = new System.Windows.Forms.TextBox();
this.Label15 = new System.Windows.Forms.Label();
this.tmEnd = new System.Windows.Forms.DateTimePicker();
this.Label14 = new System.Windows.Forms.Label();
this.tmRegister = new System.Windows.Forms.DateTimePicker();
this.Label13 = new System.Windows.Forms.Label();
this.tmBirth = new System.Windows.Forms.DateTimePicker();
this.Label12 = new System.Windows.Forms.Label();
this.txbPaperID = new System.Windows.Forms.TextBox();
this.Label11 = new System.Windows.Forms.Label();
this.cbbPaper = new System.Windows.Forms.ComboBox();
this.Label10 = new System.Windows.Forms.Label();
this.txbContact = new System.Windows.Forms.TextBox();
this.Label9 = new System.Windows.Forms.Label();
this.cbbType = new System.Windows.Forms.ComboBox();
this.Label8 = new System.Windows.Forms.Label();
this.cbbSex = new System.Windows.Forms.ComboBox();
this.Label7 = new System.Windows.Forms.Label();
this.txbName = new System.Windows.Forms.TextBox();
this.Label6 = new System.Windows.Forms.Label();
this.txbNumber = new System.Windows.Forms.TextBox();
this.Label5 = new System.Windows.Forms.Label();
this.txbCode = new System.Windows.Forms.TextBox();
this.Label4 = new System.Windows.Forms.Label();
this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
this.dataSet11 = new 图书馆管理系统.DataSet1();
((System.ComponentModel.ISupportInitialize)(this.dgdList)).BeginInit();
this.GroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
this.SuspendLayout();
//
// dgdList
//
this.dgdList.Location = new System.Drawing.Point(6, 76);
this.dgdList.Name = "dgdList";
this.dgdList.Size = new System.Drawing.Size(447, 59);
//
// GroupBox1
//
this.GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.GroupBox1.Controls.Add(this.cbbGuaShi);
this.GroupBox1.Controls.Add(this.txbRemark);
this.GroupBox1.Controls.Add(this.Label17);
this.GroupBox1.Controls.Add(this.txbWorker);
this.GroupBox1.Controls.Add(this.Label16);
this.GroupBox1.Controls.Add(this.txbTimes);
this.GroupBox1.Controls.Add(this.Label15);
this.GroupBox1.Controls.Add(this.tmEnd);
this.GroupBox1.Controls.Add(this.Label14);
this.GroupBox1.Controls.Add(this.tmRegister);
this.GroupBox1.Controls.Add(this.Label13);
this.GroupBox1.Controls.Add(this.tmBirth);
this.GroupBox1.Controls.Add(this.Label12);
this.GroupBox1.Controls.Add(this.txbPaperID);
this.GroupBox1.Controls.Add(this.Label11);
this.GroupBox1.Controls.Add(this.cbbPaper);
this.GroupBox1.Controls.Add(this.Label10);
this.GroupBox1.Controls.Add(this.txbContact);
this.GroupBox1.Controls.Add(this.Label9);
this.GroupBox1.Controls.Add(this.cbbType);
this.GroupBox1.Controls.Add(this.Label8);
this.GroupBox1.Controls.Add(this.cbbSex);
this.GroupBox1.Controls.Add(this.Label7);
this.GroupBox1.Controls.Add(this.txbName);
this.GroupBox1.Controls.Add(this.Label6);
this.GroupBox1.Controls.Add(this.txbNumber);
this.GroupBox1.Controls.Add(this.Label5);
this.GroupBox1.Controls.Add(this.txbCode);
this.GroupBox1.Controls.Add(this.Label4);
this.GroupBox1.Location = new System.Drawing.Point(0, 135);
this.GroupBox1.Name = "GroupBox1";
this.GroupBox1.Size = new System.Drawing.Size(457, 145);
this.GroupBox1.TabIndex = 8;
this.GroupBox1.TabStop = false;
//
// cbbGuaShi
//
this.cbbGuaShi.Location = new System.Drawing.Point(352, 24);
this.cbbGuaShi.Name = "cbbGuaShi";
this.cbbGuaShi.Size = new System.Drawing.Size(80, 21);
this.cbbGuaShi.TabIndex = 28;
this.cbbGuaShi.Text = "是否挂失";
//
// txbRemark
//
this.txbRemark.Location = new System.Drawing.Point(272, 62);
this.txbRemark.Multiline = true;
this.txbRemark.Name = "txbRemark";
this.txbRemark.Size = new System.Drawing.Size(70, 62);
this.txbRemark.TabIndex = 27;
this.txbRemark.Text = "";
//
// Label17
//
this.Label17.Location = new System.Drawing.Point(272, 48);
this.Label17.Name = "Label17";
this.Label17.Size = new System.Drawing.Size(39, 14);
this.Label17.TabIndex = 26;
this.Label17.Text = "备注";
//
// txbWorker
//
this.txbWorker.Location = new System.Drawing.Point(206, 103);
this.txbWorker.Name = "txbWorker";
this.txbWorker.Size = new System.Drawing.Size(61, 20);
this.txbWorker.TabIndex = 25;
this.txbWorker.Text = "";
//
// Label16
//
this.Label16.Location = new System.Drawing.Point(222, 86);
this.Label16.Name = "Label16";
this.Label16.Size = new System.Drawing.Size(34, 14);
this.Label16.TabIndex = 24;
this.Label16.Text = "操作员";
//
// txbTimes
//
this.txbTimes.Location = new System.Drawing.Point(139, 103);
this.txbTimes.Name = "txbTimes";
this.txbTimes.Size = new System.Drawing.Size(61, 20);
this.txbTimes.TabIndex = 23;
this.txbTimes.Text = "";
//
// Label15
//
this.Label15.Location = new System.Drawing.Point(139, 86);
this.Label15.Name = "Label15";
this.Label15.Size = new System.Drawing.Size(55, 14);
this.Label15.TabIndex = 22;
this.Label15.Text = "图书借阅次数";
//
// tmEnd
//
this.tmEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.tmEnd.Location = new System.Drawing.Point(72, 103);
this.tmEnd.Name = "tmEnd";
this.tmEnd.Size = new System.Drawing.Size(61, 20);
this.tmEnd.TabIndex = 21;
//
// Label14
//
this.Label14.Location = new System.Drawing.Point(72, 86);
this.Label14.Name = "Label14";
this.Label14.Size = new System.Drawing.Size(39, 14);
this.Label14.TabIndex = 20;
this.Label14.Text = "有限期至";
//
// tmRegister
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -