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

📄 frmmain.designer.cs

📁 系统采用人机交互的方式
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace KTV
{
    partial class frmMain
    {
        /// <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.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.bntAuDelete = new System.Windows.Forms.Button();
            this.bntAuUpdate = new System.Windows.Forms.Button();
            this.bntAut = new System.Windows.Forms.Button();
            this.lvAuton = new System.Windows.Forms.ListView();
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader24 = new System.Windows.Forms.ColumnHeader();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.bntMuserDelete = new System.Windows.Forms.Button();
            this.bntMuserUpdate = new System.Windows.Forms.Button();
            this.bntMuserAdd = new System.Windows.Forms.Button();
            this.lvMuscie = new System.Windows.Forms.ListView();
            this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader21 = new System.Windows.Forms.ColumnHeader();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.lvDitcy = new System.Windows.Forms.ListView();
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.bntSave = new System.Windows.Forms.Button();
            this.bntUserDelete = new System.Windows.Forms.Button();
            this.bntUserUpdate = new System.Windows.Forms.Button();
            this.bntUserAdd = new System.Windows.Forms.Button();
            this.txtPassWord = new System.Windows.Forms.TextBox();
            this.txtUser = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.LvUser = new System.Windows.Forms.ListView();
            this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader23 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
            this.button4 = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Location = new System.Drawing.Point(12, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(553, 284);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.bntAuDelete);
            this.tabPage1.Controls.Add(this.bntAuUpdate);
            this.tabPage1.Controls.Add(this.bntAut);
            this.tabPage1.Controls.Add(this.lvAuton);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(545, 259);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "明星信息";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // bntAuDelete
            // 
            this.bntAuDelete.Location = new System.Drawing.Point(351, 233);
            this.bntAuDelete.Name = "bntAuDelete";
            this.bntAuDelete.Size = new System.Drawing.Size(75, 23);
            this.bntAuDelete.TabIndex = 3;
            this.bntAuDelete.Text = "删除(&E)";
            this.bntAuDelete.UseVisualStyleBackColor = true;
            this.bntAuDelete.Click += new System.EventHandler(this.bntAuDelete_Click);
            // 
            // bntAuUpdate
            // 
            this.bntAuUpdate.Location = new System.Drawing.Point(213, 233);
            this.bntAuUpdate.Name = "bntAuUpdate";
            this.bntAuUpdate.Size = new System.Drawing.Size(75, 23);
            this.bntAuUpdate.TabIndex = 2;
            this.bntAuUpdate.Text = "修改(&F)";
            this.bntAuUpdate.UseVisualStyleBackColor = true;
            this.bntAuUpdate.Click += new System.EventHandler(this.bntAuUpdate_Click);
            // 
            // bntAut
            // 
            this.bntAut.Location = new System.Drawing.Point(66, 233);
            this.bntAut.Name = "bntAut";
            this.bntAut.Size = new System.Drawing.Size(75, 23);
            this.bntAut.TabIndex = 1;
            this.bntAut.Text = "添加(&D)";
            this.bntAut.UseVisualStyleBackColor = true;
            this.bntAut.Click += new System.EventHandler(this.bntAut_Click);
            // 
            // lvAuton
            // 
            this.lvAuton.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader24});
            this.lvAuton.FullRowSelect = true;
            this.lvAuton.GridLines = true;
            this.lvAuton.Location = new System.Drawing.Point(6, 6);
            this.lvAuton.MultiSelect = false;
            this.lvAuton.Name = "lvAuton";
            this.lvAuton.Size = new System.Drawing.Size(516, 213);
            this.lvAuton.TabIndex = 0;
            this.lvAuton.UseCompatibleStateImageBehavior = false;
            this.lvAuton.View = System.Windows.Forms.View.Details;
            this.lvAuton.Click += new System.EventHandler(this.lvAuton_Click);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "明星编号";
            this.columnHeader1.Width = 140;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "明星姓名";
            this.columnHeader2.Width = 100;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "性别";
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "国籍";
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "明星类型";
            this.columnHeader5.Width = 81;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "出生日期";
            this.columnHeader6.Width = 100;
            // 
            // columnHeader24
            // 
            this.columnHeader24.Text = "备注";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.bntMuserDelete);
            this.tabPage2.Controls.Add(this.bntMuserUpdate);
            this.tabPage2.Controls.Add(this.bntMuserAdd);
            this.tabPage2.Controls.Add(this.lvMuscie);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(545, 259);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "歌曲信息";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // bntMuserDelete
            // 
            this.bntMuserDelete.Location = new System.Drawing.Point(398, 225);
            this.bntMuserDelete.Name = "bntMuserDelete";
            this.bntMuserDelete.Size = new System.Drawing.Size(93, 23);
            this.bntMuserDelete.TabIndex = 8;
            this.bntMuserDelete.Text = "删除(&E)";
            this.bntMuserDelete.UseVisualStyleBackColor = true;
            this.bntMuserDelete.Click += new System.EventHandler(this.bntMuserDelete_Click);
            // 
            // bntMuserUpdate
            // 
            this.bntMuserUpdate.Location = new System.Drawing.Point(244, 225);
            this.bntMuserUpdate.Name = "bntMuserUpdate";
            this.bntMuserUpdate.Size = new System.Drawing.Size(93, 23);
            this.bntMuserUpdate.TabIndex = 7;
            this.bntMuserUpdate.Text = "修改(&F)";
            this.bntMuserUpdate.UseVisualStyleBackColor = true;
            this.bntMuserUpdate.Click += new System.EventHandler(this.bntMuserUpdate_Click);
            // 
            // bntMuserAdd
            // 
            this.bntMuserAdd.Location = new System.Drawing.Point(91, 225);
            this.bntMuserAdd.Name = "bntMuserAdd";
            this.bntMuserAdd.Size = new System.Drawing.Size(93, 23);
            this.bntMuserAdd.TabIndex = 6;
            this.bntMuserAdd.Text = "添加(&D)";
            this.bntMuserAdd.UseVisualStyleBackColor = true;
            this.bntMuserAdd.Click += new System.EventHandler(this.bntMuserAdd_Click);
            // 
            // lvMuscie
            // 
            this.lvMuscie.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader16,
            this.columnHeader17,
            this.columnHeader18,
            this.columnHeader19,
            this.columnHeader20,
            this.columnHeader21});
            this.lvMuscie.FullRowSelect = true;
            this.lvMuscie.GridLines = true;
            this.lvMuscie.Location = new System.Drawing.Point(6, 6);
            this.lvMuscie.MultiSelect = false;
            this.lvMuscie.Name = "lvMuscie";
            this.lvMuscie.Size = new System.Drawing.Size(524, 213);
            this.lvMuscie.TabIndex = 5;
            this.lvMuscie.UseCompatibleStateImageBehavior = false;
            this.lvMuscie.View = System.Windows.Forms.View.Details;
            this.lvMuscie.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lvMuscie_MouseClick);
            // 
            // columnHeader16
            // 
            this.columnHeader16.Text = "编号";
            this.columnHeader16.Width = 40;
            // 
            // columnHeader17
            // 
            this.columnHeader17.Text = "歌曲名称";
            this.columnHeader17.Width = 100;
            // 
            // columnHeader18
            // 
            this.columnHeader18.Text = "演唱者";
            // 
            // columnHeader19
            // 
            this.columnHeader19.Text = "类型";
            this.columnHeader19.Width = 79;
            // 
            // columnHeader20
            // 
            this.columnHeader20.Text = "语言";
            this.columnHeader20.Width = 87;
            // 
            // columnHeader21
            // 
            this.columnHeader21.Text = "文件位置";
            this.columnHeader21.Width = 149;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.button1);
            this.tabPage3.Controls.Add(this.button2);
            this.tabPage3.Controls.Add(this.button3);
            this.tabPage3.Controls.Add(this.lvDitcy);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(545, 259);
            this.tabPage3.TabIndex = 2;

⌨️ 快捷键说明

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