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

📄 form1.designer.cs

📁 以构建的方式来实现对通用的查询统计
💻 CS
字号:
namespace dist.hb.EnvQueryStat
{
  partial class Form1
  {
    /// <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.btnSet = new System.Windows.Forms.Button();
      this.btnQuery = new System.Windows.Forms.Button();
      this.button1 = new System.Windows.Forms.Button();
      this.btnTest = new System.Windows.Forms.Button();
      this.textBox1_QueryCode = new System.Windows.Forms.TextBox();
      this.label1 = new System.Windows.Forms.Label();
      this.button2 = new System.Windows.Forms.Button();
      this.treeView1 = new System.Windows.Forms.TreeView();
      this.SuspendLayout();
      // 
      // btnSet
      // 
      this.btnSet.Location = new System.Drawing.Point(12, 12);
      this.btnSet.Name = "btnSet";
      this.btnSet.Size = new System.Drawing.Size(75, 23);
      this.btnSet.TabIndex = 0;
      this.btnSet.Text = "参数设定";
      this.btnSet.UseVisualStyleBackColor = true;
      this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
      // 
      // btnQuery
      // 
      this.btnQuery.Location = new System.Drawing.Point(13, 143);
      this.btnQuery.Name = "btnQuery";
      this.btnQuery.Size = new System.Drawing.Size(75, 23);
      this.btnQuery.TabIndex = 0;
      this.btnQuery.Text = "查询";
      this.btnQuery.UseVisualStyleBackColor = true;
      this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
      // 
      // button1
      // 
      this.button1.Location = new System.Drawing.Point(13, 257);
      this.button1.Name = "button1";
      this.button1.Size = new System.Drawing.Size(75, 23);
      this.button1.TabIndex = 1;
      this.button1.Text = "地图";
      this.button1.UseVisualStyleBackColor = true;
      this.button1.Click += new System.EventHandler(this.button1_Click);
      // 
      // btnTest
      // 
      this.btnTest.Location = new System.Drawing.Point(13, 286);
      this.btnTest.Name = "btnTest";
      this.btnTest.Size = new System.Drawing.Size(75, 23);
      this.btnTest.TabIndex = 2;
      this.btnTest.Text = "临时测试";
      this.btnTest.UseVisualStyleBackColor = true;
      this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
      // 
      // textBox1_QueryCode
      // 
      this.textBox1_QueryCode.Location = new System.Drawing.Point(13, 116);
      this.textBox1_QueryCode.Name = "textBox1_QueryCode";
      this.textBox1_QueryCode.Size = new System.Drawing.Size(74, 21);
      this.textBox1_QueryCode.TabIndex = 3;
      this.textBox1_QueryCode.Text = "3";
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(13, 98);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(53, 12);
      this.label1.TabIndex = 4;
      this.label1.Text = "查询编号";
      // 
      // button2
      // 
      this.button2.Location = new System.Drawing.Point(368, 312);
      this.button2.Name = "button2";
      this.button2.Size = new System.Drawing.Size(75, 23);
      this.button2.TabIndex = 2;
      this.button2.Text = "IE";
      this.button2.UseVisualStyleBackColor = true;
      this.button2.Click += new System.EventHandler(this.button2_Click);
      // 
      // treeView1
      // 
      this.treeView1.Location = new System.Drawing.Point(173, 40);
      this.treeView1.Name = "treeView1";
      this.treeView1.Size = new System.Drawing.Size(245, 221);
      this.treeView1.TabIndex = 5;
      // 
      // Form1
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(455, 347);
      this.Controls.Add(this.treeView1);
      this.Controls.Add(this.label1);
      this.Controls.Add(this.textBox1_QueryCode);
      this.Controls.Add(this.button2);
      this.Controls.Add(this.btnTest);
      this.Controls.Add(this.button1);
      this.Controls.Add(this.btnQuery);
      this.Controls.Add(this.btnSet);
      this.Name = "Form1";
      this.Text = "Form1";
      this.Load += new System.EventHandler(this.Form1_Load);
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.Button btnSet;
    private System.Windows.Forms.Button btnQuery;
    private System.Windows.Forms.Button button1;
    private System.Windows.Forms.Button btnTest;
    private System.Windows.Forms.TextBox textBox1_QueryCode;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.Button button2;
    private System.Windows.Forms.TreeView treeView1;
  }
}

⌨️ 快捷键说明

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