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

📄 deleteuser.designer.cs

📁 不错的班级管理系统
💻 CS
字号:
namespace _7计应的班级管理系统
{
    partial class deleteuser
    {
        /// <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.buttonexit = new System.Windows.Forms.Button();
            this.buttonok = new System.Windows.Forms.Button();
            this.textBoxuid = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // buttonexit
            // 
            this.buttonexit.Location = new System.Drawing.Point(147, 94);
            this.buttonexit.Name = "buttonexit";
            this.buttonexit.Size = new System.Drawing.Size(75, 23);
            this.buttonexit.TabIndex = 7;
            this.buttonexit.Text = "关闭";
            this.buttonexit.Click += new System.EventHandler(this.buttonexit_Click);
            // 
            // buttonok
            // 
            this.buttonok.Location = new System.Drawing.Point(43, 94);
            this.buttonok.Name = "buttonok";
            this.buttonok.Size = new System.Drawing.Size(75, 23);
            this.buttonok.TabIndex = 6;
            this.buttonok.Text = "确定";
            this.buttonok.Click += new System.EventHandler(this.buttonok_Click);
            // 
            // textBoxuid
            // 
            this.textBoxuid.Location = new System.Drawing.Point(123, 30);
            this.textBoxuid.Name = "textBoxuid";
            this.textBoxuid.Size = new System.Drawing.Size(100, 21);
            this.textBoxuid.TabIndex = 5;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(43, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 23);
            this.label1.TabIndex = 4;
            this.label1.Text = "用户名";
            // 
            // deleteuser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(259, 166);
            this.Controls.Add(this.buttonexit);
            this.Controls.Add(this.buttonok);
            this.Controls.Add(this.textBoxuid);
            this.Controls.Add(this.label1);
            this.Name = "deleteuser";
            this.Text = "删除用户";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button buttonexit;
        private System.Windows.Forms.Button buttonok;
        private System.Windows.Forms.TextBox textBoxuid;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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