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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmGeShou
  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.QuanBu = new System.Windows.Forms.PictureBox();
  29.             this.DiQu = new System.Windows.Forms.PictureBox();
  30.             this.XinBie = new System.Windows.Forms.PictureBox();
  31.             this.FanHui = new System.Windows.Forms.PictureBox();
  32.             ((System.ComponentModel.ISupportInitialize)(this.QuanBu)).BeginInit();
  33.             ((System.ComponentModel.ISupportInitialize)(this.DiQu)).BeginInit();
  34.             ((System.ComponentModel.ISupportInitialize)(this.XinBie)).BeginInit();
  35.             ((System.ComponentModel.ISupportInitialize)(this.FanHui)).BeginInit();
  36.             this.SuspendLayout();
  37.             // 
  38.             // QuanBu
  39.             // 
  40.             this.QuanBu.BackColor = System.Drawing.Color.Transparent;
  41.             this.QuanBu.Location = new System.Drawing.Point(126, 291);
  42.             this.QuanBu.Name = "QuanBu";
  43.             this.QuanBu.Size = new System.Drawing.Size(238, 65);
  44.             this.QuanBu.TabIndex = 1;
  45.             this.QuanBu.TabStop = false;
  46.             this.QuanBu.Click += new System.EventHandler(this.QuanBu_Click);
  47.             // 
  48.             // DiQu
  49.             // 
  50.             this.DiQu.BackColor = System.Drawing.Color.Transparent;
  51.             this.DiQu.Location = new System.Drawing.Point(474, 291);
  52.             this.DiQu.Name = "DiQu";
  53.             this.DiQu.Size = new System.Drawing.Size(238, 65);
  54.             this.DiQu.TabIndex = 3;
  55.             this.DiQu.TabStop = false;
  56.             this.DiQu.Click += new System.EventHandler(this.DiQu_Click);
  57.             // 
  58.             // XinBie
  59.             // 
  60.             this.XinBie.BackColor = System.Drawing.Color.Transparent;
  61.             this.XinBie.Location = new System.Drawing.Point(291, 409);
  62.             this.XinBie.Name = "XinBie";
  63.             this.XinBie.Size = new System.Drawing.Size(238, 65);
  64.             this.XinBie.TabIndex = 4;
  65.             this.XinBie.TabStop = false;
  66.             this.XinBie.Click += new System.EventHandler(this.XinBie_Click);
  67.             // 
  68.             // FanHui
  69.             // 
  70.             this.FanHui.BackColor = System.Drawing.Color.Transparent;
  71.             this.FanHui.Location = new System.Drawing.Point(596, 534);
  72.             this.FanHui.Name = "FanHui";
  73.             this.FanHui.Size = new System.Drawing.Size(116, 41);
  74.             this.FanHui.TabIndex = 5;
  75.             this.FanHui.TabStop = false;
  76.             // 
  77.             // FrmGeShou
  78.             // 
  79.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  80.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  81.             this.BackgroundImage = global::KTV.Properties.Resources.歌手1;
  82.             this.ClientSize = new System.Drawing.Size(800, 600);
  83.             this.Controls.Add(this.FanHui);
  84.             this.Controls.Add(this.XinBie);
  85.             this.Controls.Add(this.DiQu);
  86.             this.Controls.Add(this.QuanBu);
  87.             this.Name = "FrmGeShou";
  88.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  89.             this.Text = "歌手查询";
  90.             ((System.ComponentModel.ISupportInitialize)(this.QuanBu)).EndInit();
  91.             ((System.ComponentModel.ISupportInitialize)(this.DiQu)).EndInit();
  92.             ((System.ComponentModel.ISupportInitialize)(this.XinBie)).EndInit();
  93.             ((System.ComponentModel.ISupportInitialize)(this.FanHui)).EndInit();
  94.             this.ResumeLayout(false);
  95.         }
  96.         #endregion
  97.         private System.Windows.Forms.PictureBox QuanBu;
  98.         private System.Windows.Forms.PictureBox DiQu;
  99.         private System.Windows.Forms.PictureBox XinBie;
  100.         private System.Windows.Forms.PictureBox FanHui;
  101.     }
  102. }