namespace 开发辅助工具.Tools { partial class FrmStrCount { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStrCount)); this.textEditorControl1 = new ICSharpCode.TextEditor.TextEditorControl(); this.contextMenuStripHighlightText1 = new ryProcessManager.hezuo.ContextMenuStripHighlightText(); this.menuRight1 = new ryPaiban.Model.MenuRight(this.components); this.TxtFromCode = new ryControls.Controls.RichTextBox2(); this.SuspendLayout(); // // textEditorControl1 // this.textEditorControl1.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.textEditorControl1.ContextMenuStrip = this.contextMenuStripHighlightText1; this.textEditorControl1.IsReadOnly = false; this.textEditorControl1.Location = new System.Drawing.Point(12, 216); this.textEditorControl1.Name = "textEditorControl1"; this.textEditorControl1.Size = new System.Drawing.Size(812, 267); this.textEditorControl1.TabIndex = 19; // // contextMenuStripHighlightText1 // this.contextMenuStripHighlightText1.Name = "contextMenuStripHighlightText1"; this.contextMenuStripHighlightText1.Size = new System.Drawing.Size(101, 186); // // menuRight1 // this.menuRight1.Name = "menuRight1"; this.menuRight1.Size = new System.Drawing.Size(173, 48); 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.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.TextChanged += new System.EventHandler(this.TxtFromCode_TextChanged); // // 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.TxtFromCode); this.Controls.Add(this.textEditorControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmStrCount"; this.TabPageContextMenuStrip = this.menuRight1; this.Text = "字符串统计"; this.ResumeLayout(false); } #endregion private ICSharpCode.TextEditor.TextEditorControl textEditorControl1; private ryProcessManager.hezuo.ContextMenuStripHighlightText contextMenuStripHighlightText1; private ryPaiban.Model.MenuRight menuRight1; private ryControls.Controls.RichTextBox2 TxtFromCode; } }