FrmXuanZe.Designer.cs
资源名称:KTV.rar [点击查看]
上传用户:fzwcsgshou
上传日期:2022-07-30
资源大小:28414k
文件大小:8k
源码类别:
行业应用
开发平台:
Visual C++
- namespace KTV
- {
- partial class FrmXuanZe
- {
- /// <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.GeShou = new System.Windows.Forms.PictureBox();
- this.PinYin = new System.Windows.Forms.PictureBox();
- this.YuYan = new System.Windows.Forms.PictureBox();
- this.LeiBie = new System.Windows.Forms.PictureBox();
- this.ShuZi = new System.Windows.Forms.PictureBox();
- this.PaiHangBang = new System.Windows.Forms.PictureBox();
- this.YiDianGeQu = new System.Windows.Forms.PictureBox();
- this.FuWu = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.GeShou)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PinYin)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.YuYan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.LeiBie)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ShuZi)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PaiHangBang)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.YiDianGeQu)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.FuWu)).BeginInit();
- this.SuspendLayout();
- //
- // GeShou
- //
- this.GeShou.BackColor = System.Drawing.Color.Transparent;
- this.GeShou.Location = new System.Drawing.Point(104, 175);
- this.GeShou.Name = "GeShou";
- this.GeShou.Size = new System.Drawing.Size(238, 65);
- this.GeShou.TabIndex = 0;
- this.GeShou.TabStop = false;
- this.GeShou.Click += new System.EventHandler(this.GeShou_Click);
- //
- // PinYin
- //
- this.PinYin.BackColor = System.Drawing.Color.Transparent;
- this.PinYin.Location = new System.Drawing.Point(452, 176);
- this.PinYin.Name = "PinYin";
- this.PinYin.Size = new System.Drawing.Size(238, 65);
- this.PinYin.TabIndex = 1;
- this.PinYin.TabStop = false;
- this.PinYin.Click += new System.EventHandler(this.PinYin_Click);
- //
- // YuYan
- //
- this.YuYan.BackColor = System.Drawing.Color.Transparent;
- this.YuYan.Location = new System.Drawing.Point(104, 297);
- this.YuYan.Name = "YuYan";
- this.YuYan.Size = new System.Drawing.Size(238, 65);
- this.YuYan.TabIndex = 2;
- this.YuYan.TabStop = false;
- this.YuYan.Click += new System.EventHandler(this.YuYan_Click);
- //
- // LeiBie
- //
- this.LeiBie.BackColor = System.Drawing.Color.Transparent;
- this.LeiBie.Location = new System.Drawing.Point(452, 297);
- this.LeiBie.Name = "LeiBie";
- this.LeiBie.Size = new System.Drawing.Size(238, 65);
- this.LeiBie.TabIndex = 3;
- this.LeiBie.TabStop = false;
- this.LeiBie.Click += new System.EventHandler(this.LeiBie_Click);
- //
- // ShuZi
- //
- this.ShuZi.BackColor = System.Drawing.Color.Transparent;
- this.ShuZi.Location = new System.Drawing.Point(104, 420);
- this.ShuZi.Name = "ShuZi";
- this.ShuZi.Size = new System.Drawing.Size(238, 65);
- this.ShuZi.TabIndex = 4;
- this.ShuZi.TabStop = false;
- this.ShuZi.Click += new System.EventHandler(this.ShuZi_Click);
- //
- // PaiHangBang
- //
- this.PaiHangBang.BackColor = System.Drawing.Color.Transparent;
- this.PaiHangBang.Location = new System.Drawing.Point(452, 420);
- this.PaiHangBang.Name = "PaiHangBang";
- this.PaiHangBang.Size = new System.Drawing.Size(238, 65);
- this.PaiHangBang.TabIndex = 5;
- this.PaiHangBang.TabStop = false;
- this.PaiHangBang.Click += new System.EventHandler(this.PaiHangBang_Click);
- //
- // YiDianGeQu
- //
- this.YiDianGeQu.BackColor = System.Drawing.Color.Transparent;
- this.YiDianGeQu.Location = new System.Drawing.Point(393, 508);
- this.YiDianGeQu.Name = "YiDianGeQu";
- this.YiDianGeQu.Size = new System.Drawing.Size(119, 44);
- this.YiDianGeQu.TabIndex = 6;
- this.YiDianGeQu.TabStop = false;
- this.YiDianGeQu.Click += new System.EventHandler(this.YiDianGeQu_Click);
- //
- // FuWu
- //
- this.FuWu.BackColor = System.Drawing.Color.Transparent;
- this.FuWu.Location = new System.Drawing.Point(571, 508);
- this.FuWu.Name = "FuWu";
- this.FuWu.Size = new System.Drawing.Size(119, 44);
- this.FuWu.TabIndex = 7;
- this.FuWu.TabStop = false;
- this.FuWu.Click += new System.EventHandler(this.FuWu_Click);
- //
- // FrmXuanZe
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::KTV.Properties.Resources.KTV;
- this.ClientSize = new System.Drawing.Size(800, 600);
- this.Controls.Add(this.FuWu);
- this.Controls.Add(this.YiDianGeQu);
- this.Controls.Add(this.PaiHangBang);
- this.Controls.Add(this.ShuZi);
- this.Controls.Add(this.LeiBie);
- this.Controls.Add(this.YuYan);
- this.Controls.Add(this.PinYin);
- this.Controls.Add(this.GeShou);
- this.Name = "FrmXuanZe";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "查询选择";
- this.Load += new System.EventHandler(this.FrmXuanZe_Load);
- ((System.ComponentModel.ISupportInitialize)(this.GeShou)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PinYin)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.YuYan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.LeiBie)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ShuZi)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PaiHangBang)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.YiDianGeQu)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.FuWu)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox GeShou;
- private System.Windows.Forms.PictureBox PinYin;
- private System.Windows.Forms.PictureBox YuYan;
- private System.Windows.Forms.PictureBox LeiBie;
- private System.Windows.Forms.PictureBox ShuZi;
- private System.Windows.Forms.PictureBox PaiHangBang;
- private System.Windows.Forms.PictureBox YiDianGeQu;
- private System.Windows.Forms.PictureBox FuWu;
- }
- }