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

行业应用

开发平台:

Visual C++

  1. namespace KTV
  2. {
  3.     partial class FrmDiQu
  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.PNeiDiNan = new System.Windows.Forms.PictureBox();
  29.             this.PNeiDiNv = new System.Windows.Forms.PictureBox();
  30.             this.PGangTaiNan = new System.Windows.Forms.PictureBox();
  31.             this.PGangTaiNv = new System.Windows.Forms.PictureBox();
  32.             this.PRiHan = new System.Windows.Forms.PictureBox();
  33.             this.POuMei = new System.Windows.Forms.PictureBox();
  34.             this.PFanHui = new System.Windows.Forms.PictureBox();
  35.             ((System.ComponentModel.ISupportInitialize)(this.PNeiDiNan)).BeginInit();
  36.             ((System.ComponentModel.ISupportInitialize)(this.PNeiDiNv)).BeginInit();
  37.             ((System.ComponentModel.ISupportInitialize)(this.PGangTaiNan)).BeginInit();
  38.             ((System.ComponentModel.ISupportInitialize)(this.PGangTaiNv)).BeginInit();
  39.             ((System.ComponentModel.ISupportInitialize)(this.PRiHan)).BeginInit();
  40.             ((System.ComponentModel.ISupportInitialize)(this.POuMei)).BeginInit();
  41.             ((System.ComponentModel.ISupportInitialize)(this.PFanHui)).BeginInit();
  42.             this.SuspendLayout();
  43.             // 
  44.             // PNeiDiNan
  45.             // 
  46.             this.PNeiDiNan.BackColor = System.Drawing.Color.Transparent;
  47.             this.PNeiDiNan.Location = new System.Drawing.Point(56, 238);
  48.             this.PNeiDiNan.Name = "PNeiDiNan";
  49.             this.PNeiDiNan.Size = new System.Drawing.Size(304, 60);
  50.             this.PNeiDiNan.TabIndex = 0;
  51.             this.PNeiDiNan.TabStop = false;
  52.             this.PNeiDiNan.Click += new System.EventHandler(this.PNeiDiNan_Click);
  53.             // 
  54.             // PNeiDiNv
  55.             // 
  56.             this.PNeiDiNv.BackColor = System.Drawing.Color.Transparent;
  57.             this.PNeiDiNv.Location = new System.Drawing.Point(431, 238);
  58.             this.PNeiDiNv.Name = "PNeiDiNv";
  59.             this.PNeiDiNv.Size = new System.Drawing.Size(304, 60);
  60.             this.PNeiDiNv.TabIndex = 1;
  61.             this.PNeiDiNv.TabStop = false;
  62.             this.PNeiDiNv.Click += new System.EventHandler(this.PNeiDiNv_Click);
  63.             // 
  64.             // PGangTaiNan
  65.             // 
  66.             this.PGangTaiNan.BackColor = System.Drawing.Color.Transparent;
  67.             this.PGangTaiNan.Location = new System.Drawing.Point(56, 327);
  68.             this.PGangTaiNan.Name = "PGangTaiNan";
  69.             this.PGangTaiNan.Size = new System.Drawing.Size(304, 60);
  70.             this.PGangTaiNan.TabIndex = 2;
  71.             this.PGangTaiNan.TabStop = false;
  72.             this.PGangTaiNan.Click += new System.EventHandler(this.PGangTaiNan_Click);
  73.             // 
  74.             // PGangTaiNv
  75.             // 
  76.             this.PGangTaiNv.BackColor = System.Drawing.Color.Transparent;
  77.             this.PGangTaiNv.Location = new System.Drawing.Point(431, 325);
  78.             this.PGangTaiNv.Name = "PGangTaiNv";
  79.             this.PGangTaiNv.Size = new System.Drawing.Size(304, 60);
  80.             this.PGangTaiNv.TabIndex = 3;
  81.             this.PGangTaiNv.TabStop = false;
  82.             this.PGangTaiNv.Click += new System.EventHandler(this.PGangTaiNv_Click);
  83.             // 
  84.             // PRiHan
  85.             // 
  86.             this.PRiHan.BackColor = System.Drawing.Color.Transparent;
  87.             this.PRiHan.Location = new System.Drawing.Point(56, 421);
  88.             this.PRiHan.Name = "PRiHan";
  89.             this.PRiHan.Size = new System.Drawing.Size(304, 60);
  90.             this.PRiHan.TabIndex = 4;
  91.             this.PRiHan.TabStop = false;
  92.             this.PRiHan.Click += new System.EventHandler(this.PRiHan_Click);
  93.             // 
  94.             // POuMei
  95.             // 
  96.             this.POuMei.BackColor = System.Drawing.Color.Transparent;
  97.             this.POuMei.Location = new System.Drawing.Point(431, 421);
  98.             this.POuMei.Name = "POuMei";
  99.             this.POuMei.Size = new System.Drawing.Size(304, 60);
  100.             this.POuMei.TabIndex = 5;
  101.             this.POuMei.TabStop = false;
  102.             this.POuMei.Click += new System.EventHandler(this.POuMei_Click);
  103.             // 
  104.             // PFanHui
  105.             // 
  106.             this.PFanHui.BackColor = System.Drawing.Color.Transparent;
  107.             this.PFanHui.Location = new System.Drawing.Point(614, 534);
  108.             this.PFanHui.Name = "PFanHui";
  109.             this.PFanHui.Size = new System.Drawing.Size(121, 43);
  110.             this.PFanHui.TabIndex = 6;
  111.             this.PFanHui.TabStop = false;
  112.             // 
  113.             // FrmDiQu
  114.             // 
  115.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  116.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117.             this.BackgroundImage = global::KTV.Properties.Resources.地区;
  118.             this.ClientSize = new System.Drawing.Size(800, 600);
  119.             this.Controls.Add(this.PFanHui);
  120.             this.Controls.Add(this.POuMei);
  121.             this.Controls.Add(this.PRiHan);
  122.             this.Controls.Add(this.PGangTaiNv);
  123.             this.Controls.Add(this.PGangTaiNan);
  124.             this.Controls.Add(this.PNeiDiNv);
  125.             this.Controls.Add(this.PNeiDiNan);
  126.             this.Name = "FrmDiQu";
  127.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  128.             this.Text = "按地区查询";
  129.             this.Load += new System.EventHandler(this.FrmDiQu_Load);
  130.             ((System.ComponentModel.ISupportInitialize)(this.PNeiDiNan)).EndInit();
  131.             ((System.ComponentModel.ISupportInitialize)(this.PNeiDiNv)).EndInit();
  132.             ((System.ComponentModel.ISupportInitialize)(this.PGangTaiNan)).EndInit();
  133.             ((System.ComponentModel.ISupportInitialize)(this.PGangTaiNv)).EndInit();
  134.             ((System.ComponentModel.ISupportInitialize)(this.PRiHan)).EndInit();
  135.             ((System.ComponentModel.ISupportInitialize)(this.POuMei)).EndInit();
  136.             ((System.ComponentModel.ISupportInitialize)(this.PFanHui)).EndInit();
  137.             this.ResumeLayout(false);
  138.         }
  139.         #endregion
  140.         private System.Windows.Forms.PictureBox PNeiDiNan;
  141.         private System.Windows.Forms.PictureBox PNeiDiNv;
  142.         private System.Windows.Forms.PictureBox PGangTaiNan;
  143.         private System.Windows.Forms.PictureBox PGangTaiNv;
  144.         private System.Windows.Forms.PictureBox PRiHan;
  145.         private System.Windows.Forms.PictureBox POuMei;
  146.         private System.Windows.Forms.PictureBox PFanHui;
  147.     }
  148. }