📄 form1.designer.cs
字号:
namespace HttpMessageBoard
{
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.label1 = new System.Windows.Forms.Label();
this.txtWebId = new System.Windows.Forms.TextBox();
this.txtUrl = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtQueryKey = new System.Windows.Forms.TextBox();
this.txtEndTag = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.cbReGroup = new System.Windows.Forms.CheckBox();
this.cbIsScript = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.cbSplitCh = new System.Windows.Forms.ComboBox();
this.cbOperation = new System.Windows.Forms.ComboBox();
this.butAdd = new System.Windows.Forms.Button();
this.butLoad = new System.Windows.Forms.Button();
this.butUpdate = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.txtRecordId = new System.Windows.Forms.TextBox();
this.butDel = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.txtFindKey = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.txtOrigUrl = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(35, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0;
this.label1.Text = "WebID";
//
// txtWebId
//
this.txtWebId.Location = new System.Drawing.Point(85, 23);
this.txtWebId.Name = "txtWebId";
this.txtWebId.Size = new System.Drawing.Size(100, 20);
this.txtWebId.TabIndex = 1;
//
// txtUrl
//
this.txtUrl.Location = new System.Drawing.Point(85, 95);
this.txtUrl.Multiline = true;
this.txtUrl.Name = "txtUrl";
this.txtUrl.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtUrl.Size = new System.Drawing.Size(264, 41);
this.txtUrl.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(3, 98);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 13);
this.label2.TabIndex = 3;
this.label2.Text = "留言信息地址";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(48, 145);
this.label3.Name = "label3";
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 4;
this.label3.Text = "参数";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 286);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 13);
this.label4.TabIndex = 5;
this.label4.Text = "结束标记符";
//
// txtQueryKey
//
this.txtQueryKey.Location = new System.Drawing.Point(85, 142);
this.txtQueryKey.Multiline = true;
this.txtQueryKey.Name = "txtQueryKey";
this.txtQueryKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtQueryKey.Size = new System.Drawing.Size(264, 55);
this.txtQueryKey.TabIndex = 6;
//
// txtEndTag
//
this.txtEndTag.Location = new System.Drawing.Point(85, 279);
this.txtEndTag.MaxLength = 1;
this.txtEndTag.Name = "txtEndTag";
this.txtEndTag.Size = new System.Drawing.Size(158, 20);
this.txtEndTag.TabIndex = 7;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(25, 314);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(55, 13);
this.label5.TabIndex = 8;
this.label5.Text = "脚本执行";
//
// cbReGroup
//
this.cbReGroup.AutoSize = true;
this.cbReGroup.Enabled = false;
this.cbReGroup.Location = new System.Drawing.Point(86, 387);
this.cbReGroup.Name = "cbReGroup";
this.cbReGroup.Size = new System.Drawing.Size(69, 17);
this.cbReGroup.TabIndex = 9;
this.cbReGroup.Text = "ReGroup";
this.cbReGroup.UseVisualStyleBackColor = true;
//
// cbIsScript
//
this.cbIsScript.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbIsScript.FormattingEnabled = true;
this.cbIsScript.Items.AddRange(new object[] {
"No",
"JavaScript",
"VbScript"});
this.cbIsScript.Location = new System.Drawing.Point(86, 306);
this.cbIsScript.Name = "cbIsScript";
this.cbIsScript.Size = new System.Drawing.Size(263, 21);
this.cbIsScript.TabIndex = 10;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 387);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(79, 13);
this.label6.TabIndex = 11;
this.label6.Text = "参数是否重组";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 343);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(67, 13);
this.label7.TabIndex = 12;
this.label7.Text = "参数分割符";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(25, 365);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(55, 13);
this.label8.TabIndex = 13;
this.label8.Text = "执行动作";
//
// cbSplitCh
//
this.cbSplitCh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSplitCh.Enabled = false;
this.cbSplitCh.FormattingEnabled = true;
this.cbSplitCh.Items.AddRange(new object[] {
"&",
","});
this.cbSplitCh.Location = new System.Drawing.Point(85, 333);
this.cbSplitCh.Name = "cbSplitCh";
this.cbSplitCh.Size = new System.Drawing.Size(263, 21);
this.cbSplitCh.TabIndex = 14;
//
// cbOperation
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -