FrmGeShouAdd.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:7k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTVAdmin.GeShouGuanLi
- {
- partial class FrmGeShouAdd
- {
- /// <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.btnAdd = new System.Windows.Forms.Button();
- this.cmbDiQu = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbSex = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnExit);
- this.groupBox1.Controls.Add(this.btnAdd);
- this.groupBox1.Controls.Add(this.cmbDiQu);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.cmbSex);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.txtName);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.groupBox1.Location = new System.Drawing.Point(125, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(207, 268);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- //
- // btnExit
- //
- this.btnExit.Location = new System.Drawing.Point(120, 233);
- this.btnExit.Name = "btnExit";
- this.btnExit.Size = new System.Drawing.Size(75, 23);
- this.btnExit.TabIndex = 8;
- this.btnExit.Text = "退出";
- this.btnExit.UseVisualStyleBackColor = true;
- this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
- //
- // btnAdd
- //
- this.btnAdd.Location = new System.Drawing.Point(21, 233);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(75, 23);
- this.btnAdd.TabIndex = 7;
- this.btnAdd.Text = "添加";
- this.btnAdd.UseVisualStyleBackColor = true;
- this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
- //
- // cmbDiQu
- //
- this.cmbDiQu.FormattingEnabled = true;
- this.cmbDiQu.Items.AddRange(new object[] {
- "内地",
- "港台",
- "日韩",
- "欧美"});
- this.cmbDiQu.Location = new System.Drawing.Point(81, 189);
- this.cmbDiQu.Name = "cmbDiQu";
- this.cmbDiQu.Size = new System.Drawing.Size(101, 20);
- this.cmbDiQu.TabIndex = 6;
- this.cmbDiQu.Text = "内地";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(19, 192);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 5;
- this.label4.Text = "地 区:";
- //
- // cmbSex
- //
- this.cmbSex.FormattingEnabled = true;
- this.cmbSex.Items.AddRange(new object[] {
- "男",
- "女",
- "乐队"});
- this.cmbSex.Location = new System.Drawing.Point(81, 149);
- this.cmbSex.Name = "cmbSex";
- this.cmbSex.Size = new System.Drawing.Size(101, 20);
- this.cmbSex.TabIndex = 4;
- this.cmbSex.Text = "男";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(19, 152);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 12);
- this.label3.TabIndex = 3;
- this.label3.Text = "歌手性别:";
- //
- // txtName
- //
- this.txtName.Location = new System.Drawing.Point(82, 103);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(100, 21);
- this.txtName.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(19, 106);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(59, 12);
- this.label2.TabIndex = 1;
- this.label2.Text = "歌手姓名:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("华文楷体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(6, 33);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(195, 33);
- this.label1.TabIndex = 0;
- this.label1.Text = "歌手信息添加";
- //
- // FrmGeShouAdd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(332, 268);
- this.Controls.Add(this.groupBox1);
- this.Name = "FrmGeShouAdd";
- this.Text = "歌手信息添加";
- this.Load += new System.EventHandler(this.FrmGeShouAdd_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox cmbDiQu;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cmbSex;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnExit;
- private System.Windows.Forms.Button btnAdd;
- }
- }