------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
97 lines
4.5 KiB
C#
97 lines
4.5 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmStrCount
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStrCount));
|
|
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
|
|
this.TxtFromCode = new ryControls.Controls.RichTextBox2();
|
|
this.htmlPanel1 = new TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel();
|
|
this.SuspendLayout();
|
|
//
|
|
// menuRight1
|
|
//
|
|
this.menuRight1.Name = "menuRight1";
|
|
this.menuRight1.Size = new System.Drawing.Size(185, 92);
|
|
this.menuRight1.SourceContent = this;
|
|
//
|
|
// TxtFromCode
|
|
//
|
|
this.TxtFromCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TxtFromCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.TxtFromCode.DetectUrls = false;
|
|
this.TxtFromCode.EmptyText = "请填写待计算的字符串";
|
|
this.TxtFromCode.Font = new System.Drawing.Font("Courier New", 10F);
|
|
this.TxtFromCode.ForeColor = System.Drawing.Color.Black;
|
|
this.TxtFromCode.Location = new System.Drawing.Point(12, 3);
|
|
this.TxtFromCode.Name = "TxtFromCode";
|
|
this.TxtFromCode.OnlyInputText = true;
|
|
this.TxtFromCode.Size = new System.Drawing.Size(812, 207);
|
|
this.TxtFromCode.TabIndex = 30;
|
|
this.TxtFromCode.Text = "";
|
|
this.TxtFromCode.WordWrap = false;
|
|
this.TxtFromCode.TextChanged += new System.EventHandler(this.TxtFromCode_TextChanged);
|
|
//
|
|
// htmlPanel1
|
|
//
|
|
this.htmlPanel1.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.htmlPanel1.AutoScroll = true;
|
|
this.htmlPanel1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.htmlPanel1.BaseStylesheet = null;
|
|
this.htmlPanel1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.htmlPanel1.Location = new System.Drawing.Point(12, 216);
|
|
this.htmlPanel1.Name = "htmlPanel1";
|
|
this.htmlPanel1.Size = new System.Drawing.Size(812, 258);
|
|
this.htmlPanel1.TabIndex = 32;
|
|
//
|
|
// FrmStrCount
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(836, 495);
|
|
this.Controls.Add(this.htmlPanel1);
|
|
this.Controls.Add(this.TxtFromCode);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmStrCount";
|
|
this.TabPageContextMenuStrip = this.menuRight1;
|
|
this.Text = "字符串统计";
|
|
this.Load += new System.EventHandler(this.FrmStrCount_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private ryPaiban.Model.MenuRight menuRight1;
|
|
private ryControls.Controls.RichTextBox2 TxtFromCode;
|
|
private TheArtOfDev.HtmlRenderer.WinForms.HtmlPanel htmlPanel1;
|
|
}
|
|
} |