FrmGeShouAdmin.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:11k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.GeShouGuanLi
- {
- partial class FrmGeShouAdmin
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnExit = new System.Windows.Forms.Button();
- this.btnDel = new System.Windows.Forms.Button();
- this.btnUpdate = new System.Windows.Forms.Button();
- this.btnSelect = new System.Windows.Forms.Button();
- this.cmbDiQu = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.cmbSex = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.歌手编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.歌手姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.地区 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnExit);
- this.groupBox1.Controls.Add(this.btnDel);
- this.groupBox1.Controls.Add(this.btnUpdate);
- this.groupBox1.Controls.Add(this.btnSelect);
- this.groupBox1.Controls.Add(this.cmbDiQu);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.cmbSex);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.txtName);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(542, 110);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "歌手查找";
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(443, 66);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(75, 23);
- this.btnExit.TabIndex = 9;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnDel
- //
- this.btnDel.Location = new System.Drawing.Point(343, 66);
- this.btnDel.Name = "btnDel";
- this.btnDel.Size = new System.Drawing.Size(75, 23);
- this.btnDel.TabIndex = 8;
- this.btnDel.Text = "删除";
- this.btnDel.UseVisualStyleBackColor = true;
- this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
- //
- // btnUpdate
- //
- this.btnUpdate.Location = new System.Drawing.Point(443, 29);
- this.btnUpdate.Name = "btnUpdate";
- this.btnUpdate.Size = new System.Drawing.Size(75, 23);
- this.btnUpdate.TabIndex = 7;
- this.btnUpdate.Text = "修改";
- this.btnUpdate.UseVisualStyleBackColor = true;
- this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
- //
- // btnSelect
- //
- this.btnSelect.Location = new System.Drawing.Point(343, 29);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(75, 23);
- this.btnSelect.TabIndex = 6;
- this.btnSelect.Text = "查找";
- this.btnSelect.UseVisualStyleBackColor = true;
- this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
- //
- // cmbDiQu
- //
- this.cmbDiQu.FormattingEnabled = true;
- this.cmbDiQu.Items.AddRange(new object[] {
- "内地",
- "港台",
- "日韩",
- "欧美"});
- this.cmbDiQu.Location = new System.Drawing.Point(207, 70);
- this.cmbDiQu.Name = "cmbDiQu";
- this.cmbDiQu.Size = new System.Drawing.Size(73, 20);
- this.cmbDiQu.TabIndex = 5;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(172, 73);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "地区:";
- //
- // cmbSex
- //
- this.cmbSex.FormattingEnabled = true;
- this.cmbSex.Items.AddRange(new object[] {
- "男",
- "女",
- "乐队"});
- this.cmbSex.Location = new System.Drawing.Point(76, 69);
- this.cmbSex.Name = "cmbSex";
- this.cmbSex.Size = new System.Drawing.Size(73, 20);
- this.cmbSex.TabIndex = 3;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(38, 72);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "类型:";
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(91, 31);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(100, 21);
- this.txtName.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(35, 34);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "歌手姓名:";
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.歌手编号,
- this.歌手姓名,
- this.性别,
- this.地区});
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(0, 110);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(542, 248);
- this.dataGridView1.TabIndex = 1;
- this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
- //
- // 歌手编号
- //
- this.歌手编号.DataPropertyName = "歌手编号";
- this.歌手编号.HeaderText = "歌手编号";
- this.歌手编号.Name = "歌手编号";
- this.歌手编号.ReadOnly = true;
- this.歌手编号.Visible = false;
- //
- // 歌手姓名
- //
- this.歌手姓名.DataPropertyName = "歌手姓名";
- this.歌手姓名.HeaderText = "歌手姓名";
- this.歌手姓名.Name = "歌手姓名";
- this.歌手姓名.ReadOnly = true;
- //
- // 性别
- //
- this.性别.DataPropertyName = "性别";
- this.性别.HeaderText = "类型";
- this.性别.Name = "性别";
- this.性别.ReadOnly = true;
- //
- // 地区
- //
- this.地区.DataPropertyName = "地区";
- this.地区.HeaderText = "地区";
- this.地区.Name = "地区";
- this.地区.ReadOnly = true;
- //
- // FrmGeShouAdmin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(542, 358);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmGeShouAdmin";
- this.Text = "歌手管理";
- this.Load += new System.EventHandler(this.FrmGeShouAdmin_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌手编号;
- private System.Windows.Forms.DataGridViewTextBoxColumn 歌手姓名;
- private System.Windows.Forms.DataGridViewTextBoxColumn 性别;
- private System.Windows.Forms.DataGridViewTextBoxColumn 地区;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.Button btnDel;
- private System.Windows.Forms.Button btnUpdate;
- private System.Windows.Forms.Button btnSelect;
- private System.Windows.Forms.ComboBox cmbDiQu;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbSex;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label1;
- }
- }