old_flsystem/FLSystem/Forms/plugin_debug.Designer.cs

243 lines
14 KiB
C#

namespace FLSystem.Forms
{
partial class plugin_debug
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(plugin_debug));
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.richEditControl1 = new DevExpress.XtraRichEdit.RichEditControl();
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.richEditControl2 = new DevExpress.XtraRichEdit.RichEditControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// maskedTextBox1
//
this.maskedTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maskedTextBox1.Location = new System.Drawing.Point(123, 31);
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(449, 22);
this.maskedTextBox1.TabIndex = 7;
this.maskedTextBox1.Text = "id_test";
//
// labelControl2
//
this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl2.Location = new System.Drawing.Point(68, 71);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 14);
this.labelControl2.TabIndex = 5;
this.labelControl2.Text = "昵 称:";
//
// labelControl1
//
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl1.Location = new System.Drawing.Point(64, 34);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(40, 14);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "用户名:";
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.maskedTextBox2);
this.groupBox1.Controls.Add(this.simpleButton2);
this.groupBox1.Controls.Add(this.comboBoxEdit1);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.richEditControl1);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.maskedTextBox1);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Location = new System.Drawing.Point(19, 19);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(596, 233);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "模拟用户请求";
//
// labelControl3
//
this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl3.Location = new System.Drawing.Point(64, 113);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(40, 14);
this.labelControl3.TabIndex = 8;
this.labelControl3.Text = "待发送:";
//
// richEditControl1
//
this.richEditControl1.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
this.richEditControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.richEditControl1.LayoutUnit = DevExpress.XtraRichEdit.DocumentLayoutUnit.Pixel;
this.richEditControl1.Location = new System.Drawing.Point(123, 106);
this.richEditControl1.Name = "richEditControl1";
this.richEditControl1.Size = new System.Drawing.Size(449, 60);
this.richEditControl1.TabIndex = 9;
this.richEditControl1.Text = "这是一条测试消息!";
//
// groupControl1
//
this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupControl1.Controls.Add(this.richEditControl2);
this.groupControl1.Location = new System.Drawing.Point(17, 258);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(598, 260);
this.groupControl1.TabIndex = 9;
this.groupControl1.Text = "请求响应结果";
//
// richEditControl2
//
this.richEditControl2.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
this.richEditControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.richEditControl2.LayoutUnit = DevExpress.XtraRichEdit.DocumentLayoutUnit.Pixel;
this.richEditControl2.Location = new System.Drawing.Point(2, 21);
this.richEditControl2.Name = "richEditControl2";
this.richEditControl2.ReadOnly = true;
this.richEditControl2.Size = new System.Drawing.Size(594, 237);
this.richEditControl2.TabIndex = 10;
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(257, 181);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(141, 35);
this.simpleButton1.TabIndex = 10;
this.simpleButton1.Text = "发送数据";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl4
//
this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.labelControl4.Location = new System.Drawing.Point(72, 190);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(28, 14);
this.labelControl4.TabIndex = 11;
this.labelControl4.Text = "类型:";
//
// comboBoxEdit1
//
this.comboBoxEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.comboBoxEdit1.Location = new System.Drawing.Point(123, 188);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit1.Size = new System.Drawing.Size(101, 20);
this.comboBoxEdit1.TabIndex = 12;
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
this.simpleButton2.Location = new System.Drawing.Point(429, 180);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(143, 35);
this.simpleButton2.TabIndex = 13;
this.simpleButton2.Text = "清空响应";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// maskedTextBox2
//
this.maskedTextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maskedTextBox2.Location = new System.Drawing.Point(123, 68);
this.maskedTextBox2.Name = "maskedTextBox2";
this.maskedTextBox2.Size = new System.Drawing.Size(449, 22);
this.maskedTextBox2.TabIndex = 14;
this.maskedTextBox2.Text = "张三";
//
// plugin_debug
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.groupBox1);
this.Name = "plugin_debug";
this.Size = new System.Drawing.Size(636, 533);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraRichEdit.RichEditControl richEditControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraRichEdit.RichEditControl richEditControl2;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private System.Windows.Forms.MaskedTextBox maskedTextBox2;
}
}