⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmselectxxqhbyatt.designer.cs

📁 以构建的方式来实现对通用的查询统计
💻 CS
字号:
namespace dist.hb.EnvQueryStat.Pub
{
  partial class frmSelectXXQHbyATT
  {
    /// <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()
    {
      System.Windows.Forms.TreeNode treeNode21 = new System.Windows.Forms.TreeNode("节点1");
      System.Windows.Forms.TreeNode treeNode22 = new System.Windows.Forms.TreeNode("节点2");
      System.Windows.Forms.TreeNode treeNode23 = new System.Windows.Forms.TreeNode("节点3");
      System.Windows.Forms.TreeNode treeNode24 = new System.Windows.Forms.TreeNode("节点4");
      System.Windows.Forms.TreeNode treeNode25 = new System.Windows.Forms.TreeNode("节点0", new System.Windows.Forms.TreeNode[] {
            treeNode21,
            treeNode22,
            treeNode23,
            treeNode24});
      this.treeView1 = new System.Windows.Forms.TreeView();
      this.btnFlash = new System.Windows.Forms.Button();
      this.btnPan = new System.Windows.Forms.Button();
      this.btnOK = new System.Windows.Forms.Button();
      this.btnCancel = new System.Windows.Forms.Button();
      this.btnZoom = new System.Windows.Forms.Button();
      this.SuspendLayout();
      // 
      // treeView1
      // 
      this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.treeView1.CheckBoxes = true;
      this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
      this.treeView1.HideSelection = false;
      this.treeView1.ItemHeight = 20;
      this.treeView1.Location = new System.Drawing.Point(0, 0);
      this.treeView1.Name = "treeView1";
      treeNode21.Checked = true;
      treeNode21.Name = "节点1";
      treeNode21.Text = "节点1";
      treeNode22.Checked = true;
      treeNode22.Name = "节点2";
      treeNode22.Text = "节点2";
      treeNode23.Checked = true;
      treeNode23.Name = "节点3";
      treeNode23.Text = "节点3";
      treeNode24.Checked = true;
      treeNode24.Name = "节点4";
      treeNode24.Text = "节点4";
      treeNode25.Name = "节点0";
      treeNode25.Text = "节点0";
      this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode25});
      this.treeView1.Size = new System.Drawing.Size(260, 355);
      this.treeView1.TabIndex = 2;
      this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
      // 
      // btnFlash
      // 
      this.btnFlash.Location = new System.Drawing.Point(266, 53);
      this.btnFlash.Name = "btnFlash";
      this.btnFlash.Size = new System.Drawing.Size(75, 23);
      this.btnFlash.TabIndex = 3;
      this.btnFlash.Text = "闪烁";
      this.btnFlash.UseVisualStyleBackColor = true;
      this.btnFlash.Click += new System.EventHandler(this.btnFlash_Click);
      // 
      // btnPan
      // 
      this.btnPan.Location = new System.Drawing.Point(266, 82);
      this.btnPan.Name = "btnPan";
      this.btnPan.Size = new System.Drawing.Size(75, 23);
      this.btnPan.TabIndex = 3;
      this.btnPan.Text = "平移到选择";
      this.btnPan.UseVisualStyleBackColor = true;
      this.btnPan.Click += new System.EventHandler(this.btnPan_Click);
      // 
      // btnOK
      // 
      this.btnOK.Location = new System.Drawing.Point(266, 160);
      this.btnOK.Name = "btnOK";
      this.btnOK.Size = new System.Drawing.Size(75, 23);
      this.btnOK.TabIndex = 3;
      this.btnOK.Text = "确定";
      this.btnOK.UseVisualStyleBackColor = true;
      this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
      // 
      // btnCancel
      // 
      this.btnCancel.Location = new System.Drawing.Point(266, 189);
      this.btnCancel.Name = "btnCancel";
      this.btnCancel.Size = new System.Drawing.Size(75, 23);
      this.btnCancel.TabIndex = 3;
      this.btnCancel.Text = "取消";
      this.btnCancel.UseVisualStyleBackColor = true;
      this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
      // 
      // btnZoom
      // 
      this.btnZoom.Location = new System.Drawing.Point(266, 111);
      this.btnZoom.Name = "btnZoom";
      this.btnZoom.Size = new System.Drawing.Size(75, 23);
      this.btnZoom.TabIndex = 3;
      this.btnZoom.Text = "缩放到选择";
      this.btnZoom.UseVisualStyleBackColor = true;
      this.btnZoom.Click += new System.EventHandler(this.btnZoom_Click);
      // 
      // frmSelectXXQHbyATT
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(352, 355);
      this.Controls.Add(this.btnCancel);
      this.Controls.Add(this.btnZoom);
      this.Controls.Add(this.btnOK);
      this.Controls.Add(this.btnPan);
      this.Controls.Add(this.btnFlash);
      this.Controls.Add(this.treeView1);
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Name = "frmSelectXXQHbyATT";
      this.Text = "选择行政区划";
      this.Load += new System.EventHandler(this.frmSelectXXQHbyATT_Load);
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.TreeView treeView1;
    private System.Windows.Forms.Button btnFlash;
    private System.Windows.Forms.Button btnPan;
    private System.Windows.Forms.Button btnOK;
    private System.Windows.Forms.Button btnCancel;
    private System.Windows.Forms.Button btnZoom;

  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -