📄 particularmanage.designer.cs
字号:
//
this.chkContainHeader.AutoSize = true;
this.chkContainHeader.Checked = true;
this.chkContainHeader.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkContainHeader.Location = new System.Drawing.Point(15, 346);
this.chkContainHeader.Name = "chkContainHeader";
this.chkContainHeader.Size = new System.Drawing.Size(132, 16);
this.chkContainHeader.TabIndex = 7;
this.chkContainHeader.Text = "是否包含开始字符串";
this.chkContainHeader.UseVisualStyleBackColor = true;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(187, 371);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
this.btnSave.TabIndex = 6;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// cmbKind
//
this.cmbKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbKind.FormattingEnabled = true;
this.cmbKind.Location = new System.Drawing.Point(72, 256);
this.cmbKind.Name = "cmbKind";
this.cmbKind.Size = new System.Drawing.Size(121, 20);
this.cmbKind.TabIndex = 5;
this.cmbKind.SelectedIndexChanged += new System.EventHandler(this.cmbKind_SelectedIndexChanged);
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(338, 339);
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(198, 21);
this.txtRemark.TabIndex = 4;
//
// txtEndString
//
this.txtEndString.Location = new System.Drawing.Point(338, 283);
this.txtEndString.Name = "txtEndString";
this.txtEndString.Size = new System.Drawing.Size(198, 21);
this.txtEndString.TabIndex = 4;
//
// label4
//
this.label4.Location = new System.Drawing.Point(298, 339);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 23);
this.label4.TabIndex = 3;
this.label4.Text = "备注";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblEnd
//
this.lblEnd.Location = new System.Drawing.Point(268, 282);
this.lblEnd.Name = "lblEnd";
this.lblEnd.Size = new System.Drawing.Size(70, 23);
this.lblEnd.TabIndex = 3;
this.lblEnd.Text = "结束字符串";
this.lblEnd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtNewString
//
this.txtNewString.Location = new System.Drawing.Point(73, 311);
this.txtNewString.Name = "txtNewString";
this.txtNewString.Size = new System.Drawing.Size(189, 21);
this.txtNewString.TabIndex = 4;
//
// txtStartString
//
this.txtStartString.Location = new System.Drawing.Point(73, 285);
this.txtStartString.Name = "txtStartString";
this.txtStartString.Size = new System.Drawing.Size(189, 21);
this.txtStartString.TabIndex = 4;
//
// lblNew
//
this.lblNew.Location = new System.Drawing.Point(3, 310);
this.lblNew.Name = "lblNew";
this.lblNew.Size = new System.Drawing.Size(70, 23);
this.lblNew.TabIndex = 3;
this.lblNew.Text = "替换字符串";
this.lblNew.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 255);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(61, 23);
this.label3.TabIndex = 3;
this.label3.Text = "操作类型";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Location = new System.Drawing.Point(5, 284);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 23);
this.label1.TabIndex = 3;
this.label1.Text = "开始字符串";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// gvParticularConfig
//
this.gvParticularConfig.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.gvParticularConfig.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.删除});
this.gvParticularConfig.Location = new System.Drawing.Point(0, 3);
this.gvParticularConfig.Name = "gvParticularConfig";
this.gvParticularConfig.ReadOnly = true;
this.gvParticularConfig.RowTemplate.Height = 23;
this.gvParticularConfig.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.gvParticularConfig.Size = new System.Drawing.Size(539, 249);
this.gvParticularConfig.TabIndex = 2;
this.gvParticularConfig.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvParticularConfig_CellClick);
//
// 删除
//
this.删除.HeaderText = "删除";
this.删除.Name = "删除";
this.删除.ReadOnly = true;
this.删除.Text = "删除";
this.删除.UseColumnTextForButtonValue = true;
//
// ParticularManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(719, 404);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.Name = "ParticularManage";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "详细信息配置";
this.Load += new System.EventHandler(this.ParticularManage_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gvParticularConfig)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnText;
private System.Windows.Forms.Button btnSource;
private System.Windows.Forms.Button btnTitle;
private System.Windows.Forms.Button btnContent;
private System.Windows.Forms.Button btnUrl;
private System.Windows.Forms.Button btnUrlList;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridView gvParticularConfig;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ComboBox cmbKind;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.TextBox txtEndString;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lblEnd;
private System.Windows.Forms.TextBox txtStartString;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox chkContainTail;
private System.Windows.Forms.CheckBox chkContainHeader;
private System.Windows.Forms.TextBox txtNewString;
private System.Windows.Forms.Label lblNew;
private System.Windows.Forms.DataGridViewButtonColumn 删除;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -