FrmGeQuAdmin.Designer.cs
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:14k
源码类别:

行业应用

开发平台:

Visual C++

  1. namespace KTVAdmin.GeQuGuanLi
  2. {
  3.     partial class FrmGeQuAdmin
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  29.             this.btnExit = new System.Windows.Forms.Button();
  30.             this.btnDel = new System.Windows.Forms.Button();
  31.             this.btnUpdate = new System.Windows.Forms.Button();
  32.             this.btnSel = new System.Windows.Forms.Button();
  33.             this.cmbClass = new System.Windows.Forms.ComboBox();
  34.             this.label4 = new System.Windows.Forms.Label();
  35.             this.txtRName = new System.Windows.Forms.TextBox();
  36.             this.label3 = new System.Windows.Forms.Label();
  37.             this.cmbYuYan = new System.Windows.Forms.ComboBox();
  38.             this.label2 = new System.Windows.Forms.Label();
  39.             this.txtSName = new System.Windows.Forms.TextBox();
  40.             this.label1 = new System.Windows.Forms.Label();
  41.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  42.             this.歌曲编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43.             this.歌曲名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44.             this.语言 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45.             this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46.             this.歌手 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47.             this.点击次数 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48.             this.存放位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49.             this.groupBox1.SuspendLayout();
  50.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  51.             this.SuspendLayout();
  52.             // 
  53.             // groupBox1
  54.             // 
  55.             this.groupBox1.Controls.Add(this.btnExit);
  56.             this.groupBox1.Controls.Add(this.btnDel);
  57.             this.groupBox1.Controls.Add(this.btnUpdate);
  58.             this.groupBox1.Controls.Add(this.btnSel);
  59.             this.groupBox1.Controls.Add(this.cmbClass);
  60.             this.groupBox1.Controls.Add(this.label4);
  61.             this.groupBox1.Controls.Add(this.txtRName);
  62.             this.groupBox1.Controls.Add(this.label3);
  63.             this.groupBox1.Controls.Add(this.cmbYuYan);
  64.             this.groupBox1.Controls.Add(this.label2);
  65.             this.groupBox1.Controls.Add(this.txtSName);
  66.             this.groupBox1.Controls.Add(this.label1);
  67.             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  68.             this.groupBox1.Location = new System.Drawing.Point(0, 0);
  69.             this.groupBox1.Name = "groupBox1";
  70.             this.groupBox1.Size = new System.Drawing.Size(672, 131);
  71.             this.groupBox1.TabIndex = 0;
  72.             this.groupBox1.TabStop = false;
  73.             this.groupBox1.Text = "歌曲查找";
  74.             // 
  75.             // btnExit
  76.             // 
  77.             this.btnExit.Location = new System.Drawing.Point(585, 79);
  78.             this.btnExit.Name = "btnExit";
  79.             this.btnExit.Size = new System.Drawing.Size(75, 23);
  80.             this.btnExit.TabIndex = 11;
  81.             this.btnExit.Text = "退出";
  82.             this.btnExit.UseVisualStyleBackColor = true;
  83.             this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  84.             // 
  85.             // btnDel
  86.             // 
  87.             this.btnDel.Location = new System.Drawing.Point(473, 80);
  88.             this.btnDel.Name = "btnDel";
  89.             this.btnDel.Size = new System.Drawing.Size(75, 23);
  90.             this.btnDel.TabIndex = 10;
  91.             this.btnDel.Text = "删除";
  92.             this.btnDel.UseVisualStyleBackColor = true;
  93.             this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  94.             // 
  95.             // btnUpdate
  96.             // 
  97.             this.btnUpdate.Location = new System.Drawing.Point(585, 42);
  98.             this.btnUpdate.Name = "btnUpdate";
  99.             this.btnUpdate.Size = new System.Drawing.Size(75, 23);
  100.             this.btnUpdate.TabIndex = 9;
  101.             this.btnUpdate.Text = "修改";
  102.             this.btnUpdate.UseVisualStyleBackColor = true;
  103.             this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
  104.             // 
  105.             // btnSel
  106.             // 
  107.             this.btnSel.Location = new System.Drawing.Point(473, 42);
  108.             this.btnSel.Name = "btnSel";
  109.             this.btnSel.Size = new System.Drawing.Size(75, 23);
  110.             this.btnSel.TabIndex = 8;
  111.             this.btnSel.Text = "查找";
  112.             this.btnSel.UseVisualStyleBackColor = true;
  113.             this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
  114.             // 
  115.             // cmbClass
  116.             // 
  117.             this.cmbClass.FormattingEnabled = true;
  118.             this.cmbClass.Items.AddRange(new object[] {
  119.             "流行歌曲",
  120.             "经典老歌",
  121.             "古典音乐",
  122.             "影视金曲",
  123.             "儿童歌曲",
  124.             "世界名曲",
  125.             "生日歌曲",
  126.             "其他歌曲"});
  127.             this.cmbClass.Location = new System.Drawing.Point(300, 82);
  128.             this.cmbClass.Name = "cmbClass";
  129.             this.cmbClass.Size = new System.Drawing.Size(100, 20);
  130.             this.cmbClass.TabIndex = 7;
  131.             // 
  132.             // label4
  133.             // 
  134.             this.label4.AutoSize = true;
  135.             this.label4.Location = new System.Drawing.Point(240, 85);
  136.             this.label4.Name = "label4";
  137.             this.label4.Size = new System.Drawing.Size(59, 12);
  138.             this.label4.TabIndex = 6;
  139.             this.label4.Text = "歌曲类型:";
  140.             // 
  141.             // txtRName
  142.             // 
  143.             this.txtRName.Location = new System.Drawing.Point(300, 42);
  144.             this.txtRName.Name = "txtRName";
  145.             this.txtRName.Size = new System.Drawing.Size(100, 21);
  146.             this.txtRName.TabIndex = 5;
  147.             // 
  148.             // label3
  149.             // 
  150.             this.label3.AutoSize = true;
  151.             this.label3.Location = new System.Drawing.Point(240, 45);
  152.             this.label3.Name = "label3";
  153.             this.label3.Size = new System.Drawing.Size(59, 12);
  154.             this.label3.TabIndex = 4;
  155.             this.label3.Text = "歌手姓名:";
  156.             // 
  157.             // cmbYuYan
  158.             // 
  159.             this.cmbYuYan.FormattingEnabled = true;
  160.             this.cmbYuYan.Items.AddRange(new object[] {
  161.             "国语",
  162.             "英语",
  163.             "日语",
  164.             "韩语",
  165.             "粤语",
  166.             "闽南语",
  167.             "朝鲜语",
  168.             "其他"});
  169.             this.cmbYuYan.Location = new System.Drawing.Point(84, 82);
  170.             this.cmbYuYan.Name = "cmbYuYan";
  171.             this.cmbYuYan.Size = new System.Drawing.Size(100, 20);
  172.             this.cmbYuYan.TabIndex = 3;
  173.             this.cmbYuYan.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  174.             // 
  175.             // label2
  176.             // 
  177.             this.label2.AutoSize = true;
  178.             this.label2.Location = new System.Drawing.Point(24, 85);
  179.             this.label2.Name = "label2";
  180.             this.label2.Size = new System.Drawing.Size(59, 12);
  181.             this.label2.TabIndex = 2;
  182.             this.label2.Text = "语  言:";
  183.             // 
  184.             // txtSName
  185.             // 
  186.             this.txtSName.Location = new System.Drawing.Point(84, 42);
  187.             this.txtSName.Name = "txtSName";
  188.             this.txtSName.Size = new System.Drawing.Size(100, 21);
  189.             this.txtSName.TabIndex = 1;
  190.             // 
  191.             // label1
  192.             // 
  193.             this.label1.AutoSize = true;
  194.             this.label1.Location = new System.Drawing.Point(24, 45);
  195.             this.label1.Name = "label1";
  196.             this.label1.Size = new System.Drawing.Size(59, 12);
  197.             this.label1.TabIndex = 0;
  198.             this.label1.Text = "歌曲名称:";
  199.             // 
  200.             // dataGridView1
  201.             // 
  202.             this.dataGridView1.AllowUserToAddRows = false;
  203.             this.dataGridView1.AllowUserToDeleteRows = false;
  204.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  205.             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  206.             this.歌曲编号,
  207.             this.歌曲名称,
  208.             this.语言,
  209.             this.类型,
  210.             this.歌手,
  211.             this.点击次数,
  212.             this.存放位置});
  213.             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  214.             this.dataGridView1.Location = new System.Drawing.Point(0, 131);
  215.             this.dataGridView1.Name = "dataGridView1";
  216.             this.dataGridView1.ReadOnly = true;
  217.             this.dataGridView1.RowTemplate.Height = 23;
  218.             this.dataGridView1.Size = new System.Drawing.Size(672, 362);
  219.             this.dataGridView1.TabIndex = 1;
  220.             this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  221.             this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  222.             // 
  223.             // 歌曲编号
  224.             // 
  225.             this.歌曲编号.DataPropertyName = "歌曲编号";
  226.             this.歌曲编号.HeaderText = "歌曲编号";
  227.             this.歌曲编号.Name = "歌曲编号";
  228.             this.歌曲编号.ReadOnly = true;
  229.             this.歌曲编号.Visible = false;
  230.             // 
  231.             // 歌曲名称
  232.             // 
  233.             this.歌曲名称.DataPropertyName = "歌曲名称";
  234.             this.歌曲名称.HeaderText = "歌曲名称";
  235.             this.歌曲名称.Name = "歌曲名称";
  236.             this.歌曲名称.ReadOnly = true;
  237.             // 
  238.             // 语言
  239.             // 
  240.             this.语言.DataPropertyName = "语言";
  241.             this.语言.HeaderText = "语言";
  242.             this.语言.Name = "语言";
  243.             this.语言.ReadOnly = true;
  244.             this.语言.Width = 70;
  245.             // 
  246.             // 类型
  247.             // 
  248.             this.类型.DataPropertyName = "类型";
  249.             this.类型.HeaderText = "类型";
  250.             this.类型.Name = "类型";
  251.             this.类型.ReadOnly = true;
  252.             this.类型.Width = 70;
  253.             // 
  254.             // 歌手
  255.             // 
  256.             this.歌手.DataPropertyName = "歌手";
  257.             this.歌手.HeaderText = "歌手";
  258.             this.歌手.Name = "歌手";
  259.             this.歌手.ReadOnly = true;
  260.             // 
  261.             // 点击次数
  262.             // 
  263.             this.点击次数.DataPropertyName = "点击次数";
  264.             this.点击次数.HeaderText = "点击次数";
  265.             this.点击次数.Name = "点击次数";
  266.             this.点击次数.ReadOnly = true;
  267.             this.点击次数.Width = 80;
  268.             // 
  269.             // 存放位置
  270.             // 
  271.             this.存放位置.DataPropertyName = "存放位置";
  272.             this.存放位置.HeaderText = "存放位置";
  273.             this.存放位置.Name = "存放位置";
  274.             this.存放位置.ReadOnly = true;
  275.             this.存放位置.Width = 250;
  276.             // 
  277.             // FrmGeQuAdmin
  278.             // 
  279.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  280.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  281.             this.ClientSize = new System.Drawing.Size(672, 493);
  282.             this.Controls.Add(this.dataGridView1);
  283.             this.Controls.Add(this.groupBox1);
  284.             this.Name = "FrmGeQuAdmin";
  285.             this.Text = "歌曲管理";
  286.             this.Load += new System.EventHandler(this.FrmGeQuAdmin_Load);
  287.             this.groupBox1.ResumeLayout(false);
  288.             this.groupBox1.PerformLayout();
  289.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  290.             this.ResumeLayout(false);
  291.         }
  292.         #endregion
  293.         private System.Windows.Forms.GroupBox groupBox1;
  294.         private System.Windows.Forms.DataGridView dataGridView1;
  295.         private System.Windows.Forms.TextBox txtSName;
  296.         private System.Windows.Forms.Label label1;
  297.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲编号;
  298.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌曲名称;
  299.         private System.Windows.Forms.DataGridViewTextBoxColumn 语言;
  300.         private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
  301.         private System.Windows.Forms.DataGridViewTextBoxColumn 歌手;
  302.         private System.Windows.Forms.DataGridViewTextBoxColumn 点击次数;
  303.         private System.Windows.Forms.DataGridViewTextBoxColumn 存放位置;
  304.         private System.Windows.Forms.Button btnExit;
  305.         private System.Windows.Forms.Button btnDel;
  306.         private System.Windows.Forms.Button btnUpdate;
  307.         private System.Windows.Forms.Button btnSel;
  308.         private System.Windows.Forms.ComboBox cmbClass;
  309.         private System.Windows.Forms.Label label4;
  310.         private System.Windows.Forms.TextBox txtRName;
  311.         private System.Windows.Forms.Label label3;
  312.         private System.Windows.Forms.ComboBox cmbYuYan;
  313.         private System.Windows.Forms.Label label2;
  314.     }
  315. }