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

📄 frmborrowinfo.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.lstBookInfoR.Name = "lstBookInfoR";
            this.lstBookInfoR.Size = new System.Drawing.Size(227, 150);
            this.lstBookInfoR.TabIndex = 3;
            this.lstBookInfoR.UseCompatibleStateImageBehavior = false;
            // 
            // btnBookQueryR
            // 
            this.btnBookQueryR.Location = new System.Drawing.Point(263, 29);
            this.btnBookQueryR.Name = "btnBookQueryR";
            this.btnBookQueryR.Size = new System.Drawing.Size(28, 21);
            this.btnBookQueryR.TabIndex = 2;
            this.btnBookQueryR.Text = ">";
            this.btnBookQueryR.UseVisualStyleBackColor = true;
            this.btnBookQueryR.Click += new System.EventHandler(this.btnBookQueryR_Click_1);
            // 
            // txtBookIDR
            // 
            this.txtBookIDR.Location = new System.Drawing.Point(114, 30);
            this.txtBookIDR.Name = "txtBookIDR";
            this.txtBookIDR.Size = new System.Drawing.Size(143, 21);
            this.txtBookIDR.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(61, 38);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "编号:";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.lstReaderInfoR);
            this.groupBox4.Controls.Add(this.btnReaderQueryR);
            this.groupBox4.Controls.Add(this.txtReaderIDR);
            this.groupBox4.Controls.Add(this.label6);
            this.groupBox4.Location = new System.Drawing.Point(6, 57);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(350, 260);
            this.groupBox4.TabIndex = 13;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "读者信息";
            // 
            // lstReaderInfoR
            // 
            this.lstReaderInfoR.Location = new System.Drawing.Point(58, 69);
            this.lstReaderInfoR.Name = "lstReaderInfoR";
            this.lstReaderInfoR.Size = new System.Drawing.Size(227, 150);
            this.lstReaderInfoR.TabIndex = 3;
            this.lstReaderInfoR.UseCompatibleStateImageBehavior = false;
            // 
            // btnReaderQueryR
            // 
            this.btnReaderQueryR.Location = new System.Drawing.Point(260, 30);
            this.btnReaderQueryR.Name = "btnReaderQueryR";
            this.btnReaderQueryR.Size = new System.Drawing.Size(28, 21);
            this.btnReaderQueryR.TabIndex = 2;
            this.btnReaderQueryR.Text = ">";
            this.btnReaderQueryR.UseVisualStyleBackColor = true;
            this.btnReaderQueryR.Click += new System.EventHandler(this.btnReaderQueryR_Click_1);
            // 
            // txtReaderIDR
            // 
            this.txtReaderIDR.Location = new System.Drawing.Point(111, 29);
            this.txtReaderIDR.Name = "txtReaderIDR";
            this.txtReaderIDR.Size = new System.Drawing.Size(143, 21);
            this.txtReaderIDR.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(56, 38);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(59, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "会员卡号:";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.radioBuradMagazineRtton1X);
            this.tabPage3.Controls.Add(this.radBookX);
            this.tabPage3.Controls.Add(this.btuRenewal);
            this.tabPage3.Controls.Add(this.groupBox5);
            this.tabPage3.Controls.Add(this.groupBox6);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(736, 397);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "续借资料";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // radioBuradMagazineRtton1X
            // 
            this.radioBuradMagazineRtton1X.AutoSize = true;
            this.radioBuradMagazineRtton1X.Location = new System.Drawing.Point(512, 20);
            this.radioBuradMagazineRtton1X.Name = "radioBuradMagazineRtton1X";
            this.radioBuradMagazineRtton1X.Size = new System.Drawing.Size(71, 16);
            this.radioBuradMagazineRtton1X.TabIndex = 22;
            this.radioBuradMagazineRtton1X.TabStop = true;
            this.radioBuradMagazineRtton1X.Text = "期刊信息";
            this.radioBuradMagazineRtton1X.UseVisualStyleBackColor = true;
            // 
            // radBookX
            // 
            this.radBookX.AutoSize = true;
            this.radBookX.Checked = true;
            this.radBookX.Location = new System.Drawing.Point(379, 20);
            this.radBookX.Name = "radBookX";
            this.radBookX.Size = new System.Drawing.Size(71, 16);
            this.radBookX.TabIndex = 21;
            this.radBookX.TabStop = true;
            this.radBookX.Text = "图书信息";
            this.radBookX.UseVisualStyleBackColor = true;
            // 
            // btuRenewal
            // 
            this.btuRenewal.Location = new System.Drawing.Point(600, 343);
            this.btuRenewal.Name = "btuRenewal";
            this.btuRenewal.Size = new System.Drawing.Size(89, 36);
            this.btuRenewal.TabIndex = 20;
            this.btuRenewal.Text = "续借";
            this.btuRenewal.UseVisualStyleBackColor = true;
            this.btuRenewal.Click += new System.EventHandler(this.btuRenewal_Click);
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.lstBookInfoB);
            this.groupBox5.Controls.Add(this.btnBookQueryB);
            this.groupBox5.Controls.Add(this.txtBookIDB);
            this.groupBox5.Controls.Add(this.label8);
            this.groupBox5.Location = new System.Drawing.Point(379, 57);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(350, 260);
            this.groupBox5.TabIndex = 19;
            this.groupBox5.TabStop = false;
            this.groupBox5.Text = "图书信息";
            // 
            // lstBookInfoB
            // 
            this.lstBookInfoB.Location = new System.Drawing.Point(64, 69);
            this.lstBookInfoB.Name = "lstBookInfoB";
            this.lstBookInfoB.Size = new System.Drawing.Size(227, 150);
            this.lstBookInfoB.TabIndex = 3;
            this.lstBookInfoB.UseCompatibleStateImageBehavior = false;
            // 
            // btnBookQueryB
            // 
            this.btnBookQueryB.Location = new System.Drawing.Point(263, 29);
            this.btnBookQueryB.Name = "btnBookQueryB";
            this.btnBookQueryB.Size = new System.Drawing.Size(28, 21);
            this.btnBookQueryB.TabIndex = 2;
            this.btnBookQueryB.Text = ">";
            this.btnBookQueryB.UseVisualStyleBackColor = true;
            this.btnBookQueryB.Click += new System.EventHandler(this.btnBookQueryB_Click);
            // 
            // txtBookIDB
            // 
            this.txtBookIDB.Location = new System.Drawing.Point(114, 30);
            this.txtBookIDB.Name = "txtBookIDB";
            this.txtBookIDB.Size = new System.Drawing.Size(143, 21);
            this.txtBookIDB.TabIndex = 1;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(61, 38);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(35, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "编号:";
            // 
            // groupBox6
            // 
            this.groupBox6.Controls.Add(this.lstReaderInfoB);
            this.groupBox6.Controls.Add(this.btnReaderQueryB);
            this.groupBox6.Controls.Add(this.txtReaderIDB);
            this.groupBox6.Controls.Add(this.label9);
            this.groupBox6.Location = new System.Drawing.Point(6, 57);
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.Size = new System.Drawing.Size(350, 260);
            this.groupBox6.TabIndex = 18;
            this.groupBox6.TabStop = false;
            this.groupBox6.Text = "读者信息";
            // 
            // lstReaderInfoB
            // 
            this.lstReaderInfoB.Location = new System.Drawing.Point(58, 69);
            this.lstReaderInfoB.Name = "lstReaderInfoB";
            this.lstReaderInfoB.Size = new System.Drawing.Size(227, 150);
            this.lstReaderInfoB.TabIndex = 3;
            this.lstReaderInfoB.UseCompatibleStateImageBehavior = false;
            // 
            // btnReaderQueryB
            // 
            this.btnReaderQueryB.Location = new System.Drawing.Point(260, 30);
            this.btnReaderQueryB.Name = "btnReaderQueryB";
            this.btnReaderQueryB.Size = new System.Drawing.Size(28, 21);
            this.btnReaderQueryB.TabIndex = 2;
            this.btnReaderQueryB.Text = ">";
            this.btnReaderQueryB.UseVisualStyleBackColor = true;
            this.btnReaderQueryB.Click += new System.EventHandler(this.btnReaderQueryB_Click);
            // 
            // txtReaderIDB
            // 
            this.txtReaderIDB.Location = new System.Drawing.Point(111, 29);
            this.txtReaderIDB.Name = "txtReaderIDB";
            this.txtReaderIDB.Size = new System.Drawing.Size(143, 21);
            this.txtReaderIDB.TabIndex = 1;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(56, 38);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(59, 12);
            this.label9.TabIndex = 0;
            this.label9.Text = "会员卡号:";
            // 
            // frmBorrowInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(768, 438);
            this.Controls.Add(this.tabControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(776, 472);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(776, 472);
            this.Name = "frmBorrowInfo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "借阅管理";
            this.Load += new System.EventHandler(this.frmBorrowInfo_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox6.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        public  System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.Button btnBorrow;
        private System.Windows.Forms.GroupBox groupBox2;
        public  System.Windows.Forms.ListView lstBookInfo;
        private System.Windows.Forms.Button btnBookQuery;
        public  System.Windows.Forms.TextBox txtBookID;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox1;
        public  System.Windows.Forms.ListView lstReaderInfo;
        private System.Windows.Forms.Button btnReaderQuery;
        public  System.Windows.Forms.TextBox txtReaderID;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Button btnReturn;
        private System.Windows.Forms.GroupBox groupBox3;
        public  System.Windows.Forms.ListView lstBookInfoR;
        private System.Windows.Forms.Button btnBookQueryR;
        public  System.Windows.Forms.TextBox txtBookIDR;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox4;
        public  System.Windows.Forms.ListView lstReaderInfoR;
        private System.Windows.Forms.Button btnReaderQueryR;
        public  System.Windows.Forms.TextBox txtReaderIDR;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.Button btuRenewal;
        private System.Windows.Forms.GroupBox groupBox5;
        public  System.Windows.Forms.ListView lstBookInfoB;
        private System.Windows.Forms.Button btnBookQueryB;
        public  System.Windows.Forms.TextBox txtBookIDB;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.GroupBox groupBox6;
        public  System.Windows.Forms.ListView lstReaderInfoB;
        private System.Windows.Forms.Button btnReaderQueryB;
        public  System.Windows.Forms.TextBox txtReaderIDB;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.RadioButton radMagazine;
        private System.Windows.Forms.RadioButton radBook;
        private System.Windows.Forms.RadioButton radMagazineR;
        private System.Windows.Forms.RadioButton radBookR;
        private System.Windows.Forms.RadioButton radioBuradMagazineRtton1X;
        private System.Windows.Forms.RadioButton radBookX;


    }
}

⌨️ 快捷键说明

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