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

📄 jieshuchuli.designer.cs

📁 Vs2005C#图书管理系统初学的看看有好处的
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(501, 100);
            this.groupBox3.TabIndex = 8;
            this.groupBox3.TabStop = false;
            // 
            // labjiage
            // 
            this.labjiage.AutoSize = true;
            this.labjiage.Location = new System.Drawing.Point(395, 73);
            this.labjiage.Name = "labjiage";
            this.labjiage.Size = new System.Drawing.Size(29, 12);
            this.labjiage.TabIndex = 9;
            this.labjiage.Text = "价格";
            // 
            // labchubanshe
            // 
            this.labchubanshe.AutoSize = true;
            this.labchubanshe.Location = new System.Drawing.Point(208, 73);
            this.labchubanshe.Name = "labchubanshe";
            this.labchubanshe.Size = new System.Drawing.Size(41, 12);
            this.labchubanshe.TabIndex = 8;
            this.labchubanshe.Text = "出版社";
            // 
            // labtushumingcheng
            // 
            this.labtushumingcheng.AutoSize = true;
            this.labtushumingcheng.Location = new System.Drawing.Point(208, 29);
            this.labtushumingcheng.Name = "labtushumingcheng";
            this.labtushumingcheng.Size = new System.Drawing.Size(53, 12);
            this.labtushumingcheng.TabIndex = 7;
            this.labtushumingcheng.Text = "图书名称";
            // 
            // labzuozhe
            // 
            this.labzuozhe.AutoSize = true;
            this.labzuozhe.Location = new System.Drawing.Point(7, 73);
            this.labzuozhe.Name = "labzuozhe";
            this.labzuozhe.Size = new System.Drawing.Size(29, 12);
            this.labzuozhe.TabIndex = 6;
            this.labzuozhe.Text = "作者";
            // 
            // labtushubianhao
            // 
            this.labtushubianhao.AutoSize = true;
            this.labtushubianhao.Location = new System.Drawing.Point(7, 35);
            this.labtushubianhao.Name = "labtushubianhao";
            this.labtushubianhao.Size = new System.Drawing.Size(53, 12);
            this.labtushubianhao.TabIndex = 5;
            this.labtushubianhao.Text = "图书编号";
            // 
            // textBchubanshe
            // 
            this.textBchubanshe.Enabled = false;
            this.textBchubanshe.Location = new System.Drawing.Point(255, 64);
            this.textBchubanshe.MaxLength = 20;
            this.textBchubanshe.Name = "textBchubanshe";
            this.textBchubanshe.Size = new System.Drawing.Size(120, 21);
            this.textBchubanshe.TabIndex = 4;
            // 
            // textBtshumingcheng
            // 
            this.textBtshumingcheng.Enabled = false;
            this.textBtshumingcheng.Location = new System.Drawing.Point(280, 26);
            this.textBtshumingcheng.MaxLength = 30;
            this.textBtshumingcheng.Name = "textBtshumingcheng";
            this.textBtshumingcheng.Size = new System.Drawing.Size(204, 21);
            this.textBtshumingcheng.TabIndex = 3;
            // 
            // textBjiage
            // 
            this.textBjiage.Enabled = false;
            this.textBjiage.Location = new System.Drawing.Point(430, 64);
            this.textBjiage.MaxLength = 8;
            this.textBjiage.Name = "textBjiage";
            this.textBjiage.Size = new System.Drawing.Size(54, 21);
            this.textBjiage.TabIndex = 2;
            // 
            // textBzuozhe
            // 
            this.textBzuozhe.Enabled = false;
            this.textBzuozhe.Location = new System.Drawing.Point(77, 64);
            this.textBzuozhe.MaxLength = 20;
            this.textBzuozhe.Name = "textBzuozhe";
            this.textBzuozhe.Size = new System.Drawing.Size(100, 21);
            this.textBzuozhe.TabIndex = 1;
            // 
            // textBtshbianhao
            // 
            this.textBtshbianhao.Enabled = false;
            this.textBtshbianhao.Location = new System.Drawing.Point(77, 26);
            this.textBtshbianhao.MaxLength = 20;
            this.textBtshbianhao.Name = "textBtshbianhao";
            this.textBtshbianhao.Size = new System.Drawing.Size(100, 21);
            this.textBtshbianhao.TabIndex = 8;
            this.textBtshbianhao.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBtshbianhao_KeyPress);
            // 
            // dataGVi1
            // 
            this.dataGVi1.AllowUserToAddRows = false;
            this.dataGVi1.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGVi1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            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(12, 309);
            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.RowHeadersVisible = false;
            this.dataGVi1.RowTemplate.Height = 23;
            this.dataGVi1.Size = new System.Drawing.Size(631, 150);
            this.dataGVi1.TabIndex = 7;
            // 
            // 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;
            // 
            // jieshuchuli
            // 
            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(654, 467);
            this.Controls.Add(this.dataGVi1);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximumSize = new System.Drawing.Size(664, 504);
            this.Name = "jieshuchuli";
            this.Text = "借书处理";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGVi1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label labduzhebianhao;
        private System.Windows.Forms.Label labduzhexingming;
        private System.Windows.Forms.Label labxingbie;
        private System.Windows.Forms.Label labduzheleibie;
        private System.Windows.Forms.Label labzhengjianzhuangtai;
        private System.Windows.Forms.Label labyjieshu;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox textByjshushu;
        private System.Windows.Forms.TextBox textBzhuangtai;
        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.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Label labjiage;
        private System.Windows.Forms.Label labchubanshe;
        private System.Windows.Forms.Label labtushumingcheng;
        private System.Windows.Forms.Label labzuozhe;
        private System.Windows.Forms.Label labtushubianhao;
        private System.Windows.Forms.TextBox textBchubanshe;
        private System.Windows.Forms.TextBox textBtshumingcheng;
        private System.Windows.Forms.TextBox textBjiage;
        private System.Windows.Forms.TextBox textBzuozhe;
        private System.Windows.Forms.TextBox textBtshbianhao;
        private System.Windows.Forms.Button butttuichu;
        private System.Windows.Forms.Button buttquxiao;
        private System.Windows.Forms.Button buttjiechu;
        private System.Windows.Forms.DataGridView dataGVi1;
        private System.Windows.Forms.TextBox textBxingbie;
        private System.Windows.Forms.Button buttxiayi;
        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;
    }
}

⌨️ 快捷键说明

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