namespace Uestc.Auto6.Dso.U2 { partial class CustomFormulaForm { /// /// 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(CustomFormulaForm)); this.BtnBackSpace = new Uni_Trend.MSO7000X.UserControls.UestcIconButton(); this.BtnAccept = new Uni_Trend.MSO7000X.UserControls.UestcIconButton(); this.BtnCancel = new Uni_Trend.MSO7000X.UserControls.UestcIconButton(); this.BtnClear = new Uni_Trend.MSO7000X.UserControls.UestcIconButton(); this.TbxDescription = new System.Windows.Forms.TextBox(); this.ImgSelection = new System.Windows.Forms.ImageList(this.components); this.LvSelection = new Uestc.Auto6.Dso.U2.ListViewNF(); this.RtbxEditor = new System.Windows.Forms.RichTextBox(); this.GroupBoxXY = new Uni_Trend.MSO7000X.UserControls.UestcGroupBox(); this.uestcGroupBox1 = new Uni_Trend.MSO7000X.UserControls.UestcGroupBox(); this.GroupBoxXY.SuspendLayout(); this.uestcGroupBox1.SuspendLayout(); this.SuspendLayout(); // // BtnBackSpace // this.BtnBackSpace.BackColor = System.Drawing.SystemColors.ActiveBorder; this.BtnBackSpace.BorderColor = System.Drawing.Color.Black; this.BtnBackSpace.BorderThickness = 1; this.BtnBackSpace.CornerRadius = 0; this.BtnBackSpace.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnBackSpace.DaskArray = null; this.BtnBackSpace.DropKey = System.Windows.Forms.Keys.Space; this.BtnBackSpace.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.BtnBackSpace.ForeColor = System.Drawing.SystemColors.ControlText; this.BtnBackSpace.Icon = null; this.BtnBackSpace.IconOffset = 10; this.BtnBackSpace.IconSize = new System.Drawing.Size(24, 24); this.BtnBackSpace.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.BtnBackSpace.Location = new System.Drawing.Point(5, 504); this.BtnBackSpace.Margin = new System.Windows.Forms.Padding(4); this.BtnBackSpace.MouseinBackColor = System.Drawing.Color.Transparent; this.BtnBackSpace.MouseinBorderColor = System.Drawing.Color.Blue; this.BtnBackSpace.MouseInBorderThickness = 1; this.BtnBackSpace.MouseinForeColor = System.Drawing.Color.Blue; this.BtnBackSpace.MouseinSvgForeColor = System.Drawing.Color.Blue; this.BtnBackSpace.Name = "BtnBackSpace"; this.BtnBackSpace.PressedBackColor = System.Drawing.Color.Gray; this.BtnBackSpace.PressedBorderColor = System.Drawing.Color.Blue; this.BtnBackSpace.PressedBorderThickness = 1; this.BtnBackSpace.PressedForeColor = System.Drawing.Color.Blue; this.BtnBackSpace.PressedSvgForeColor = System.Drawing.Color.Blue; this.BtnBackSpace.Size = new System.Drawing.Size(100, 30); this.BtnBackSpace.SVGForeColor = System.Drawing.Color.Black; this.BtnBackSpace.SVGPath = ""; this.BtnBackSpace.TabIndex = 3; this.BtnBackSpace.Text = "清除"; this.BtnBackSpace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnBackSpace.Click += new System.EventHandler(this.BtnBackspace_Click); // // BtnAccept // this.BtnAccept.BackColor = System.Drawing.SystemColors.ActiveBorder; this.BtnAccept.BorderColor = System.Drawing.Color.Black; this.BtnAccept.BorderThickness = 1; this.BtnAccept.CornerRadius = 0; this.BtnAccept.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnAccept.DaskArray = null; this.BtnAccept.DropKey = System.Windows.Forms.Keys.Space; this.BtnAccept.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.BtnAccept.ForeColor = System.Drawing.SystemColors.ControlText; this.BtnAccept.Icon = null; this.BtnAccept.IconOffset = 10; this.BtnAccept.IconSize = new System.Drawing.Size(24, 24); this.BtnAccept.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.BtnAccept.Location = new System.Drawing.Point(583, 546); this.BtnAccept.Margin = new System.Windows.Forms.Padding(4); this.BtnAccept.MouseinBackColor = System.Drawing.Color.Transparent; this.BtnAccept.MouseinBorderColor = System.Drawing.Color.Blue; this.BtnAccept.MouseInBorderThickness = 1; this.BtnAccept.MouseinForeColor = System.Drawing.Color.Blue; this.BtnAccept.MouseinSvgForeColor = System.Drawing.Color.Blue; this.BtnAccept.Name = "BtnAccept"; this.BtnAccept.PressedBackColor = System.Drawing.Color.Gray; this.BtnAccept.PressedBorderColor = System.Drawing.Color.Blue; this.BtnAccept.PressedBorderThickness = 1; this.BtnAccept.PressedForeColor = System.Drawing.Color.Blue; this.BtnAccept.PressedSvgForeColor = System.Drawing.Color.Blue; this.BtnAccept.Size = new System.Drawing.Size(100, 30); this.BtnAccept.SVGForeColor = System.Drawing.Color.Black; this.BtnAccept.SVGPath = ""; this.BtnAccept.TabIndex = 6; this.BtnAccept.Text = "确定"; this.BtnAccept.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnAccept.Click += new System.EventHandler(this.BtnAccept_Click); // // BtnCancel // this.BtnCancel.BackColor = System.Drawing.SystemColors.ActiveBorder; this.BtnCancel.BorderColor = System.Drawing.Color.Black; this.BtnCancel.BorderThickness = 1; this.BtnCancel.CornerRadius = 0; this.BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnCancel.DaskArray = null; this.BtnCancel.DropKey = System.Windows.Forms.Keys.Space; this.BtnCancel.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.BtnCancel.ForeColor = System.Drawing.SystemColors.ControlText; this.BtnCancel.Icon = null; this.BtnCancel.IconOffset = 10; this.BtnCancel.IconSize = new System.Drawing.Size(24, 24); this.BtnCancel.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.BtnCancel.Location = new System.Drawing.Point(694, 546); this.BtnCancel.Margin = new System.Windows.Forms.Padding(4); this.BtnCancel.MouseinBackColor = System.Drawing.Color.Transparent; this.BtnCancel.MouseinBorderColor = System.Drawing.Color.Blue; this.BtnCancel.MouseInBorderThickness = 1; this.BtnCancel.MouseinForeColor = System.Drawing.Color.Blue; this.BtnCancel.MouseinSvgForeColor = System.Drawing.Color.Blue; this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.PressedBackColor = System.Drawing.Color.Gray; this.BtnCancel.PressedBorderColor = System.Drawing.Color.Blue; this.BtnCancel.PressedBorderThickness = 1; this.BtnCancel.PressedForeColor = System.Drawing.Color.Blue; this.BtnCancel.PressedSvgForeColor = System.Drawing.Color.Blue; this.BtnCancel.Size = new System.Drawing.Size(100, 30); this.BtnCancel.SVGForeColor = System.Drawing.Color.Black; this.BtnCancel.SVGPath = ""; this.BtnCancel.TabIndex = 7; this.BtnCancel.Text = "取消"; this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // BtnClear // this.BtnClear.BackColor = System.Drawing.SystemColors.ActiveBorder; this.BtnClear.BorderColor = System.Drawing.Color.Black; this.BtnClear.BorderThickness = 1; this.BtnClear.CornerRadius = 0; this.BtnClear.Cursor = System.Windows.Forms.Cursors.Hand; this.BtnClear.DaskArray = null; this.BtnClear.DropKey = System.Windows.Forms.Keys.Space; this.BtnClear.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.BtnClear.ForeColor = System.Drawing.SystemColors.ControlText; this.BtnClear.Icon = null; this.BtnClear.IconOffset = 10; this.BtnClear.IconSize = new System.Drawing.Size(24, 24); this.BtnClear.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.BtnClear.Location = new System.Drawing.Point(113, 504); this.BtnClear.Margin = new System.Windows.Forms.Padding(4); this.BtnClear.MouseinBackColor = System.Drawing.Color.Transparent; this.BtnClear.MouseinBorderColor = System.Drawing.Color.Blue; this.BtnClear.MouseInBorderThickness = 1; this.BtnClear.MouseinForeColor = System.Drawing.Color.Blue; this.BtnClear.MouseinSvgForeColor = System.Drawing.Color.Blue; this.BtnClear.Name = "BtnClear"; this.BtnClear.PressedBackColor = System.Drawing.Color.Gray; this.BtnClear.PressedBorderColor = System.Drawing.Color.Blue; this.BtnClear.PressedBorderThickness = 1; this.BtnClear.PressedForeColor = System.Drawing.Color.Blue; this.BtnClear.PressedSvgForeColor = System.Drawing.Color.Blue; this.BtnClear.Size = new System.Drawing.Size(100, 30); this.BtnClear.SVGForeColor = System.Drawing.Color.Black; this.BtnClear.SVGPath = ""; this.BtnClear.TabIndex = 4; this.BtnClear.Text = "清除所有"; this.BtnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click); // // TbxDescription // this.TbxDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58))))); this.TbxDescription.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TbxDescription.BackgroundImage"))); this.TbxDescription.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TbxDescription.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxDescription.Dock = System.Windows.Forms.DockStyle.Fill; this.TbxDescription.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.TbxDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199))))); this.TbxDescription.Location = new System.Drawing.Point(0, 16); this.TbxDescription.Margin = new System.Windows.Forms.Padding(4); this.TbxDescription.Multiline = true; this.TbxDescription.Name = "TbxDescription"; this.TbxDescription.ReadOnly = true; this.TbxDescription.ShortcutsEnabled = false; this.TbxDescription.Size = new System.Drawing.Size(386, 104); this.TbxDescription.TabIndex = 0; this.TbxDescription.TabStop = false; this.TbxDescription.Text = "选择所需操作符和操作数构造公式,自带左括号的操作符需自行补全右括号。\r\n完成编辑后,点击公式检查,公式无误即可点击确定进行运算。\r\n常数默认使用标准单位。"; this.TbxDescription.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TbxDescription_MouseDown); // // ImgSelection // this.ImgSelection.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.ImgSelection.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImgSelection.ImageStream"))); this.ImgSelection.TransparentColor = System.Drawing.Color.Transparent; this.ImgSelection.Images.SetKeyName(0, "Comma.bmp"); this.ImgSelection.Images.SetKeyName(1, "Dot.bmp"); this.ImgSelection.Images.SetKeyName(2, "MathAbs.bmp"); this.ImgSelection.Images.SetKeyName(3, "MathAdd.bmp"); this.ImgSelection.Images.SetKeyName(4, "MathAverage.bmp"); this.ImgSelection.Images.SetKeyName(5, "MathChannel1In.bmp"); this.ImgSelection.Images.SetKeyName(6, "MathChannel2In.bmp"); this.ImgSelection.Images.SetKeyName(7, "MathChannel3In.bmp"); this.ImgSelection.Images.SetKeyName(8, "MathChannel4In.bmp"); this.ImgSelection.Images.SetKeyName(9, "MathCommonmode.bmp"); this.ImgSelection.Images.SetKeyName(10, "MathDer.bmp"); this.ImgSelection.Images.SetKeyName(11, "MathDiv.bmp"); this.ImgSelection.Images.SetKeyName(12, "MathExp.bmp"); this.ImgSelection.Images.SetKeyName(13, "MathExp10.bmp"); this.ImgSelection.Images.SetKeyName(14, "MathInt.bmp"); this.ImgSelection.Images.SetKeyName(15, "MathLB.bmp"); this.ImgSelection.Images.SetKeyName(16, "MathLn.bmp"); this.ImgSelection.Images.SetKeyName(17, "MathLog10.bmp"); this.ImgSelection.Images.SetKeyName(18, "MathMaximum.bmp"); this.ImgSelection.Images.SetKeyName(19, "MathMinimum.bmp"); this.ImgSelection.Images.SetKeyName(20, "MathMultpl.bmp"); this.ImgSelection.Images.SetKeyName(21, "MathRB.bmp"); this.ImgSelection.Images.SetKeyName(22, "MathReciprocal.bmp"); this.ImgSelection.Images.SetKeyName(23, "MathRef1In.bmp"); this.ImgSelection.Images.SetKeyName(24, "MathRef2In.bmp"); this.ImgSelection.Images.SetKeyName(25, "MathRef3In.bmp"); this.ImgSelection.Images.SetKeyName(26, "MathRef4In.bmp"); this.ImgSelection.Images.SetKeyName(27, "MathSqroot.bmp"); this.ImgSelection.Images.SetKeyName(28, "MathSquare.bmp"); this.ImgSelection.Images.SetKeyName(29, "MathSub.bmp"); this.ImgSelection.Images.SetKeyName(30, "Number0.bmp"); this.ImgSelection.Images.SetKeyName(31, "Number1.bmp"); this.ImgSelection.Images.SetKeyName(32, "Number2.bmp"); this.ImgSelection.Images.SetKeyName(33, "Number3.bmp"); this.ImgSelection.Images.SetKeyName(34, "Number4.bmp"); this.ImgSelection.Images.SetKeyName(35, "Number5.bmp"); this.ImgSelection.Images.SetKeyName(36, "Number6.bmp"); this.ImgSelection.Images.SetKeyName(37, "Number7.bmp"); this.ImgSelection.Images.SetKeyName(38, "Number8.bmp"); this.ImgSelection.Images.SetKeyName(39, "Number9.bmp"); this.ImgSelection.Images.SetKeyName(40, "And.bmp"); this.ImgSelection.Images.SetKeyName(41, "MathCos.bmp"); this.ImgSelection.Images.SetKeyName(42, "MathSin.bmp"); this.ImgSelection.Images.SetKeyName(43, "MathTan.bmp"); this.ImgSelection.Images.SetKeyName(44, "Not.bmp"); this.ImgSelection.Images.SetKeyName(45, "Or.bmp"); this.ImgSelection.Images.SetKeyName(46, "Xor.bmp"); this.ImgSelection.Images.SetKeyName(47, "MathGt.bmp"); this.ImgSelection.Images.SetKeyName(48, "MathLt.bmp"); this.ImgSelection.Images.SetKeyName(49, "pi.bmp"); this.ImgSelection.Images.SetKeyName(50, "e.bmp"); this.ImgSelection.Images.SetKeyName(51, "Concat.bmp"); this.ImgSelection.Images.SetKeyName(52, "Repeat.bmp"); this.ImgSelection.Images.SetKeyName(53, "Range.bmp"); this.ImgSelection.Images.SetKeyName(54, "Rand.bmp"); this.ImgSelection.Images.SetKeyName(55, "Subvector.bmp"); this.ImgSelection.Images.SetKeyName(56, "MathConv.png"); this.ImgSelection.Images.SetKeyName(57, "MathCorr.png"); // // LvSelection // this.LvSelection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58))))); this.LvSelection.BorderStyle = System.Windows.Forms.BorderStyle.None; this.LvSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199))))); this.LvSelection.HideSelection = false; this.LvSelection.LargeImageList = this.ImgSelection; this.LvSelection.Location = new System.Drawing.Point(5, 181); this.LvSelection.Margin = new System.Windows.Forms.Padding(2); this.LvSelection.MultiSelect = false; this.LvSelection.Name = "LvSelection"; this.LvSelection.ShowItemToolTips = true; this.LvSelection.Size = new System.Drawing.Size(789, 315); this.LvSelection.TabIndex = 0; this.LvSelection.UseCompatibleStateImageBehavior = false; this.LvSelection.Click += new System.EventHandler(this.LvSelection_Click); // // RtbxEditor // this.RtbxEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58))))); this.RtbxEditor.BorderStyle = System.Windows.Forms.BorderStyle.None; this.RtbxEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.RtbxEditor.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.RtbxEditor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199))))); this.RtbxEditor.Location = new System.Drawing.Point(0, 16); this.RtbxEditor.Margin = new System.Windows.Forms.Padding(4); this.RtbxEditor.Name = "RtbxEditor"; this.RtbxEditor.ReadOnly = true; this.RtbxEditor.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal; this.RtbxEditor.ShortcutsEnabled = false; this.RtbxEditor.Size = new System.Drawing.Size(395, 104); this.RtbxEditor.TabIndex = 0; this.RtbxEditor.TabStop = false; this.RtbxEditor.Text = "C1+C2"; this.RtbxEditor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.RtbxEditor_MouseDown); // // GroupBoxXY // this.GroupBoxXY.BackColor = System.Drawing.Color.Transparent; this.GroupBoxXY.BorderColor = System.Drawing.Color.Black; this.GroupBoxXY.Controls.Add(this.RtbxEditor); this.GroupBoxXY.ForeColor = System.Drawing.Color.Black; this.GroupBoxXY.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.GroupBoxXY.Location = new System.Drawing.Point(4, 52); this.GroupBoxXY.Margin = new System.Windows.Forms.Padding(0); this.GroupBoxXY.Name = "GroupBoxXY"; this.GroupBoxXY.Padding = new System.Windows.Forms.Padding(0); this.GroupBoxXY.Size = new System.Drawing.Size(395, 120); this.GroupBoxXY.TabIndex = 17; this.GroupBoxXY.TabStop = false; this.GroupBoxXY.Text = "公式结果"; // // uestcGroupBox1 // this.uestcGroupBox1.BackColor = System.Drawing.Color.Transparent; this.uestcGroupBox1.BorderColor = System.Drawing.Color.Black; this.uestcGroupBox1.Controls.Add(this.TbxDescription); this.uestcGroupBox1.ForeColor = System.Drawing.Color.Black; this.uestcGroupBox1.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default; this.uestcGroupBox1.Location = new System.Drawing.Point(408, 52); this.uestcGroupBox1.Margin = new System.Windows.Forms.Padding(0); this.uestcGroupBox1.Name = "uestcGroupBox1"; this.uestcGroupBox1.Padding = new System.Windows.Forms.Padding(0); this.uestcGroupBox1.Size = new System.Drawing.Size(386, 120); this.uestcGroupBox1.TabIndex = 18; this.uestcGroupBox1.TabStop = false; this.uestcGroupBox1.Text = "语法说明"; // // CustomFormulaForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45))))); this.ClientSize = new System.Drawing.Size(799, 580); this.ContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45))))); this.ControlBox = false; this.Controls.Add(this.uestcGroupBox1); this.Controls.Add(this.GroupBoxXY); this.Controls.Add(this.LvSelection); this.Controls.Add(this.BtnClear); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnAccept); this.Controls.Add(this.BtnBackSpace); this.FormOpacity = 800; this.HeadBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58))))); this.HeadHeight = 45; this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CustomFormulaForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "公式编辑器"; this.Title = "公式编辑器"; this.TitleIconSize = new System.Drawing.Size(0, 0); this.TitleIconWidth = 0; this.TitleLableHeight = 39; this.Controls.SetChildIndex(this.BtnBackSpace, 0); this.Controls.SetChildIndex(this.BtnAccept, 0); this.Controls.SetChildIndex(this.BtnCancel, 0); this.Controls.SetChildIndex(this.BtnClear, 0); this.Controls.SetChildIndex(this.LvSelection, 0); this.Controls.SetChildIndex(this.GroupBoxXY, 0); this.Controls.SetChildIndex(this.uestcGroupBox1, 0); this.GroupBoxXY.ResumeLayout(false); this.uestcGroupBox1.ResumeLayout(false); this.uestcGroupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnBackSpace; private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnAccept; private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnCancel; private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnClear; private System.Windows.Forms.ImageList ImgSelection; private System.Windows.Forms.RichTextBox RtbxEditor; private System.Windows.Forms.TextBox TbxDescription; private ListViewNF LvSelection; private Uni_Trend.MSO7000X.UserControls.UestcGroupBox GroupBoxXY; private Uni_Trend.MSO7000X.UserControls.UestcGroupBox uestcGroupBox1; } }