📄 particularmanage.designer.cs
字号:
namespace WebDataGather
{
partial class ParticularManage
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.btnText = new System.Windows.Forms.Button();
this.btnSource = new System.Windows.Forms.Button();
this.btnTitle = new System.Windows.Forms.Button();
this.btnContent = new System.Windows.Forms.Button();
this.btnUrl = new System.Windows.Forms.Button();
this.btnUrlList = new System.Windows.Forms.Button();
this.lblTitle = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.chkContainTail = new System.Windows.Forms.CheckBox();
this.chkContainHeader = new System.Windows.Forms.CheckBox();
this.btnSave = new System.Windows.Forms.Button();
this.cmbKind = new System.Windows.Forms.ComboBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.txtEndString = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.lblEnd = new System.Windows.Forms.Label();
this.txtNewString = new System.Windows.Forms.TextBox();
this.txtStartString = new System.Windows.Forms.TextBox();
this.lblNew = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.gvParticularConfig = new System.Windows.Forms.DataGridView();
this.删除 = new System.Windows.Forms.DataGridViewButtonColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gvParticularConfig)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnText);
this.panel1.Controls.Add(this.btnSource);
this.panel1.Controls.Add(this.btnTitle);
this.panel1.Controls.Add(this.btnContent);
this.panel1.Controls.Add(this.btnUrl);
this.panel1.Controls.Add(this.btnUrlList);
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(168, 404);
this.panel1.TabIndex = 0;
//
// btnText
//
this.btnText.Location = new System.Drawing.Point(12, 163);
this.btnText.Name = "btnText";
this.btnText.Size = new System.Drawing.Size(138, 23);
this.btnText.TabIndex = 0;
this.btnText.Text = "信息正文内容配置";
this.btnText.UseVisualStyleBackColor = true;
this.btnText.Click += new System.EventHandler(this.btnText_Click);
//
// btnSource
//
this.btnSource.Location = new System.Drawing.Point(13, 133);
this.btnSource.Name = "btnSource";
this.btnSource.Size = new System.Drawing.Size(138, 23);
this.btnSource.TabIndex = 0;
this.btnSource.Text = "信息说明配置";
this.btnSource.UseVisualStyleBackColor = true;
this.btnSource.Click += new System.EventHandler(this.btnSource_Click);
//
// btnTitle
//
this.btnTitle.Location = new System.Drawing.Point(13, 103);
this.btnTitle.Name = "btnTitle";
this.btnTitle.Size = new System.Drawing.Size(138, 23);
this.btnTitle.TabIndex = 0;
this.btnTitle.Text = "信息标题配置";
this.btnTitle.UseVisualStyleBackColor = true;
this.btnTitle.Click += new System.EventHandler(this.btnTitle_Click);
//
// btnContent
//
this.btnContent.Location = new System.Drawing.Point(13, 73);
this.btnContent.Name = "btnContent";
this.btnContent.Size = new System.Drawing.Size(138, 23);
this.btnContent.TabIndex = 0;
this.btnContent.Text = "信息内容配置";
this.btnContent.UseVisualStyleBackColor = true;
this.btnContent.Click += new System.EventHandler(this.btnContent_Click);
//
// btnUrl
//
this.btnUrl.Location = new System.Drawing.Point(13, 43);
this.btnUrl.Name = "btnUrl";
this.btnUrl.Size = new System.Drawing.Size(138, 23);
this.btnUrl.TabIndex = 0;
this.btnUrl.Text = "信息url配置";
this.btnUrl.UseVisualStyleBackColor = true;
this.btnUrl.Click += new System.EventHandler(this.btnUrl_Click);
//
// btnUrlList
//
this.btnUrlList.Location = new System.Drawing.Point(13, 13);
this.btnUrlList.Name = "btnUrlList";
this.btnUrlList.Size = new System.Drawing.Size(138, 23);
this.btnUrlList.TabIndex = 0;
this.btnUrlList.Text = "信息url列表配置";
this.btnUrlList.UseVisualStyleBackColor = true;
this.btnUrlList.Click += new System.EventHandler(this.btnUrlList_Click);
//
// lblTitle
//
this.lblTitle.Location = new System.Drawing.Point(3, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(541, 23);
this.lblTitle.TabIndex = 1;
this.lblTitle.Text = "标题";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.Controls.Add(this.chkContainTail);
this.panel2.Controls.Add(this.chkContainHeader);
this.panel2.Controls.Add(this.btnSave);
this.panel2.Controls.Add(this.cmbKind);
this.panel2.Controls.Add(this.txtRemark);
this.panel2.Controls.Add(this.txtEndString);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.lblEnd);
this.panel2.Controls.Add(this.txtNewString);
this.panel2.Controls.Add(this.txtStartString);
this.panel2.Controls.Add(this.lblNew);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.gvParticularConfig);
this.panel2.Controls.Add(this.lblTitle);
this.panel2.Location = new System.Drawing.Point(170, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(547, 401);
this.panel2.TabIndex = 2;
//
// chkContainTail
//
this.chkContainTail.AutoSize = true;
this.chkContainTail.Checked = true;
this.chkContainTail.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkContainTail.Location = new System.Drawing.Point(153, 346);
this.chkContainTail.Name = "chkContainTail";
this.chkContainTail.Size = new System.Drawing.Size(132, 16);
this.chkContainTail.TabIndex = 7;
this.chkContainTail.Text = "是否包含结束字符串";
this.chkContainTail.UseVisualStyleBackColor = true;
//
// chkContainHeader
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -