Form_ConstantsEditor.Designer.cs 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class Form_ConstantsEditor
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ConstantsEditor));
  30. this.groupBox_Data = new System.Windows.Forms.GroupBox();
  31. this.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();
  32. this.button_0 = new System.Windows.Forms.Button();
  33. this.button_9 = new System.Windows.Forms.Button();
  34. this.button_4 = new System.Windows.Forms.Button();
  35. this.button_5 = new System.Windows.Forms.Button();
  36. this.button_6 = new System.Windows.Forms.Button();
  37. this.button_7 = new System.Windows.Forms.Button();
  38. this.button_8 = new System.Windows.Forms.Button();
  39. this.button_Divide = new System.Windows.Forms.Button();
  40. this.button_Or = new System.Windows.Forms.Button();
  41. this.button_And = new System.Windows.Forms.Button();
  42. this.button_3 = new System.Windows.Forms.Button();
  43. this.button_2 = new System.Windows.Forms.Button();
  44. this.button_1 = new System.Windows.Forms.Button();
  45. this.button_Equal = new System.Windows.Forms.Button();
  46. this.button_RightParenthesis = new System.Windows.Forms.Button();
  47. this.button_LeftParenthesis = new System.Windows.Forms.Button();
  48. this.button_Less = new System.Windows.Forms.Button();
  49. this.button_More = new System.Windows.Forms.Button();
  50. this.button_Multiply = new System.Windows.Forms.Button();
  51. this.button_Subtract = new System.Windows.Forms.Button();
  52. this.button_Plus = new System.Windows.Forms.Button();
  53. this.groupBox_XmlTree_MaxEDSRules = new System.Windows.Forms.GroupBox();
  54. this.textBox_MaxEDSTime = new System.Windows.Forms.TextBox();
  55. this.button_Backup = new System.Windows.Forms.Button();
  56. this.groupBox_Color = new System.Windows.Forms.GroupBox();
  57. this.btn_dbs = new System.Windows.Forms.Button();
  58. this.label_Color = new System.Windows.Forms.Label();
  59. this.button_Recover = new System.Windows.Forms.Button();
  60. this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();
  61. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  62. this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();
  63. this.comboBox_Constants = new System.Windows.Forms.ComboBox();
  64. this.label_DefinedConstant = new System.Windows.Forms.Label();
  65. this.label_Other = new System.Windows.Forms.Label();
  66. this.label_ElementFormTwo = new System.Windows.Forms.Label();
  67. this.label_ElementFormOne = new System.Windows.Forms.Label();
  68. this.comboBox_Elem1 = new System.Windows.Forms.ComboBox();
  69. this.comboBox_Elem = new System.Windows.Forms.ComboBox();
  70. this.comboBox_ImgProperty = new System.Windows.Forms.ComboBox();
  71. this.groupBox_XmlTree_STDlist1 = new System.Windows.Forms.GroupBox();
  72. this.label_Conductivity = new System.Windows.Forms.Label();
  73. this.label_Density = new System.Windows.Forms.Label();
  74. this.label_Hardness = new System.Windows.Forms.Label();
  75. this.textBox_Electrical_conductivity = new System.Windows.Forms.TextBox();
  76. this.textBox_Density = new System.Windows.Forms.TextBox();
  77. this.textBox_Hardness = new System.Windows.Forms.TextBox();
  78. this.button_Ok = new System.Windows.Forms.Button();
  79. this.button_Cancel = new System.Windows.Forms.Button();
  80. this.textbox_STDEditor = new System.Windows.Forms.TextBox();
  81. this.XmlTreeMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  82. this.新建标准库规则ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  83. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  84. this.button_UpOrder = new System.Windows.Forms.Button();
  85. this.button_DownOrder = new System.Windows.Forms.Button();
  86. this.tabControl_Rules = new System.Windows.Forms.TabControl();
  87. this.tabPage_ClassificationRules = new System.Windows.Forms.TabPage();
  88. this.button_SpecialOrder = new System.Windows.Forms.Button();
  89. this.XmlTree_STDlist = new System.Windows.Forms.TreeView();
  90. this.tabPage_MaxEDSRules = new System.Windows.Forms.TabPage();
  91. this.XmlTree_MaxEDSRules = new System.Windows.Forms.TreeView();
  92. this.tabPage_ZeroElementRules = new System.Windows.Forms.TabPage();
  93. this.XmlTree_ZeroElementRules = new System.Windows.Forms.TreeView();
  94. this.tabPage_UserConstants = new System.Windows.Forms.TabPage();
  95. this.button_UpdateConstants = new System.Windows.Forms.Button();
  96. this.label_ConstantValue = new System.Windows.Forms.Label();
  97. this.checkBox_3 = new System.Windows.Forms.CheckBox();
  98. this.label_ConstantSymbol = new System.Windows.Forms.Label();
  99. this.checkBox_0 = new System.Windows.Forms.CheckBox();
  100. this.textBox_9 = new System.Windows.Forms.TextBox();
  101. this.textBox_0 = new System.Windows.Forms.TextBox();
  102. this.checkBox_9 = new System.Windows.Forms.CheckBox();
  103. this.checkBox_1 = new System.Windows.Forms.CheckBox();
  104. this.textBox_8 = new System.Windows.Forms.TextBox();
  105. this.textBox_1 = new System.Windows.Forms.TextBox();
  106. this.checkBox_8 = new System.Windows.Forms.CheckBox();
  107. this.checkBox_2 = new System.Windows.Forms.CheckBox();
  108. this.textBox_7 = new System.Windows.Forms.TextBox();
  109. this.textBox_2 = new System.Windows.Forms.TextBox();
  110. this.checkBox_7 = new System.Windows.Forms.CheckBox();
  111. this.textBox_3 = new System.Windows.Forms.TextBox();
  112. this.textBox_6 = new System.Windows.Forms.TextBox();
  113. this.checkBox_4 = new System.Windows.Forms.CheckBox();
  114. this.checkBox_6 = new System.Windows.Forms.CheckBox();
  115. this.textBox_4 = new System.Windows.Forms.TextBox();
  116. this.textBox_5 = new System.Windows.Forms.TextBox();
  117. this.checkBox_5 = new System.Windows.Forms.CheckBox();
  118. this.label_SubElements = new System.Windows.Forms.Label();
  119. this.label_KeyElements = new System.Windows.Forms.Label();
  120. this.dataGridView_KeyElements = new System.Windows.Forms.DataGridView();
  121. this.dataGridView_SubElements = new System.Windows.Forms.DataGridView();
  122. this.panel_OTSPeriodicTable = new System.Windows.Forms.Panel();
  123. this.PeriodicTableSwitch = new System.Windows.Forms.Button();
  124. this.groupBox_Data.SuspendLayout();
  125. this.groupBox_CalculatingSymbols.SuspendLayout();
  126. this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();
  127. this.groupBox_Color.SuspendLayout();
  128. this.groupBox_ChemicalElement.SuspendLayout();
  129. this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();
  130. this.groupBox_XmlTree_STDlist1.SuspendLayout();
  131. this.XmlTreeMenuStrip.SuspendLayout();
  132. this.tabControl_Rules.SuspendLayout();
  133. this.tabPage_ClassificationRules.SuspendLayout();
  134. this.tabPage_MaxEDSRules.SuspendLayout();
  135. this.tabPage_ZeroElementRules.SuspendLayout();
  136. this.tabPage_UserConstants.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).BeginInit();
  139. this.SuspendLayout();
  140. //
  141. // groupBox_Data
  142. //
  143. this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);
  144. this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_MaxEDSRules);
  145. this.groupBox_Data.Controls.Add(this.button_Backup);
  146. this.groupBox_Data.Controls.Add(this.groupBox_Color);
  147. this.groupBox_Data.Controls.Add(this.button_Recover);
  148. this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
  149. this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
  150. this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_STDlist1);
  151. this.groupBox_Data.Controls.Add(this.button_Ok);
  152. this.groupBox_Data.Controls.Add(this.button_Cancel);
  153. this.groupBox_Data.FlatStyle = System.Windows.Forms.FlatStyle.System;
  154. this.groupBox_Data.Location = new System.Drawing.Point(220, 178);
  155. this.groupBox_Data.Name = "groupBox_Data";
  156. this.groupBox_Data.Size = new System.Drawing.Size(669, 351);
  157. this.groupBox_Data.TabIndex = 0;
  158. this.groupBox_Data.TabStop = false;
  159. this.groupBox_Data.Click += new System.EventHandler(this.groupBox_Data_Click);
  160. //
  161. // groupBox_CalculatingSymbols
  162. //
  163. this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);
  164. this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);
  165. this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);
  166. this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);
  167. this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);
  168. this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);
  169. this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);
  170. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);
  171. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);
  172. this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);
  173. this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);
  174. this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);
  175. this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);
  176. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);
  177. this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);
  178. this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);
  179. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);
  180. this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);
  181. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);
  182. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);
  183. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);
  184. this.groupBox_CalculatingSymbols.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.groupBox_CalculatingSymbols.Location = new System.Drawing.Point(413, 16);
  186. this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";
  187. this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(250, 271);
  188. this.groupBox_CalculatingSymbols.TabIndex = 31;
  189. this.groupBox_CalculatingSymbols.TabStop = false;
  190. this.groupBox_CalculatingSymbols.Text = "运算符号";
  191. //
  192. // button_0
  193. //
  194. this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  195. this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.button_0.Location = new System.Drawing.Point(204, 69);
  197. this.button_0.Name = "button_0";
  198. this.button_0.Size = new System.Drawing.Size(40, 40);
  199. this.button_0.TabIndex = 26;
  200. this.button_0.Text = "0";
  201. this.button_0.UseVisualStyleBackColor = true;
  202. this.button_0.Click += new System.EventHandler(this.button_0_Click);
  203. //
  204. // button_9
  205. //
  206. this.button_9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  207. this.button_9.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.button_9.Location = new System.Drawing.Point(157, 70);
  209. this.button_9.Name = "button_9";
  210. this.button_9.Size = new System.Drawing.Size(40, 40);
  211. this.button_9.TabIndex = 25;
  212. this.button_9.Text = "9";
  213. this.button_9.UseVisualStyleBackColor = true;
  214. this.button_9.Click += new System.EventHandler(this.button_9_Click);
  215. //
  216. // button_4
  217. //
  218. this.button_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  219. this.button_4.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.button_4.Location = new System.Drawing.Point(157, 21);
  221. this.button_4.Name = "button_4";
  222. this.button_4.Size = new System.Drawing.Size(40, 40);
  223. this.button_4.TabIndex = 24;
  224. this.button_4.Text = "4";
  225. this.button_4.UseVisualStyleBackColor = true;
  226. this.button_4.Click += new System.EventHandler(this.button_4_Click);
  227. //
  228. // button_5
  229. //
  230. this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  231. this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.button_5.Location = new System.Drawing.Point(204, 21);
  233. this.button_5.Name = "button_5";
  234. this.button_5.Size = new System.Drawing.Size(40, 40);
  235. this.button_5.TabIndex = 23;
  236. this.button_5.Text = "5";
  237. this.button_5.UseVisualStyleBackColor = true;
  238. this.button_5.Click += new System.EventHandler(this.button_5_Click);
  239. //
  240. // button_6
  241. //
  242. this.button_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  243. this.button_6.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.button_6.Location = new System.Drawing.Point(11, 70);
  245. this.button_6.Name = "button_6";
  246. this.button_6.Size = new System.Drawing.Size(40, 40);
  247. this.button_6.TabIndex = 22;
  248. this.button_6.Text = "6";
  249. this.button_6.UseVisualStyleBackColor = true;
  250. this.button_6.Click += new System.EventHandler(this.button_6_Click);
  251. //
  252. // button_7
  253. //
  254. this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  255. this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.button_7.Location = new System.Drawing.Point(60, 70);
  257. this.button_7.Name = "button_7";
  258. this.button_7.Size = new System.Drawing.Size(40, 40);
  259. this.button_7.TabIndex = 21;
  260. this.button_7.Text = "7";
  261. this.button_7.UseVisualStyleBackColor = true;
  262. this.button_7.Click += new System.EventHandler(this.button_7_Click);
  263. //
  264. // button_8
  265. //
  266. this.button_8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  267. this.button_8.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.button_8.Location = new System.Drawing.Point(109, 70);
  269. this.button_8.Name = "button_8";
  270. this.button_8.Size = new System.Drawing.Size(40, 40);
  271. this.button_8.TabIndex = 20;
  272. this.button_8.Text = "8";
  273. this.button_8.UseVisualStyleBackColor = true;
  274. this.button_8.Click += new System.EventHandler(this.button_8_Click);
  275. //
  276. // button_Divide
  277. //
  278. this.button_Divide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  279. this.button_Divide.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.button_Divide.Location = new System.Drawing.Point(157, 120);
  281. this.button_Divide.Name = "button_Divide";
  282. this.button_Divide.Size = new System.Drawing.Size(40, 40);
  283. this.button_Divide.TabIndex = 8;
  284. this.button_Divide.Text = "/";
  285. this.button_Divide.UseVisualStyleBackColor = true;
  286. this.button_Divide.Click += new System.EventHandler(this.button_Divide_Click);
  287. //
  288. // button_Or
  289. //
  290. this.button_Or.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  291. this.button_Or.Font = new System.Drawing.Font("方正舒体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.button_Or.Location = new System.Drawing.Point(156, 217);
  293. this.button_Or.Name = "button_Or";
  294. this.button_Or.Size = new System.Drawing.Size(86, 40);
  295. this.button_Or.TabIndex = 15;
  296. this.button_Or.Text = "or";
  297. this.button_Or.UseVisualStyleBackColor = true;
  298. this.button_Or.Click += new System.EventHandler(this.button_Or_Click);
  299. //
  300. // button_And
  301. //
  302. this.button_And.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  303. this.button_And.Font = new System.Drawing.Font("方正舒体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.button_And.Location = new System.Drawing.Point(10, 218);
  305. this.button_And.Name = "button_And";
  306. this.button_And.Size = new System.Drawing.Size(139, 40);
  307. this.button_And.TabIndex = 14;
  308. this.button_And.Text = "and";
  309. this.button_And.UseVisualStyleBackColor = true;
  310. this.button_And.Click += new System.EventHandler(this.button_And_Click);
  311. //
  312. // button_3
  313. //
  314. this.button_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  315. this.button_3.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.button_3.Location = new System.Drawing.Point(109, 21);
  317. this.button_3.Name = "button_3";
  318. this.button_3.Size = new System.Drawing.Size(40, 40);
  319. this.button_3.TabIndex = 19;
  320. this.button_3.Text = "3";
  321. this.button_3.UseVisualStyleBackColor = true;
  322. this.button_3.Click += new System.EventHandler(this.button_3_Click);
  323. //
  324. // button_2
  325. //
  326. this.button_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  327. this.button_2.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.button_2.Location = new System.Drawing.Point(59, 21);
  329. this.button_2.Name = "button_2";
  330. this.button_2.Size = new System.Drawing.Size(40, 40);
  331. this.button_2.TabIndex = 18;
  332. this.button_2.Text = "2";
  333. this.button_2.UseVisualStyleBackColor = true;
  334. this.button_2.Click += new System.EventHandler(this.button_2_Click);
  335. //
  336. // button_1
  337. //
  338. this.button_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  339. this.button_1.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.button_1.Location = new System.Drawing.Point(10, 21);
  341. this.button_1.Name = "button_1";
  342. this.button_1.Size = new System.Drawing.Size(40, 40);
  343. this.button_1.TabIndex = 17;
  344. this.button_1.Text = "1";
  345. this.button_1.UseVisualStyleBackColor = true;
  346. this.button_1.Click += new System.EventHandler(this.button_1_Click);
  347. //
  348. // button_Equal
  349. //
  350. this.button_Equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  351. this.button_Equal.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.button_Equal.Location = new System.Drawing.Point(204, 120);
  353. this.button_Equal.Name = "button_Equal";
  354. this.button_Equal.Size = new System.Drawing.Size(40, 40);
  355. this.button_Equal.TabIndex = 16;
  356. this.button_Equal.Text = "=";
  357. this.button_Equal.UseVisualStyleBackColor = true;
  358. this.button_Equal.Click += new System.EventHandler(this.button_Equal_Click);
  359. //
  360. // button_RightParenthesis
  361. //
  362. this.button_RightParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  363. this.button_RightParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.button_RightParenthesis.Location = new System.Drawing.Point(157, 169);
  365. this.button_RightParenthesis.Name = "button_RightParenthesis";
  366. this.button_RightParenthesis.Size = new System.Drawing.Size(40, 40);
  367. this.button_RightParenthesis.TabIndex = 13;
  368. this.button_RightParenthesis.Text = ")";
  369. this.button_RightParenthesis.UseVisualStyleBackColor = true;
  370. this.button_RightParenthesis.Click += new System.EventHandler(this.button_RightParenthesis_Click);
  371. //
  372. // button_LeftParenthesis
  373. //
  374. this.button_LeftParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  375. this.button_LeftParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.button_LeftParenthesis.Location = new System.Drawing.Point(109, 169);
  377. this.button_LeftParenthesis.Name = "button_LeftParenthesis";
  378. this.button_LeftParenthesis.Size = new System.Drawing.Size(40, 40);
  379. this.button_LeftParenthesis.TabIndex = 12;
  380. this.button_LeftParenthesis.Text = "(";
  381. this.button_LeftParenthesis.UseVisualStyleBackColor = true;
  382. this.button_LeftParenthesis.Click += new System.EventHandler(this.button_LeftParenthesis_Click);
  383. //
  384. // button_Less
  385. //
  386. this.button_Less.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  387. this.button_Less.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.button_Less.Location = new System.Drawing.Point(59, 169);
  389. this.button_Less.Name = "button_Less";
  390. this.button_Less.Size = new System.Drawing.Size(40, 40);
  391. this.button_Less.TabIndex = 11;
  392. this.button_Less.Text = "<";
  393. this.button_Less.UseVisualStyleBackColor = true;
  394. this.button_Less.Click += new System.EventHandler(this.button_Less_Click);
  395. //
  396. // button_More
  397. //
  398. this.button_More.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  399. this.button_More.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.button_More.Location = new System.Drawing.Point(10, 169);
  401. this.button_More.Name = "button_More";
  402. this.button_More.Size = new System.Drawing.Size(40, 40);
  403. this.button_More.TabIndex = 10;
  404. this.button_More.Text = ">";
  405. this.button_More.UseVisualStyleBackColor = true;
  406. this.button_More.Click += new System.EventHandler(this.button_More_Click);
  407. //
  408. // button_Multiply
  409. //
  410. this.button_Multiply.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  411. this.button_Multiply.Font = new System.Drawing.Font("方正舒体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.button_Multiply.Location = new System.Drawing.Point(109, 120);
  413. this.button_Multiply.Name = "button_Multiply";
  414. this.button_Multiply.Size = new System.Drawing.Size(40, 40);
  415. this.button_Multiply.TabIndex = 9;
  416. this.button_Multiply.Text = "*";
  417. this.button_Multiply.UseVisualStyleBackColor = true;
  418. this.button_Multiply.Click += new System.EventHandler(this.button_Multiply_Click);
  419. //
  420. // button_Subtract
  421. //
  422. this.button_Subtract.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  423. this.button_Subtract.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.button_Subtract.Location = new System.Drawing.Point(59, 120);
  425. this.button_Subtract.Name = "button_Subtract";
  426. this.button_Subtract.Size = new System.Drawing.Size(40, 40);
  427. this.button_Subtract.TabIndex = 7;
  428. this.button_Subtract.Text = "-";
  429. this.button_Subtract.UseVisualStyleBackColor = true;
  430. this.button_Subtract.Click += new System.EventHandler(this.button_Subtract_Click);
  431. //
  432. // button_Plus
  433. //
  434. this.button_Plus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  435. this.button_Plus.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.button_Plus.Location = new System.Drawing.Point(10, 120);
  437. this.button_Plus.Name = "button_Plus";
  438. this.button_Plus.Size = new System.Drawing.Size(40, 40);
  439. this.button_Plus.TabIndex = 6;
  440. this.button_Plus.Text = "+";
  441. this.button_Plus.UseVisualStyleBackColor = true;
  442. this.button_Plus.Click += new System.EventHandler(this.button_Plus_Click);
  443. //
  444. // groupBox_XmlTree_MaxEDSRules
  445. //
  446. this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.textBox_MaxEDSTime);
  447. this.groupBox_XmlTree_MaxEDSRules.Location = new System.Drawing.Point(9, 279);
  448. this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";
  449. this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(184, 67);
  450. this.groupBox_XmlTree_MaxEDSRules.TabIndex = 30;
  451. this.groupBox_XmlTree_MaxEDSRules.TabStop = false;
  452. this.groupBox_XmlTree_MaxEDSRules.Text = "MaxEDSTime";
  453. this.groupBox_XmlTree_MaxEDSRules.Click += new System.EventHandler(this.groupBox_XmlTree_MaxEDSRules_Click);
  454. //
  455. // textBox_MaxEDSTime
  456. //
  457. this.textBox_MaxEDSTime.Location = new System.Drawing.Point(68, 28);
  458. this.textBox_MaxEDSTime.Name = "textBox_MaxEDSTime";
  459. this.textBox_MaxEDSTime.Size = new System.Drawing.Size(99, 21);
  460. this.textBox_MaxEDSTime.TabIndex = 21;
  461. this.textBox_MaxEDSTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  462. //
  463. // button_Backup
  464. //
  465. this.button_Backup.Location = new System.Drawing.Point(203, 323);
  466. this.button_Backup.Name = "button_Backup";
  467. this.button_Backup.Size = new System.Drawing.Size(161, 23);
  468. this.button_Backup.TabIndex = 26;
  469. this.button_Backup.Text = "导出";
  470. this.button_Backup.UseVisualStyleBackColor = true;
  471. this.button_Backup.Click += new System.EventHandler(this.button_Backup_Click);
  472. //
  473. // groupBox_Color
  474. //
  475. this.groupBox_Color.Controls.Add(this.btn_dbs);
  476. this.groupBox_Color.Controls.Add(this.label_Color);
  477. this.groupBox_Color.Location = new System.Drawing.Point(9, 176);
  478. this.groupBox_Color.Name = "groupBox_Color";
  479. this.groupBox_Color.Size = new System.Drawing.Size(184, 97);
  480. this.groupBox_Color.TabIndex = 1;
  481. this.groupBox_Color.TabStop = false;
  482. this.groupBox_Color.Text = "颜色选择";
  483. this.groupBox_Color.Click += new System.EventHandler(this.groupBox_Color_Click);
  484. //
  485. // btn_dbs
  486. //
  487. this.btn_dbs.BackColor = System.Drawing.Color.White;
  488. this.btn_dbs.Font = new System.Drawing.Font("宋体", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.btn_dbs.Location = new System.Drawing.Point(68, 39);
  490. this.btn_dbs.Margin = new System.Windows.Forms.Padding(2);
  491. this.btn_dbs.Name = "btn_dbs";
  492. this.btn_dbs.Size = new System.Drawing.Size(99, 25);
  493. this.btn_dbs.TabIndex = 20;
  494. this.btn_dbs.Text = "[点击选择]";
  495. this.btn_dbs.UseVisualStyleBackColor = false;
  496. this.btn_dbs.Click += new System.EventHandler(this.btn_dbs_Click);
  497. //
  498. // label_Color
  499. //
  500. this.label_Color.AutoSize = true;
  501. this.label_Color.Location = new System.Drawing.Point(3, 44);
  502. this.label_Color.Name = "label_Color";
  503. this.label_Color.Size = new System.Drawing.Size(47, 12);
  504. this.label_Color.TabIndex = 1;
  505. this.label_Color.Text = "代表色:";
  506. //
  507. // button_Recover
  508. //
  509. this.button_Recover.Location = new System.Drawing.Point(203, 296);
  510. this.button_Recover.Name = "button_Recover";
  511. this.button_Recover.Size = new System.Drawing.Size(161, 23);
  512. this.button_Recover.TabIndex = 25;
  513. this.button_Recover.Text = "恢复至出厂默认值";
  514. this.button_Recover.UseVisualStyleBackColor = true;
  515. this.button_Recover.Click += new System.EventHandler(this.button_Recover_Click);
  516. //
  517. // groupBox_ChemicalElement
  518. //
  519. this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
  520. this.groupBox_ChemicalElement.Location = new System.Drawing.Point(203, 16);
  521. this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
  522. this.groupBox_ChemicalElement.Size = new System.Drawing.Size(204, 40);
  523. this.groupBox_ChemicalElement.TabIndex = 5;
  524. this.groupBox_ChemicalElement.TabStop = false;
  525. this.groupBox_ChemicalElement.Text = "化学元素";
  526. this.groupBox_ChemicalElement.Click += new System.EventHandler(this.groupBox_ChemicalElement_Click);
  527. //
  528. // comboBox_PeriodicTable
  529. //
  530. this.comboBox_PeriodicTable.FormattingEnabled = true;
  531. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(64, 13);
  532. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  533. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(131, 20);
  534. this.comboBox_PeriodicTable.TabIndex = 1;
  535. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  536. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  537. //
  538. // groupBox_OtherCommonlyUsedSymbols
  539. //
  540. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
  541. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
  542. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
  543. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);
  544. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);
  545. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
  546. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
  547. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
  548. this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(199, 68);
  549. this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
  550. this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(208, 219);
  551. this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
  552. this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
  553. this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
  554. this.groupBox_OtherCommonlyUsedSymbols.Click += new System.EventHandler(this.groupBox_OtherCommonlyUsedSymbols_Click);
  555. //
  556. // comboBox_Constants
  557. //
  558. this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  559. this.comboBox_Constants.FormattingEnabled = true;
  560. this.comboBox_Constants.Location = new System.Drawing.Point(107, 175);
  561. this.comboBox_Constants.Name = "comboBox_Constants";
  562. this.comboBox_Constants.Size = new System.Drawing.Size(96, 20);
  563. this.comboBox_Constants.TabIndex = 5;
  564. this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
  565. //
  566. // label_DefinedConstant
  567. //
  568. this.label_DefinedConstant.AutoSize = true;
  569. this.label_DefinedConstant.Location = new System.Drawing.Point(6, 178);
  570. this.label_DefinedConstant.Name = "label_DefinedConstant";
  571. this.label_DefinedConstant.Size = new System.Drawing.Size(77, 12);
  572. this.label_DefinedConstant.TabIndex = 19;
  573. this.label_DefinedConstant.Text = "已定义常数:";
  574. //
  575. // label_Other
  576. //
  577. this.label_Other.AutoSize = true;
  578. this.label_Other.Location = new System.Drawing.Point(6, 131);
  579. this.label_Other.Name = "label_Other";
  580. this.label_Other.Size = new System.Drawing.Size(41, 12);
  581. this.label_Other.TabIndex = 10;
  582. this.label_Other.Text = "其它:";
  583. //
  584. // label_ElementFormTwo
  585. //
  586. this.label_ElementFormTwo.AutoSize = true;
  587. this.label_ElementFormTwo.Location = new System.Drawing.Point(6, 84);
  588. this.label_ElementFormTwo.Name = "label_ElementFormTwo";
  589. this.label_ElementFormTwo.Size = new System.Drawing.Size(77, 12);
  590. this.label_ElementFormTwo.TabIndex = 9;
  591. this.label_ElementFormTwo.Text = "元素形式二:";
  592. //
  593. // label_ElementFormOne
  594. //
  595. this.label_ElementFormOne.AutoSize = true;
  596. this.label_ElementFormOne.Location = new System.Drawing.Point(6, 34);
  597. this.label_ElementFormOne.Name = "label_ElementFormOne";
  598. this.label_ElementFormOne.Size = new System.Drawing.Size(77, 12);
  599. this.label_ElementFormOne.TabIndex = 8;
  600. this.label_ElementFormOne.Text = "元素形式一:";
  601. //
  602. // comboBox_Elem1
  603. //
  604. this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  605. this.comboBox_Elem1.FormattingEnabled = true;
  606. this.comboBox_Elem1.Location = new System.Drawing.Point(107, 31);
  607. this.comboBox_Elem1.Name = "comboBox_Elem1";
  608. this.comboBox_Elem1.Size = new System.Drawing.Size(96, 20);
  609. this.comboBox_Elem1.TabIndex = 2;
  610. this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);
  611. //
  612. // comboBox_Elem
  613. //
  614. this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  615. this.comboBox_Elem.FormattingEnabled = true;
  616. this.comboBox_Elem.Location = new System.Drawing.Point(107, 81);
  617. this.comboBox_Elem.Name = "comboBox_Elem";
  618. this.comboBox_Elem.Size = new System.Drawing.Size(96, 20);
  619. this.comboBox_Elem.TabIndex = 3;
  620. this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);
  621. //
  622. // comboBox_ImgProperty
  623. //
  624. this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  625. this.comboBox_ImgProperty.FormattingEnabled = true;
  626. this.comboBox_ImgProperty.Location = new System.Drawing.Point(107, 128);
  627. this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
  628. this.comboBox_ImgProperty.Size = new System.Drawing.Size(96, 20);
  629. this.comboBox_ImgProperty.TabIndex = 4;
  630. this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
  631. //
  632. // groupBox_XmlTree_STDlist1
  633. //
  634. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Conductivity);
  635. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Density);
  636. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Hardness);
  637. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Electrical_conductivity);
  638. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Density);
  639. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Hardness);
  640. this.groupBox_XmlTree_STDlist1.Location = new System.Drawing.Point(9, 15);
  641. this.groupBox_XmlTree_STDlist1.Name = "groupBox_XmlTree_STDlist1";
  642. this.groupBox_XmlTree_STDlist1.Size = new System.Drawing.Size(184, 150);
  643. this.groupBox_XmlTree_STDlist1.TabIndex = 22;
  644. this.groupBox_XmlTree_STDlist1.TabStop = false;
  645. this.groupBox_XmlTree_STDlist1.Text = "其他属性";
  646. this.groupBox_XmlTree_STDlist1.Click += new System.EventHandler(this.groupBox_XmlTree_STDlist1_Click);
  647. //
  648. // label_Conductivity
  649. //
  650. this.label_Conductivity.AutoSize = true;
  651. this.label_Conductivity.Location = new System.Drawing.Point(3, 116);
  652. this.label_Conductivity.Name = "label_Conductivity";
  653. this.label_Conductivity.Size = new System.Drawing.Size(53, 12);
  654. this.label_Conductivity.TabIndex = 26;
  655. this.label_Conductivity.Text = "导电性:";
  656. //
  657. // label_Density
  658. //
  659. this.label_Density.AutoSize = true;
  660. this.label_Density.Location = new System.Drawing.Point(3, 71);
  661. this.label_Density.Name = "label_Density";
  662. this.label_Density.Size = new System.Drawing.Size(41, 12);
  663. this.label_Density.TabIndex = 25;
  664. this.label_Density.Text = "密度:";
  665. //
  666. // label_Hardness
  667. //
  668. this.label_Hardness.AutoSize = true;
  669. this.label_Hardness.Location = new System.Drawing.Point(3, 29);
  670. this.label_Hardness.Name = "label_Hardness";
  671. this.label_Hardness.Size = new System.Drawing.Size(41, 12);
  672. this.label_Hardness.TabIndex = 24;
  673. this.label_Hardness.Text = "硬度:";
  674. //
  675. // textBox_Electrical_conductivity
  676. //
  677. this.textBox_Electrical_conductivity.Location = new System.Drawing.Point(90, 113);
  678. this.textBox_Electrical_conductivity.Name = "textBox_Electrical_conductivity";
  679. this.textBox_Electrical_conductivity.Size = new System.Drawing.Size(77, 21);
  680. this.textBox_Electrical_conductivity.TabIndex = 19;
  681. this.textBox_Electrical_conductivity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  682. //
  683. // textBox_Density
  684. //
  685. this.textBox_Density.Location = new System.Drawing.Point(90, 68);
  686. this.textBox_Density.Name = "textBox_Density";
  687. this.textBox_Density.Size = new System.Drawing.Size(77, 21);
  688. this.textBox_Density.TabIndex = 18;
  689. this.textBox_Density.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  690. //
  691. // textBox_Hardness
  692. //
  693. this.textBox_Hardness.Location = new System.Drawing.Point(90, 26);
  694. this.textBox_Hardness.Name = "textBox_Hardness";
  695. this.textBox_Hardness.Size = new System.Drawing.Size(77, 21);
  696. this.textBox_Hardness.TabIndex = 17;
  697. this.textBox_Hardness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  698. //
  699. // button_Ok
  700. //
  701. this.button_Ok.Location = new System.Drawing.Point(443, 311);
  702. this.button_Ok.Name = "button_Ok";
  703. this.button_Ok.Size = new System.Drawing.Size(103, 36);
  704. this.button_Ok.TabIndex = 23;
  705. this.button_Ok.Text = "确认";
  706. this.button_Ok.UseVisualStyleBackColor = true;
  707. this.button_Ok.Click += new System.EventHandler(this.button_Ok_Click);
  708. //
  709. // button_Cancel
  710. //
  711. this.button_Cancel.Location = new System.Drawing.Point(552, 310);
  712. this.button_Cancel.Name = "button_Cancel";
  713. this.button_Cancel.Size = new System.Drawing.Size(103, 36);
  714. this.button_Cancel.TabIndex = 24;
  715. this.button_Cancel.Text = "离开";
  716. this.button_Cancel.UseVisualStyleBackColor = true;
  717. this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
  718. //
  719. // textbox_STDEditor
  720. //
  721. this.textbox_STDEditor.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  722. this.textbox_STDEditor.Location = new System.Drawing.Point(220, 6);
  723. this.textbox_STDEditor.Multiline = true;
  724. this.textbox_STDEditor.Name = "textbox_STDEditor";
  725. this.textbox_STDEditor.Size = new System.Drawing.Size(628, 97);
  726. this.textbox_STDEditor.TabIndex = 2;
  727. this.textbox_STDEditor.Leave += new System.EventHandler(this.textbox_STDEditor_Leave);
  728. //
  729. // XmlTreeMenuStrip
  730. //
  731. this.XmlTreeMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  732. this.XmlTreeMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  733. this.新建标准库规则ToolStripMenuItem,
  734. this.删除ToolStripMenuItem});
  735. this.XmlTreeMenuStrip.Name = "XmlTreeMenuStrip";
  736. this.XmlTreeMenuStrip.Size = new System.Drawing.Size(101, 48);
  737. //
  738. // 新建标准库规则ToolStripMenuItem
  739. //
  740. this.新建标准库规则ToolStripMenuItem.Name = "新建标准库规则ToolStripMenuItem";
  741. this.新建标准库规则ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  742. this.新建标准库规则ToolStripMenuItem.Text = "新建";
  743. this.新建标准库规则ToolStripMenuItem.Click += new System.EventHandler(this.AddTreeNode_Click);
  744. //
  745. // 删除ToolStripMenuItem
  746. //
  747. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  748. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  749. this.删除ToolStripMenuItem.Text = "删除";
  750. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.DeleteTreeNode_Click);
  751. //
  752. // button_UpOrder
  753. //
  754. this.button_UpOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.button_UpOrder.Location = new System.Drawing.Point(1, 3);
  756. this.button_UpOrder.Name = "button_UpOrder";
  757. this.button_UpOrder.Size = new System.Drawing.Size(18, 72);
  758. this.button_UpOrder.TabIndex = 26;
  759. this.button_UpOrder.Text = "↑";
  760. this.button_UpOrder.UseVisualStyleBackColor = true;
  761. this.button_UpOrder.Click += new System.EventHandler(this.button_UpOrder_Click);
  762. //
  763. // button_DownOrder
  764. //
  765. this.button_DownOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  766. this.button_DownOrder.Location = new System.Drawing.Point(1, 81);
  767. this.button_DownOrder.Name = "button_DownOrder";
  768. this.button_DownOrder.Size = new System.Drawing.Size(18, 72);
  769. this.button_DownOrder.TabIndex = 27;
  770. this.button_DownOrder.Text = "↓";
  771. this.button_DownOrder.UseVisualStyleBackColor = true;
  772. this.button_DownOrder.Click += new System.EventHandler(this.button_DownOrder_Click);
  773. //
  774. // tabControl_Rules
  775. //
  776. this.tabControl_Rules.Alignment = System.Windows.Forms.TabAlignment.Right;
  777. this.tabControl_Rules.Controls.Add(this.tabPage_ClassificationRules);
  778. this.tabControl_Rules.Controls.Add(this.tabPage_MaxEDSRules);
  779. this.tabControl_Rules.Controls.Add(this.tabPage_ZeroElementRules);
  780. this.tabControl_Rules.Controls.Add(this.tabPage_UserConstants);
  781. this.tabControl_Rules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. this.tabControl_Rules.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  783. this.tabControl_Rules.ItemSize = new System.Drawing.Size(190, 20);
  784. this.tabControl_Rules.Location = new System.Drawing.Point(0, 6);
  785. this.tabControl_Rules.Multiline = true;
  786. this.tabControl_Rules.Name = "tabControl_Rules";
  787. this.tabControl_Rules.SelectedIndex = 0;
  788. this.tabControl_Rules.Size = new System.Drawing.Size(214, 523);
  789. this.tabControl_Rules.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  790. this.tabControl_Rules.TabIndex = 20;
  791. this.tabControl_Rules.SelectedIndexChanged += new System.EventHandler(this.tabControl_Rules_SelectedIndexChanged);
  792. this.tabControl_Rules.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Selecting);
  793. this.tabControl_Rules.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Deselecting);
  794. //
  795. // tabPage_ClassificationRules
  796. //
  797. this.tabPage_ClassificationRules.Controls.Add(this.button_SpecialOrder);
  798. this.tabPage_ClassificationRules.Controls.Add(this.button_UpOrder);
  799. this.tabPage_ClassificationRules.Controls.Add(this.button_DownOrder);
  800. this.tabPage_ClassificationRules.Controls.Add(this.XmlTree_STDlist);
  801. this.tabPage_ClassificationRules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  802. this.tabPage_ClassificationRules.Location = new System.Drawing.Point(4, 4);
  803. this.tabPage_ClassificationRules.Name = "tabPage_ClassificationRules";
  804. this.tabPage_ClassificationRules.Padding = new System.Windows.Forms.Padding(3);
  805. this.tabPage_ClassificationRules.Size = new System.Drawing.Size(166, 515);
  806. this.tabPage_ClassificationRules.TabIndex = 0;
  807. this.tabPage_ClassificationRules.Text = "Classification Rules";
  808. //
  809. // button_SpecialOrder
  810. //
  811. this.button_SpecialOrder.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. this.button_SpecialOrder.Location = new System.Drawing.Point(1, 175);
  813. this.button_SpecialOrder.Name = "button_SpecialOrder";
  814. this.button_SpecialOrder.Size = new System.Drawing.Size(18, 194);
  815. this.button_SpecialOrder.TabIndex = 29;
  816. this.button_SpecialOrder.Text = "特殊排序";
  817. this.button_SpecialOrder.UseVisualStyleBackColor = true;
  818. this.button_SpecialOrder.Visible = false;
  819. //
  820. // XmlTree_STDlist
  821. //
  822. this.XmlTree_STDlist.ContextMenuStrip = this.XmlTreeMenuStrip;
  823. this.XmlTree_STDlist.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.XmlTree_STDlist.HideSelection = false;
  825. this.XmlTree_STDlist.Location = new System.Drawing.Point(20, 0);
  826. this.XmlTree_STDlist.Name = "XmlTree_STDlist";
  827. this.XmlTree_STDlist.Size = new System.Drawing.Size(143, 512);
  828. this.XmlTree_STDlist.TabIndex = 1;
  829. this.XmlTree_STDlist.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_STDlist_BeforeSelect);
  830. this.XmlTree_STDlist.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_STDlist_AfterSelect);
  831. this.XmlTree_STDlist.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseClick);
  832. this.XmlTree_STDlist.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseDoubleClick);
  833. //
  834. // tabPage_MaxEDSRules
  835. //
  836. this.tabPage_MaxEDSRules.Controls.Add(this.XmlTree_MaxEDSRules);
  837. this.tabPage_MaxEDSRules.Location = new System.Drawing.Point(4, 4);
  838. this.tabPage_MaxEDSRules.Name = "tabPage_MaxEDSRules";
  839. this.tabPage_MaxEDSRules.Padding = new System.Windows.Forms.Padding(3);
  840. this.tabPage_MaxEDSRules.Size = new System.Drawing.Size(166, 515);
  841. this.tabPage_MaxEDSRules.TabIndex = 1;
  842. this.tabPage_MaxEDSRules.Text = "Max EDS Rules";
  843. this.tabPage_MaxEDSRules.UseVisualStyleBackColor = true;
  844. //
  845. // XmlTree_MaxEDSRules
  846. //
  847. this.XmlTree_MaxEDSRules.ContextMenuStrip = this.XmlTreeMenuStrip;
  848. this.XmlTree_MaxEDSRules.HideSelection = false;
  849. this.XmlTree_MaxEDSRules.Location = new System.Drawing.Point(0, 2);
  850. this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";
  851. this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(163, 510);
  852. this.XmlTree_MaxEDSRules.TabIndex = 2;
  853. this.XmlTree_MaxEDSRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_MaxEDSRules_BeforeSelect);
  854. this.XmlTree_MaxEDSRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_MaxEDSRules_AfterSelect);
  855. this.XmlTree_MaxEDSRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_MaxEDSRules_MouseClick);
  856. //
  857. // tabPage_ZeroElementRules
  858. //
  859. this.tabPage_ZeroElementRules.Controls.Add(this.XmlTree_ZeroElementRules);
  860. this.tabPage_ZeroElementRules.Location = new System.Drawing.Point(4, 4);
  861. this.tabPage_ZeroElementRules.Name = "tabPage_ZeroElementRules";
  862. this.tabPage_ZeroElementRules.Padding = new System.Windows.Forms.Padding(3);
  863. this.tabPage_ZeroElementRules.Size = new System.Drawing.Size(166, 515);
  864. this.tabPage_ZeroElementRules.TabIndex = 2;
  865. this.tabPage_ZeroElementRules.Text = "Zero Element Rules";
  866. this.tabPage_ZeroElementRules.UseVisualStyleBackColor = true;
  867. //
  868. // XmlTree_ZeroElementRules
  869. //
  870. this.XmlTree_ZeroElementRules.ContextMenuStrip = this.XmlTreeMenuStrip;
  871. this.XmlTree_ZeroElementRules.HideSelection = false;
  872. this.XmlTree_ZeroElementRules.Location = new System.Drawing.Point(3, 3);
  873. this.XmlTree_ZeroElementRules.Name = "XmlTree_ZeroElementRules";
  874. this.XmlTree_ZeroElementRules.Size = new System.Drawing.Size(160, 509);
  875. this.XmlTree_ZeroElementRules.TabIndex = 2;
  876. this.XmlTree_ZeroElementRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_ZeroElementRules_BeforeSelect);
  877. this.XmlTree_ZeroElementRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_ZeroElementRules_AfterSelect);
  878. this.XmlTree_ZeroElementRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseClick);
  879. this.XmlTree_ZeroElementRules.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseDoubleClick);
  880. //
  881. // tabPage_UserConstants
  882. //
  883. this.tabPage_UserConstants.Controls.Add(this.button_UpdateConstants);
  884. this.tabPage_UserConstants.Controls.Add(this.label_ConstantValue);
  885. this.tabPage_UserConstants.Controls.Add(this.checkBox_3);
  886. this.tabPage_UserConstants.Controls.Add(this.label_ConstantSymbol);
  887. this.tabPage_UserConstants.Controls.Add(this.checkBox_0);
  888. this.tabPage_UserConstants.Controls.Add(this.textBox_9);
  889. this.tabPage_UserConstants.Controls.Add(this.textBox_0);
  890. this.tabPage_UserConstants.Controls.Add(this.checkBox_9);
  891. this.tabPage_UserConstants.Controls.Add(this.checkBox_1);
  892. this.tabPage_UserConstants.Controls.Add(this.textBox_8);
  893. this.tabPage_UserConstants.Controls.Add(this.textBox_1);
  894. this.tabPage_UserConstants.Controls.Add(this.checkBox_8);
  895. this.tabPage_UserConstants.Controls.Add(this.checkBox_2);
  896. this.tabPage_UserConstants.Controls.Add(this.textBox_7);
  897. this.tabPage_UserConstants.Controls.Add(this.textBox_2);
  898. this.tabPage_UserConstants.Controls.Add(this.checkBox_7);
  899. this.tabPage_UserConstants.Controls.Add(this.textBox_3);
  900. this.tabPage_UserConstants.Controls.Add(this.textBox_6);
  901. this.tabPage_UserConstants.Controls.Add(this.checkBox_4);
  902. this.tabPage_UserConstants.Controls.Add(this.checkBox_6);
  903. this.tabPage_UserConstants.Controls.Add(this.textBox_4);
  904. this.tabPage_UserConstants.Controls.Add(this.textBox_5);
  905. this.tabPage_UserConstants.Controls.Add(this.checkBox_5);
  906. this.tabPage_UserConstants.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  907. this.tabPage_UserConstants.Location = new System.Drawing.Point(4, 4);
  908. this.tabPage_UserConstants.Name = "tabPage_UserConstants";
  909. this.tabPage_UserConstants.Padding = new System.Windows.Forms.Padding(3);
  910. this.tabPage_UserConstants.Size = new System.Drawing.Size(166, 515);
  911. this.tabPage_UserConstants.TabIndex = 3;
  912. this.tabPage_UserConstants.Text = "User Constants";
  913. this.tabPage_UserConstants.UseVisualStyleBackColor = true;
  914. //
  915. // button_UpdateConstants
  916. //
  917. this.button_UpdateConstants.Location = new System.Drawing.Point(2, 469);
  918. this.button_UpdateConstants.Name = "button_UpdateConstants";
  919. this.button_UpdateConstants.Size = new System.Drawing.Size(161, 30);
  920. this.button_UpdateConstants.TabIndex = 24;
  921. this.button_UpdateConstants.Text = "确认更新常数库";
  922. this.button_UpdateConstants.UseVisualStyleBackColor = true;
  923. this.button_UpdateConstants.Click += new System.EventHandler(this.button_UpdateConstants_Click);
  924. //
  925. // label_ConstantValue
  926. //
  927. this.label_ConstantValue.AutoSize = true;
  928. this.label_ConstantValue.Location = new System.Drawing.Point(99, 18);
  929. this.label_ConstantValue.Name = "label_ConstantValue";
  930. this.label_ConstantValue.Size = new System.Drawing.Size(17, 12);
  931. this.label_ConstantValue.TabIndex = 22;
  932. this.label_ConstantValue.Text = "值";
  933. //
  934. // checkBox_3
  935. //
  936. this.checkBox_3.AutoSize = true;
  937. this.checkBox_3.Location = new System.Drawing.Point(11, 158);
  938. this.checkBox_3.Name = "checkBox_3";
  939. this.checkBox_3.Size = new System.Drawing.Size(54, 16);
  940. this.checkBox_3.TabIndex = 7;
  941. this.checkBox_3.Text = "MAC#3";
  942. this.checkBox_3.UseVisualStyleBackColor = true;
  943. this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);
  944. //
  945. // label_ConstantSymbol
  946. //
  947. this.label_ConstantSymbol.AutoSize = true;
  948. this.label_ConstantSymbol.Location = new System.Drawing.Point(13, 19);
  949. this.label_ConstantSymbol.Name = "label_ConstantSymbol";
  950. this.label_ConstantSymbol.Size = new System.Drawing.Size(53, 12);
  951. this.label_ConstantSymbol.TabIndex = 21;
  952. this.label_ConstantSymbol.Text = "常量符号";
  953. //
  954. // checkBox_0
  955. //
  956. this.checkBox_0.AutoSize = true;
  957. this.checkBox_0.Location = new System.Drawing.Point(11, 47);
  958. this.checkBox_0.Name = "checkBox_0";
  959. this.checkBox_0.Size = new System.Drawing.Size(54, 16);
  960. this.checkBox_0.TabIndex = 1;
  961. this.checkBox_0.Tag = "";
  962. this.checkBox_0.Text = "MAC#0";
  963. this.checkBox_0.UseVisualStyleBackColor = true;
  964. this.checkBox_0.CheckedChanged += new System.EventHandler(this.checkBox_0_CheckedChanged);
  965. //
  966. // textBox_9
  967. //
  968. this.textBox_9.Location = new System.Drawing.Point(78, 382);
  969. this.textBox_9.Name = "textBox_9";
  970. this.textBox_9.Size = new System.Drawing.Size(75, 21);
  971. this.textBox_9.TabIndex = 20;
  972. this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  973. //
  974. // textBox_0
  975. //
  976. this.textBox_0.Location = new System.Drawing.Point(78, 45);
  977. this.textBox_0.Name = "textBox_0";
  978. this.textBox_0.Size = new System.Drawing.Size(75, 21);
  979. this.textBox_0.TabIndex = 2;
  980. this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  981. //
  982. // checkBox_9
  983. //
  984. this.checkBox_9.AutoSize = true;
  985. this.checkBox_9.Location = new System.Drawing.Point(11, 385);
  986. this.checkBox_9.Name = "checkBox_9";
  987. this.checkBox_9.Size = new System.Drawing.Size(54, 16);
  988. this.checkBox_9.TabIndex = 19;
  989. this.checkBox_9.Text = "MAC#9";
  990. this.checkBox_9.UseVisualStyleBackColor = true;
  991. this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);
  992. //
  993. // checkBox_1
  994. //
  995. this.checkBox_1.AutoSize = true;
  996. this.checkBox_1.Location = new System.Drawing.Point(11, 84);
  997. this.checkBox_1.Name = "checkBox_1";
  998. this.checkBox_1.Size = new System.Drawing.Size(54, 16);
  999. this.checkBox_1.TabIndex = 3;
  1000. this.checkBox_1.Text = "MAC#1";
  1001. this.checkBox_1.UseVisualStyleBackColor = true;
  1002. this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);
  1003. //
  1004. // textBox_8
  1005. //
  1006. this.textBox_8.Location = new System.Drawing.Point(78, 344);
  1007. this.textBox_8.Name = "textBox_8";
  1008. this.textBox_8.Size = new System.Drawing.Size(75, 21);
  1009. this.textBox_8.TabIndex = 18;
  1010. this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1011. //
  1012. // textBox_1
  1013. //
  1014. this.textBox_1.Location = new System.Drawing.Point(78, 81);
  1015. this.textBox_1.Name = "textBox_1";
  1016. this.textBox_1.Size = new System.Drawing.Size(75, 21);
  1017. this.textBox_1.TabIndex = 4;
  1018. this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1019. //
  1020. // checkBox_8
  1021. //
  1022. this.checkBox_8.AutoSize = true;
  1023. this.checkBox_8.Location = new System.Drawing.Point(11, 347);
  1024. this.checkBox_8.Name = "checkBox_8";
  1025. this.checkBox_8.Size = new System.Drawing.Size(54, 16);
  1026. this.checkBox_8.TabIndex = 17;
  1027. this.checkBox_8.Text = "MAC#8";
  1028. this.checkBox_8.UseVisualStyleBackColor = true;
  1029. this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);
  1030. //
  1031. // checkBox_2
  1032. //
  1033. this.checkBox_2.AutoSize = true;
  1034. this.checkBox_2.Location = new System.Drawing.Point(11, 120);
  1035. this.checkBox_2.Name = "checkBox_2";
  1036. this.checkBox_2.Size = new System.Drawing.Size(54, 16);
  1037. this.checkBox_2.TabIndex = 5;
  1038. this.checkBox_2.Text = "MAC#2";
  1039. this.checkBox_2.UseVisualStyleBackColor = true;
  1040. this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);
  1041. //
  1042. // textBox_7
  1043. //
  1044. this.textBox_7.Location = new System.Drawing.Point(78, 306);
  1045. this.textBox_7.Name = "textBox_7";
  1046. this.textBox_7.Size = new System.Drawing.Size(75, 21);
  1047. this.textBox_7.TabIndex = 16;
  1048. this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1049. //
  1050. // textBox_2
  1051. //
  1052. this.textBox_2.Location = new System.Drawing.Point(78, 118);
  1053. this.textBox_2.Name = "textBox_2";
  1054. this.textBox_2.Size = new System.Drawing.Size(75, 21);
  1055. this.textBox_2.TabIndex = 6;
  1056. this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1057. //
  1058. // checkBox_7
  1059. //
  1060. this.checkBox_7.AutoSize = true;
  1061. this.checkBox_7.Location = new System.Drawing.Point(11, 309);
  1062. this.checkBox_7.Name = "checkBox_7";
  1063. this.checkBox_7.Size = new System.Drawing.Size(54, 16);
  1064. this.checkBox_7.TabIndex = 15;
  1065. this.checkBox_7.Text = "MAC#7";
  1066. this.checkBox_7.UseVisualStyleBackColor = true;
  1067. this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);
  1068. //
  1069. // textBox_3
  1070. //
  1071. this.textBox_3.Location = new System.Drawing.Point(78, 155);
  1072. this.textBox_3.Name = "textBox_3";
  1073. this.textBox_3.Size = new System.Drawing.Size(75, 21);
  1074. this.textBox_3.TabIndex = 8;
  1075. this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1076. //
  1077. // textBox_6
  1078. //
  1079. this.textBox_6.Location = new System.Drawing.Point(78, 269);
  1080. this.textBox_6.Name = "textBox_6";
  1081. this.textBox_6.Size = new System.Drawing.Size(75, 21);
  1082. this.textBox_6.TabIndex = 14;
  1083. this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1084. //
  1085. // checkBox_4
  1086. //
  1087. this.checkBox_4.AutoSize = true;
  1088. this.checkBox_4.Location = new System.Drawing.Point(11, 196);
  1089. this.checkBox_4.Name = "checkBox_4";
  1090. this.checkBox_4.Size = new System.Drawing.Size(54, 16);
  1091. this.checkBox_4.TabIndex = 9;
  1092. this.checkBox_4.Text = "MAC#4";
  1093. this.checkBox_4.UseVisualStyleBackColor = true;
  1094. this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);
  1095. //
  1096. // checkBox_6
  1097. //
  1098. this.checkBox_6.AutoSize = true;
  1099. this.checkBox_6.Location = new System.Drawing.Point(11, 273);
  1100. this.checkBox_6.Name = "checkBox_6";
  1101. this.checkBox_6.Size = new System.Drawing.Size(54, 16);
  1102. this.checkBox_6.TabIndex = 13;
  1103. this.checkBox_6.Text = "MAC#6";
  1104. this.checkBox_6.UseVisualStyleBackColor = true;
  1105. this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);
  1106. //
  1107. // textBox_4
  1108. //
  1109. this.textBox_4.Location = new System.Drawing.Point(78, 193);
  1110. this.textBox_4.Name = "textBox_4";
  1111. this.textBox_4.Size = new System.Drawing.Size(75, 21);
  1112. this.textBox_4.TabIndex = 10;
  1113. this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1114. //
  1115. // textBox_5
  1116. //
  1117. this.textBox_5.Location = new System.Drawing.Point(78, 231);
  1118. this.textBox_5.Name = "textBox_5";
  1119. this.textBox_5.Size = new System.Drawing.Size(75, 21);
  1120. this.textBox_5.TabIndex = 12;
  1121. this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1122. //
  1123. // checkBox_5
  1124. //
  1125. this.checkBox_5.AutoSize = true;
  1126. this.checkBox_5.Location = new System.Drawing.Point(11, 233);
  1127. this.checkBox_5.Name = "checkBox_5";
  1128. this.checkBox_5.Size = new System.Drawing.Size(54, 16);
  1129. this.checkBox_5.TabIndex = 11;
  1130. this.checkBox_5.Text = "MAC#5";
  1131. this.checkBox_5.UseVisualStyleBackColor = true;
  1132. this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);
  1133. //
  1134. // label_SubElements
  1135. //
  1136. this.label_SubElements.AutoSize = true;
  1137. this.label_SubElements.Location = new System.Drawing.Point(220, 150);
  1138. this.label_SubElements.Name = "label_SubElements";
  1139. this.label_SubElements.Size = new System.Drawing.Size(65, 12);
  1140. this.label_SubElements.TabIndex = 26;
  1141. this.label_SubElements.Text = "次要元素:";
  1142. //
  1143. // label_KeyElements
  1144. //
  1145. this.label_KeyElements.AutoSize = true;
  1146. this.label_KeyElements.Location = new System.Drawing.Point(220, 116);
  1147. this.label_KeyElements.Name = "label_KeyElements";
  1148. this.label_KeyElements.Size = new System.Drawing.Size(65, 12);
  1149. this.label_KeyElements.TabIndex = 25;
  1150. this.label_KeyElements.Text = "关键元素:";
  1151. //
  1152. // dataGridView_KeyElements
  1153. //
  1154. this.dataGridView_KeyElements.BackgroundColor = System.Drawing.SystemColors.Control;
  1155. this.dataGridView_KeyElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  1156. this.dataGridView_KeyElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1157. this.dataGridView_KeyElements.Location = new System.Drawing.Point(297, 109);
  1158. this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";
  1159. this.dataGridView_KeyElements.RowTemplate.Height = 23;
  1160. this.dataGridView_KeyElements.Size = new System.Drawing.Size(551, 29);
  1161. this.dataGridView_KeyElements.TabIndex = 27;
  1162. this.dataGridView_KeyElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_KeyElements_CellClick);
  1163. //
  1164. // dataGridView_SubElements
  1165. //
  1166. this.dataGridView_SubElements.BackgroundColor = System.Drawing.SystemColors.Control;
  1167. this.dataGridView_SubElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  1168. this.dataGridView_SubElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1169. this.dataGridView_SubElements.Location = new System.Drawing.Point(297, 144);
  1170. this.dataGridView_SubElements.Name = "dataGridView_SubElements";
  1171. this.dataGridView_SubElements.RowTemplate.Height = 23;
  1172. this.dataGridView_SubElements.Size = new System.Drawing.Size(551, 28);
  1173. this.dataGridView_SubElements.TabIndex = 28;
  1174. this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);
  1175. //
  1176. // panel_OTSPeriodicTable
  1177. //
  1178. this.panel_OTSPeriodicTable.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel_OTSPeriodicTable.BackgroundImage")));
  1179. this.panel_OTSPeriodicTable.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1180. this.panel_OTSPeriodicTable.Location = new System.Drawing.Point(895, 2);
  1181. this.panel_OTSPeriodicTable.Name = "panel_OTSPeriodicTable";
  1182. this.panel_OTSPeriodicTable.Size = new System.Drawing.Size(680, 527);
  1183. this.panel_OTSPeriodicTable.TabIndex = 4;
  1184. this.panel_OTSPeriodicTable.Visible = false;
  1185. //
  1186. // PeriodicTableSwitch
  1187. //
  1188. this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;
  1189. this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1190. this.PeriodicTableSwitch.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1191. this.PeriodicTableSwitch.Location = new System.Drawing.Point(854, 5);
  1192. this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";
  1193. this.PeriodicTableSwitch.Size = new System.Drawing.Size(29, 97);
  1194. this.PeriodicTableSwitch.TabIndex = 22;
  1195. this.PeriodicTableSwitch.UseVisualStyleBackColor = false;
  1196. this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);
  1197. //
  1198. // Form_ConstantsEditor
  1199. //
  1200. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  1201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  1202. this.AutoScroll = true;
  1203. this.ClientSize = new System.Drawing.Size(1580, 530);
  1204. this.Controls.Add(this.dataGridView_SubElements);
  1205. this.Controls.Add(this.dataGridView_KeyElements);
  1206. this.Controls.Add(this.label_SubElements);
  1207. this.Controls.Add(this.label_KeyElements);
  1208. this.Controls.Add(this.tabControl_Rules);
  1209. this.Controls.Add(this.panel_OTSPeriodicTable);
  1210. this.Controls.Add(this.PeriodicTableSwitch);
  1211. this.Controls.Add(this.textbox_STDEditor);
  1212. this.Controls.Add(this.groupBox_Data);
  1213. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1214. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1215. this.MaximizeBox = false;
  1216. this.Name = "Form_ConstantsEditor";
  1217. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1218. this.Text = "标准库编辑器";
  1219. this.Load += new System.EventHandler(this.Form_ConstantsEditor_Load);
  1220. this.Click += new System.EventHandler(this.Form_ConstantsEditor_Click);
  1221. this.groupBox_Data.ResumeLayout(false);
  1222. this.groupBox_CalculatingSymbols.ResumeLayout(false);
  1223. this.groupBox_XmlTree_MaxEDSRules.ResumeLayout(false);
  1224. this.groupBox_XmlTree_MaxEDSRules.PerformLayout();
  1225. this.groupBox_Color.ResumeLayout(false);
  1226. this.groupBox_Color.PerformLayout();
  1227. this.groupBox_ChemicalElement.ResumeLayout(false);
  1228. this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);
  1229. this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();
  1230. this.groupBox_XmlTree_STDlist1.ResumeLayout(false);
  1231. this.groupBox_XmlTree_STDlist1.PerformLayout();
  1232. this.XmlTreeMenuStrip.ResumeLayout(false);
  1233. this.tabControl_Rules.ResumeLayout(false);
  1234. this.tabPage_ClassificationRules.ResumeLayout(false);
  1235. this.tabPage_MaxEDSRules.ResumeLayout(false);
  1236. this.tabPage_ZeroElementRules.ResumeLayout(false);
  1237. this.tabPage_UserConstants.ResumeLayout(false);
  1238. this.tabPage_UserConstants.PerformLayout();
  1239. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).EndInit();
  1240. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).EndInit();
  1241. this.ResumeLayout(false);
  1242. this.PerformLayout();
  1243. }
  1244. #endregion
  1245. private System.Windows.Forms.GroupBox groupBox_Data;
  1246. private System.Windows.Forms.Button button_Ok;
  1247. private System.Windows.Forms.Button button_Cancel;
  1248. private System.Windows.Forms.Button PeriodicTableSwitch;
  1249. private System.Windows.Forms.TextBox textbox_STDEditor;
  1250. private System.Windows.Forms.ComboBox comboBox_Elem;
  1251. private System.Windows.Forms.ComboBox comboBox_ImgProperty;
  1252. private System.Windows.Forms.ComboBox comboBox_Elem1;
  1253. private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;
  1254. private System.Windows.Forms.ContextMenuStrip XmlTreeMenuStrip;
  1255. private System.Windows.Forms.ToolStripMenuItem 新建标准库规则ToolStripMenuItem;
  1256. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  1257. private System.Windows.Forms.Label label_Other;
  1258. private System.Windows.Forms.Label label_ElementFormTwo;
  1259. private System.Windows.Forms.Label label_ElementFormOne;
  1260. private System.Windows.Forms.Panel panel_OTSPeriodicTable;
  1261. private System.Windows.Forms.GroupBox groupBox_ChemicalElement;
  1262. private System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  1263. private System.Windows.Forms.GroupBox groupBox_Color;
  1264. public System.Windows.Forms.Button btn_dbs;
  1265. private System.Windows.Forms.Label label_Color;
  1266. private System.Windows.Forms.GroupBox groupBox_XmlTree_STDlist1;
  1267. private System.Windows.Forms.Label label_Conductivity;
  1268. private System.Windows.Forms.Label label_Density;
  1269. private System.Windows.Forms.Label label_Hardness;
  1270. private System.Windows.Forms.TextBox textBox_Electrical_conductivity;
  1271. private System.Windows.Forms.TextBox textBox_Density;
  1272. private System.Windows.Forms.TextBox textBox_Hardness;
  1273. private System.Windows.Forms.Label label_DefinedConstant;
  1274. private System.Windows.Forms.ComboBox comboBox_Constants;
  1275. private System.Windows.Forms.Button button_Backup;
  1276. private System.Windows.Forms.Button button_Recover;
  1277. private System.Windows.Forms.Button button_UpOrder;
  1278. private System.Windows.Forms.Button button_DownOrder;
  1279. private System.Windows.Forms.TabControl tabControl_Rules;
  1280. private System.Windows.Forms.TabPage tabPage_ClassificationRules;
  1281. private System.Windows.Forms.TabPage tabPage_MaxEDSRules;
  1282. private System.Windows.Forms.TabPage tabPage_ZeroElementRules;
  1283. private System.Windows.Forms.TabPage tabPage_UserConstants;
  1284. private System.Windows.Forms.Button button_SpecialOrder;
  1285. private System.Windows.Forms.Label label_ConstantValue;
  1286. private System.Windows.Forms.Label label_ConstantSymbol;
  1287. private System.Windows.Forms.TextBox textBox_9;
  1288. private System.Windows.Forms.CheckBox checkBox_9;
  1289. private System.Windows.Forms.TextBox textBox_8;
  1290. private System.Windows.Forms.CheckBox checkBox_8;
  1291. private System.Windows.Forms.TextBox textBox_7;
  1292. private System.Windows.Forms.CheckBox checkBox_7;
  1293. private System.Windows.Forms.TextBox textBox_6;
  1294. private System.Windows.Forms.CheckBox checkBox_6;
  1295. private System.Windows.Forms.TextBox textBox_5;
  1296. private System.Windows.Forms.CheckBox checkBox_5;
  1297. private System.Windows.Forms.TextBox textBox_4;
  1298. private System.Windows.Forms.CheckBox checkBox_4;
  1299. private System.Windows.Forms.TextBox textBox_3;
  1300. private System.Windows.Forms.CheckBox checkBox_3;
  1301. private System.Windows.Forms.TextBox textBox_2;
  1302. private System.Windows.Forms.CheckBox checkBox_2;
  1303. private System.Windows.Forms.TextBox textBox_1;
  1304. private System.Windows.Forms.CheckBox checkBox_1;
  1305. private System.Windows.Forms.TextBox textBox_0;
  1306. private System.Windows.Forms.CheckBox checkBox_0;
  1307. private System.Windows.Forms.TreeView XmlTree_MaxEDSRules;
  1308. private System.Windows.Forms.TreeView XmlTree_ZeroElementRules;
  1309. private System.Windows.Forms.GroupBox groupBox_XmlTree_MaxEDSRules;
  1310. private System.Windows.Forms.TextBox textBox_MaxEDSTime;
  1311. private System.Windows.Forms.Button button_UpdateConstants;
  1312. private System.Windows.Forms.Label label_SubElements;
  1313. private System.Windows.Forms.TreeView XmlTree_STDlist;
  1314. private System.Windows.Forms.Label label_KeyElements;
  1315. private System.Windows.Forms.DataGridView dataGridView_KeyElements;
  1316. private System.Windows.Forms.DataGridView dataGridView_SubElements;
  1317. private System.Windows.Forms.GroupBox groupBox_CalculatingSymbols;
  1318. private System.Windows.Forms.Button button_9;
  1319. private System.Windows.Forms.Button button_4;
  1320. private System.Windows.Forms.Button button_5;
  1321. private System.Windows.Forms.Button button_6;
  1322. private System.Windows.Forms.Button button_7;
  1323. private System.Windows.Forms.Button button_8;
  1324. private System.Windows.Forms.Button button_Divide;
  1325. private System.Windows.Forms.Button button_Or;
  1326. private System.Windows.Forms.Button button_And;
  1327. private System.Windows.Forms.Button button_3;
  1328. private System.Windows.Forms.Button button_2;
  1329. private System.Windows.Forms.Button button_1;
  1330. private System.Windows.Forms.Button button_Equal;
  1331. private System.Windows.Forms.Button button_RightParenthesis;
  1332. private System.Windows.Forms.Button button_LeftParenthesis;
  1333. private System.Windows.Forms.Button button_Less;
  1334. private System.Windows.Forms.Button button_More;
  1335. private System.Windows.Forms.Button button_Multiply;
  1336. private System.Windows.Forms.Button button_Subtract;
  1337. private System.Windows.Forms.Button button_Plus;
  1338. private System.Windows.Forms.Button button_0;
  1339. }
  1340. }