CustomFormulaForm.designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. namespace Uestc.Auto6.Dso.U2
  2. {
  3. partial class CustomFormulaForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomFormulaForm));
  30. this.BtnBackSpace = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  31. this.BtnAccept = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  32. this.BtnCancel = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  33. this.BtnClear = new Uni_Trend.MSO7000X.UserControls.UestcIconButton();
  34. this.TbxDescription = new System.Windows.Forms.TextBox();
  35. this.ImgSelection = new System.Windows.Forms.ImageList(this.components);
  36. this.LvSelection = new Uestc.Auto6.Dso.U2.ListViewNF();
  37. this.RtbxEditor = new System.Windows.Forms.RichTextBox();
  38. this.GroupBoxXY = new Uni_Trend.MSO7000X.UserControls.UestcGroupBox();
  39. this.uestcGroupBox1 = new Uni_Trend.MSO7000X.UserControls.UestcGroupBox();
  40. this.GroupBoxXY.SuspendLayout();
  41. this.uestcGroupBox1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // BtnBackSpace
  45. //
  46. this.BtnBackSpace.BackColor = System.Drawing.SystemColors.ActiveBorder;
  47. this.BtnBackSpace.BorderColor = System.Drawing.Color.Black;
  48. this.BtnBackSpace.BorderThickness = 1;
  49. this.BtnBackSpace.CornerRadius = 0;
  50. this.BtnBackSpace.Cursor = System.Windows.Forms.Cursors.Hand;
  51. this.BtnBackSpace.DaskArray = null;
  52. this.BtnBackSpace.DropKey = System.Windows.Forms.Keys.Space;
  53. this.BtnBackSpace.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  54. this.BtnBackSpace.ForeColor = System.Drawing.SystemColors.ControlText;
  55. this.BtnBackSpace.Icon = null;
  56. this.BtnBackSpace.IconOffset = 10;
  57. this.BtnBackSpace.IconSize = new System.Drawing.Size(24, 24);
  58. this.BtnBackSpace.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  59. this.BtnBackSpace.Location = new System.Drawing.Point(5, 504);
  60. this.BtnBackSpace.Margin = new System.Windows.Forms.Padding(4);
  61. this.BtnBackSpace.MouseinBackColor = System.Drawing.Color.Transparent;
  62. this.BtnBackSpace.MouseinBorderColor = System.Drawing.Color.Blue;
  63. this.BtnBackSpace.MouseInBorderThickness = 1;
  64. this.BtnBackSpace.MouseinForeColor = System.Drawing.Color.Blue;
  65. this.BtnBackSpace.MouseinSvgForeColor = System.Drawing.Color.Blue;
  66. this.BtnBackSpace.Name = "BtnBackSpace";
  67. this.BtnBackSpace.PressedBackColor = System.Drawing.Color.Gray;
  68. this.BtnBackSpace.PressedBorderColor = System.Drawing.Color.Blue;
  69. this.BtnBackSpace.PressedBorderThickness = 1;
  70. this.BtnBackSpace.PressedForeColor = System.Drawing.Color.Blue;
  71. this.BtnBackSpace.PressedSvgForeColor = System.Drawing.Color.Blue;
  72. this.BtnBackSpace.Size = new System.Drawing.Size(100, 30);
  73. this.BtnBackSpace.SVGForeColor = System.Drawing.Color.Black;
  74. this.BtnBackSpace.SVGPath = "";
  75. this.BtnBackSpace.TabIndex = 3;
  76. this.BtnBackSpace.Text = "清除";
  77. this.BtnBackSpace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  78. this.BtnBackSpace.Click += new System.EventHandler(this.BtnBackspace_Click);
  79. //
  80. // BtnAccept
  81. //
  82. this.BtnAccept.BackColor = System.Drawing.SystemColors.ActiveBorder;
  83. this.BtnAccept.BorderColor = System.Drawing.Color.Black;
  84. this.BtnAccept.BorderThickness = 1;
  85. this.BtnAccept.CornerRadius = 0;
  86. this.BtnAccept.Cursor = System.Windows.Forms.Cursors.Hand;
  87. this.BtnAccept.DaskArray = null;
  88. this.BtnAccept.DropKey = System.Windows.Forms.Keys.Space;
  89. this.BtnAccept.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  90. this.BtnAccept.ForeColor = System.Drawing.SystemColors.ControlText;
  91. this.BtnAccept.Icon = null;
  92. this.BtnAccept.IconOffset = 10;
  93. this.BtnAccept.IconSize = new System.Drawing.Size(24, 24);
  94. this.BtnAccept.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  95. this.BtnAccept.Location = new System.Drawing.Point(583, 546);
  96. this.BtnAccept.Margin = new System.Windows.Forms.Padding(4);
  97. this.BtnAccept.MouseinBackColor = System.Drawing.Color.Transparent;
  98. this.BtnAccept.MouseinBorderColor = System.Drawing.Color.Blue;
  99. this.BtnAccept.MouseInBorderThickness = 1;
  100. this.BtnAccept.MouseinForeColor = System.Drawing.Color.Blue;
  101. this.BtnAccept.MouseinSvgForeColor = System.Drawing.Color.Blue;
  102. this.BtnAccept.Name = "BtnAccept";
  103. this.BtnAccept.PressedBackColor = System.Drawing.Color.Gray;
  104. this.BtnAccept.PressedBorderColor = System.Drawing.Color.Blue;
  105. this.BtnAccept.PressedBorderThickness = 1;
  106. this.BtnAccept.PressedForeColor = System.Drawing.Color.Blue;
  107. this.BtnAccept.PressedSvgForeColor = System.Drawing.Color.Blue;
  108. this.BtnAccept.Size = new System.Drawing.Size(100, 30);
  109. this.BtnAccept.SVGForeColor = System.Drawing.Color.Black;
  110. this.BtnAccept.SVGPath = "";
  111. this.BtnAccept.TabIndex = 6;
  112. this.BtnAccept.Text = "确定";
  113. this.BtnAccept.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  114. this.BtnAccept.Click += new System.EventHandler(this.BtnAccept_Click);
  115. //
  116. // BtnCancel
  117. //
  118. this.BtnCancel.BackColor = System.Drawing.SystemColors.ActiveBorder;
  119. this.BtnCancel.BorderColor = System.Drawing.Color.Black;
  120. this.BtnCancel.BorderThickness = 1;
  121. this.BtnCancel.CornerRadius = 0;
  122. this.BtnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  123. this.BtnCancel.DaskArray = null;
  124. this.BtnCancel.DropKey = System.Windows.Forms.Keys.Space;
  125. this.BtnCancel.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  126. this.BtnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
  127. this.BtnCancel.Icon = null;
  128. this.BtnCancel.IconOffset = 10;
  129. this.BtnCancel.IconSize = new System.Drawing.Size(24, 24);
  130. this.BtnCancel.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  131. this.BtnCancel.Location = new System.Drawing.Point(694, 546);
  132. this.BtnCancel.Margin = new System.Windows.Forms.Padding(4);
  133. this.BtnCancel.MouseinBackColor = System.Drawing.Color.Transparent;
  134. this.BtnCancel.MouseinBorderColor = System.Drawing.Color.Blue;
  135. this.BtnCancel.MouseInBorderThickness = 1;
  136. this.BtnCancel.MouseinForeColor = System.Drawing.Color.Blue;
  137. this.BtnCancel.MouseinSvgForeColor = System.Drawing.Color.Blue;
  138. this.BtnCancel.Name = "BtnCancel";
  139. this.BtnCancel.PressedBackColor = System.Drawing.Color.Gray;
  140. this.BtnCancel.PressedBorderColor = System.Drawing.Color.Blue;
  141. this.BtnCancel.PressedBorderThickness = 1;
  142. this.BtnCancel.PressedForeColor = System.Drawing.Color.Blue;
  143. this.BtnCancel.PressedSvgForeColor = System.Drawing.Color.Blue;
  144. this.BtnCancel.Size = new System.Drawing.Size(100, 30);
  145. this.BtnCancel.SVGForeColor = System.Drawing.Color.Black;
  146. this.BtnCancel.SVGPath = "";
  147. this.BtnCancel.TabIndex = 7;
  148. this.BtnCancel.Text = "取消";
  149. this.BtnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  150. this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  151. //
  152. // BtnClear
  153. //
  154. this.BtnClear.BackColor = System.Drawing.SystemColors.ActiveBorder;
  155. this.BtnClear.BorderColor = System.Drawing.Color.Black;
  156. this.BtnClear.BorderThickness = 1;
  157. this.BtnClear.CornerRadius = 0;
  158. this.BtnClear.Cursor = System.Windows.Forms.Cursors.Hand;
  159. this.BtnClear.DaskArray = null;
  160. this.BtnClear.DropKey = System.Windows.Forms.Keys.Space;
  161. this.BtnClear.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  162. this.BtnClear.ForeColor = System.Drawing.SystemColors.ControlText;
  163. this.BtnClear.Icon = null;
  164. this.BtnClear.IconOffset = 10;
  165. this.BtnClear.IconSize = new System.Drawing.Size(24, 24);
  166. this.BtnClear.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  167. this.BtnClear.Location = new System.Drawing.Point(113, 504);
  168. this.BtnClear.Margin = new System.Windows.Forms.Padding(4);
  169. this.BtnClear.MouseinBackColor = System.Drawing.Color.Transparent;
  170. this.BtnClear.MouseinBorderColor = System.Drawing.Color.Blue;
  171. this.BtnClear.MouseInBorderThickness = 1;
  172. this.BtnClear.MouseinForeColor = System.Drawing.Color.Blue;
  173. this.BtnClear.MouseinSvgForeColor = System.Drawing.Color.Blue;
  174. this.BtnClear.Name = "BtnClear";
  175. this.BtnClear.PressedBackColor = System.Drawing.Color.Gray;
  176. this.BtnClear.PressedBorderColor = System.Drawing.Color.Blue;
  177. this.BtnClear.PressedBorderThickness = 1;
  178. this.BtnClear.PressedForeColor = System.Drawing.Color.Blue;
  179. this.BtnClear.PressedSvgForeColor = System.Drawing.Color.Blue;
  180. this.BtnClear.Size = new System.Drawing.Size(100, 30);
  181. this.BtnClear.SVGForeColor = System.Drawing.Color.Black;
  182. this.BtnClear.SVGPath = "";
  183. this.BtnClear.TabIndex = 4;
  184. this.BtnClear.Text = "清除所有";
  185. this.BtnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  186. this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
  187. //
  188. // TbxDescription
  189. //
  190. this.TbxDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  191. this.TbxDescription.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TbxDescription.BackgroundImage")));
  192. this.TbxDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
  193. this.TbxDescription.Cursor = System.Windows.Forms.Cursors.IBeam;
  194. this.TbxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.TbxDescription.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  196. this.TbxDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199)))));
  197. this.TbxDescription.Location = new System.Drawing.Point(0, 16);
  198. this.TbxDescription.Margin = new System.Windows.Forms.Padding(4);
  199. this.TbxDescription.Multiline = true;
  200. this.TbxDescription.Name = "TbxDescription";
  201. this.TbxDescription.ReadOnly = true;
  202. this.TbxDescription.ShortcutsEnabled = false;
  203. this.TbxDescription.Size = new System.Drawing.Size(386, 104);
  204. this.TbxDescription.TabIndex = 0;
  205. this.TbxDescription.TabStop = false;
  206. this.TbxDescription.Text = "选择所需操作符和操作数构造公式,自带左括号的操作符需自行补全右括号。\r\n完成编辑后,点击公式检查,公式无误即可点击确定进行运算。\r\n常数默认使用标准单位。";
  207. this.TbxDescription.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TbxDescription_MouseDown);
  208. //
  209. // ImgSelection
  210. //
  211. this.ImgSelection.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  212. this.ImgSelection.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImgSelection.ImageStream")));
  213. this.ImgSelection.TransparentColor = System.Drawing.Color.Transparent;
  214. this.ImgSelection.Images.SetKeyName(0, "Comma.bmp");
  215. this.ImgSelection.Images.SetKeyName(1, "Dot.bmp");
  216. this.ImgSelection.Images.SetKeyName(2, "MathAbs.bmp");
  217. this.ImgSelection.Images.SetKeyName(3, "MathAdd.bmp");
  218. this.ImgSelection.Images.SetKeyName(4, "MathAverage.bmp");
  219. this.ImgSelection.Images.SetKeyName(5, "MathChannel1In.bmp");
  220. this.ImgSelection.Images.SetKeyName(6, "MathChannel2In.bmp");
  221. this.ImgSelection.Images.SetKeyName(7, "MathChannel3In.bmp");
  222. this.ImgSelection.Images.SetKeyName(8, "MathChannel4In.bmp");
  223. this.ImgSelection.Images.SetKeyName(9, "MathCommonmode.bmp");
  224. this.ImgSelection.Images.SetKeyName(10, "MathDer.bmp");
  225. this.ImgSelection.Images.SetKeyName(11, "MathDiv.bmp");
  226. this.ImgSelection.Images.SetKeyName(12, "MathExp.bmp");
  227. this.ImgSelection.Images.SetKeyName(13, "MathExp10.bmp");
  228. this.ImgSelection.Images.SetKeyName(14, "MathInt.bmp");
  229. this.ImgSelection.Images.SetKeyName(15, "MathLB.bmp");
  230. this.ImgSelection.Images.SetKeyName(16, "MathLn.bmp");
  231. this.ImgSelection.Images.SetKeyName(17, "MathLog10.bmp");
  232. this.ImgSelection.Images.SetKeyName(18, "MathMaximum.bmp");
  233. this.ImgSelection.Images.SetKeyName(19, "MathMinimum.bmp");
  234. this.ImgSelection.Images.SetKeyName(20, "MathMultpl.bmp");
  235. this.ImgSelection.Images.SetKeyName(21, "MathRB.bmp");
  236. this.ImgSelection.Images.SetKeyName(22, "MathReciprocal.bmp");
  237. this.ImgSelection.Images.SetKeyName(23, "MathRef1In.bmp");
  238. this.ImgSelection.Images.SetKeyName(24, "MathRef2In.bmp");
  239. this.ImgSelection.Images.SetKeyName(25, "MathRef3In.bmp");
  240. this.ImgSelection.Images.SetKeyName(26, "MathRef4In.bmp");
  241. this.ImgSelection.Images.SetKeyName(27, "MathSqroot.bmp");
  242. this.ImgSelection.Images.SetKeyName(28, "MathSquare.bmp");
  243. this.ImgSelection.Images.SetKeyName(29, "MathSub.bmp");
  244. this.ImgSelection.Images.SetKeyName(30, "Number0.bmp");
  245. this.ImgSelection.Images.SetKeyName(31, "Number1.bmp");
  246. this.ImgSelection.Images.SetKeyName(32, "Number2.bmp");
  247. this.ImgSelection.Images.SetKeyName(33, "Number3.bmp");
  248. this.ImgSelection.Images.SetKeyName(34, "Number4.bmp");
  249. this.ImgSelection.Images.SetKeyName(35, "Number5.bmp");
  250. this.ImgSelection.Images.SetKeyName(36, "Number6.bmp");
  251. this.ImgSelection.Images.SetKeyName(37, "Number7.bmp");
  252. this.ImgSelection.Images.SetKeyName(38, "Number8.bmp");
  253. this.ImgSelection.Images.SetKeyName(39, "Number9.bmp");
  254. this.ImgSelection.Images.SetKeyName(40, "And.bmp");
  255. this.ImgSelection.Images.SetKeyName(41, "MathCos.bmp");
  256. this.ImgSelection.Images.SetKeyName(42, "MathSin.bmp");
  257. this.ImgSelection.Images.SetKeyName(43, "MathTan.bmp");
  258. this.ImgSelection.Images.SetKeyName(44, "Not.bmp");
  259. this.ImgSelection.Images.SetKeyName(45, "Or.bmp");
  260. this.ImgSelection.Images.SetKeyName(46, "Xor.bmp");
  261. this.ImgSelection.Images.SetKeyName(47, "MathGt.bmp");
  262. this.ImgSelection.Images.SetKeyName(48, "MathLt.bmp");
  263. this.ImgSelection.Images.SetKeyName(49, "pi.bmp");
  264. this.ImgSelection.Images.SetKeyName(50, "e.bmp");
  265. this.ImgSelection.Images.SetKeyName(51, "Concat.bmp");
  266. this.ImgSelection.Images.SetKeyName(52, "Repeat.bmp");
  267. this.ImgSelection.Images.SetKeyName(53, "Range.bmp");
  268. this.ImgSelection.Images.SetKeyName(54, "Rand.bmp");
  269. this.ImgSelection.Images.SetKeyName(55, "Subvector.bmp");
  270. this.ImgSelection.Images.SetKeyName(56, "MathConv.png");
  271. this.ImgSelection.Images.SetKeyName(57, "MathCorr.png");
  272. //
  273. // LvSelection
  274. //
  275. this.LvSelection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  276. this.LvSelection.BorderStyle = System.Windows.Forms.BorderStyle.None;
  277. this.LvSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199)))));
  278. this.LvSelection.HideSelection = false;
  279. this.LvSelection.LargeImageList = this.ImgSelection;
  280. this.LvSelection.Location = new System.Drawing.Point(5, 181);
  281. this.LvSelection.Margin = new System.Windows.Forms.Padding(2);
  282. this.LvSelection.MultiSelect = false;
  283. this.LvSelection.Name = "LvSelection";
  284. this.LvSelection.ShowItemToolTips = true;
  285. this.LvSelection.Size = new System.Drawing.Size(789, 315);
  286. this.LvSelection.TabIndex = 0;
  287. this.LvSelection.UseCompatibleStateImageBehavior = false;
  288. this.LvSelection.Click += new System.EventHandler(this.LvSelection_Click);
  289. //
  290. // RtbxEditor
  291. //
  292. this.RtbxEditor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  293. this.RtbxEditor.BorderStyle = System.Windows.Forms.BorderStyle.None;
  294. this.RtbxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.RtbxEditor.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  296. this.RtbxEditor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(192)))), ((int)(((byte)(199)))));
  297. this.RtbxEditor.Location = new System.Drawing.Point(0, 16);
  298. this.RtbxEditor.Margin = new System.Windows.Forms.Padding(4);
  299. this.RtbxEditor.Name = "RtbxEditor";
  300. this.RtbxEditor.ReadOnly = true;
  301. this.RtbxEditor.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Horizontal;
  302. this.RtbxEditor.ShortcutsEnabled = false;
  303. this.RtbxEditor.Size = new System.Drawing.Size(395, 104);
  304. this.RtbxEditor.TabIndex = 0;
  305. this.RtbxEditor.TabStop = false;
  306. this.RtbxEditor.Text = "C1+C2";
  307. this.RtbxEditor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.RtbxEditor_MouseDown);
  308. //
  309. // GroupBoxXY
  310. //
  311. this.GroupBoxXY.BackColor = System.Drawing.Color.Transparent;
  312. this.GroupBoxXY.BorderColor = System.Drawing.Color.Black;
  313. this.GroupBoxXY.Controls.Add(this.RtbxEditor);
  314. this.GroupBoxXY.ForeColor = System.Drawing.Color.Black;
  315. this.GroupBoxXY.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  316. this.GroupBoxXY.Location = new System.Drawing.Point(4, 52);
  317. this.GroupBoxXY.Margin = new System.Windows.Forms.Padding(0);
  318. this.GroupBoxXY.Name = "GroupBoxXY";
  319. this.GroupBoxXY.Padding = new System.Windows.Forms.Padding(0);
  320. this.GroupBoxXY.Size = new System.Drawing.Size(395, 120);
  321. this.GroupBoxXY.TabIndex = 17;
  322. this.GroupBoxXY.TabStop = false;
  323. this.GroupBoxXY.Text = "公式结果";
  324. //
  325. // uestcGroupBox1
  326. //
  327. this.uestcGroupBox1.BackColor = System.Drawing.Color.Transparent;
  328. this.uestcGroupBox1.BorderColor = System.Drawing.Color.Black;
  329. this.uestcGroupBox1.Controls.Add(this.TbxDescription);
  330. this.uestcGroupBox1.ForeColor = System.Drawing.Color.Black;
  331. this.uestcGroupBox1.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  332. this.uestcGroupBox1.Location = new System.Drawing.Point(408, 52);
  333. this.uestcGroupBox1.Margin = new System.Windows.Forms.Padding(0);
  334. this.uestcGroupBox1.Name = "uestcGroupBox1";
  335. this.uestcGroupBox1.Padding = new System.Windows.Forms.Padding(0);
  336. this.uestcGroupBox1.Size = new System.Drawing.Size(386, 120);
  337. this.uestcGroupBox1.TabIndex = 18;
  338. this.uestcGroupBox1.TabStop = false;
  339. this.uestcGroupBox1.Text = "语法说明";
  340. //
  341. // CustomFormulaForm
  342. //
  343. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  344. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  345. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  346. this.ClientSize = new System.Drawing.Size(799, 580);
  347. this.ContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  348. this.ControlBox = false;
  349. this.Controls.Add(this.uestcGroupBox1);
  350. this.Controls.Add(this.GroupBoxXY);
  351. this.Controls.Add(this.LvSelection);
  352. this.Controls.Add(this.BtnClear);
  353. this.Controls.Add(this.BtnCancel);
  354. this.Controls.Add(this.BtnAccept);
  355. this.Controls.Add(this.BtnBackSpace);
  356. this.FormOpacity = 800;
  357. this.HeadBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  358. this.HeadHeight = 45;
  359. this.Margin = new System.Windows.Forms.Padding(4);
  360. this.MaximizeBox = false;
  361. this.MinimizeBox = false;
  362. this.Name = "CustomFormulaForm";
  363. this.ShowIcon = false;
  364. this.ShowInTaskbar = false;
  365. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  366. this.Text = "公式编辑器";
  367. this.Title = "公式编辑器";
  368. this.TitleIconSize = new System.Drawing.Size(0, 0);
  369. this.TitleIconWidth = 0;
  370. this.TitleLableHeight = 39;
  371. this.Controls.SetChildIndex(this.BtnBackSpace, 0);
  372. this.Controls.SetChildIndex(this.BtnAccept, 0);
  373. this.Controls.SetChildIndex(this.BtnCancel, 0);
  374. this.Controls.SetChildIndex(this.BtnClear, 0);
  375. this.Controls.SetChildIndex(this.LvSelection, 0);
  376. this.Controls.SetChildIndex(this.GroupBoxXY, 0);
  377. this.Controls.SetChildIndex(this.uestcGroupBox1, 0);
  378. this.GroupBoxXY.ResumeLayout(false);
  379. this.uestcGroupBox1.ResumeLayout(false);
  380. this.uestcGroupBox1.PerformLayout();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnBackSpace;
  385. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnAccept;
  386. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnCancel;
  387. private Uni_Trend.MSO7000X.UserControls.UestcIconButton BtnClear;
  388. private System.Windows.Forms.ImageList ImgSelection;
  389. private System.Windows.Forms.RichTextBox RtbxEditor;
  390. private System.Windows.Forms.TextBox TbxDescription;
  391. private ListViewNF LvSelection;
  392. private Uni_Trend.MSO7000X.UserControls.UestcGroupBox GroupBoxXY;
  393. private Uni_Trend.MSO7000X.UserControls.UestcGroupBox uestcGroupBox1;
  394. }
  395. }