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

📄 huanshchuli.designer.cs

📁 Vs2005C#图书管理系统初学的看看有好处的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            this.buttxiayi.Location = new System.Drawing.Point(20, 70);
            this.buttxiayi.Name = "buttxiayi";
            this.buttxiayi.Size = new System.Drawing.Size(75, 36);
            this.buttxiayi.TabIndex = 9;
            this.buttxiayi.Text = "下一读者";
            this.buttxiayi.UseVisualStyleBackColor = true;
            this.buttxiayi.Click += new System.EventHandler(this.buttxiayi_Click);
            // 
            // butttuichu
            // 
            this.butttuichu.Location = new System.Drawing.Point(20, 119);
            this.butttuichu.Name = "butttuichu";
            this.butttuichu.Size = new System.Drawing.Size(75, 36);
            this.butttuichu.TabIndex = 8;
            this.butttuichu.Text = "退出";
            this.butttuichu.UseVisualStyleBackColor = true;
            // 
            // butthuanhui
            // 
            this.butthuanhui.Enabled = false;
            this.butthuanhui.Location = new System.Drawing.Point(20, 20);
            this.butthuanhui.Name = "butthuanhui";
            this.butthuanhui.Size = new System.Drawing.Size(75, 36);
            this.butthuanhui.TabIndex = 7;
            this.butthuanhui.Text = "还回";
            this.butthuanhui.UseVisualStyleBackColor = true;
            this.butthuanhui.Click += new System.EventHandler(this.butthuanhui_Click);
            // 
            // dataGVi1
            // 
            this.dataGVi1.AllowUserToAddRows = false;
            this.dataGVi1.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGVi1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGVi1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGVi1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGVi1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGVi1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6,
            this.Column7,
            this.Column8});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGVi1.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGVi1.Location = new System.Drawing.Point(7, 219);
            this.dataGVi1.Name = "dataGVi1";
            this.dataGVi1.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGVi1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dataGVi1.RowTemplate.Height = 23;
            this.dataGVi1.Size = new System.Drawing.Size(631, 150);
            this.dataGVi1.TabIndex = 8;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "duzhebianhao";
            this.Column1.FillWeight = 44.67005F;
            this.Column1.HeaderText = "读者编号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 78;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "tushubianhao";
            this.Column2.FillWeight = 44.67005F;
            this.Column2.HeaderText = "图书编号";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            this.Column2.Width = 79;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "shuming";
            this.Column3.FillWeight = 44.67005F;
            this.Column3.HeaderText = "书名";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            this.Column3.Width = 120;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "zuozhe";
            this.Column4.FillWeight = 44.67005F;
            this.Column4.HeaderText = "作者";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            this.Column4.Width = 79;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "chubanshe";
            this.Column5.FillWeight = 487.3096F;
            this.Column5.HeaderText = "出版社";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            this.Column5.Width = 120;
            // 
            // Column6
            // 
            this.Column6.DataPropertyName = "jiage";
            this.Column6.FillWeight = 44.67005F;
            this.Column6.HeaderText = "价格";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            this.Column6.Width = 78;
            // 
            // Column7
            // 
            this.Column7.DataPropertyName = "jieshuriqu";
            this.Column7.FillWeight = 44.67005F;
            this.Column7.HeaderText = "借书日期";
            this.Column7.Name = "Column7";
            this.Column7.ReadOnly = true;
            this.Column7.Width = 120;
            // 
            // Column8
            // 
            this.Column8.DataPropertyName = "chaoqutianshu";
            this.Column8.FillWeight = 44.67005F;
            this.Column8.HeaderText = "超期天数";
            this.Column8.Name = "Column8";
            this.Column8.ReadOnly = true;
            this.Column8.Width = 78;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(32, 196);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(569, 12);
            this.label1.TabIndex = 9;
            this.label1.Text = "请单击表格左部的选择按钮,选中需要归还的图书,使该行高亮显示,在单击”还回“按钮,可将该书还回";
            // 
            // huanshchuli
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(647, 372);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dataGVi1);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(653, 405);
            this.MinimumSize = new System.Drawing.Size(653, 405);
            this.Name = "huanshchuli";
            this.Text = "还书处理";
            this.Load += new System.EventHandler(this.huanshchuli_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGVi1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textBxingbie;
        private System.Windows.Forms.Label labzhengjianzhuangtai;
        private System.Windows.Forms.TextBox textBzhuangtai;
        private System.Windows.Forms.Label labduzheleibie;
        private System.Windows.Forms.TextBox textByjshushu;
        private System.Windows.Forms.TextBox textBleibie;
        private System.Windows.Forms.TextBox textBxingming;
        private System.Windows.Forms.TextBox textBbianhao;
        private System.Windows.Forms.Label labben;
        private System.Windows.Forms.Label labyjieshu;
        private System.Windows.Forms.Label labduzhebianhao;
        private System.Windows.Forms.Label labxingbie;
        private System.Windows.Forms.Label labduzhexingming;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button buttxiayi;
        private System.Windows.Forms.Button butttuichu;
        private System.Windows.Forms.Button butthuanhui;
        private System.Windows.Forms.DataGridView dataGVi1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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