FormTestInit.Designer.cs
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:15k
源码类别:

搜索引擎

开发平台:

C#

  1. namespace XunLong.HTMLMODEL.TEST
  2. {
  3.     partial class FormTestInit
  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.button1 = new System.Windows.Forms.Button();
  29.             this.textBox1 = new System.Windows.Forms.TextBox();
  30.             this.listBox1 = new System.Windows.Forms.ListBox();
  31.             this.textBox_h = new System.Windows.Forms.TextBox();
  32.             this.label14 = new System.Windows.Forms.Label();
  33.             this.textBox_t = new System.Windows.Forms.TextBox();
  34.             this.label10 = new System.Windows.Forms.Label();
  35.             this.textBox_a = new System.Windows.Forms.TextBox();
  36.             this.button4 = new System.Windows.Forms.Button();
  37.             this.textBox_e = new System.Windows.Forms.TextBox();
  38.             this.label1 = new System.Windows.Forms.Label();
  39.             this.label9 = new System.Windows.Forms.Label();
  40.             this.textBox_b = new System.Windows.Forms.TextBox();
  41.             this.label2 = new System.Windows.Forms.Label();
  42.             this.textBox_c = new System.Windows.Forms.TextBox();
  43.             this.label3 = new System.Windows.Forms.Label();
  44.             this.textBox_d = new System.Windows.Forms.TextBox();
  45.             this.label4 = new System.Windows.Forms.Label();
  46.             this.label5 = new System.Windows.Forms.Label();
  47.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  48.             this.label6 = new System.Windows.Forms.Label();
  49.             this.textBox_s = new System.Windows.Forms.TextBox();
  50.             this.textBox2 = new System.Windows.Forms.TextBox();
  51.             this.label7 = new System.Windows.Forms.Label();
  52.             this.SuspendLayout();
  53.             // 
  54.             // button1
  55.             // 
  56.             this.button1.Location = new System.Drawing.Point(250, 31);
  57.             this.button1.Name = "button1";
  58.             this.button1.Size = new System.Drawing.Size(75, 23);
  59.             this.button1.TabIndex = 0;
  60.             this.button1.Text = "Init";
  61.             this.button1.UseVisualStyleBackColor = true;
  62.             this.button1.Click += new System.EventHandler(this.button1_Click);
  63.             // 
  64.             // textBox1
  65.             // 
  66.             this.textBox1.Enabled = false;
  67.             this.textBox1.Location = new System.Drawing.Point(12, 31);
  68.             this.textBox1.Name = "textBox1";
  69.             this.textBox1.Size = new System.Drawing.Size(232, 21);
  70.             this.textBox1.TabIndex = 1;
  71.             // 
  72.             // listBox1
  73.             // 
  74.             this.listBox1.FormattingEnabled = true;
  75.             this.listBox1.ItemHeight = 12;
  76.             this.listBox1.Location = new System.Drawing.Point(12, 74);
  77.             this.listBox1.Name = "listBox1";
  78.             this.listBox1.Size = new System.Drawing.Size(99, 436);
  79.             this.listBox1.TabIndex = 2;
  80.             this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  81.             // 
  82.             // textBox_h
  83.             // 
  84.             this.textBox_h.Location = new System.Drawing.Point(401, 232);
  85.             this.textBox_h.Multiline = true;
  86.             this.textBox_h.Name = "textBox_h";
  87.             this.textBox_h.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  88.             this.textBox_h.Size = new System.Drawing.Size(311, 131);
  89.             this.textBox_h.TabIndex = 51;
  90.             // 
  91.             // label14
  92.             // 
  93.             this.label14.AutoSize = true;
  94.             this.label14.Location = new System.Drawing.Point(408, 206);
  95.             this.label14.Name = "label14";
  96.             this.label14.Size = new System.Drawing.Size(53, 12);
  97.             this.label14.TabIndex = 50;
  98.             this.label14.Text = "h HTML块";
  99.             // 
  100.             // textBox_t
  101.             // 
  102.             this.textBox_t.Location = new System.Drawing.Point(401, 387);
  103.             this.textBox_t.Multiline = true;
  104.             this.textBox_t.Name = "textBox_t";
  105.             this.textBox_t.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  106.             this.textBox_t.Size = new System.Drawing.Size(311, 41);
  107.             this.textBox_t.TabIndex = 49;
  108.             // 
  109.             // label10
  110.             // 
  111.             this.label10.AutoSize = true;
  112.             this.label10.Location = new System.Drawing.Point(408, 372);
  113.             this.label10.Name = "label10";
  114.             this.label10.Size = new System.Drawing.Size(41, 12);
  115.             this.label10.TabIndex = 48;
  116.             this.label10.Text = "t 标题";
  117.             // 
  118.             // textBox_a
  119.             // 
  120.             this.textBox_a.Location = new System.Drawing.Point(129, 70);
  121.             this.textBox_a.Multiline = true;
  122.             this.textBox_a.Name = "textBox_a";
  123.             this.textBox_a.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  124.             this.textBox_a.Size = new System.Drawing.Size(252, 127);
  125.             this.textBox_a.TabIndex = 41;
  126.             // 
  127.             // button4
  128.             // 
  129.             this.button4.Enabled = false;
  130.             this.button4.Location = new System.Drawing.Point(605, 12);
  131.             this.button4.Name = "button4";
  132.             this.button4.Size = new System.Drawing.Size(107, 27);
  133.             this.button4.TabIndex = 37;
  134.             this.button4.Text = "编辑";
  135.             this.button4.UseVisualStyleBackColor = true;
  136.             this.button4.Click += new System.EventHandler(this.button4_Click);
  137.             // 
  138.             // textBox_e
  139.             // 
  140.             this.textBox_e.Location = new System.Drawing.Point(401, 457);
  141.             this.textBox_e.Multiline = true;
  142.             this.textBox_e.Name = "textBox_e";
  143.             this.textBox_e.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  144.             this.textBox_e.Size = new System.Drawing.Size(311, 53);
  145.             this.textBox_e.TabIndex = 47;
  146.             // 
  147.             // label1
  148.             // 
  149.             this.label1.AutoSize = true;
  150.             this.label1.Location = new System.Drawing.Point(177, 55);
  151.             this.label1.Name = "label1";
  152.             this.label1.Size = new System.Drawing.Size(41, 12);
  153.             this.label1.TabIndex = 38;
  154.             this.label1.Text = "a 数据";
  155.             // 
  156.             // label9
  157.             // 
  158.             this.label9.AutoSize = true;
  159.             this.label9.Location = new System.Drawing.Point(399, 431);
  160.             this.label9.Name = "label9";
  161.             this.label9.Size = new System.Drawing.Size(77, 12);
  162.             this.label9.TabIndex = 46;
  163.             this.label9.Text = "e 采样源列表";
  164.             // 
  165.             // textBox_b
  166.             // 
  167.             this.textBox_b.Location = new System.Drawing.Point(401, 72);
  168.             this.textBox_b.Multiline = true;
  169.             this.textBox_b.Name = "textBox_b";
  170.             this.textBox_b.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  171.             this.textBox_b.Size = new System.Drawing.Size(309, 125);
  172.             this.textBox_b.TabIndex = 42;
  173.             // 
  174.             // label2
  175.             // 
  176.             this.label2.AutoSize = true;
  177.             this.label2.Location = new System.Drawing.Point(399, 57);
  178.             this.label2.Name = "label2";
  179.             this.label2.Size = new System.Drawing.Size(41, 12);
  180.             this.label2.TabIndex = 39;
  181.             this.label2.Text = "b 类聚";
  182.             // 
  183.             // textBox_c
  184.             // 
  185.             this.textBox_c.Location = new System.Drawing.Point(129, 383);
  186.             this.textBox_c.Multiline = true;
  187.             this.textBox_c.Name = "textBox_c";
  188.             this.textBox_c.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  189.             this.textBox_c.Size = new System.Drawing.Size(252, 45);
  190.             this.textBox_c.TabIndex = 43;
  191.             // 
  192.             // label3
  193.             // 
  194.             this.label3.AutoSize = true;
  195.             this.label3.Location = new System.Drawing.Point(177, 367);
  196.             this.label3.Name = "label3";
  197.             this.label3.Size = new System.Drawing.Size(65, 12);
  198.             this.label3.TabIndex = 40;
  199.             this.label3.Text = "c 相关模板";
  200.             // 
  201.             // textBox_d
  202.             // 
  203.             this.textBox_d.BackColor = System.Drawing.SystemColors.InactiveBorder;
  204.             this.textBox_d.Enabled = false;
  205.             this.textBox_d.Location = new System.Drawing.Point(129, 232);
  206.             this.textBox_d.Multiline = true;
  207.             this.textBox_d.Name = "textBox_d";
  208.             this.textBox_d.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  209.             this.textBox_d.Size = new System.Drawing.Size(252, 131);
  210.             this.textBox_d.TabIndex = 44;
  211.             // 
  212.             // label4
  213.             // 
  214.             this.label4.AutoSize = true;
  215.             this.label4.Location = new System.Drawing.Point(177, 206);
  216.             this.label4.Name = "label4";
  217.             this.label4.Size = new System.Drawing.Size(53, 12);
  218.             this.label4.TabIndex = 45;
  219.             this.label4.Text = "d 滤波器";
  220.             // 
  221.             // label5
  222.             // 
  223.             this.label5.AutoSize = true;
  224.             this.label5.Location = new System.Drawing.Point(453, 27);
  225.             this.label5.Name = "label5";
  226.             this.label5.Size = new System.Drawing.Size(23, 12);
  227.             this.label5.TabIndex = 52;
  228.             this.label5.Text = "000";
  229.             // 
  230.             // comboBox1
  231.             // 
  232.             this.comboBox1.FormattingEnabled = true;
  233.             this.comboBox1.Location = new System.Drawing.Point(13, 5);
  234.             this.comboBox1.Name = "comboBox1";
  235.             this.comboBox1.Size = new System.Drawing.Size(231, 20);
  236.             this.comboBox1.TabIndex = 53;
  237.             this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  238.             // 
  239.             // label6
  240.             // 
  241.             this.label6.AutoSize = true;
  242.             this.label6.Location = new System.Drawing.Point(177, 431);
  243.             this.label6.Name = "label6";
  244.             this.label6.Size = new System.Drawing.Size(41, 12);
  245.             this.label6.TabIndex = 54;
  246.             this.label6.Text = "s 摘要";
  247.             // 
  248.             // textBox_s
  249.             // 
  250.             this.textBox_s.Location = new System.Drawing.Point(129, 446);
  251.             this.textBox_s.Multiline = true;
  252.             this.textBox_s.Name = "textBox_s";
  253.             this.textBox_s.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  254.             this.textBox_s.Size = new System.Drawing.Size(252, 65);
  255.             this.textBox_s.TabIndex = 55;
  256.             // 
  257.             // textBox2
  258.             // 
  259.             this.textBox2.Location = new System.Drawing.Point(394, 3);
  260.             this.textBox2.Name = "textBox2";
  261.             this.textBox2.Size = new System.Drawing.Size(175, 21);
  262.             this.textBox2.TabIndex = 56;
  263.             // 
  264.             // label7
  265.             // 
  266.             this.label7.AutoSize = true;
  267.             this.label7.Location = new System.Drawing.Point(295, 5);
  268.             this.label7.Name = "label7";
  269.             this.label7.Size = new System.Drawing.Size(77, 12);
  270.             this.label7.TabIndex = 57;
  271.             this.label7.Text = "配置文件地址";
  272.             // 
  273.             // FormTestInit
  274.             // 
  275.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  276.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277.             this.ClientSize = new System.Drawing.Size(719, 523);
  278.             this.Controls.Add(this.label7);
  279.             this.Controls.Add(this.textBox2);
  280.             this.Controls.Add(this.textBox_s);
  281.             this.Controls.Add(this.label6);
  282.             this.Controls.Add(this.comboBox1);
  283.             this.Controls.Add(this.label5);
  284.             this.Controls.Add(this.textBox_h);
  285.             this.Controls.Add(this.label14);
  286.             this.Controls.Add(this.textBox_t);
  287.             this.Controls.Add(this.label10);
  288.             this.Controls.Add(this.textBox_a);
  289.             this.Controls.Add(this.button4);
  290.             this.Controls.Add(this.textBox_e);
  291.             this.Controls.Add(this.label1);
  292.             this.Controls.Add(this.label9);
  293.             this.Controls.Add(this.textBox_b);
  294.             this.Controls.Add(this.label2);
  295.             this.Controls.Add(this.textBox_c);
  296.             this.Controls.Add(this.label3);
  297.             this.Controls.Add(this.textBox_d);
  298.             this.Controls.Add(this.label4);
  299.             this.Controls.Add(this.listBox1);
  300.             this.Controls.Add(this.textBox1);
  301.             this.Controls.Add(this.button1);
  302.             this.Name = "FormTestInit";
  303.             this.Text = "模版编辑器";
  304.             this.Load += new System.EventHandler(this.FormTestInit_Load);
  305.             this.ResumeLayout(false);
  306.             this.PerformLayout();
  307.         }
  308.         #endregion
  309.         private System.Windows.Forms.Button button1;
  310.         private System.Windows.Forms.TextBox textBox1;
  311.         private System.Windows.Forms.ListBox listBox1;
  312.         private System.Windows.Forms.TextBox textBox_h;
  313.         private System.Windows.Forms.Label label14;
  314.         private System.Windows.Forms.TextBox textBox_t;
  315.         private System.Windows.Forms.Label label10;
  316.         private System.Windows.Forms.TextBox textBox_a;
  317.         private System.Windows.Forms.Button button4;
  318.         private System.Windows.Forms.TextBox textBox_e;
  319.         private System.Windows.Forms.Label label1;
  320.         private System.Windows.Forms.Label label9;
  321.         private System.Windows.Forms.TextBox textBox_b;
  322.         private System.Windows.Forms.Label label2;
  323.         private System.Windows.Forms.TextBox textBox_c;
  324.         private System.Windows.Forms.Label label3;
  325.         private System.Windows.Forms.TextBox textBox_d;
  326.         private System.Windows.Forms.Label label4;
  327.         private System.Windows.Forms.Label label5;
  328.         private System.Windows.Forms.ComboBox comboBox1;
  329.         private System.Windows.Forms.Label label6;
  330.         private System.Windows.Forms.TextBox textBox_s;
  331.         private System.Windows.Forms.TextBox textBox2;
  332.         private System.Windows.Forms.Label label7;
  333.     }
  334. }