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

📄 deletebok.designer.cs

📁 一个简单的管理系统
💻 CS
字号:
namespace 图书管理系统
{
    partial class Deletebok
    {
        /// <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.dgvdel = new System.Windows.Forms.DataGridView();
            this.label1 = new System.Windows.Forms.Label();
            this.txtbokname = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtbokin = new System.Windows.Forms.TextBox();
            this.txtbokisbn = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btncancle = new System.Windows.Forms.Button();
            this.btndel = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dgvdel)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgvdel
            // 
            this.dgvdel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvdel.Location = new System.Drawing.Point(26, 132);
            this.dgvdel.Name = "dgvdel";
            this.dgvdel.ReadOnly = true;
            this.dgvdel.RowTemplate.Height = 23;
            this.dgvdel.Size = new System.Drawing.Size(613, 276);
            this.dgvdel.TabIndex = 0;
            this.dgvdel.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvdel_CellClick);
            this.dgvdel.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvdel_CellContentClick);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "书名";
            // 
            // txtbokname
            // 
            this.txtbokname.Location = new System.Drawing.Point(80, 23);
            this.txtbokname.Name = "txtbokname";
            this.txtbokname.Size = new System.Drawing.Size(100, 21);
            this.txtbokname.TabIndex = 2;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtbokin);
            this.groupBox1.Controls.Add(this.txtbokisbn);
            this.groupBox1.Controls.Add(this.txtbokname);
            this.groupBox1.Location = new System.Drawing.Point(36, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(399, 100);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "图书信息";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 76);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "库存";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(209, 26);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "ISBN";
            // 
            // txtbokin
            // 
            this.txtbokin.Location = new System.Drawing.Point(80, 73);
            this.txtbokin.Name = "txtbokin";
            this.txtbokin.Size = new System.Drawing.Size(100, 21);
            this.txtbokin.TabIndex = 2;
            // 
            // txtbokisbn
            // 
            this.txtbokisbn.Location = new System.Drawing.Point(283, 23);
            this.txtbokisbn.Name = "txtbokisbn";
            this.txtbokisbn.Size = new System.Drawing.Size(100, 21);
            this.txtbokisbn.TabIndex = 2;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btncancle);
            this.groupBox2.Controls.Add(this.btndel);
            this.groupBox2.Location = new System.Drawing.Point(504, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(117, 100);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // btncancle
            // 
            this.btncancle.Location = new System.Drawing.Point(21, 65);
            this.btncancle.Name = "btncancle";
            this.btncancle.Size = new System.Drawing.Size(75, 23);
            this.btncancle.TabIndex = 0;
            this.btncancle.Text = "取消";
            this.btncancle.UseVisualStyleBackColor = true;
            this.btncancle.Click += new System.EventHandler(this.btncancle_Click);
            // 
            // btndel
            // 
            this.btndel.Location = new System.Drawing.Point(21, 20);
            this.btndel.Name = "btndel";
            this.btndel.Size = new System.Drawing.Size(75, 23);
            this.btndel.TabIndex = 0;
            this.btndel.Text = "删除";
            this.btndel.UseVisualStyleBackColor = true;
            this.btndel.Click += new System.EventHandler(this.btndel_Click);
            // 
            // Deletebok
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(673, 420);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgvdel);
            this.MaximumSize = new System.Drawing.Size(681, 454);
            this.MinimumSize = new System.Drawing.Size(681, 454);
            this.Name = "Deletebok";
            this.Text = "删除图书信息";
            this.Load += new System.EventHandler(this.Deletebok_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvdel)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dgvdel;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtbokname;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtbokin;
        private System.Windows.Forms.TextBox txtbokisbn;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btncancle;
        private System.Windows.Forms.Button btndel;
    }
}

⌨️ 快捷键说明

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