You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/FrmHttpHelper/FrmHttpHelper/Form1.Designer.cs

213 lines
8.9 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace FrmHttpHelper
{
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.button1 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(794, 240);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(408, 115);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(100, 96);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(40, 48);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(670, 163);
this.textBox1.TabIndex = 2;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(787, 85);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 50);
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(40, 217);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox2.Size = new System.Drawing.Size(670, 46);
this.textBox2.TabIndex = 4;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(747, 174);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(41, 21);
this.textBox3.TabIndex = 5;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(794, 174);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(41, 21);
this.textBox4.TabIndex = 6;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(841, 174);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(41, 21);
this.textBox5.TabIndex = 8;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(888, 174);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(41, 21);
this.textBox6.TabIndex = 7;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(40, 269);
this.textBox7.Multiline = true;
this.textBox7.Name = "textBox7";
this.textBox7.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox7.Size = new System.Drawing.Size(670, 46);
this.textBox7.TabIndex = 9;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(40, 321);
this.textBox8.Multiline = true;
this.textBox8.Name = "textBox8";
this.textBox8.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox8.Size = new System.Drawing.Size(670, 46);
this.textBox8.TabIndex = 10;
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(40, 373);
this.textBox9.Multiline = true;
this.textBox9.Name = "textBox9";
this.textBox9.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox9.Size = new System.Drawing.Size(670, 46);
this.textBox9.TabIndex = 11;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(40, 12);
this.textBox10.Multiline = true;
this.textBox10.Name = "textBox10";
this.textBox10.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox10.Size = new System.Drawing.Size(670, 30);
this.textBox10.TabIndex = 12;
//
// button2
//
this.button2.Location = new System.Drawing.Point(794, 282);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 13;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(951, 518);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox10);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.Button button2;
}
}