📄 form1.designer.cs
字号:
//
this.cbOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbOperation.Enabled = false;
this.cbOperation.FormattingEnabled = true;
this.cbOperation.Items.AddRange(new object[] {
"查看",
"删除"});
this.cbOperation.Location = new System.Drawing.Point(85, 360);
this.cbOperation.Name = "cbOperation";
this.cbOperation.Size = new System.Drawing.Size(263, 21);
this.cbOperation.TabIndex = 15;
//
// butAdd
//
this.butAdd.Location = new System.Drawing.Point(368, 23);
this.butAdd.Name = "butAdd";
this.butAdd.Size = new System.Drawing.Size(75, 23);
this.butAdd.TabIndex = 16;
this.butAdd.Text = "添加";
this.butAdd.UseVisualStyleBackColor = true;
this.butAdd.Click += new System.EventHandler(this.butAdd_Click);
//
// butLoad
//
this.butLoad.Location = new System.Drawing.Point(368, 52);
this.butLoad.Name = "butLoad";
this.butLoad.Size = new System.Drawing.Size(75, 23);
this.butLoad.TabIndex = 17;
this.butLoad.Text = "载入";
this.butLoad.UseVisualStyleBackColor = true;
this.butLoad.Click += new System.EventHandler(this.butLoad_Click);
//
// butUpdate
//
this.butUpdate.Location = new System.Drawing.Point(368, 113);
this.butUpdate.Name = "butUpdate";
this.butUpdate.Size = new System.Drawing.Size(75, 23);
this.butUpdate.TabIndex = 18;
this.butUpdate.Text = "修改";
this.butUpdate.UseVisualStyleBackColor = true;
this.butUpdate.Click += new System.EventHandler(this.butUpdate_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(201, 28);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(42, 13);
this.label9.TabIndex = 19;
this.label9.Text = "记录ID";
//
// txtRecordId
//
this.txtRecordId.Enabled = false;
this.txtRecordId.Location = new System.Drawing.Point(249, 23);
this.txtRecordId.Name = "txtRecordId";
this.txtRecordId.Size = new System.Drawing.Size(100, 20);
this.txtRecordId.TabIndex = 20;
//
// butDel
//
this.butDel.Location = new System.Drawing.Point(368, 82);
this.butDel.Name = "butDel";
this.butDel.Size = new System.Drawing.Size(75, 23);
this.butDel.TabIndex = 21;
this.butDel.Text = "删除";
this.butDel.UseVisualStyleBackColor = true;
this.butDel.Click += new System.EventHandler(this.butDel_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(249, 286);
this.label10.Name = "label10";
this.label10.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label10.Size = new System.Drawing.Size(157, 13);
this.label10.TabIndex = 22;
this.label10.Text = "(单字节字符,不填时默认为‘ ’)";
//
// txtFindKey
//
this.txtFindKey.Location = new System.Drawing.Point(84, 203);
this.txtFindKey.Multiline = true;
this.txtFindKey.Name = "txtFindKey";
this.txtFindKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtFindKey.Size = new System.Drawing.Size(264, 70);
this.txtFindKey.TabIndex = 23;
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Red;
this.label11.Location = new System.Drawing.Point(11, 206);
this.label11.Name = "label11";
this.label11.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label11.Size = new System.Drawing.Size(67, 13);
this.label11.TabIndex = 24;
this.label11.Text = "查找关键字";
//
// label12
//
this.label12.AutoSize = true;
this.label12.ForeColor = System.Drawing.Color.Red;
this.label12.Location = new System.Drawing.Point(3, 7);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(91, 13);
this.label12.TabIndex = 25;
this.label12.Text = "该颜色项为必填";
//
// label13
//
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(3, 62);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(79, 13);
this.label13.TabIndex = 26;
this.label13.Text = "留言管理地址";
//
// txtOrigUrl
//
this.txtOrigUrl.Location = new System.Drawing.Point(86, 49);
this.txtOrigUrl.Multiline = true;
this.txtOrigUrl.Name = "txtOrigUrl";
this.txtOrigUrl.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtOrigUrl.Size = new System.Drawing.Size(264, 41);
this.txtOrigUrl.TabIndex = 27;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(461, 416);
this.Controls.Add(this.txtOrigUrl);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.txtFindKey);
this.Controls.Add(this.label10);
this.Controls.Add(this.butDel);
this.Controls.Add(this.txtRecordId);
this.Controls.Add(this.label9);
this.Controls.Add(this.butUpdate);
this.Controls.Add(this.butLoad);
this.Controls.Add(this.butAdd);
this.Controls.Add(this.cbOperation);
this.Controls.Add(this.cbSplitCh);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.cbIsScript);
this.Controls.Add(this.cbReGroup);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtEndTag);
this.Controls.Add(this.txtQueryKey);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtUrl);
this.Controls.Add(this.txtWebId);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "留言关键字";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtWebId;
private System.Windows.Forms.TextBox txtUrl;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtQueryKey;
private System.Windows.Forms.TextBox txtEndTag;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox cbReGroup;
private System.Windows.Forms.ComboBox cbIsScript;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cbSplitCh;
private System.Windows.Forms.ComboBox cbOperation;
private System.Windows.Forms.Button butAdd;
private System.Windows.Forms.Button butLoad;
private System.Windows.Forms.Button butUpdate;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtRecordId;
private System.Windows.Forms.Button butDel;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtFindKey;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtOrigUrl;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -