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

📄 testform.cs

📁 图书系统!管理图书的
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.label12.TabIndex = 20;
			this.label12.Text = "Address:";
			// 
			// txtAuthLastName
			// 
			this.txtAuthLastName.Location = new System.Drawing.Point(112, 96);
			this.txtAuthLastName.Name = "txtAuthLastName";
			this.txtAuthLastName.Size = new System.Drawing.Size(224, 20);
			this.txtAuthLastName.TabIndex = 19;
			this.txtAuthLastName.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(32, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 23);
			this.label11.TabIndex = 18;
			this.label11.Text = "Last Name:";
			// 
			// txtAuthZip
			// 
			this.txtAuthZip.Location = new System.Drawing.Point(112, 248);
			this.txtAuthZip.Name = "txtAuthZip";
			this.txtAuthZip.Size = new System.Drawing.Size(72, 20);
			this.txtAuthZip.TabIndex = 17;
			this.txtAuthZip.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(40, 248);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 23);
			this.label6.TabIndex = 16;
			this.label6.Text = "Zip:";
			// 
			// txtAuthState
			// 
			this.txtAuthState.Location = new System.Drawing.Point(112, 216);
			this.txtAuthState.Name = "txtAuthState";
			this.txtAuthState.Size = new System.Drawing.Size(72, 20);
			this.txtAuthState.TabIndex = 15;
			this.txtAuthState.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(40, 216);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(48, 23);
			this.label7.TabIndex = 14;
			this.label7.Text = "State:";
			// 
			// txtAuthCity
			// 
			this.txtAuthCity.Location = new System.Drawing.Point(112, 184);
			this.txtAuthCity.Name = "txtAuthCity";
			this.txtAuthCity.Size = new System.Drawing.Size(224, 20);
			this.txtAuthCity.TabIndex = 13;
			this.txtAuthCity.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(40, 184);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(48, 23);
			this.label8.TabIndex = 12;
			this.label8.Text = "City:";
			// 
			// txtAuthFirstName
			// 
			this.txtAuthFirstName.Location = new System.Drawing.Point(112, 64);
			this.txtAuthFirstName.Name = "txtAuthFirstName";
			this.txtAuthFirstName.Size = new System.Drawing.Size(224, 20);
			this.txtAuthFirstName.TabIndex = 11;
			this.txtAuthFirstName.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(32, 64);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 10;
			this.label9.Text = "First Name:";
			// 
			// label10
			// 
			this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label10.Location = new System.Drawing.Point(32, 16);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(168, 23);
			this.label10.TabIndex = 9;
			this.label10.Text = "Author Info";
			// 
			// panelPublisher
			// 
			this.panelPublisher.BackColor = System.Drawing.SystemColors.Control;
			this.panelPublisher.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panelPublisher.Controls.Add(this.lblPublisherID);
			this.panelPublisher.Controls.Add(this.txtPubContry);
			this.panelPublisher.Controls.Add(this.label5);
			this.panelPublisher.Controls.Add(this.txtPubState);
			this.panelPublisher.Controls.Add(this.label4);
			this.panelPublisher.Controls.Add(this.txtPubCity);
			this.panelPublisher.Controls.Add(this.label3);
			this.panelPublisher.Controls.Add(this.txtPubName);
			this.panelPublisher.Controls.Add(this.label2);
			this.panelPublisher.Controls.Add(this.label1);
			this.panelPublisher.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelPublisher.Location = new System.Drawing.Point(0, 0);
			this.panelPublisher.Name = "panelPublisher";
			this.panelPublisher.Size = new System.Drawing.Size(366, 374);
			this.panelPublisher.TabIndex = 10;
			// 
			// lblPublisherID
			// 
			this.lblPublisherID.Location = new System.Drawing.Point(224, 336);
			this.lblPublisherID.Name = "lblPublisherID";
			this.lblPublisherID.Size = new System.Drawing.Size(120, 24);
			this.lblPublisherID.TabIndex = 9;
			this.lblPublisherID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// txtPubContry
			// 
			this.txtPubContry.Location = new System.Drawing.Point(112, 224);
			this.txtPubContry.Name = "txtPubContry";
			this.txtPubContry.Size = new System.Drawing.Size(216, 20);
			this.txtPubContry.TabIndex = 8;
			this.txtPubContry.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(40, 224);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 23);
			this.label5.TabIndex = 7;
			this.label5.Text = "Country:";
			// 
			// txtPubState
			// 
			this.txtPubState.Location = new System.Drawing.Point(112, 192);
			this.txtPubState.Name = "txtPubState";
			this.txtPubState.Size = new System.Drawing.Size(216, 20);
			this.txtPubState.TabIndex = 6;
			this.txtPubState.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(40, 192);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 23);
			this.label4.TabIndex = 5;
			this.label4.Text = "State:";
			// 
			// txtPubCity
			// 
			this.txtPubCity.Location = new System.Drawing.Point(112, 160);
			this.txtPubCity.Name = "txtPubCity";
			this.txtPubCity.Size = new System.Drawing.Size(216, 20);
			this.txtPubCity.TabIndex = 4;
			this.txtPubCity.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(40, 160);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(48, 23);
			this.label3.TabIndex = 3;
			this.label3.Text = "City:";
			// 
			// txtPubName
			// 
			this.txtPubName.Location = new System.Drawing.Point(32, 104);
			this.txtPubName.Name = "txtPubName";
			this.txtPubName.Size = new System.Drawing.Size(296, 20);
			this.txtPubName.TabIndex = 2;
			this.txtPubName.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(32, 80);
			this.label2.Name = "label2";
			this.label2.TabIndex = 1;
			this.label2.Text = "Publisher Name:";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label1.Location = new System.Drawing.Point(32, 24);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(168, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "Publisher Info";
			// 
			// panelTitle
			// 
			this.panelTitle.BackColor = System.Drawing.SystemColors.Control;
			this.panelTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panelTitle.Controls.Add(this.lblTitleID);
			this.panelTitle.Controls.Add(this.txtBookTitleNodes);
			this.panelTitle.Controls.Add(this.imgBookCover);
			this.panelTitle.Controls.Add(this.txtBookAdvPaid);
			this.panelTitle.Controls.Add(this.txtBookRoylaty);
			this.panelTitle.Controls.Add(this.txtBookPrice);
			this.panelTitle.Controls.Add(this.txtBookYTDSales);
			this.panelTitle.Controls.Add(this.label21);
			this.panelTitle.Controls.Add(this.label20);
			this.panelTitle.Controls.Add(this.label19);
			this.panelTitle.Controls.Add(this.label18);
			this.panelTitle.Controls.Add(this.label17);
			this.panelTitle.Controls.Add(this.txtBookPubDate);
			this.panelTitle.Controls.Add(this.label16);
			this.panelTitle.Controls.Add(this.txtBookType);
			this.panelTitle.Controls.Add(this.label15);
			this.panelTitle.Controls.Add(this.txtBookTitle);
			this.panelTitle.Controls.Add(this.label14);
			this.panelTitle.Controls.Add(this.label13);
			this.panelTitle.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelTitle.Location = new System.Drawing.Point(0, 0);
			this.panelTitle.Name = "panelTitle";
			this.panelTitle.Size = new System.Drawing.Size(366, 374);
			this.panelTitle.TabIndex = 12;
			// 
			// lblTitleID
			// 
			this.lblTitleID.Location = new System.Drawing.Point(296, 352);
			this.lblTitleID.Name = "lblTitleID";
			this.lblTitleID.Size = new System.Drawing.Size(48, 16);
			this.lblTitleID.TabIndex = 28;
			this.lblTitleID.TextAlign = System.Drawing.ContentAlignment.TopRight;
			// 
			// txtBookTitleNodes
			// 
			this.txtBookTitleNodes.Location = new System.Drawing.Point(24, 168);
			this.txtBookTitleNodes.Multiline = true;
			this.txtBookTitleNodes.Name = "txtBookTitleNodes";
			this.txtBookTitleNodes.Size = new System.Drawing.Size(312, 56);
			this.txtBookTitleNodes.TabIndex = 18;
			this.txtBookTitleNodes.Text = "";
			// 
			// imgBookCover
			// 
			this.imgBookCover.ImagePath = null;
			this.imgBookCover.Location = new System.Drawing.Point(40, 248);
			this.imgBookCover.Name = "imgBookCover";
			this.imgBookCover.Size = new System.Drawing.Size(64, 80);
			this.imgBookCover.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.imgBookCover.TabIndex = 30;
			this.imgBookCover.TabStop = false;
			// 
			// txtBookAdvPaid
			// 
			this.txtBookAdvPaid.BackColor = System.Drawing.Color.White;
			this.txtBookAdvPaid.Location = new System.Drawing.Point(240, 312);
			this.txtBookAdvPaid.Name = "txtBookAdvPaid";
			this.txtBookAdvPaid.ReadOnly = true;
			this.txtBookAdvPaid.TabIndex = 26;
			this.txtBookAdvPaid.Text = "";
			this.txtBookAdvPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtBookRoylaty
			// 
			this.txtBookRoylaty.Location = new System.Drawing.Point(240, 288);
			this.txtBookRoylaty.Name = "txtBookRoylaty";
			this.txtBookRoylaty.TabIndex = 25;
			this.txtBookRoylaty.Text = "";
			this.txtBookRoylaty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtBookPrice
			// 
			this.txtBookPrice.Location = new System.Drawing.Point(240, 264);
			this.txtBookPrice.Name = "txtBookPrice";
			this.txtBookPrice.TabIndex = 24;
			this.txtBookPrice.Text = "";
			this.txtBookPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// txtBookYTDSales
			// 
			this.txtBookYTDSales.Location = new System.Drawing.Point(240, 240);
			this.txtBookYTDSales.Name = "txtBookYTDSales";
			this.txtBookYTDSales.TabIndex = 23;
			this.txtBookYTDSales.Text = "";
			this.txtBookYTDSales.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(136, 312);
			this.label21.Name = "label21";
			this.label21.TabIndex = 22;
			this.label21.Text = "Advance Paid:";
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(136, 288);
			this.label20.Name = "label20";
			this.label20.TabIndex = 21;
			this.label20.Text = "Royalty %:";
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(136, 264);
			this.label19.Name = "label19";
			this.label19.TabIndex = 20;
			this.label19.Text = "Price:";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(136, 240);
			this.label18.Name = "label18";
			this.label18.TabIndex = 19;
			this.label18.Text = "YTD Sales";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(24, 152);
			this.label17.Name = "label17";
			this.label17.TabIndex = 17;
			this.label17.Text = "Title Nodes:";
			// 
			// txtBookPubDate
			// 
			this.txtBookPubDate.Location = new System.Drawing.Point(120, 120);
			this.txtBookPubDate.Name = "txtBookPubDate";
			this.txtBookPubDate.Size = new System.Drawing.Size(152, 20);
			this.txtBookPubDate.TabIndex = 16;
			this.txtBookPubDate.Text = "";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(24, 120);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(88, 23);
			this.label16.TabIndex = 15;

⌨️ 快捷键说明

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