图书档案管理.designer.cs

来自「图书管理系统源代码,很图书管理系统源代码,很不错,有参考作用不错,有参考作用」· CS 代码 · 共 820 行 · 第 1/4 页

CS
820
字号
            this.label9.TabIndex = 9;
            this.label9.Text = "价格:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(458, 325);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 10;
            this.label10.Text = "书架名称:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(307, 376);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(53, 12);
            this.label11.TabIndex = 11;
            this.label11.Text = "现存量:";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(307, 426);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(65, 12);
            this.label12.TabIndex = 12;
            this.label12.Text = "库存总量:";
            // 
            // textBox2
            // 
            this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.条形码", true));
            this.textBox2.Location = new System.Drawing.Point(37, 342);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(100, 21);
            this.textBox2.TabIndex = 13;
            // 
            // textBox3
            // 
            this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.编号", true));
            this.textBox3.Location = new System.Drawing.Point(37, 391);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(100, 21);
            this.textBox3.TabIndex = 14;
            // 
            // textBox4
            // 
            this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.书名", true));
            this.textBox4.Location = new System.Drawing.Point(37, 443);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(100, 21);
            this.textBox4.TabIndex = 15;
            // 
            // textBox5
            // 
            this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.作者", true));
            this.textBox5.Location = new System.Drawing.Point(186, 342);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(100, 21);
            this.textBox5.TabIndex = 16;
            // 
            // textBox6
            // 
            this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.书名", true));
            this.textBox6.Location = new System.Drawing.Point(186, 391);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(100, 21);
            this.textBox6.TabIndex = 17;
            // 
            // textBox7
            // 
            this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.价格", true));
            this.textBox7.Location = new System.Drawing.Point(186, 443);
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(60, 21);
            this.textBox7.TabIndex = 18;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(307, 325);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(41, 12);
            this.label13.TabIndex = 19;
            this.label13.Text = "ISBN:";
            // 
            // textBox9
            // 
            this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.现存量", true));
            this.textBox9.Location = new System.Drawing.Point(336, 394);
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new System.Drawing.Size(57, 21);
            this.textBox9.TabIndex = 22;
            // 
            // textBox10
            // 
            this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.库存总量", true));
            this.textBox10.Location = new System.Drawing.Point(336, 453);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(57, 21);
            this.textBox10.TabIndex = 23;
            // 
            // textBox11
            // 
            this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.ISBN", true));
            this.textBox11.Location = new System.Drawing.Point(327, 342);
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new System.Drawing.Size(100, 21);
            this.textBox11.TabIndex = 24;
            // 
            // comboBox2
            // 
            this.comboBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.类型", true));
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(498, 395);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(121, 20);
            this.comboBox2.TabIndex = 25;
            this.comboBox2.DropDown += new System.EventHandler(this.comboBox2_DropDown);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.dataSet11, "图书信息.是否注销", true));
            this.checkBox1.Location = new System.Drawing.Point(535, 458);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(72, 16);
            this.checkBox1.TabIndex = 26;
            this.checkBox1.Text = "是否注销";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // comboBox3
            // 
            this.comboBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.书架名称", true));
            this.comboBox3.FormattingEnabled = true;
            this.comboBox3.Location = new System.Drawing.Point(498, 342);
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(121, 20);
            this.comboBox3.TabIndex = 27;
            this.comboBox3.DropDown += new System.EventHandler(this.comboBox3_DropDown);
            // 
            // 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.VarChar, 0, "译者"),
            new System.Data.SqlClient.SqlParameter("@ISBN", System.Data.SqlDbType.VarChar, 0, "ISBN"),
            new System.Data.SqlClient.SqlParameter("@出版社", System.Data.SqlDbType.VarChar, 0, "出版社"),
            new System.Data.SqlClient.SqlParameter("@价格", System.Data.SqlDbType.Money, 0, "价格"),
            new System.Data.SqlClient.SqlParameter("@页码", System.Data.SqlDbType.Int, 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.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.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.VarChar, 0, "译者"),
            new System.Data.SqlClient.SqlParameter("@ISBN", System.Data.SqlDbType.VarChar, 0, "ISBN"),
            new System.Data.SqlClient.SqlParameter("@出版社", System.Data.SqlDbType.VarChar, 0, "出版社"),
            new System.Data.SqlClient.SqlParameter("@价格", System.Data.SqlDbType.Money, 0, "价格"),
            new System.Data.SqlClient.SqlParameter("@页码", System.Data.SqlDbType.Int, 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.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.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, "", "", ""),

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?