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

📄 frmbookview.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BookManagementSystem
{
    partial class frmBookView
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.dataGridView = new System.Windows.Forms.DataGridView();
            this.No = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.publishing_company = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CountOfNow = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SmallClassOfBook = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BigClassOfBook = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmboxSmallClassOfBook = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cmboxBigClassOfBook = new System.Windows.Forms.ComboBox();
            this.RefreshBtn = new System.Windows.Forms.Button();
            this.borrowBtn = new System.Windows.Forms.Button();
            this.SerchBtn = new System.Windows.Forms.Button();
            this.txtBoxpublishing_company = new System.Windows.Forms.TextBox();
            this.txtBoxAuthor = new System.Windows.Forms.TextBox();
            this.txtBoxName = new System.Windows.Forms.TextBox();
            this.txtBoxNo = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.synopsis = new System.Windows.Forms.TextBox();
            this.pictureBox = new System.Windows.Forms.PictureBox();
            this.Clear = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView
            // 
            this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.No,
            this.name,
            this.author,
            this.publishing_company,
            this.CountOfNow,
            this.SmallClassOfBook,
            this.BigClassOfBook});
            this.dataGridView.Location = new System.Drawing.Point(51, 93);
            this.dataGridView.Name = "dataGridView";
            this.dataGridView.ReadOnly = true;
            this.dataGridView.RowHeadersVisible = false;
            this.dataGridView.RowTemplate.Height = 23;
            this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView.Size = new System.Drawing.Size(554, 391);
            this.dataGridView.TabIndex = 0;
            this.dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseClick);
            // 
            // No
            // 
            this.No.HeaderText = "书籍编号";
            this.No.Name = "No";
            this.No.ReadOnly = true;
            this.No.Width = 70;
            // 
            // name
            // 
            this.name.HeaderText = "书名";
            this.name.Name = "name";
            this.name.ReadOnly = true;
            this.name.Width = 150;
            // 
            // author
            // 
            this.author.HeaderText = "作者";
            this.author.Name = "author";
            this.author.ReadOnly = true;
            // 
            // publishing_company
            // 
            this.publishing_company.HeaderText = "出版社";
            this.publishing_company.Name = "publishing_company";
            this.publishing_company.ReadOnly = true;
            // 
            // CountOfNow
            // 
            this.CountOfNow.HeaderText = "现有数量";
            this.CountOfNow.Name = "CountOfNow";
            this.CountOfNow.ReadOnly = true;
            this.CountOfNow.Width = 90;
            // 
            // SmallClassOfBook
            // 
            this.SmallClassOfBook.HeaderText = "小类";
            this.SmallClassOfBook.Name = "SmallClassOfBook";
            this.SmallClassOfBook.ReadOnly = true;
            this.SmallClassOfBook.Width = 90;
            // 
            // BigClassOfBook
            // 
            this.BigClassOfBook.HeaderText = "大类";
            this.BigClassOfBook.Name = "BigClassOfBook";
            this.BigClassOfBook.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Clear);
            this.groupBox1.Controls.Add(this.cmboxSmallClassOfBook);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.cmboxBigClassOfBook);
            this.groupBox1.Controls.Add(this.RefreshBtn);
            this.groupBox1.Controls.Add(this.borrowBtn);
            this.groupBox1.Controls.Add(this.SerchBtn);
            this.groupBox1.Controls.Add(this.txtBoxpublishing_company);
            this.groupBox1.Controls.Add(this.txtBoxAuthor);
            this.groupBox1.Controls.Add(this.txtBoxName);
            this.groupBox1.Controls.Add(this.txtBoxNo);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(2, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(755, 91);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查阅图书";
            // 
            // cmboxSmallClassOfBook
            // 
            this.cmboxSmallClassOfBook.FormattingEnabled = true;
            this.cmboxSmallClassOfBook.Location = new System.Drawing.Point(392, 51);
            this.cmboxSmallClassOfBook.Name = "cmboxSmallClassOfBook";
            this.cmboxSmallClassOfBook.Size = new System.Drawing.Size(121, 20);
            this.cmboxSmallClassOfBook.TabIndex = 13;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(351, 55);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(35, 12);
            this.label7.TabIndex = 12;
            this.label7.Text = "小类:";
            // 
            // cmboxBigClassOfBook
            // 
            this.cmboxBigClassOfBook.FormattingEnabled = true;
            this.cmboxBigClassOfBook.Location = new System.Drawing.Point(392, 20);
            this.cmboxBigClassOfBook.Name = "cmboxBigClassOfBook";
            this.cmboxBigClassOfBook.Size = new System.Drawing.Size(121, 20);
            this.cmboxBigClassOfBook.TabIndex = 11;
            this.cmboxBigClassOfBook.SelectedIndexChanged += new System.EventHandler(this.cmboxBigClassOfBook_SelectedIndexChanged);
            // 
            // RefreshBtn
            // 
            this.RefreshBtn.Location = new System.Drawing.Point(520, 51);
            this.RefreshBtn.Name = "RefreshBtn";
            this.RefreshBtn.Size = new System.Drawing.Size(71, 30);
            this.RefreshBtn.TabIndex = 10;
            this.RefreshBtn.Text = "刷新";
            this.RefreshBtn.UseVisualStyleBackColor = true;
            this.RefreshBtn.Click += new System.EventHandler(this.RefreshBtn_Click);
            // 
            // borrowBtn

⌨️ 快捷键说明

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