namespace iWareTestForm { partial class InterFaceTestForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.comBox_InterFaces = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.btn_Test = new System.Windows.Forms.Button(); this.tb_Params = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tb_PostResult = new System.Windows.Forms.TextBox(); this.btn_performanceTest = new System.Windows.Forms.Button(); this.tb_ResponseResult = new System.Windows.Forms.TextBox(); this.tb_CallHZ = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.ckb_ParamChange = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.tb_RequestCount = new System.Windows.Forms.TextBox(); this.btn_Stop = new System.Windows.Forms.Button(); this.lbl_URL = new System.Windows.Forms.Label(); this.btn_Close = new System.Windows.Forms.Button(); this.cb_timestamp = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.tb_timestamp = new System.Windows.Forms.TextBox(); this.btn_NewTimeStamp = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comBox_InterFaces // this.comBox_InterFaces.FormattingEnabled = true; this.comBox_InterFaces.Location = new System.Drawing.Point(92, 32); this.comBox_InterFaces.Name = "comBox_InterFaces"; this.comBox_InterFaces.Size = new System.Drawing.Size(228, 20); this.comBox_InterFaces.TabIndex = 0; this.comBox_InterFaces.SelectedIndexChanged += new System.EventHandler(this.comBox_InterFaces_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(41, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 1; this.label1.Text = "接口:"; // // btn_Test // this.btn_Test.Location = new System.Drawing.Point(92, 367); this.btn_Test.Name = "btn_Test"; this.btn_Test.Size = new System.Drawing.Size(228, 58); this.btn_Test.TabIndex = 2; this.btn_Test.Text = "单次测试"; this.btn_Test.UseVisualStyleBackColor = true; this.btn_Test.Click += new System.EventHandler(this.btn_Test_Click); // // tb_Params // this.tb_Params.Location = new System.Drawing.Point(92, 115); this.tb_Params.Multiline = true; this.tb_Params.Name = "tb_Params"; this.tb_Params.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tb_Params.Size = new System.Drawing.Size(228, 246); this.tb_Params.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(41, 217); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 4; this.label2.Text = "参数:"; // // tb_PostResult // this.tb_PostResult.Location = new System.Drawing.Point(352, 32); this.tb_PostResult.Multiline = true; this.tb_PostResult.Name = "tb_PostResult"; this.tb_PostResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tb_PostResult.Size = new System.Drawing.Size(704, 293); this.tb_PostResult.TabIndex = 5; this.tb_PostResult.TextChanged += new System.EventHandler(this.tb_PostResult_TextChanged); // // btn_performanceTest // this.btn_performanceTest.Location = new System.Drawing.Point(11, 545); this.btn_performanceTest.Name = "btn_performanceTest"; this.btn_performanceTest.Size = new System.Drawing.Size(105, 58); this.btn_performanceTest.TabIndex = 6; this.btn_performanceTest.Text = "性能测试"; this.btn_performanceTest.UseVisualStyleBackColor = true; this.btn_performanceTest.Click += new System.EventHandler(this.btn_performanceTest_Click); // // tb_ResponseResult // this.tb_ResponseResult.Location = new System.Drawing.Point(352, 331); this.tb_ResponseResult.Multiline = true; this.tb_ResponseResult.Name = "tb_ResponseResult"; this.tb_ResponseResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tb_ResponseResult.Size = new System.Drawing.Size(704, 236); this.tb_ResponseResult.TabIndex = 7; this.tb_ResponseResult.TextChanged += new System.EventHandler(this.tb_ResponseResult_TextChanged); // // tb_CallHZ // this.tb_CallHZ.Location = new System.Drawing.Point(191, 442); this.tb_CallHZ.Name = "tb_CallHZ"; this.tb_CallHZ.Size = new System.Drawing.Size(100, 21); this.tb_CallHZ.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(87, 445); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 9; this.label3.Text = "调用频率(/ms):"; // // ckb_ParamChange // this.ckb_ParamChange.AutoSize = true; this.ckb_ParamChange.Location = new System.Drawing.Point(104, 511); this.ckb_ParamChange.Name = "ckb_ParamChange"; this.ckb_ParamChange.Size = new System.Drawing.Size(72, 16); this.ckb_ParamChange.TabIndex = 10; this.ckb_ParamChange.Text = "参数突变"; this.ckb_ParamChange.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(102, 484); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 11; this.label4.Text = "请求次数:"; // // tb_RequestCount // this.tb_RequestCount.Location = new System.Drawing.Point(191, 484); this.tb_RequestCount.Name = "tb_RequestCount"; this.tb_RequestCount.Size = new System.Drawing.Size(100, 21); this.tb_RequestCount.TabIndex = 12; // // btn_Stop // this.btn_Stop.BackColor = System.Drawing.Color.Red; this.btn_Stop.Location = new System.Drawing.Point(122, 545); this.btn_Stop.Name = "btn_Stop"; this.btn_Stop.Size = new System.Drawing.Size(109, 58); this.btn_Stop.TabIndex = 13; this.btn_Stop.Text = "结束"; this.btn_Stop.UseVisualStyleBackColor = false; this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click); // // lbl_URL // this.lbl_URL.AutoSize = true; this.lbl_URL.Location = new System.Drawing.Point(24, 61); this.lbl_URL.Name = "lbl_URL"; this.lbl_URL.Size = new System.Drawing.Size(0, 12); this.lbl_URL.TabIndex = 14; // // btn_Close // this.btn_Close.BackColor = System.Drawing.Color.SeaGreen; this.btn_Close.Location = new System.Drawing.Point(237, 545); this.btn_Close.Name = "btn_Close"; this.btn_Close.Size = new System.Drawing.Size(109, 58); this.btn_Close.TabIndex = 15; this.btn_Close.Text = "关闭"; this.btn_Close.UseVisualStyleBackColor = false; this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click); // // cb_timestamp // this.cb_timestamp.AutoSize = true; this.cb_timestamp.Location = new System.Drawing.Point(210, 511); this.cb_timestamp.Name = "cb_timestamp"; this.cb_timestamp.Size = new System.Drawing.Size(84, 16); this.cb_timestamp.TabIndex = 16; this.cb_timestamp.Text = "时间戳突变"; this.cb_timestamp.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(39, 82); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(47, 12); this.label5.TabIndex = 18; this.label5.Text = "时间戳:"; // // tb_timestamp // this.tb_timestamp.Location = new System.Drawing.Point(92, 79); this.tb_timestamp.Name = "tb_timestamp"; this.tb_timestamp.Size = new System.Drawing.Size(121, 21); this.tb_timestamp.TabIndex = 17; // // btn_NewTimeStamp // this.btn_NewTimeStamp.Location = new System.Drawing.Point(237, 73); this.btn_NewTimeStamp.Name = "btn_NewTimeStamp"; this.btn_NewTimeStamp.Size = new System.Drawing.Size(67, 30); this.btn_NewTimeStamp.TabIndex = 19; this.btn_NewTimeStamp.Text = "新时间戳"; this.btn_NewTimeStamp.UseVisualStyleBackColor = true; this.btn_NewTimeStamp.Click += new System.EventHandler(this.btn_NewTimeStamp_Click); // // InterFaceTestForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1068, 621); this.Controls.Add(this.btn_NewTimeStamp); this.Controls.Add(this.label5); this.Controls.Add(this.tb_timestamp); this.Controls.Add(this.cb_timestamp); this.Controls.Add(this.btn_Close); this.Controls.Add(this.lbl_URL); this.Controls.Add(this.btn_Stop); this.Controls.Add(this.tb_RequestCount); this.Controls.Add(this.label4); this.Controls.Add(this.ckb_ParamChange); this.Controls.Add(this.label3); this.Controls.Add(this.tb_CallHZ); this.Controls.Add(this.tb_ResponseResult); this.Controls.Add(this.btn_performanceTest); this.Controls.Add(this.tb_PostResult); this.Controls.Add(this.label2); this.Controls.Add(this.tb_Params); this.Controls.Add(this.btn_Test); this.Controls.Add(this.label1); this.Controls.Add(this.comBox_InterFaces); this.Name = "InterFaceTestForm"; this.Text = "接口测试器ForGEBrilliantFactory"; this.Load += new System.EventHandler(this.InterFaceTestForm_Load); this.SizeChanged += new System.EventHandler(this.InterFaceTestForm_SizeChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comBox_InterFaces; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btn_Test; private System.Windows.Forms.TextBox tb_Params; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tb_PostResult; private System.Windows.Forms.Button btn_performanceTest; private System.Windows.Forms.TextBox tb_ResponseResult; private System.Windows.Forms.TextBox tb_CallHZ; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox ckb_ParamChange; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tb_RequestCount; private System.Windows.Forms.Button btn_Stop; private System.Windows.Forms.Label lbl_URL; private System.Windows.Forms.Button btn_Close; private System.Windows.Forms.CheckBox cb_timestamp; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tb_timestamp; private System.Windows.Forms.Button btn_NewTimeStamp; } }