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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmSex
  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.pNan = new System.Windows.Forms.PictureBox();
  29.             this.pNv = new System.Windows.Forms.PictureBox();
  30.             this.pYueDui = new System.Windows.Forms.PictureBox();
  31.             ((System.ComponentModel.ISupportInitialize)(this.pNan)).BeginInit();
  32.             ((System.ComponentModel.ISupportInitialize)(this.pNv)).BeginInit();
  33.             ((System.ComponentModel.ISupportInitialize)(this.pYueDui)).BeginInit();
  34.             this.SuspendLayout();
  35.             // 
  36.             // pNan
  37.             // 
  38.             this.pNan.BackColor = System.Drawing.Color.Transparent;
  39.             this.pNan.Location = new System.Drawing.Point(127, 290);
  40.             this.pNan.Name = "pNan";
  41.             this.pNan.Size = new System.Drawing.Size(238, 67);
  42.             this.pNan.TabIndex = 0;
  43.             this.pNan.TabStop = false;
  44.             this.pNan.Click += new System.EventHandler(this.pNan_Click);
  45.             // 
  46.             // pNv
  47.             // 
  48.             this.pNv.BackColor = System.Drawing.Color.Transparent;
  49.             this.pNv.Location = new System.Drawing.Point(474, 290);
  50.             this.pNv.Name = "pNv";
  51.             this.pNv.Size = new System.Drawing.Size(238, 67);
  52.             this.pNv.TabIndex = 1;
  53.             this.pNv.TabStop = false;
  54.             this.pNv.Click += new System.EventHandler(this.pNv_Click);
  55.             // 
  56.             // pYueDui
  57.             // 
  58.             this.pYueDui.BackColor = System.Drawing.Color.Transparent;
  59.             this.pYueDui.Location = new System.Drawing.Point(292, 407);
  60.             this.pYueDui.Name = "pYueDui";
  61.             this.pYueDui.Size = new System.Drawing.Size(238, 67);
  62.             this.pYueDui.TabIndex = 2;
  63.             this.pYueDui.TabStop = false;
  64.             this.pYueDui.Click += new System.EventHandler(this.pYueDui_Click);
  65.             // 
  66.             // FrmSex
  67.             // 
  68.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70.             this.BackgroundImage = global::KTV.Properties.Resources.歌手类型;
  71.             this.ClientSize = new System.Drawing.Size(800, 600);
  72.             this.Controls.Add(this.pYueDui);
  73.             this.Controls.Add(this.pNv);
  74.             this.Controls.Add(this.pNan);
  75.             this.Name = "FrmSex";
  76.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  77.             this.Text = "按歌手类型选歌";
  78.             this.Load += new System.EventHandler(this.FrmSex_Load);
  79.             ((System.ComponentModel.ISupportInitialize)(this.pNan)).EndInit();
  80.             ((System.ComponentModel.ISupportInitialize)(this.pNv)).EndInit();
  81.             ((System.ComponentModel.ISupportInitialize)(this.pYueDui)).EndInit();
  82.             this.ResumeLayout(false);
  83.         }
  84.         #endregion
  85.         private System.Windows.Forms.PictureBox pNan;
  86.         private System.Windows.Forms.PictureBox pNv;
  87.         private System.Windows.Forms.PictureBox pYueDui;
  88.     }
  89. }