?? 圖書檔案管理.designer.cs
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -