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

📄 form1.designer.cs

📁 数据库的图书管理系统 由C#开发环境开发 功能:搜索
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Library
{
    partial class Form1
    {
        /// <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.tabcontrol = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.listView_book = new System.Windows.Forms.ListView();
            this.textBox_title = new System.Windows.Forms.TextBox();
            this.button_query_book = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.labelmess = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.returnbook = new System.Windows.Forms.Button();
            this.borrowbook = new System.Windows.Forms.Button();
            this.textBoxcno = new System.Windows.Forms.TextBox();
            this.textBoxbno = new System.Windows.Forms.TextBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.result = new System.Windows.Forms.Label();
            this.condition = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.queryOther = new System.Windows.Forms.Button();
            this.listBox = new System.Windows.Forms.ListBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.labeladd = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.labelresult = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.listView2 = new System.Windows.Forms.ListView();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.tabcontrol.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabcontrol
            // 
            this.tabcontrol.Controls.Add(this.tabPage1);
            this.tabcontrol.Controls.Add(this.tabPage2);
            this.tabcontrol.Controls.Add(this.tabPage4);
            this.tabcontrol.Controls.Add(this.tabPage3);
            this.tabcontrol.Controls.Add(this.tabPage5);
            this.tabcontrol.Cursor = System.Windows.Forms.Cursors.VSplit;
            this.tabcontrol.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabcontrol.ItemSize = new System.Drawing.Size(60, 22);
            this.tabcontrol.Location = new System.Drawing.Point(-4, -2);
            this.tabcontrol.Name = "tabcontrol";
            this.tabcontrol.SelectedIndex = 0;
            this.tabcontrol.Size = new System.Drawing.Size(569, 382);
            this.tabcontrol.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.listView_book);
            this.tabPage1.Controls.Add(this.textBox_title);
            this.tabPage1.Controls.Add(this.button_query_book);
            this.tabPage1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(561, 352);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "书目查询";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label1.Location = new System.Drawing.Point(62, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(172, 14);
            this.label1.TabIndex = 4;
            this.label1.Text = "输入你要查询书目的名称";
            // 
            // listView_book
            // 
            this.listView_book.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.listView_book.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView_book.ForeColor = System.Drawing.SystemColors.InfoText;
            this.listView_book.Location = new System.Drawing.Point(10, 105);
            this.listView_book.Name = "listView_book";
            this.listView_book.Size = new System.Drawing.Size(539, 239);
            this.listView_book.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.listView_book.TabIndex = 3;
            this.listView_book.TileSize = new System.Drawing.Size(148, 36);
            this.listView_book.UseCompatibleStateImageBehavior = false;
            this.listView_book.View = System.Windows.Forms.View.Details;
            // 
            // textBox_title
            // 
            this.textBox_title.Location = new System.Drawing.Point(65, 57);
            this.textBox_title.Name = "textBox_title";
            this.textBox_title.Size = new System.Drawing.Size(196, 23);
            this.textBox_title.TabIndex = 2;
            // 
            // button_query_book
            // 
            this.button_query_book.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button_query_book.Location = new System.Drawing.Point(347, 50);
            this.button_query_book.Name = "button_query_book";
            this.button_query_book.Size = new System.Drawing.Size(75, 30);
            this.button_query_book.TabIndex = 1;
            this.button_query_book.Text = "查询";
            this.button_query_book.UseVisualStyleBackColor = true;
            this.button_query_book.Click += new System.EventHandler(this.button_query_book_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage2.Controls.Add(this.labelmess);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.returnbook);
            this.tabPage2.Controls.Add(this.borrowbook);
            this.tabPage2.Controls.Add(this.textBoxcno);
            this.tabPage2.Controls.Add(this.textBoxbno);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(561, 352);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "借还书";
            // 
            // labelmess
            // 
            this.labelmess.AutoSize = true;
            this.labelmess.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelmess.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.labelmess.Location = new System.Drawing.Point(108, 244);
            this.labelmess.Name = "labelmess";
            this.labelmess.Size = new System.Drawing.Size(56, 14);
            this.labelmess.TabIndex = 9;
            this.labelmess.Text = "Welcome";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label3.Location = new System.Drawing.Point(111, 157);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 14);
            this.label3.TabIndex = 8;
            this.label3.Text = "书号";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label2.Location = new System.Drawing.Point(111, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(63, 14);
            this.label2.TabIndex = 7;
            this.label2.Text = "借书卡号";
            // 
            // returnbook
            // 
            this.returnbook.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.returnbook.Location = new System.Drawing.Point(277, 168);
            this.returnbook.Name = "returnbook";
            this.returnbook.Size = new System.Drawing.Size(75, 27);
            this.returnbook.TabIndex = 5;
            this.returnbook.Text = "还书";
            this.returnbook.UseVisualStyleBackColor = true;
            this.returnbook.Click += new System.EventHandler(this.returnbook_Click);
            // 
            // borrowbook
            // 
            this.borrowbook.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.borrowbook.Location = new System.Drawing.Point(277, 119);
            this.borrowbook.Name = "borrowbook";
            this.borrowbook.Size = new System.Drawing.Size(75, 26);
            this.borrowbook.TabIndex = 4;
            this.borrowbook.Text = "借书";
            this.borrowbook.UseVisualStyleBackColor = true;
            this.borrowbook.Click += new System.EventHandler(this.borrowbook_Click);
            // 
            // textBoxcno
            // 
            this.textBoxcno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxcno.Location = new System.Drawing.Point(111, 103);
            this.textBoxcno.Name = "textBoxcno";
            this.textBoxcno.Size = new System.Drawing.Size(113, 21);
            this.textBoxcno.TabIndex = 3;
            // 
            // textBoxbno
            // 
            this.textBoxbno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxbno.Location = new System.Drawing.Point(111, 180);
            this.textBoxbno.Name = "textBoxbno";
            this.textBoxbno.Size = new System.Drawing.Size(113, 21);
            this.textBoxbno.TabIndex = 2;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage4.Controls.Add(this.result);
            this.tabPage4.Controls.Add(this.condition);
            this.tabPage4.Controls.Add(this.listView1);
            this.tabPage4.Controls.Add(this.queryOther);
            this.tabPage4.Controls.Add(this.listBox);
            this.tabPage4.Location = new System.Drawing.Point(4, 26);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(561, 352);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "其他查询";
            // 
            // result
            // 
            this.result.AutoSize = true;
            this.result.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.result.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.result.Location = new System.Drawing.Point(198, 19);
            this.result.Name = "result";
            this.result.Size = new System.Drawing.Size(53, 12);
            this.result.TabIndex = 7;
            this.result.Text = "查询结果";
            // 
            // condition
            // 
            this.condition.AutoSize = true;
            this.condition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.condition.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.condition.Location = new System.Drawing.Point(10, 19);
            this.condition.Name = "condition";
            this.condition.Size = new System.Drawing.Size(101, 12);
            this.condition.TabIndex = 6;
            this.condition.Text = "选择要查询的项目";
            // 
            // listView1
            // 
            this.listView1.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.listView1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView1.Location = new System.Drawing.Point(200, 49);
            this.listView1.Name = "listView1";

⌨️ 快捷键说明

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