FrmGeShou.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:5k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTV
- {
- partial class FrmGeShou
- {
- /// <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.QuanBu = new System.Windows.Forms.PictureBox();
- this.DiQu = new System.Windows.Forms.PictureBox();
- this.XinBie = new System.Windows.Forms.PictureBox();
- this.FanHui = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.QuanBu)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DiQu)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.XinBie)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.FanHui)).BeginInit();
- this.SuspendLayout();
- //
- // QuanBu
- //
- this.QuanBu.BackColor = System.Drawing.Color.Transparent;
- this.QuanBu.Location = new System.Drawing.Point(126, 291);
- this.QuanBu.Name = "QuanBu";
- this.QuanBu.Size = new System.Drawing.Size(238, 65);
- this.QuanBu.TabIndex = 1;
- this.QuanBu.TabStop = false;
- this.QuanBu.Click += new System.EventHandler(this.QuanBu_Click);
- //
- // DiQu
- //
- this.DiQu.BackColor = System.Drawing.Color.Transparent;
- this.DiQu.Location = new System.Drawing.Point(474, 291);
- this.DiQu.Name = "DiQu";
- this.DiQu.Size = new System.Drawing.Size(238, 65);
- this.DiQu.TabIndex = 3;
- this.DiQu.TabStop = false;
- this.DiQu.Click += new System.EventHandler(this.DiQu_Click);
- //
- // XinBie
- //
- this.XinBie.BackColor = System.Drawing.Color.Transparent;
- this.XinBie.Location = new System.Drawing.Point(291, 409);
- this.XinBie.Name = "XinBie";
- this.XinBie.Size = new System.Drawing.Size(238, 65);
- this.XinBie.TabIndex = 4;
- this.XinBie.TabStop = false;
- this.XinBie.Click += new System.EventHandler(this.XinBie_Click);
- //
- // FanHui
- //
- this.FanHui.BackColor = System.Drawing.Color.Transparent;
- this.FanHui.Location = new System.Drawing.Point(596, 534);
- this.FanHui.Name = "FanHui";
- this.FanHui.Size = new System.Drawing.Size(116, 41);
- this.FanHui.TabIndex = 5;
- this.FanHui.TabStop = false;
- //
- // FrmGeShou
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::KTV.Properties.Resources.歌手1;
- this.ClientSize = new System.Drawing.Size(800, 600);
- this.Controls.Add(this.FanHui);
- this.Controls.Add(this.XinBie);
- this.Controls.Add(this.DiQu);
- this.Controls.Add(this.QuanBu);
- this.Name = "FrmGeShou";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "歌手查询";
- ((System.ComponentModel.ISupportInitialize)(this.QuanBu)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DiQu)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.XinBie)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.FanHui)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox QuanBu;
- private System.Windows.Forms.PictureBox DiQu;
- private System.Windows.Forms.PictureBox XinBie;
- private System.Windows.Forms.PictureBox FanHui;
- }
- }