FormTestInit.Designer.cs
上传用户:zhangkuixh
上传日期:2013-09-30
资源大小:5473k
文件大小:15k
- namespace XunLong.HTMLMODEL.TEST
- {
- partial class FormTestInit
- {
- /// <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.button1 = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.textBox_h = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.textBox_t = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.textBox_a = new System.Windows.Forms.TextBox();
- this.button4 = new System.Windows.Forms.Button();
- this.textBox_e = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.textBox_b = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox_c = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox_d = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label6 = new System.Windows.Forms.Label();
- this.textBox_s = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(250, 31);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "Init";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // textBox1
- //
- this.textBox1.Enabled = false;
- this.textBox1.Location = new System.Drawing.Point(12, 31);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(232, 21);
- this.textBox1.TabIndex = 1;
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Location = new System.Drawing.Point(12, 74);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(99, 436);
- this.listBox1.TabIndex = 2;
- this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
- //
- // textBox_h
- //
- this.textBox_h.Location = new System.Drawing.Point(401, 232);
- this.textBox_h.Multiline = true;
- this.textBox_h.Name = "textBox_h";
- this.textBox_h.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_h.Size = new System.Drawing.Size(311, 131);
- this.textBox_h.TabIndex = 51;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(408, 206);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(53, 12);
- this.label14.TabIndex = 50;
- this.label14.Text = "h HTML块";
- //
- // textBox_t
- //
- this.textBox_t.Location = new System.Drawing.Point(401, 387);
- this.textBox_t.Multiline = true;
- this.textBox_t.Name = "textBox_t";
- this.textBox_t.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_t.Size = new System.Drawing.Size(311, 41);
- this.textBox_t.TabIndex = 49;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(408, 372);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(41, 12);
- this.label10.TabIndex = 48;
- this.label10.Text = "t 标题";
- //
- // textBox_a
- //
- this.textBox_a.Location = new System.Drawing.Point(129, 70);
- this.textBox_a.Multiline = true;
- this.textBox_a.Name = "textBox_a";
- this.textBox_a.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_a.Size = new System.Drawing.Size(252, 127);
- this.textBox_a.TabIndex = 41;
- //
- // button4
- //
- this.button4.Enabled = false;
- this.button4.Location = new System.Drawing.Point(605, 12);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(107, 27);
- this.button4.TabIndex = 37;
- this.button4.Text = "编辑";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // textBox_e
- //
- this.textBox_e.Location = new System.Drawing.Point(401, 457);
- this.textBox_e.Multiline = true;
- this.textBox_e.Name = "textBox_e";
- this.textBox_e.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_e.Size = new System.Drawing.Size(311, 53);
- this.textBox_e.TabIndex = 47;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(177, 55);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 38;
- this.label1.Text = "a 数据";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(399, 431);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(77, 12);
- this.label9.TabIndex = 46;
- this.label9.Text = "e 采样源列表";
- //
- // textBox_b
- //
- this.textBox_b.Location = new System.Drawing.Point(401, 72);
- this.textBox_b.Multiline = true;
- this.textBox_b.Name = "textBox_b";
- this.textBox_b.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_b.Size = new System.Drawing.Size(309, 125);
- this.textBox_b.TabIndex = 42;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(399, 57);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 39;
- this.label2.Text = "b 类聚";
- //
- // textBox_c
- //
- this.textBox_c.Location = new System.Drawing.Point(129, 383);
- this.textBox_c.Multiline = true;
- this.textBox_c.Name = "textBox_c";
- this.textBox_c.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_c.Size = new System.Drawing.Size(252, 45);
- this.textBox_c.TabIndex = 43;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(177, 367);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 40;
- this.label3.Text = "c 相关模板";
- //
- // textBox_d
- //
- this.textBox_d.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.textBox_d.Enabled = false;
- this.textBox_d.Location = new System.Drawing.Point(129, 232);
- this.textBox_d.Multiline = true;
- this.textBox_d.Name = "textBox_d";
- this.textBox_d.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_d.Size = new System.Drawing.Size(252, 131);
- this.textBox_d.TabIndex = 44;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(177, 206);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 45;
- this.label4.Text = "d 滤波器";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(453, 27);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(23, 12);
- this.label5.TabIndex = 52;
- this.label5.Text = "000";
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(13, 5);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(231, 20);
- this.comboBox1.TabIndex = 53;
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(177, 431);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(41, 12);
- this.label6.TabIndex = 54;
- this.label6.Text = "s 摘要";
- //
- // textBox_s
- //
- this.textBox_s.Location = new System.Drawing.Point(129, 446);
- this.textBox_s.Multiline = true;
- this.textBox_s.Name = "textBox_s";
- this.textBox_s.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox_s.Size = new System.Drawing.Size(252, 65);
- this.textBox_s.TabIndex = 55;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(394, 3);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(175, 21);
- this.textBox2.TabIndex = 56;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(295, 5);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(77, 12);
- this.label7.TabIndex = 57;
- this.label7.Text = "配置文件地址";
- //
- // FormTestInit
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(719, 523);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox_s);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.textBox_h);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.textBox_t);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.textBox_a);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.textBox_e);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.textBox_b);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.textBox_c);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox_d);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.listBox1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.button1);
- this.Name = "FormTestInit";
- this.Text = "模版编辑器";
- this.Load += new System.EventHandler(this.FormTestInit_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.TextBox textBox_h;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TextBox textBox_t;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBox_a;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.TextBox textBox_e;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox textBox_b;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_c;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox_d;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBox_s;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label7;
- }
- }