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

📄 frmmain.designer.cs

📁 系统采用人机交互的方式
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.tabPage3.Text = "歌曲类型信息";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(332, 200);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 7;
            this.button1.Text = "删除(&E)";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(332, 97);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 6;
            this.button2.Text = "修改(&F)";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(332, 10);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 5;
            this.button3.Text = "添加(&D)";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // lvDitcy
            // 
            this.lvDitcy.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9});
            this.lvDitcy.FullRowSelect = true;
            this.lvDitcy.GridLines = true;
            this.lvDitcy.Location = new System.Drawing.Point(30, 10);
            this.lvDitcy.MultiSelect = false;
            this.lvDitcy.Name = "lvDitcy";
            this.lvDitcy.Size = new System.Drawing.Size(287, 213);
            this.lvDitcy.TabIndex = 4;
            this.lvDitcy.UseCompatibleStateImageBehavior = false;
            this.lvDitcy.View = System.Windows.Forms.View.Details;
            this.lvDitcy.Click += new System.EventHandler(this.lvDitcy_Click);
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "类型编号";
            this.columnHeader7.Width = 120;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "歌曲类型 ";
            this.columnHeader8.Width = 100;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "备注";
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.bntSave);
            this.tabPage4.Controls.Add(this.bntUserDelete);
            this.tabPage4.Controls.Add(this.bntUserUpdate);
            this.tabPage4.Controls.Add(this.bntUserAdd);
            this.tabPage4.Controls.Add(this.txtPassWord);
            this.tabPage4.Controls.Add(this.txtUser);
            this.tabPage4.Controls.Add(this.label2);
            this.tabPage4.Controls.Add(this.label1);
            this.tabPage4.Controls.Add(this.LvUser);
            this.tabPage4.Location = new System.Drawing.Point(4, 21);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(545, 259);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "用户管理";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // bntSave
            // 
            this.bntSave.Location = new System.Drawing.Point(453, 148);
            this.bntSave.Name = "bntSave";
            this.bntSave.Size = new System.Drawing.Size(63, 23);
            this.bntSave.TabIndex = 8;
            this.bntSave.Text = "保存(&O)";
            this.bntSave.UseVisualStyleBackColor = true;
            this.bntSave.Click += new System.EventHandler(this.bntSave_Click);
            // 
            // bntUserDelete
            // 
            this.bntUserDelete.Location = new System.Drawing.Point(384, 148);
            this.bntUserDelete.Name = "bntUserDelete";
            this.bntUserDelete.Size = new System.Drawing.Size(63, 23);
            this.bntUserDelete.TabIndex = 7;
            this.bntUserDelete.Text = "删除(&E)";
            this.bntUserDelete.UseVisualStyleBackColor = true;
            this.bntUserDelete.Click += new System.EventHandler(this.bntUserDelete_Click);
            // 
            // bntUserUpdate
            // 
            this.bntUserUpdate.Location = new System.Drawing.Point(298, 148);
            this.bntUserUpdate.Name = "bntUserUpdate";
            this.bntUserUpdate.Size = new System.Drawing.Size(63, 23);
            this.bntUserUpdate.TabIndex = 6;
            this.bntUserUpdate.Text = "修改(&F)";
            this.bntUserUpdate.UseVisualStyleBackColor = true;
            this.bntUserUpdate.Click += new System.EventHandler(this.bntUserUpdate_Click);
            // 
            // bntUserAdd
            // 
            this.bntUserAdd.Location = new System.Drawing.Point(229, 148);
            this.bntUserAdd.Name = "bntUserAdd";
            this.bntUserAdd.Size = new System.Drawing.Size(63, 23);
            this.bntUserAdd.TabIndex = 5;
            this.bntUserAdd.Text = "添加(&D)";
            this.bntUserAdd.UseVisualStyleBackColor = true;
            this.bntUserAdd.Click += new System.EventHandler(this.bntUserAdd_Click);
            // 
            // txtPassWord
            // 
            this.txtPassWord.Location = new System.Drawing.Point(283, 91);
            this.txtPassWord.MaxLength = 30;
            this.txtPassWord.Name = "txtPassWord";
            this.txtPassWord.PasswordChar = '*';
            this.txtPassWord.Size = new System.Drawing.Size(233, 21);
            this.txtPassWord.TabIndex = 4;
            // 
            // txtUser
            // 
            this.txtUser.Location = new System.Drawing.Point(283, 51);
            this.txtUser.MaxLength = 40;
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(233, 21);
            this.txtUser.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(209, 94);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "用户密码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(209, 54);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "用户姓名:";
            // 
            // LvUser
            // 
            this.LvUser.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader22,
            this.columnHeader23});
            this.LvUser.FullRowSelect = true;
            this.LvUser.GridLines = true;
            this.LvUser.Location = new System.Drawing.Point(26, 20);
            this.LvUser.Name = "LvUser";
            this.LvUser.Size = new System.Drawing.Size(165, 211);
            this.LvUser.TabIndex = 0;
            this.LvUser.UseCompatibleStateImageBehavior = false;
            this.LvUser.View = System.Windows.Forms.View.Details;
            this.LvUser.Click += new System.EventHandler(this.LvUser_Click);
            // 
            // columnHeader22
            // 
            this.columnHeader22.Text = "用户编号";
            this.columnHeader22.Width = 100;
            // 
            // columnHeader23
            // 
            this.columnHeader23.Text = "用户姓名";
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "明星编号";
            this.columnHeader10.Width = 140;
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "明星姓名";
            this.columnHeader11.Width = 100;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "性别";
            // 
            // columnHeader13
            // 
            this.columnHeader13.Text = "国籍";
            // 
            // columnHeader14
            // 
            this.columnHeader14.Text = "明星类型";
            this.columnHeader14.Width = 81;
            // 
            // columnHeader15
            // 
            this.columnHeader15.Text = "出生日期";
            this.columnHeader15.Width = 100;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(109, 300);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(373, 23);
            this.button4.TabIndex = 1;
            this.button4.Text = "关闭(&T)";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(576, 335);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.tabControl1);
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "后台数据维护";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.ColumnHeader columnHeader1;
        private System.Windows.Forms.ColumnHeader columnHeader2;
        private System.Windows.Forms.Button bntAuDelete;
        private System.Windows.Forms.Button bntAuUpdate;
        private System.Windows.Forms.Button bntAut;
        private System.Windows.Forms.ColumnHeader columnHeader3;
        private System.Windows.Forms.ColumnHeader columnHeader4;
        private System.Windows.Forms.ColumnHeader columnHeader5;
        private System.Windows.Forms.ColumnHeader columnHeader6;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        public System.Windows.Forms.ListView lvDitcy;
        private System.Windows.Forms.ColumnHeader columnHeader7;
        private System.Windows.Forms.ColumnHeader columnHeader8;
        private System.Windows.Forms.ColumnHeader columnHeader9;
        public System.Windows.Forms.ListView lvAuton;
        public System.Windows.Forms.ListView lvMuscie;
        private System.Windows.Forms.ColumnHeader columnHeader16;
        private System.Windows.Forms.ColumnHeader columnHeader17;
        private System.Windows.Forms.ColumnHeader columnHeader18;
        private System.Windows.Forms.ColumnHeader columnHeader19;
        private System.Windows.Forms.ColumnHeader columnHeader10;
        private System.Windows.Forms.ColumnHeader columnHeader11;
        private System.Windows.Forms.ColumnHeader columnHeader12;
        private System.Windows.Forms.ColumnHeader columnHeader13;
        private System.Windows.Forms.ColumnHeader columnHeader14;
        private System.Windows.Forms.ColumnHeader columnHeader15;
        private System.Windows.Forms.Button bntMuserDelete;
        private System.Windows.Forms.Button bntMuserUpdate;
        private System.Windows.Forms.Button bntMuserAdd;
        private System.Windows.Forms.ColumnHeader columnHeader20;
        private System.Windows.Forms.ColumnHeader columnHeader21;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button bntSave;
        private System.Windows.Forms.Button bntUserDelete;
        private System.Windows.Forms.Button bntUserUpdate;
        private System.Windows.Forms.Button bntUserAdd;
        private System.Windows.Forms.TextBox txtPassWord;
        private System.Windows.Forms.TextBox txtUser;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ListView LvUser;
        private System.Windows.Forms.ColumnHeader columnHeader22;
        private System.Windows.Forms.ColumnHeader columnHeader23;
        private System.Windows.Forms.ColumnHeader columnHeader24;

    }
}

⌨️ 快捷键说明

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