FrmSex.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:4k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTV
- {
- partial class FrmSex
- {
- /// <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.pNan = new System.Windows.Forms.PictureBox();
- this.pNv = new System.Windows.Forms.PictureBox();
- this.pYueDui = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pNan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pNv)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pYueDui)).BeginInit();
- this.SuspendLayout();
- //
- // pNan
- //
- this.pNan.BackColor = System.Drawing.Color.Transparent;
- this.pNan.Location = new System.Drawing.Point(127, 290);
- this.pNan.Name = "pNan";
- this.pNan.Size = new System.Drawing.Size(238, 67);
- this.pNan.TabIndex = 0;
- this.pNan.TabStop = false;
- this.pNan.Click += new System.EventHandler(this.pNan_Click);
- //
- // pNv
- //
- this.pNv.BackColor = System.Drawing.Color.Transparent;
- this.pNv.Location = new System.Drawing.Point(474, 290);
- this.pNv.Name = "pNv";
- this.pNv.Size = new System.Drawing.Size(238, 67);
- this.pNv.TabIndex = 1;
- this.pNv.TabStop = false;
- this.pNv.Click += new System.EventHandler(this.pNv_Click);
- //
- // pYueDui
- //
- this.pYueDui.BackColor = System.Drawing.Color.Transparent;
- this.pYueDui.Location = new System.Drawing.Point(292, 407);
- this.pYueDui.Name = "pYueDui";
- this.pYueDui.Size = new System.Drawing.Size(238, 67);
- this.pYueDui.TabIndex = 2;
- this.pYueDui.TabStop = false;
- this.pYueDui.Click += new System.EventHandler(this.pYueDui_Click);
- //
- // FrmSex
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::KTV.Properties.Resources.歌手类型;
- this.ClientSize = new System.Drawing.Size(800, 600);
- this.Controls.Add(this.pYueDui);
- this.Controls.Add(this.pNv);
- this.Controls.Add(this.pNan);
- this.Name = "FrmSex";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "按歌手类型选歌";
- this.Load += new System.EventHandler(this.FrmSex_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pNan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pNv)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pYueDui)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox pNan;
- private System.Windows.Forms.PictureBox pNv;
- private System.Windows.Forms.PictureBox pYueDui;
- }
- }