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

📄 frmpenaltyinfo.designer.cs

📁 数据库课程设计
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace UI
{
    partial class frmPenaltyInfo
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPenaltyInfo));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btuEsc = new System.Windows.Forms.Button();
            this.btuOK = new System.Windows.Forms.Button();
            this.txtBarcode = new System.Windows.Forms.TextBox();
            this.txtMember = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.radLose = new System.Windows.Forms.RadioButton();
            this.radMangle = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lstReaderInfo = new System.Windows.Forms.ListView();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.radMagazine = new System.Windows.Forms.RadioButton();
            this.radBook = new System.Windows.Forms.RadioButton();
            this.lstBookInfo = new System.Windows.Forms.ListView();
            this.topfrmPenaltyInfo = new System.Windows.Forms.ToolStrip();
            this.topbtnBooksPenalty = new System.Windows.Forms.ToolStripButton();
            this.topdel = new System.Windows.Forms.ToolStripButton();
            this.topF5 = new System.Windows.Forms.ToolStripButton();
            this.topClose = new System.Windows.Forms.ToolStripButton();
            this.libCondition = new System.Windows.Forms.Label();
            this.comCondition = new System.Windows.Forms.ComboBox();
            this.datGrview = new System.Windows.Forms.DataGrid();
            this.libReaderID = new System.Windows.Forms.Label();
            this.txtReaderID = new System.Windows.Forms.TextBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.topfrmPenaltyInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.datGrview)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btuEsc);
            this.groupBox1.Controls.Add(this.btuOK);
            this.groupBox1.Controls.Add(this.txtBarcode);
            this.groupBox1.Controls.Add(this.txtMember);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.radLose);
            this.groupBox1.Controls.Add(this.radMangle);
            this.groupBox1.Location = new System.Drawing.Point(27, 22);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(620, 102);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "信息选择";
            // 
            // btuEsc
            // 
            this.btuEsc.Location = new System.Drawing.Point(481, 63);
            this.btuEsc.Name = "btuEsc";
            this.btuEsc.Size = new System.Drawing.Size(86, 26);
            this.btuEsc.TabIndex = 7;
            this.btuEsc.Text = "取消";
            this.btuEsc.UseVisualStyleBackColor = true;
            // 
            // btuOK
            // 
            this.btuOK.Enabled = false;
            this.btuOK.Location = new System.Drawing.Point(481, 20);
            this.btuOK.Name = "btuOK";
            this.btuOK.Size = new System.Drawing.Size(87, 26);
            this.btuOK.TabIndex = 6;
            this.btuOK.Text = "8折出售";
            this.btuOK.UseVisualStyleBackColor = true;
            // 
            // txtBarcode
            // 
            this.txtBarcode.Enabled = false;
            this.txtBarcode.Location = new System.Drawing.Point(302, 63);
            this.txtBarcode.Name = "txtBarcode";
            this.txtBarcode.Size = new System.Drawing.Size(116, 21);
            this.txtBarcode.TabIndex = 5;
            // 
            // txtMember
            // 
            this.txtMember.Enabled = false;
            this.txtMember.Location = new System.Drawing.Point(302, 25);
            this.txtMember.Name = "txtMember";
            this.txtMember.Size = new System.Drawing.Size(116, 21);
            this.txtMember.TabIndex = 4;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(181, 68);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "条 形 码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(181, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "会员卡号:";
            // 
            // radLose
            // 
            this.radLose.AutoSize = true;
            this.radLose.Location = new System.Drawing.Point(42, 68);
            this.radLose.Name = "radLose";
            this.radLose.Size = new System.Drawing.Size(71, 16);
            this.radLose.TabIndex = 1;
            this.radLose.Text = "书籍丢失";
            this.radLose.UseVisualStyleBackColor = true;
            // 
            // radMangle
            // 
            this.radMangle.AutoSize = true;
            this.radMangle.Location = new System.Drawing.Point(42, 30);
            this.radMangle.Name = "radMangle";
            this.radMangle.Size = new System.Drawing.Size(71, 16);
            this.radMangle.TabIndex = 0;
            this.radMangle.Text = "书籍损坏";
            this.radMangle.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lstReaderInfo);
            this.groupBox2.Location = new System.Drawing.Point(27, 150);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(299, 241);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "读者信息";
            // 
            // lstReaderInfo
            // 
            this.lstReaderInfo.Location = new System.Drawing.Point(33, 56);
            this.lstReaderInfo.Name = "lstReaderInfo";
            this.lstReaderInfo.Size = new System.Drawing.Size(224, 158);
            this.lstReaderInfo.TabIndex = 0;
            this.lstReaderInfo.UseCompatibleStateImageBehavior = false;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.radMagazine);
            this.groupBox3.Controls.Add(this.radBook);
            this.groupBox3.Controls.Add(this.lstBookInfo);
            this.groupBox3.Location = new System.Drawing.Point(347, 150);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(300, 240);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "图书信息";
            // 

⌨️ 快捷键说明

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