安睿特接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

296 lines
14 KiB

namespace XS_HttpServer_LR
{
partial class InterfaceLog
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txt_INTERFACE_MENO = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txt_INTERFACE_NAME = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_INTERFACE_FLOW = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_INTERFACE_DATETIME = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_INTERFACE_ID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.rtb_INTERFACE_REQUEST = new System.Windows.Forms.RichTextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.rtb_INTERFACE_FEEDBACK = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(639, 728);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(633, 100);
this.panel1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txt_INTERFACE_MENO);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txt_INTERFACE_NAME);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txt_INTERFACE_FLOW);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txt_INTERFACE_DATETIME);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txt_INTERFACE_ID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(633, 100);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "日志信息";
//
// txt_INTERFACE_MENO
//
this.txt_INTERFACE_MENO.Location = new System.Drawing.Point(95, 52);
this.txt_INTERFACE_MENO.Name = "txt_INTERFACE_MENO";
this.txt_INTERFACE_MENO.ReadOnly = true;
this.txt_INTERFACE_MENO.Size = new System.Drawing.Size(132, 21);
this.txt_INTERFACE_MENO.TabIndex = 9;
//
// label5
//
this.label5.Location = new System.Drawing.Point(9, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(80, 21);
this.label5.TabIndex = 8;
this.label5.Text = "备注信息";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_INTERFACE_NAME
//
this.txt_INTERFACE_NAME.Location = new System.Drawing.Point(319, 52);
this.txt_INTERFACE_NAME.Name = "txt_INTERFACE_NAME";
this.txt_INTERFACE_NAME.ReadOnly = true;
this.txt_INTERFACE_NAME.Size = new System.Drawing.Size(307, 21);
this.txt_INTERFACE_NAME.TabIndex = 7;
//
// label4
//
this.label4.Location = new System.Drawing.Point(233, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(80, 21);
this.label4.TabIndex = 6;
this.label4.Text = "接口名称";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_INTERFACE_FLOW
//
this.txt_INTERFACE_FLOW.Location = new System.Drawing.Point(319, 20);
this.txt_INTERFACE_FLOW.Name = "txt_INTERFACE_FLOW";
this.txt_INTERFACE_FLOW.ReadOnly = true;
this.txt_INTERFACE_FLOW.Size = new System.Drawing.Size(85, 21);
this.txt_INTERFACE_FLOW.TabIndex = 5;
//
// label3
//
this.label3.Location = new System.Drawing.Point(233, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(80, 21);
this.label3.TabIndex = 4;
this.label3.Text = "接口方向";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_INTERFACE_DATETIME
//
this.txt_INTERFACE_DATETIME.Location = new System.Drawing.Point(494, 20);
this.txt_INTERFACE_DATETIME.Name = "txt_INTERFACE_DATETIME";
this.txt_INTERFACE_DATETIME.ReadOnly = true;
this.txt_INTERFACE_DATETIME.Size = new System.Drawing.Size(132, 21);
this.txt_INTERFACE_DATETIME.TabIndex = 3;
//
// label2
//
this.label2.Location = new System.Drawing.Point(408, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 21);
this.label2.TabIndex = 2;
this.label2.Text = "操作时间";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txt_INTERFACE_ID
//
this.txt_INTERFACE_ID.Location = new System.Drawing.Point(95, 20);
this.txt_INTERFACE_ID.Name = "txt_INTERFACE_ID";
this.txt_INTERFACE_ID.ReadOnly = true;
this.txt_INTERFACE_ID.Size = new System.Drawing.Size(132, 21);
this.txt_INTERFACE_ID.TabIndex = 1;
//
// label1
//
this.label1.Location = new System.Drawing.Point(9, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 21);
this.label1.TabIndex = 0;
this.label1.Text = "顺序编号";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 109);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
this.splitContainer1.Size = new System.Drawing.Size(633, 616);
this.splitContainer1.SplitterDistance = 241;
this.splitContainer1.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.rtb_INTERFACE_REQUEST);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(241, 616);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "请求/接收数据";
//
// rtb_INTERFACE_REQUEST
//
this.rtb_INTERFACE_REQUEST.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.rtb_INTERFACE_REQUEST.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_INTERFACE_REQUEST.Location = new System.Drawing.Point(3, 17);
this.rtb_INTERFACE_REQUEST.Margin = new System.Windows.Forms.Padding(2);
this.rtb_INTERFACE_REQUEST.Name = "rtb_INTERFACE_REQUEST";
this.rtb_INTERFACE_REQUEST.ReadOnly = true;
this.rtb_INTERFACE_REQUEST.Size = new System.Drawing.Size(235, 596);
this.rtb_INTERFACE_REQUEST.TabIndex = 2;
this.rtb_INTERFACE_REQUEST.Text = "";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.rtb_INTERFACE_FEEDBACK);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(388, 616);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "反馈数据";
//
// rtb_INTERFACE_FEEDBACK
//
this.rtb_INTERFACE_FEEDBACK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.rtb_INTERFACE_FEEDBACK.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtb_INTERFACE_FEEDBACK.Location = new System.Drawing.Point(3, 17);
this.rtb_INTERFACE_FEEDBACK.Margin = new System.Windows.Forms.Padding(2);
this.rtb_INTERFACE_FEEDBACK.Name = "rtb_INTERFACE_FEEDBACK";
this.rtb_INTERFACE_FEEDBACK.ReadOnly = true;
this.rtb_INTERFACE_FEEDBACK.Size = new System.Drawing.Size(382, 596);
this.rtb_INTERFACE_FEEDBACK.TabIndex = 2;
this.rtb_INTERFACE_FEEDBACK.Text = "";
//
// InterfaceLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(639, 728);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "InterfaceLog";
this.Text = "接口信息";
this.Load += new System.EventHandler(this.InterfaceLog_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_INTERFACE_ID;
private System.Windows.Forms.TextBox txt_INTERFACE_MENO;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txt_INTERFACE_NAME;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txt_INTERFACE_FLOW;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_INTERFACE_DATETIME;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RichTextBox rtb_INTERFACE_REQUEST;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RichTextBox rtb_INTERFACE_FEEDBACK;
}
}