⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookinfo.cs

📁 图书馆管理系统源代码
💻 CS
📖 第 1 页 / 共 4 页
字号:
			// 
			// txt3
			// 
			this.txt3.Location = new System.Drawing.Point(552, 24);
			this.txt3.Name = "txt3";
			this.txt3.TabIndex = 2;
			this.txt3.Text = "";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.checkBox1);
			this.groupBox2.Controls.Add(this.txt13);
			this.groupBox2.Controls.Add(this.label18);
			this.groupBox2.Controls.Add(this.txt10);
			this.groupBox2.Controls.Add(this.txt11);
			this.groupBox2.Controls.Add(this.cmb3);
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.label17);
			this.groupBox2.Controls.Add(this.label16);
			this.groupBox2.Controls.Add(this.txt7);
			this.groupBox2.Controls.Add(this.txt8);
			this.groupBox2.Controls.Add(this.txt9);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.cmb2);
			this.groupBox2.Controls.Add(this.label9);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.label12);
			this.groupBox2.Controls.Add(this.cmb1);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Controls.Add(this.txt4);
			this.groupBox2.Controls.Add(this.txt5);
			this.groupBox2.Controls.Add(this.txt6);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label13);
			this.groupBox2.Controls.Add(this.txt12);
			this.groupBox2.Location = new System.Drawing.Point(0, 295);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(696, 216);
			this.groupBox2.TabIndex = 38;
			this.groupBox2.TabStop = false;
			// 
			// checkBox1
			// 
			this.checkBox1.Checked = true;
			this.checkBox1.CheckState = System.Windows.Forms.CheckState.Indeterminate;
			this.checkBox1.DataBindings.Add(new System.Windows.Forms.Binding("Checked", this.dataSet11, "图书信息.是否注销"));
			this.checkBox1.Enabled = false;
			this.checkBox1.Location = new System.Drawing.Point(560, 136);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(80, 24);
			this.checkBox1.TabIndex = 60;
			this.checkBox1.Text = "是否注销";
			this.checkBox1.ThreeState = true;
			// 
			// txt13
			// 
			this.txt13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.简介"));
			this.txt13.Location = new System.Drawing.Point(32, 184);
			this.txt13.Name = "txt13";
			this.txt13.ReadOnly = true;
			this.txt13.Size = new System.Drawing.Size(608, 21);
			this.txt13.TabIndex = 59;
			this.txt13.Text = "";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(32, 168);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(48, 16);
			this.label18.TabIndex = 58;
			this.label18.Text = "简介";
			// 
			// txt10
			// 
			this.txt10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.价格"));
			this.txt10.Location = new System.Drawing.Point(32, 136);
			this.txt10.Name = "txt10";
			this.txt10.ReadOnly = true;
			this.txt10.Size = new System.Drawing.Size(112, 21);
			this.txt10.TabIndex = 55;
			this.txt10.Text = "";
			// 
			// txt11
			// 
			this.txt11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.页码"));
			this.txt11.Location = new System.Drawing.Point(168, 136);
			this.txt11.Name = "txt11";
			this.txt11.ReadOnly = true;
			this.txt11.Size = new System.Drawing.Size(96, 21);
			this.txt11.TabIndex = 56;
			this.txt11.Text = "";
			// 
			// cmb3
			// 
			this.cmb3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.书架名称"));
			this.cmb3.Enabled = false;
			this.cmb3.Items.AddRange(new object[] {
													  "身份证",
													  "学生证",
													  "教师证",
													  "公务员证",
													  "其他证件"});
			this.cmb3.Location = new System.Drawing.Point(408, 136);
			this.cmb3.Name = "cmb3";
			this.cmb3.Size = new System.Drawing.Size(128, 20);
			this.cmb3.TabIndex = 57;
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(416, 120);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(56, 16);
			this.label10.TabIndex = 52;
			this.label10.Text = "书架名称";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(32, 120);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(88, 16);
			this.label17.TabIndex = 53;
			this.label17.Text = "价格";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(168, 120);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(88, 16);
			this.label16.TabIndex = 54;
			this.label16.Text = "页码";
			// 
			// txt7
			// 
			this.txt7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.作者"));
			this.txt7.Location = new System.Drawing.Point(32, 88);
			this.txt7.Name = "txt7";
			this.txt7.ReadOnly = true;
			this.txt7.TabIndex = 49;
			this.txt7.Text = "";
			// 
			// txt8
			// 
			this.txt8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.译者"));
			this.txt8.Location = new System.Drawing.Point(160, 88);
			this.txt8.Name = "txt8";
			this.txt8.ReadOnly = true;
			this.txt8.TabIndex = 48;
			this.txt8.Text = "";
			// 
			// txt9
			// 
			this.txt9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.ISBN"));
			this.txt9.Location = new System.Drawing.Point(288, 88);
			this.txt9.Name = "txt9";
			this.txt9.ReadOnly = true;
			this.txt9.Size = new System.Drawing.Size(168, 21);
			this.txt9.TabIndex = 50;
			this.txt9.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(480, 72);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(56, 16);
			this.label8.TabIndex = 47;
			this.label8.Text = "出版社";
			// 
			// cmb2
			// 
			this.cmb2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.出版社"));
			this.cmb2.Enabled = false;
			this.cmb2.Location = new System.Drawing.Point(480, 88);
			this.cmb2.Name = "cmb2";
			this.cmb2.Size = new System.Drawing.Size(160, 20);
			this.cmb2.TabIndex = 51;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(32, 72);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 16);
			this.label9.TabIndex = 44;
			this.label9.Text = "作者";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(288, 72);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(88, 16);
			this.label11.TabIndex = 45;
			this.label11.Text = "ISBN";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(160, 72);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(56, 16);
			this.label12.TabIndex = 46;
			this.label12.Text = "译者";
			// 
			// cmb1
			// 
			this.cmb1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.类型"));
			this.cmb1.Enabled = false;
			this.cmb1.Location = new System.Drawing.Point(504, 40);
			this.cmb1.Name = "cmb1";
			this.cmb1.Size = new System.Drawing.Size(136, 20);
			this.cmb1.TabIndex = 43;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(32, 24);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 39;
			this.label4.Text = "条形码";
			// 
			// txt4
			// 
			this.txt4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.条形码"));
			this.txt4.Location = new System.Drawing.Point(32, 40);
			this.txt4.Name = "txt4";
			this.txt4.ReadOnly = true;
			this.txt4.TabIndex = 41;
			this.txt4.Text = "";
			// 
			// txt5
			// 
			this.txt5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.编号"));
			this.txt5.Location = new System.Drawing.Point(160, 40);
			this.txt5.Name = "txt5";
			this.txt5.ReadOnly = true;
			this.txt5.TabIndex = 42;
			this.txt5.Text = "";
			// 
			// txt6
			// 
			this.txt6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "图书信息.书名"));
			this.txt6.Location = new System.Drawing.Point(288, 40);
			this.txt6.Name = "txt6";
			this.txt6.ReadOnly = true;
			this.txt6.Size = new System.Drawing.Size(192, 21);
			this.txt6.TabIndex = 40;
			this.txt6.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(160, 24);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(56, 16);
			this.label5.TabIndex = 37;
			this.label5.Text = "编号";

⌨️ 快捷键说明

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