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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmPinYin
  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.PA = new System.Windows.Forms.PictureBox();
  29.             this.PB = new System.Windows.Forms.PictureBox();
  30.             this.PC = new System.Windows.Forms.PictureBox();
  31.             this.PD = new System.Windows.Forms.PictureBox();
  32.             this.PE = new System.Windows.Forms.PictureBox();
  33.             this.PF = new System.Windows.Forms.PictureBox();
  34.             this.PG = new System.Windows.Forms.PictureBox();
  35.             this.PN = new System.Windows.Forms.PictureBox();
  36.             this.PM = new System.Windows.Forms.PictureBox();
  37.             this.PL = new System.Windows.Forms.PictureBox();
  38.             this.PK = new System.Windows.Forms.PictureBox();
  39.             this.PJ = new System.Windows.Forms.PictureBox();
  40.             this.PI = new System.Windows.Forms.PictureBox();
  41.             this.PH = new System.Windows.Forms.PictureBox();
  42.             this.PT = new System.Windows.Forms.PictureBox();
  43.             this.PS = new System.Windows.Forms.PictureBox();
  44.             this.PR = new System.Windows.Forms.PictureBox();
  45.             this.PQ = new System.Windows.Forms.PictureBox();
  46.             this.PP = new System.Windows.Forms.PictureBox();
  47.             this.PO = new System.Windows.Forms.PictureBox();
  48.             this.PZ = new System.Windows.Forms.PictureBox();
  49.             this.PY = new System.Windows.Forms.PictureBox();
  50.             this.PX = new System.Windows.Forms.PictureBox();
  51.             this.PW = new System.Windows.Forms.PictureBox();
  52.             this.PV = new System.Windows.Forms.PictureBox();
  53.             this.PU = new System.Windows.Forms.PictureBox();
  54.             this.FanHui = new System.Windows.Forms.PictureBox();
  55.             ((System.ComponentModel.ISupportInitialize)(this.PA)).BeginInit();
  56.             ((System.ComponentModel.ISupportInitialize)(this.PB)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.PC)).BeginInit();
  58.             ((System.ComponentModel.ISupportInitialize)(this.PD)).BeginInit();
  59.             ((System.ComponentModel.ISupportInitialize)(this.PE)).BeginInit();
  60.             ((System.ComponentModel.ISupportInitialize)(this.PF)).BeginInit();
  61.             ((System.ComponentModel.ISupportInitialize)(this.PG)).BeginInit();
  62.             ((System.ComponentModel.ISupportInitialize)(this.PN)).BeginInit();
  63.             ((System.ComponentModel.ISupportInitialize)(this.PM)).BeginInit();
  64.             ((System.ComponentModel.ISupportInitialize)(this.PL)).BeginInit();
  65.             ((System.ComponentModel.ISupportInitialize)(this.PK)).BeginInit();
  66.             ((System.ComponentModel.ISupportInitialize)(this.PJ)).BeginInit();
  67.             ((System.ComponentModel.ISupportInitialize)(this.PI)).BeginInit();
  68.             ((System.ComponentModel.ISupportInitialize)(this.PH)).BeginInit();
  69.             ((System.ComponentModel.ISupportInitialize)(this.PT)).BeginInit();
  70.             ((System.ComponentModel.ISupportInitialize)(this.PS)).BeginInit();
  71.             ((System.ComponentModel.ISupportInitialize)(this.PR)).BeginInit();
  72.             ((System.ComponentModel.ISupportInitialize)(this.PQ)).BeginInit();
  73.             ((System.ComponentModel.ISupportInitialize)(this.PP)).BeginInit();
  74.             ((System.ComponentModel.ISupportInitialize)(this.PO)).BeginInit();
  75.             ((System.ComponentModel.ISupportInitialize)(this.PZ)).BeginInit();
  76.             ((System.ComponentModel.ISupportInitialize)(this.PY)).BeginInit();
  77.             ((System.ComponentModel.ISupportInitialize)(this.PX)).BeginInit();
  78.             ((System.ComponentModel.ISupportInitialize)(this.PW)).BeginInit();
  79.             ((System.ComponentModel.ISupportInitialize)(this.PV)).BeginInit();
  80.             ((System.ComponentModel.ISupportInitialize)(this.PU)).BeginInit();
  81.             ((System.ComponentModel.ISupportInitialize)(this.FanHui)).BeginInit();
  82.             this.SuspendLayout();
  83.             // 
  84.             // PA
  85.             // 
  86.             this.PA.BackColor = System.Drawing.Color.Transparent;
  87.             this.PA.Location = new System.Drawing.Point(82, 208);
  88.             this.PA.Name = "PA";
  89.             this.PA.Size = new System.Drawing.Size(89, 74);
  90.             this.PA.TabIndex = 0;
  91.             this.PA.TabStop = false;
  92.             this.PA.Click += new System.EventHandler(this.PA_Click);
  93.             // 
  94.             // PB
  95.             // 
  96.             this.PB.BackColor = System.Drawing.Color.Transparent;
  97.             this.PB.Location = new System.Drawing.Point(171, 208);
  98.             this.PB.Name = "PB";
  99.             this.PB.Size = new System.Drawing.Size(89, 74);
  100.             this.PB.TabIndex = 1;
  101.             this.PB.TabStop = false;
  102.             this.PB.Click += new System.EventHandler(this.PB_Click);
  103.             // 
  104.             // PC
  105.             // 
  106.             this.PC.BackColor = System.Drawing.Color.Transparent;
  107.             this.PC.Location = new System.Drawing.Point(260, 208);
  108.             this.PC.Name = "PC";
  109.             this.PC.Size = new System.Drawing.Size(89, 74);
  110.             this.PC.TabIndex = 2;
  111.             this.PC.TabStop = false;
  112.             this.PC.Click += new System.EventHandler(this.PC_Click);
  113.             // 
  114.             // PD
  115.             // 
  116.             this.PD.BackColor = System.Drawing.Color.Transparent;
  117.             this.PD.Location = new System.Drawing.Point(349, 208);
  118.             this.PD.Name = "PD";
  119.             this.PD.Size = new System.Drawing.Size(89, 74);
  120.             this.PD.TabIndex = 3;
  121.             this.PD.TabStop = false;
  122.             this.PD.Click += new System.EventHandler(this.PD_Click);
  123.             // 
  124.             // PE
  125.             // 
  126.             this.PE.BackColor = System.Drawing.Color.Transparent;
  127.             this.PE.Location = new System.Drawing.Point(438, 209);
  128.             this.PE.Name = "PE";
  129.             this.PE.Size = new System.Drawing.Size(89, 74);
  130.             this.PE.TabIndex = 4;
  131.             this.PE.TabStop = false;
  132.             this.PE.Click += new System.EventHandler(this.PE_Click);
  133.             // 
  134.             // PF
  135.             // 
  136.             this.PF.BackColor = System.Drawing.Color.Transparent;
  137.             this.PF.Location = new System.Drawing.Point(526, 208);
  138.             this.PF.Name = "PF";
  139.             this.PF.Size = new System.Drawing.Size(89, 74);
  140.             this.PF.TabIndex = 5;
  141.             this.PF.TabStop = false;
  142.             this.PF.Click += new System.EventHandler(this.PF_Click);
  143.             // 
  144.             // PG
  145.             // 
  146.             this.PG.BackColor = System.Drawing.Color.Transparent;
  147.             this.PG.Location = new System.Drawing.Point(615, 208);
  148.             this.PG.Name = "PG";
  149.             this.PG.Size = new System.Drawing.Size(89, 74);
  150.             this.PG.TabIndex = 6;
  151.             this.PG.TabStop = false;
  152.             this.PG.Click += new System.EventHandler(this.PG_Click);
  153.             // 
  154.             // PN
  155.             // 
  156.             this.PN.BackColor = System.Drawing.Color.Transparent;
  157.             this.PN.Location = new System.Drawing.Point(615, 283);
  158.             this.PN.Name = "PN";
  159.             this.PN.Size = new System.Drawing.Size(89, 74);
  160.             this.PN.TabIndex = 13;
  161.             this.PN.TabStop = false;
  162.             this.PN.Click += new System.EventHandler(this.PN_Click);
  163.             // 
  164.             // PM
  165.             // 
  166.             this.PM.BackColor = System.Drawing.Color.Transparent;
  167.             this.PM.Location = new System.Drawing.Point(526, 283);
  168.             this.PM.Name = "PM";
  169.             this.PM.Size = new System.Drawing.Size(89, 74);
  170.             this.PM.TabIndex = 12;
  171.             this.PM.TabStop = false;
  172.             this.PM.Click += new System.EventHandler(this.PM_Click);
  173.             // 
  174.             // PL
  175.             // 
  176.             this.PL.BackColor = System.Drawing.Color.Transparent;
  177.             this.PL.Location = new System.Drawing.Point(438, 284);
  178.             this.PL.Name = "PL";
  179.             this.PL.Size = new System.Drawing.Size(89, 74);
  180.             this.PL.TabIndex = 11;
  181.             this.PL.TabStop = false;
  182.             this.PL.Click += new System.EventHandler(this.PL_Click);
  183.             // 
  184.             // PK
  185.             // 
  186.             this.PK.BackColor = System.Drawing.Color.Transparent;
  187.             this.PK.Location = new System.Drawing.Point(349, 283);
  188.             this.PK.Name = "PK";
  189.             this.PK.Size = new System.Drawing.Size(89, 74);
  190.             this.PK.TabIndex = 10;
  191.             this.PK.TabStop = false;
  192.             this.PK.Click += new System.EventHandler(this.PK_Click);
  193.             // 
  194.             // PJ
  195.             // 
  196.             this.PJ.BackColor = System.Drawing.Color.Transparent;
  197.             this.PJ.Location = new System.Drawing.Point(260, 283);
  198.             this.PJ.Name = "PJ";
  199.             this.PJ.Size = new System.Drawing.Size(89, 74);
  200.             this.PJ.TabIndex = 9;
  201.             this.PJ.TabStop = false;
  202.             this.PJ.Click += new System.EventHandler(this.PJ_Click);
  203.             // 
  204.             // PI
  205.             // 
  206.             this.PI.BackColor = System.Drawing.Color.Transparent;
  207.             this.PI.Location = new System.Drawing.Point(171, 283);
  208.             this.PI.Name = "PI";
  209.             this.PI.Size = new System.Drawing.Size(89, 74);
  210.             this.PI.TabIndex = 8;
  211.             this.PI.TabStop = false;
  212.             this.PI.Click += new System.EventHandler(this.PI_Click);
  213.             // 
  214.             // PH
  215.             // 
  216.             this.PH.BackColor = System.Drawing.Color.Transparent;
  217.             this.PH.Location = new System.Drawing.Point(82, 283);
  218.             this.PH.Name = "PH";
  219.             this.PH.Size = new System.Drawing.Size(89, 74);
  220.             this.PH.TabIndex = 7;
  221.             this.PH.TabStop = false;
  222.             this.PH.Click += new System.EventHandler(this.PH_Click);
  223.             // 
  224.             // PT
  225.             // 
  226.             this.PT.BackColor = System.Drawing.Color.Transparent;
  227.             this.PT.Location = new System.Drawing.Point(615, 360);
  228.             this.PT.Name = "PT";
  229.             this.PT.Size = new System.Drawing.Size(89, 74);
  230.             this.PT.TabIndex = 20;
  231.             this.PT.TabStop = false;
  232.             this.PT.Click += new System.EventHandler(this.PT_Click);
  233.             // 
  234.             // PS
  235.             // 
  236.             this.PS.BackColor = System.Drawing.Color.Transparent;
  237.             this.PS.Location = new System.Drawing.Point(526, 360);
  238.             this.PS.Name = "PS";
  239.             this.PS.Size = new System.Drawing.Size(89, 74);
  240.             this.PS.TabIndex = 19;
  241.             this.PS.TabStop = false;
  242.             this.PS.Click += new System.EventHandler(this.PS_Click);
  243.             // 
  244.             // PR
  245.             // 
  246.             this.PR.BackColor = System.Drawing.Color.Transparent;
  247.             this.PR.Location = new System.Drawing.Point(438, 361);
  248.             this.PR.Name = "PR";
  249.             this.PR.Size = new System.Drawing.Size(89, 74);
  250.             this.PR.TabIndex = 18;
  251.             this.PR.TabStop = false;
  252.             this.PR.Click += new System.EventHandler(this.PR_Click);
  253.             // 
  254.             // PQ
  255.             // 
  256.             this.PQ.BackColor = System.Drawing.Color.Transparent;
  257.             this.PQ.Location = new System.Drawing.Point(260, 360);
  258.             this.PQ.Name = "PQ";
  259.             this.PQ.Size = new System.Drawing.Size(89, 74);
  260.             this.PQ.TabIndex = 16;
  261.             this.PQ.TabStop = false;
  262.             this.PQ.Click += new System.EventHandler(this.PQ_Click);
  263.             // 
  264.             // PP
  265.             // 
  266.             this.PP.BackColor = System.Drawing.Color.Transparent;
  267.             this.PP.Location = new System.Drawing.Point(171, 360);
  268.             this.PP.Name = "PP";
  269.             this.PP.Size = new System.Drawing.Size(89, 74);
  270.             this.PP.TabIndex = 15;
  271.             this.PP.TabStop = false;
  272.             this.PP.Click += new System.EventHandler(this.PP_Click);
  273.             // 
  274.             // PO
  275.             // 
  276.             this.PO.BackColor = System.Drawing.Color.Transparent;
  277.             this.PO.Location = new System.Drawing.Point(82, 360);
  278.             this.PO.Name = "PO";
  279.             this.PO.Size = new System.Drawing.Size(89, 74);
  280.             this.PO.TabIndex = 14;
  281.             this.PO.TabStop = false;
  282.             this.PO.Click += new System.EventHandler(this.PO_Click);
  283.             // 
  284.             // PZ
  285.             // 
  286.             this.PZ.BackColor = System.Drawing.Color.Transparent;
  287.             this.PZ.Location = new System.Drawing.Point(615, 436);
  288.             this.PZ.Name = "PZ";
  289.             this.PZ.Size = new System.Drawing.Size(89, 74);
  290.             this.PZ.TabIndex = 26;
  291.             this.PZ.TabStop = false;
  292.             this.PZ.Click += new System.EventHandler(this.PZ_Click);
  293.             // 
  294.             // PY
  295.             // 
  296.             this.PY.BackColor = System.Drawing.Color.Transparent;
  297.             this.PY.Location = new System.Drawing.Point(526, 436);
  298.             this.PY.Name = "PY";
  299.             this.PY.Size = new System.Drawing.Size(89, 74);
  300.             this.PY.TabIndex = 25;
  301.             this.PY.TabStop = false;
  302.             this.PY.Click += new System.EventHandler(this.PY_Click);
  303.             // 
  304.             // PX
  305.             // 
  306.             this.PX.BackColor = System.Drawing.Color.Transparent;
  307.             this.PX.Location = new System.Drawing.Point(438, 437);
  308.             this.PX.Name = "PX";
  309.             this.PX.Size = new System.Drawing.Size(89, 74);
  310.             this.PX.TabIndex = 24;
  311.             this.PX.TabStop = false;
  312.             this.PX.Click += new System.EventHandler(this.PX_Click);
  313.             // 
  314.             // PW
  315.             // 
  316.             this.PW.BackColor = System.Drawing.Color.Transparent;
  317.             this.PW.Location = new System.Drawing.Point(260, 436);
  318.             this.PW.Name = "PW";
  319.             this.PW.Size = new System.Drawing.Size(89, 74);
  320.             this.PW.TabIndex = 23;
  321.             this.PW.TabStop = false;
  322.             this.PW.Click += new System.EventHandler(this.PW_Click);
  323.             // 
  324.             // PV
  325.             // 
  326.             this.PV.BackColor = System.Drawing.Color.Transparent;
  327.             this.PV.Location = new System.Drawing.Point(171, 436);
  328.             this.PV.Name = "PV";
  329.             this.PV.Size = new System.Drawing.Size(89, 74);
  330.             this.PV.TabIndex = 22;
  331.             this.PV.TabStop = false;
  332.             this.PV.Click += new System.EventHandler(this.PV_Click);
  333.             // 
  334.             // PU
  335.             // 
  336.             this.PU.BackColor = System.Drawing.Color.Transparent;
  337.             this.PU.Location = new System.Drawing.Point(82, 436);
  338.             this.PU.Name = "PU";
  339.             this.PU.Size = new System.Drawing.Size(89, 74);
  340.             this.PU.TabIndex = 21;
  341.             this.PU.TabStop = false;
  342.             this.PU.Click += new System.EventHandler(this.PU_Click);
  343.             // 
  344.             // FanHui
  345.             // 
  346.             this.FanHui.BackColor = System.Drawing.Color.Transparent;
  347.             this.FanHui.Location = new System.Drawing.Point(625, 530);
  348.             this.FanHui.Name = "FanHui";
  349.             this.FanHui.Size = new System.Drawing.Size(104, 47);
  350.             this.FanHui.TabIndex = 27;
  351.             this.FanHui.TabStop = false;
  352.             this.FanHui.Click += new System.EventHandler(this.FanHui_Click);
  353.             // 
  354.             // FrmPinYin
  355.             // 
  356.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  357.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  358.             this.BackgroundImage = global::KTV.Properties.Resources.字母排序1;
  359.             this.ClientSize = new System.Drawing.Size(800, 600);
  360.             this.Controls.Add(this.FanHui);
  361.             this.Controls.Add(this.PZ);
  362.             this.Controls.Add(this.PY);
  363.             this.Controls.Add(this.PX);
  364.             this.Controls.Add(this.PW);
  365.             this.Controls.Add(this.PV);
  366.             this.Controls.Add(this.PU);
  367.             this.Controls.Add(this.PT);
  368.             this.Controls.Add(this.PS);
  369.             this.Controls.Add(this.PR);
  370.             this.Controls.Add(this.PQ);
  371.             this.Controls.Add(this.PP);
  372.             this.Controls.Add(this.PO);
  373.             this.Controls.Add(this.PN);
  374.             this.Controls.Add(this.PM);
  375.             this.Controls.Add(this.PL);
  376.             this.Controls.Add(this.PK);
  377.             this.Controls.Add(this.PJ);
  378.             this.Controls.Add(this.PI);
  379.             this.Controls.Add(this.PH);
  380.             this.Controls.Add(this.PG);
  381.             this.Controls.Add(this.PF);
  382.             this.Controls.Add(this.PE);
  383.             this.Controls.Add(this.PD);
  384.             this.Controls.Add(this.PC);
  385.             this.Controls.Add(this.PB);
  386.             this.Controls.Add(this.PA);
  387.             this.Name = "FrmPinYin";
  388.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  389.             this.Text = "按首字母查询";
  390.             this.Load += new System.EventHandler(this.FrmPinYin_Load);
  391.             ((System.ComponentModel.ISupportInitialize)(this.PA)).EndInit();
  392.             ((System.ComponentModel.ISupportInitialize)(this.PB)).EndInit();
  393.             ((System.ComponentModel.ISupportInitialize)(this.PC)).EndInit();
  394.             ((System.ComponentModel.ISupportInitialize)(this.PD)).EndInit();
  395.             ((System.ComponentModel.ISupportInitialize)(this.PE)).EndInit();
  396.             ((System.ComponentModel.ISupportInitialize)(this.PF)).EndInit();
  397.             ((System.ComponentModel.ISupportInitialize)(this.PG)).EndInit();
  398.             ((System.ComponentModel.ISupportInitialize)(this.PN)).EndInit();
  399.             ((System.ComponentModel.ISupportInitialize)(this.PM)).EndInit();
  400.             ((System.ComponentModel.ISupportInitialize)(this.PL)).EndInit();
  401.             ((System.ComponentModel.ISupportInitialize)(this.PK)).EndInit();
  402.             ((System.ComponentModel.ISupportInitialize)(this.PJ)).EndInit();
  403.             ((System.ComponentModel.ISupportInitialize)(this.PI)).EndInit();
  404.             ((System.ComponentModel.ISupportInitialize)(this.PH)).EndInit();
  405.             ((System.ComponentModel.ISupportInitialize)(this.PT)).EndInit();
  406.             ((System.ComponentModel.ISupportInitialize)(this.PS)).EndInit();
  407.             ((System.ComponentModel.ISupportInitialize)(this.PR)).EndInit();
  408.             ((System.ComponentModel.ISupportInitialize)(this.PQ)).EndInit();
  409.             ((System.ComponentModel.ISupportInitialize)(this.PP)).EndInit();
  410.             ((System.ComponentModel.ISupportInitialize)(this.PO)).EndInit();
  411.             ((System.ComponentModel.ISupportInitialize)(this.PZ)).EndInit();
  412.             ((System.ComponentModel.ISupportInitialize)(this.PY)).EndInit();
  413.             ((System.ComponentModel.ISupportInitialize)(this.PX)).EndInit();
  414.             ((System.ComponentModel.ISupportInitialize)(this.PW)).EndInit();
  415.             ((System.ComponentModel.ISupportInitialize)(this.PV)).EndInit();
  416.             ((System.ComponentModel.ISupportInitialize)(this.PU)).EndInit();
  417.             ((System.ComponentModel.ISupportInitialize)(this.FanHui)).EndInit();
  418.             this.ResumeLayout(false);
  419.         }
  420.         #endregion
  421.         private System.Windows.Forms.PictureBox PA;
  422.         private System.Windows.Forms.PictureBox PB;
  423.         private System.Windows.Forms.PictureBox PC;
  424.         private System.Windows.Forms.PictureBox PD;
  425.         private System.Windows.Forms.PictureBox PE;
  426.         private System.Windows.Forms.PictureBox PF;
  427.         private System.Windows.Forms.PictureBox PG;
  428.         private System.Windows.Forms.PictureBox PN;
  429.         private System.Windows.Forms.PictureBox PM;
  430.         private System.Windows.Forms.PictureBox PL;
  431.         private System.Windows.Forms.PictureBox PK;
  432.         private System.Windows.Forms.PictureBox PJ;
  433.         private System.Windows.Forms.PictureBox PI;
  434.         private System.Windows.Forms.PictureBox PH;
  435.         private System.Windows.Forms.PictureBox PT;
  436.         private System.Windows.Forms.PictureBox PS;
  437.         private System.Windows.Forms.PictureBox PR;
  438.         private System.Windows.Forms.PictureBox PQ;
  439.         private System.Windows.Forms.PictureBox PP;
  440.         private System.Windows.Forms.PictureBox PO;
  441.         private System.Windows.Forms.PictureBox PZ;
  442.         private System.Windows.Forms.PictureBox PY;
  443.         private System.Windows.Forms.PictureBox PX;
  444.         private System.Windows.Forms.PictureBox PW;
  445.         private System.Windows.Forms.PictureBox PV;
  446.         private System.Windows.Forms.PictureBox PU;
  447.         private System.Windows.Forms.PictureBox FanHui;
  448.     }
  449. }