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

📄 frmbookview.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.borrowBtn.Location = new System.Drawing.Point(667, 15);
            this.borrowBtn.Name = "borrowBtn";
            this.borrowBtn.Size = new System.Drawing.Size(88, 66);
            this.borrowBtn.TabIndex = 10;
            this.borrowBtn.Text = "借书";
            this.borrowBtn.UseVisualStyleBackColor = true;
            this.borrowBtn.Click += new System.EventHandler(this.borrowBtn_Click);
            // 
            // SerchBtn
            // 
            this.SerchBtn.Location = new System.Drawing.Point(519, 15);
            this.SerchBtn.Name = "SerchBtn";
            this.SerchBtn.Size = new System.Drawing.Size(72, 30);
            this.SerchBtn.TabIndex = 9;
            this.SerchBtn.Text = "查找";
            this.SerchBtn.UseVisualStyleBackColor = true;
            this.SerchBtn.Click += new System.EventHandler(this.SerchBtn_Click);
            // 
            // txtBoxpublishing_company
            // 
            this.txtBoxpublishing_company.Location = new System.Drawing.Point(234, 51);
            this.txtBoxpublishing_company.Name = "txtBoxpublishing_company";
            this.txtBoxpublishing_company.Size = new System.Drawing.Size(107, 21);
            this.txtBoxpublishing_company.TabIndex = 8;
            // 
            // txtBoxAuthor
            // 
            this.txtBoxAuthor.Location = new System.Drawing.Point(234, 19);
            this.txtBoxAuthor.Name = "txtBoxAuthor";
            this.txtBoxAuthor.Size = new System.Drawing.Size(107, 21);
            this.txtBoxAuthor.TabIndex = 8;
            // 
            // txtBoxName
            // 
            this.txtBoxName.Location = new System.Drawing.Point(80, 52);
            this.txtBoxName.Name = "txtBoxName";
            this.txtBoxName.Size = new System.Drawing.Size(95, 21);
            this.txtBoxName.TabIndex = 8;
            // 
            // txtBoxNo
            // 
            this.txtBoxNo.Location = new System.Drawing.Point(80, 21);
            this.txtBoxNo.Name = "txtBoxNo";
            this.txtBoxNo.Size = new System.Drawing.Size(95, 21);
            this.txtBoxNo.TabIndex = 8;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(351, 23);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(35, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "大类:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(181, 54);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "出版社:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(181, 23);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(35, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "作者:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(47, 55);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "书名:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(47, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "编号:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "条件:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.synopsis);
            this.groupBox2.Location = new System.Drawing.Point(611, 264);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(157, 220);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "内容简介";
            // 
            // synopsis
            // 
            this.synopsis.Dock = System.Windows.Forms.DockStyle.Fill;
            this.synopsis.Location = new System.Drawing.Point(3, 17);
            this.synopsis.Multiline = true;
            this.synopsis.Name = "synopsis";
            this.synopsis.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.synopsis.Size = new System.Drawing.Size(151, 200);
            this.synopsis.TabIndex = 0;
            // 
            // pictureBox
            // 
            this.pictureBox.Location = new System.Drawing.Point(611, 93);
            this.pictureBox.Name = "pictureBox";
            this.pictureBox.Size = new System.Drawing.Size(154, 165);
            this.pictureBox.TabIndex = 3;
            this.pictureBox.TabStop = false;
            // 
            // Clear
            // 
            this.Clear.Location = new System.Drawing.Point(597, 19);
            this.Clear.Name = "Clear";
            this.Clear.Size = new System.Drawing.Size(55, 62);
            this.Clear.TabIndex = 14;
            this.Clear.Text = "清空查找条件";
            this.Clear.UseVisualStyleBackColor = true;
            this.Clear.Click += new System.EventHandler(this.Clear_Click);
            // 
            // frmBookView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(769, 496);
            this.Controls.Add(this.pictureBox);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dataGridView);
            this.Name = "frmBookView";
            this.Text = "BookView";
            this.Load += new System.EventHandler(this.frmBookView_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button SerchBtn;
        private System.Windows.Forms.TextBox txtBoxName;
        private System.Windows.Forms.TextBox txtBoxNo;
        private System.Windows.Forms.TextBox txtBoxpublishing_company;
        private System.Windows.Forms.TextBox txtBoxAuthor;
        private System.Windows.Forms.Button borrowBtn;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox synopsis;
        private System.Windows.Forms.Button RefreshBtn;
        private System.Windows.Forms.ComboBox cmboxBigClassOfBook;
        private System.Windows.Forms.ComboBox cmboxSmallClassOfBook;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.DataGridViewTextBoxColumn No;
        private System.Windows.Forms.DataGridViewTextBoxColumn name;
        private System.Windows.Forms.DataGridViewTextBoxColumn author;
        private System.Windows.Forms.DataGridViewTextBoxColumn publishing_company;
        private System.Windows.Forms.DataGridViewTextBoxColumn CountOfNow;
        private System.Windows.Forms.DataGridViewTextBoxColumn SmallClassOfBook;
        private System.Windows.Forms.DataGridViewTextBoxColumn BigClassOfBook;
        private System.Windows.Forms.PictureBox pictureBox;
        private System.Windows.Forms.Button Clear;

    }
}

⌨️ 快捷键说明

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