Form_STDConstantsEditor.Designer.cs 100 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class Form_STDConstantsEditor
  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. this.groupBox_Data = new System.Windows.Forms.GroupBox();
  30. this.groupBox_CalculatingSymbols = new System.Windows.Forms.GroupBox();
  31. this.button_0 = new System.Windows.Forms.Button();
  32. this.button_9 = new System.Windows.Forms.Button();
  33. this.button_4 = new System.Windows.Forms.Button();
  34. this.button_5 = new System.Windows.Forms.Button();
  35. this.button_6 = new System.Windows.Forms.Button();
  36. this.button_7 = new System.Windows.Forms.Button();
  37. this.button_8 = new System.Windows.Forms.Button();
  38. this.button_Divide = new System.Windows.Forms.Button();
  39. this.button_Or = new System.Windows.Forms.Button();
  40. this.button_And = new System.Windows.Forms.Button();
  41. this.button_3 = new System.Windows.Forms.Button();
  42. this.button_2 = new System.Windows.Forms.Button();
  43. this.button_1 = new System.Windows.Forms.Button();
  44. this.button_Equal = new System.Windows.Forms.Button();
  45. this.button_RightParenthesis = new System.Windows.Forms.Button();
  46. this.button_LeftParenthesis = new System.Windows.Forms.Button();
  47. this.button_Less = new System.Windows.Forms.Button();
  48. this.button_More = new System.Windows.Forms.Button();
  49. this.button_Multiply = new System.Windows.Forms.Button();
  50. this.button_Subtract = new System.Windows.Forms.Button();
  51. this.button_Plus = new System.Windows.Forms.Button();
  52. this.groupBox_XmlTree_MaxEDSRules = new System.Windows.Forms.GroupBox();
  53. this.textBox_MaxEDSTime = new System.Windows.Forms.TextBox();
  54. this.button_Backup = new System.Windows.Forms.Button();
  55. this.groupBox_ChemicalElement = new System.Windows.Forms.GroupBox();
  56. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  57. this.groupBox_OtherCommonlyUsedSymbols = new System.Windows.Forms.GroupBox();
  58. this.comboBox_Constants = new System.Windows.Forms.ComboBox();
  59. this.label_DefinedConstant = new System.Windows.Forms.Label();
  60. this.label_Other = new System.Windows.Forms.Label();
  61. this.label_ElementFormTwo = new System.Windows.Forms.Label();
  62. this.label_ElementFormOne = new System.Windows.Forms.Label();
  63. this.comboBox_Elem1 = new System.Windows.Forms.ComboBox();
  64. this.comboBox_Elem = new System.Windows.Forms.ComboBox();
  65. this.comboBox_ImgProperty = new System.Windows.Forms.ComboBox();
  66. this.button_Recover = new System.Windows.Forms.Button();
  67. this.btn_dbs = new System.Windows.Forms.Button();
  68. this.label_Color = new System.Windows.Forms.Label();
  69. this.groupBox_XmlTree_STDlist1 = new System.Windows.Forms.GroupBox();
  70. this.textBox_Electrical_conductivity = new System.Windows.Forms.TextBox();
  71. this.textBox_Density = new System.Windows.Forms.TextBox();
  72. this.textBox_Element = new System.Windows.Forms.TextBox();
  73. this.label_Element = new System.Windows.Forms.Label();
  74. this.label_Conductivity = new System.Windows.Forms.Label();
  75. this.label_Formula = new System.Windows.Forms.Label();
  76. this.label__BSEValue = new System.Windows.Forms.Label();
  77. this.textBox_Formula = new System.Windows.Forms.TextBox();
  78. this.textBox_BSEValue = new System.Windows.Forms.TextBox();
  79. this.label_Density = new System.Windows.Forms.Label();
  80. this.label_Hardness = new System.Windows.Forms.Label();
  81. this.textBox_Hardness = new System.Windows.Forms.TextBox();
  82. this.button_Ok = new System.Windows.Forms.Button();
  83. this.button_Cancel = new System.Windows.Forms.Button();
  84. this.textbox_STDEditor = new System.Windows.Forms.TextBox();
  85. this.XmlTreeMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  86. this.新建标准库规则ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  87. this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  88. this.button_UpOrder = new System.Windows.Forms.Button();
  89. this.button_DownOrder = new System.Windows.Forms.Button();
  90. this.tabControl_Rules = new System.Windows.Forms.TabControl();
  91. this.tabPage_ClassificationRules = new System.Windows.Forms.TabPage();
  92. this.button_SpecialOrder = new System.Windows.Forms.Button();
  93. this.XmlTree_STDlist = new System.Windows.Forms.TreeView();
  94. this.tabPage_MaxEDSRules = new System.Windows.Forms.TabPage();
  95. this.XmlTree_MaxEDSRules = new System.Windows.Forms.TreeView();
  96. this.tabPage_ZeroElementRules = new System.Windows.Forms.TabPage();
  97. this.XmlTree_ZeroElementRules = new System.Windows.Forms.TreeView();
  98. this.tabPage_UserConstants = new System.Windows.Forms.TabPage();
  99. this.button_UpdateConstants = new System.Windows.Forms.Button();
  100. this.label_ConstantValue = new System.Windows.Forms.Label();
  101. this.label_ConstantSymbol = new System.Windows.Forms.Label();
  102. this.checkBox_3 = new System.Windows.Forms.CheckBox();
  103. this.checkBox_0 = new System.Windows.Forms.CheckBox();
  104. this.textBox_9 = new System.Windows.Forms.TextBox();
  105. this.textBox_0 = new System.Windows.Forms.TextBox();
  106. this.checkBox_9 = new System.Windows.Forms.CheckBox();
  107. this.checkBox_1 = new System.Windows.Forms.CheckBox();
  108. this.textBox_8 = new System.Windows.Forms.TextBox();
  109. this.textBox_1 = new System.Windows.Forms.TextBox();
  110. this.checkBox_8 = new System.Windows.Forms.CheckBox();
  111. this.checkBox_2 = new System.Windows.Forms.CheckBox();
  112. this.textBox_7 = new System.Windows.Forms.TextBox();
  113. this.textBox_2 = new System.Windows.Forms.TextBox();
  114. this.checkBox_7 = new System.Windows.Forms.CheckBox();
  115. this.textBox_3 = new System.Windows.Forms.TextBox();
  116. this.textBox_6 = new System.Windows.Forms.TextBox();
  117. this.checkBox_4 = new System.Windows.Forms.CheckBox();
  118. this.checkBox_6 = new System.Windows.Forms.CheckBox();
  119. this.textBox_4 = new System.Windows.Forms.TextBox();
  120. this.textBox_5 = new System.Windows.Forms.TextBox();
  121. this.checkBox_5 = new System.Windows.Forms.CheckBox();
  122. this.label_SubElements = new System.Windows.Forms.Label();
  123. this.label_KeyElements = new System.Windows.Forms.Label();
  124. this.dataGridView_KeyElements = new System.Windows.Forms.DataGridView();
  125. this.dataGridView_SubElements = new System.Windows.Forms.DataGridView();
  126. this.tabSTDStandrad = new System.Windows.Forms.TabControl();
  127. this.tabSTD = new System.Windows.Forms.TabPage();
  128. this.PeriodicTableSwitch = new System.Windows.Forms.Button();
  129. this.tabXray = new System.Windows.Forms.TabPage();
  130. this.panel1 = new System.Windows.Forms.Panel();
  131. this.btnTest = new System.Windows.Forms.Button();
  132. this.label9 = new System.Windows.Forms.Label();
  133. this.txtCollectTime = new System.Windows.Forms.TextBox();
  134. this.btnReadXray = new System.Windows.Forms.Button();
  135. this.btnCollectXray = new System.Windows.Forms.Button();
  136. this.label2 = new System.Windows.Forms.Label();
  137. this.plXray = new System.Windows.Forms.Panel();
  138. this.panel_OTSPeriodicTable = new System.Windows.Forms.Panel();
  139. this.groupBox_Data.SuspendLayout();
  140. this.groupBox_CalculatingSymbols.SuspendLayout();
  141. this.groupBox_XmlTree_MaxEDSRules.SuspendLayout();
  142. this.groupBox_ChemicalElement.SuspendLayout();
  143. this.groupBox_OtherCommonlyUsedSymbols.SuspendLayout();
  144. this.groupBox_XmlTree_STDlist1.SuspendLayout();
  145. this.XmlTreeMenuStrip.SuspendLayout();
  146. this.tabControl_Rules.SuspendLayout();
  147. this.tabPage_ClassificationRules.SuspendLayout();
  148. this.tabPage_MaxEDSRules.SuspendLayout();
  149. this.tabPage_ZeroElementRules.SuspendLayout();
  150. this.tabPage_UserConstants.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).BeginInit();
  153. this.tabSTDStandrad.SuspendLayout();
  154. this.tabSTD.SuspendLayout();
  155. this.tabXray.SuspendLayout();
  156. this.panel1.SuspendLayout();
  157. this.SuspendLayout();
  158. //
  159. // groupBox_Data
  160. //
  161. this.groupBox_Data.Controls.Add(this.groupBox_CalculatingSymbols);
  162. this.groupBox_Data.Controls.Add(this.groupBox_XmlTree_MaxEDSRules);
  163. this.groupBox_Data.Controls.Add(this.button_Backup);
  164. this.groupBox_Data.Controls.Add(this.groupBox_ChemicalElement);
  165. this.groupBox_Data.Controls.Add(this.groupBox_OtherCommonlyUsedSymbols);
  166. this.groupBox_Data.Controls.Add(this.button_Recover);
  167. this.groupBox_Data.Location = new System.Drawing.Point(9, 260);
  168. this.groupBox_Data.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  169. this.groupBox_Data.Name = "groupBox_Data";
  170. this.groupBox_Data.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  171. this.groupBox_Data.Size = new System.Drawing.Size(866, 420);
  172. this.groupBox_Data.TabIndex = 0;
  173. this.groupBox_Data.TabStop = false;
  174. this.groupBox_Data.Click += new System.EventHandler(this.groupBox_Data_Click);
  175. //
  176. // groupBox_CalculatingSymbols
  177. //
  178. this.groupBox_CalculatingSymbols.Controls.Add(this.button_0);
  179. this.groupBox_CalculatingSymbols.Controls.Add(this.button_9);
  180. this.groupBox_CalculatingSymbols.Controls.Add(this.button_4);
  181. this.groupBox_CalculatingSymbols.Controls.Add(this.button_5);
  182. this.groupBox_CalculatingSymbols.Controls.Add(this.button_6);
  183. this.groupBox_CalculatingSymbols.Controls.Add(this.button_7);
  184. this.groupBox_CalculatingSymbols.Controls.Add(this.button_8);
  185. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Divide);
  186. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Or);
  187. this.groupBox_CalculatingSymbols.Controls.Add(this.button_And);
  188. this.groupBox_CalculatingSymbols.Controls.Add(this.button_3);
  189. this.groupBox_CalculatingSymbols.Controls.Add(this.button_2);
  190. this.groupBox_CalculatingSymbols.Controls.Add(this.button_1);
  191. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Equal);
  192. this.groupBox_CalculatingSymbols.Controls.Add(this.button_RightParenthesis);
  193. this.groupBox_CalculatingSymbols.Controls.Add(this.button_LeftParenthesis);
  194. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Less);
  195. this.groupBox_CalculatingSymbols.Controls.Add(this.button_More);
  196. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Multiply);
  197. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Subtract);
  198. this.groupBox_CalculatingSymbols.Controls.Add(this.button_Plus);
  199. this.groupBox_CalculatingSymbols.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.groupBox_CalculatingSymbols.Location = new System.Drawing.Point(580, 30);
  201. this.groupBox_CalculatingSymbols.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  202. this.groupBox_CalculatingSymbols.Name = "groupBox_CalculatingSymbols";
  203. this.groupBox_CalculatingSymbols.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  204. this.groupBox_CalculatingSymbols.Size = new System.Drawing.Size(279, 381);
  205. this.groupBox_CalculatingSymbols.TabIndex = 32;
  206. this.groupBox_CalculatingSymbols.TabStop = false;
  207. this.groupBox_CalculatingSymbols.Text = "运算符号";
  208. //
  209. // button_0
  210. //
  211. this.button_0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  212. this.button_0.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.button_0.Location = new System.Drawing.Point(228, 102);
  214. this.button_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  215. this.button_0.Name = "button_0";
  216. this.button_0.Size = new System.Drawing.Size(45, 52);
  217. this.button_0.TabIndex = 26;
  218. this.button_0.Text = "0";
  219. this.button_0.UseVisualStyleBackColor = true;
  220. this.button_0.Click += new System.EventHandler(this.button_0_Click);
  221. //
  222. // button_9
  223. //
  224. this.button_9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  225. this.button_9.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.button_9.Location = new System.Drawing.Point(174, 104);
  227. this.button_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  228. this.button_9.Name = "button_9";
  229. this.button_9.Size = new System.Drawing.Size(45, 52);
  230. this.button_9.TabIndex = 25;
  231. this.button_9.Text = "9";
  232. this.button_9.UseVisualStyleBackColor = true;
  233. this.button_9.Click += new System.EventHandler(this.button_9_Click);
  234. //
  235. // button_4
  236. //
  237. this.button_4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  238. this.button_4.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.button_4.Location = new System.Drawing.Point(174, 30);
  240. this.button_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  241. this.button_4.Name = "button_4";
  242. this.button_4.Size = new System.Drawing.Size(45, 52);
  243. this.button_4.TabIndex = 24;
  244. this.button_4.Text = "4";
  245. this.button_4.UseVisualStyleBackColor = true;
  246. this.button_4.Click += new System.EventHandler(this.button_4_Click);
  247. //
  248. // button_5
  249. //
  250. this.button_5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  251. this.button_5.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.button_5.Location = new System.Drawing.Point(228, 30);
  253. this.button_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  254. this.button_5.Name = "button_5";
  255. this.button_5.Size = new System.Drawing.Size(45, 52);
  256. this.button_5.TabIndex = 23;
  257. this.button_5.Text = "5";
  258. this.button_5.UseVisualStyleBackColor = true;
  259. this.button_5.Click += new System.EventHandler(this.button_5_Click);
  260. //
  261. // button_6
  262. //
  263. this.button_6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  264. this.button_6.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.button_6.Location = new System.Drawing.Point(9, 104);
  266. this.button_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  267. this.button_6.Name = "button_6";
  268. this.button_6.Size = new System.Drawing.Size(45, 52);
  269. this.button_6.TabIndex = 22;
  270. this.button_6.Text = "6";
  271. this.button_6.UseVisualStyleBackColor = true;
  272. this.button_6.Click += new System.EventHandler(this.button_6_Click);
  273. //
  274. // button_7
  275. //
  276. this.button_7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  277. this.button_7.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.button_7.Location = new System.Drawing.Point(64, 104);
  279. this.button_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  280. this.button_7.Name = "button_7";
  281. this.button_7.Size = new System.Drawing.Size(45, 52);
  282. this.button_7.TabIndex = 21;
  283. this.button_7.Text = "7";
  284. this.button_7.UseVisualStyleBackColor = true;
  285. this.button_7.Click += new System.EventHandler(this.button_7_Click);
  286. //
  287. // button_8
  288. //
  289. this.button_8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  290. this.button_8.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.button_8.Location = new System.Drawing.Point(118, 104);
  292. this.button_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  293. this.button_8.Name = "button_8";
  294. this.button_8.Size = new System.Drawing.Size(45, 52);
  295. this.button_8.TabIndex = 20;
  296. this.button_8.Text = "8";
  297. this.button_8.UseVisualStyleBackColor = true;
  298. this.button_8.Click += new System.EventHandler(this.button_8_Click);
  299. //
  300. // button_Divide
  301. //
  302. this.button_Divide.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  303. this.button_Divide.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.button_Divide.Location = new System.Drawing.Point(174, 178);
  305. this.button_Divide.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  306. this.button_Divide.Name = "button_Divide";
  307. this.button_Divide.Size = new System.Drawing.Size(45, 52);
  308. this.button_Divide.TabIndex = 8;
  309. this.button_Divide.Text = "/";
  310. this.button_Divide.UseVisualStyleBackColor = true;
  311. this.button_Divide.Click += new System.EventHandler(this.button_Divide_Click);
  312. //
  313. // button_Or
  314. //
  315. this.button_Or.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  316. this.button_Or.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.button_Or.ForeColor = System.Drawing.SystemColors.ControlText;
  318. this.button_Or.Location = new System.Drawing.Point(180, 321);
  319. this.button_Or.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  320. this.button_Or.Name = "button_Or";
  321. this.button_Or.Size = new System.Drawing.Size(93, 52);
  322. this.button_Or.TabIndex = 15;
  323. this.button_Or.Text = "or";
  324. this.button_Or.UseVisualStyleBackColor = true;
  325. this.button_Or.Click += new System.EventHandler(this.button_Or_Click);
  326. //
  327. // button_And
  328. //
  329. this.button_And.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  330. this.button_And.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.button_And.ForeColor = System.Drawing.SystemColors.ControlText;
  332. this.button_And.Location = new System.Drawing.Point(9, 321);
  333. this.button_And.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  334. this.button_And.Name = "button_And";
  335. this.button_And.Size = new System.Drawing.Size(154, 52);
  336. this.button_And.TabIndex = 14;
  337. this.button_And.Text = "and";
  338. this.button_And.UseVisualStyleBackColor = true;
  339. this.button_And.Click += new System.EventHandler(this.button_And_Click);
  340. //
  341. // button_3
  342. //
  343. this.button_3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  344. this.button_3.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.button_3.Location = new System.Drawing.Point(118, 30);
  346. this.button_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  347. this.button_3.Name = "button_3";
  348. this.button_3.Size = new System.Drawing.Size(45, 52);
  349. this.button_3.TabIndex = 19;
  350. this.button_3.Text = "3";
  351. this.button_3.UseVisualStyleBackColor = true;
  352. this.button_3.Click += new System.EventHandler(this.button_3_Click);
  353. //
  354. // button_2
  355. //
  356. this.button_2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  357. this.button_2.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.button_2.Location = new System.Drawing.Point(63, 30);
  359. this.button_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  360. this.button_2.Name = "button_2";
  361. this.button_2.Size = new System.Drawing.Size(45, 52);
  362. this.button_2.TabIndex = 18;
  363. this.button_2.Text = "2";
  364. this.button_2.UseVisualStyleBackColor = true;
  365. this.button_2.Click += new System.EventHandler(this.button_2_Click);
  366. //
  367. // button_1
  368. //
  369. this.button_1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  370. this.button_1.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.button_1.Location = new System.Drawing.Point(9, 30);
  372. this.button_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  373. this.button_1.Name = "button_1";
  374. this.button_1.Size = new System.Drawing.Size(45, 52);
  375. this.button_1.TabIndex = 17;
  376. this.button_1.Text = "1";
  377. this.button_1.UseVisualStyleBackColor = true;
  378. this.button_1.Click += new System.EventHandler(this.button_1_Click);
  379. //
  380. // button_Equal
  381. //
  382. this.button_Equal.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  383. this.button_Equal.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.button_Equal.Location = new System.Drawing.Point(228, 178);
  385. this.button_Equal.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  386. this.button_Equal.Name = "button_Equal";
  387. this.button_Equal.Size = new System.Drawing.Size(45, 52);
  388. this.button_Equal.TabIndex = 16;
  389. this.button_Equal.Text = "=";
  390. this.button_Equal.UseVisualStyleBackColor = true;
  391. this.button_Equal.Click += new System.EventHandler(this.button_Equal_Click);
  392. //
  393. // button_RightParenthesis
  394. //
  395. this.button_RightParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  396. this.button_RightParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.button_RightParenthesis.Location = new System.Drawing.Point(174, 252);
  398. this.button_RightParenthesis.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  399. this.button_RightParenthesis.Name = "button_RightParenthesis";
  400. this.button_RightParenthesis.Size = new System.Drawing.Size(45, 52);
  401. this.button_RightParenthesis.TabIndex = 13;
  402. this.button_RightParenthesis.Text = ")";
  403. this.button_RightParenthesis.UseVisualStyleBackColor = true;
  404. this.button_RightParenthesis.Click += new System.EventHandler(this.button_RightParenthesis_Click);
  405. //
  406. // button_LeftParenthesis
  407. //
  408. this.button_LeftParenthesis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  409. this.button_LeftParenthesis.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.button_LeftParenthesis.Location = new System.Drawing.Point(118, 252);
  411. this.button_LeftParenthesis.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  412. this.button_LeftParenthesis.Name = "button_LeftParenthesis";
  413. this.button_LeftParenthesis.Size = new System.Drawing.Size(45, 52);
  414. this.button_LeftParenthesis.TabIndex = 12;
  415. this.button_LeftParenthesis.Text = "(";
  416. this.button_LeftParenthesis.UseVisualStyleBackColor = true;
  417. this.button_LeftParenthesis.Click += new System.EventHandler(this.button_LeftParenthesis_Click);
  418. //
  419. // button_Less
  420. //
  421. this.button_Less.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  422. this.button_Less.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.button_Less.Location = new System.Drawing.Point(63, 252);
  424. this.button_Less.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  425. this.button_Less.Name = "button_Less";
  426. this.button_Less.Size = new System.Drawing.Size(45, 52);
  427. this.button_Less.TabIndex = 11;
  428. this.button_Less.Text = "<";
  429. this.button_Less.UseVisualStyleBackColor = true;
  430. this.button_Less.Click += new System.EventHandler(this.button_Less_Click);
  431. //
  432. // button_More
  433. //
  434. this.button_More.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  435. this.button_More.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.button_More.Location = new System.Drawing.Point(8, 252);
  437. this.button_More.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  438. this.button_More.Name = "button_More";
  439. this.button_More.Size = new System.Drawing.Size(45, 52);
  440. this.button_More.TabIndex = 10;
  441. this.button_More.Text = ">";
  442. this.button_More.UseVisualStyleBackColor = true;
  443. this.button_More.Click += new System.EventHandler(this.button_More_Click);
  444. //
  445. // button_Multiply
  446. //
  447. this.button_Multiply.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  448. this.button_Multiply.Font = new System.Drawing.Font("方正舒体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.button_Multiply.Location = new System.Drawing.Point(118, 178);
  450. this.button_Multiply.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  451. this.button_Multiply.Name = "button_Multiply";
  452. this.button_Multiply.Size = new System.Drawing.Size(45, 52);
  453. this.button_Multiply.TabIndex = 9;
  454. this.button_Multiply.Text = "*";
  455. this.button_Multiply.UseVisualStyleBackColor = true;
  456. this.button_Multiply.Click += new System.EventHandler(this.button_Multiply_Click);
  457. //
  458. // button_Subtract
  459. //
  460. this.button_Subtract.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  461. this.button_Subtract.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.button_Subtract.Location = new System.Drawing.Point(63, 178);
  463. this.button_Subtract.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  464. this.button_Subtract.Name = "button_Subtract";
  465. this.button_Subtract.Size = new System.Drawing.Size(45, 52);
  466. this.button_Subtract.TabIndex = 7;
  467. this.button_Subtract.Text = "-";
  468. this.button_Subtract.UseVisualStyleBackColor = true;
  469. this.button_Subtract.Click += new System.EventHandler(this.button_Subtract_Click);
  470. //
  471. // button_Plus
  472. //
  473. this.button_Plus.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  474. this.button_Plus.Font = new System.Drawing.Font("方正舒体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.button_Plus.Location = new System.Drawing.Point(8, 178);
  476. this.button_Plus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  477. this.button_Plus.Name = "button_Plus";
  478. this.button_Plus.Size = new System.Drawing.Size(45, 52);
  479. this.button_Plus.TabIndex = 6;
  480. this.button_Plus.Text = "+";
  481. this.button_Plus.UseVisualStyleBackColor = true;
  482. this.button_Plus.Click += new System.EventHandler(this.button_Plus_Click);
  483. //
  484. // groupBox_XmlTree_MaxEDSRules
  485. //
  486. this.groupBox_XmlTree_MaxEDSRules.Controls.Add(this.textBox_MaxEDSTime);
  487. this.groupBox_XmlTree_MaxEDSRules.Location = new System.Drawing.Point(9, 30);
  488. this.groupBox_XmlTree_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  489. this.groupBox_XmlTree_MaxEDSRules.Name = "groupBox_XmlTree_MaxEDSRules";
  490. this.groupBox_XmlTree_MaxEDSRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  491. this.groupBox_XmlTree_MaxEDSRules.Size = new System.Drawing.Size(189, 88);
  492. this.groupBox_XmlTree_MaxEDSRules.TabIndex = 30;
  493. this.groupBox_XmlTree_MaxEDSRules.TabStop = false;
  494. this.groupBox_XmlTree_MaxEDSRules.Text = "MaxEDSTime";
  495. this.groupBox_XmlTree_MaxEDSRules.Click += new System.EventHandler(this.groupBox_XmlTree_MaxEDSRules_Click);
  496. //
  497. // textBox_MaxEDSTime
  498. //
  499. this.textBox_MaxEDSTime.Location = new System.Drawing.Point(18, 34);
  500. this.textBox_MaxEDSTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  501. this.textBox_MaxEDSTime.Name = "textBox_MaxEDSTime";
  502. this.textBox_MaxEDSTime.Size = new System.Drawing.Size(160, 31);
  503. this.textBox_MaxEDSTime.TabIndex = 21;
  504. this.textBox_MaxEDSTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  505. //
  506. // button_Backup
  507. //
  508. this.button_Backup.Location = new System.Drawing.Point(6, 260);
  509. this.button_Backup.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  510. this.button_Backup.Name = "button_Backup";
  511. this.button_Backup.Size = new System.Drawing.Size(195, 60);
  512. this.button_Backup.TabIndex = 26;
  513. this.button_Backup.Text = "导出";
  514. this.button_Backup.UseVisualStyleBackColor = true;
  515. this.button_Backup.Click += new System.EventHandler(this.button_Backup_Click);
  516. //
  517. // groupBox_ChemicalElement
  518. //
  519. this.groupBox_ChemicalElement.Controls.Add(this.comboBox_PeriodicTable);
  520. this.groupBox_ChemicalElement.Location = new System.Drawing.Point(207, 27);
  521. this.groupBox_ChemicalElement.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  522. this.groupBox_ChemicalElement.Name = "groupBox_ChemicalElement";
  523. this.groupBox_ChemicalElement.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  524. this.groupBox_ChemicalElement.Size = new System.Drawing.Size(364, 69);
  525. this.groupBox_ChemicalElement.TabIndex = 5;
  526. this.groupBox_ChemicalElement.TabStop = false;
  527. this.groupBox_ChemicalElement.Text = "化学元素";
  528. this.groupBox_ChemicalElement.Click += new System.EventHandler(this.groupBox_ChemicalElement_Click);
  529. //
  530. // comboBox_PeriodicTable
  531. //
  532. this.comboBox_PeriodicTable.FormattingEnabled = true;
  533. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(148, 22);
  534. this.comboBox_PeriodicTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  535. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  536. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(204, 32);
  537. this.comboBox_PeriodicTable.TabIndex = 1;
  538. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  539. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  540. //
  541. // groupBox_OtherCommonlyUsedSymbols
  542. //
  543. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Constants);
  544. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_DefinedConstant);
  545. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_Other);
  546. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormTwo);
  547. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.label_ElementFormOne);
  548. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem1);
  549. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_Elem);
  550. this.groupBox_OtherCommonlyUsedSymbols.Controls.Add(this.comboBox_ImgProperty);
  551. this.groupBox_OtherCommonlyUsedSymbols.Location = new System.Drawing.Point(207, 105);
  552. this.groupBox_OtherCommonlyUsedSymbols.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  553. this.groupBox_OtherCommonlyUsedSymbols.Name = "groupBox_OtherCommonlyUsedSymbols";
  554. this.groupBox_OtherCommonlyUsedSymbols.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  555. this.groupBox_OtherCommonlyUsedSymbols.Size = new System.Drawing.Size(364, 306);
  556. this.groupBox_OtherCommonlyUsedSymbols.TabIndex = 3;
  557. this.groupBox_OtherCommonlyUsedSymbols.TabStop = false;
  558. this.groupBox_OtherCommonlyUsedSymbols.Text = "其它常用符号";
  559. this.groupBox_OtherCommonlyUsedSymbols.Click += new System.EventHandler(this.groupBox_OtherCommonlyUsedSymbols_Click);
  560. //
  561. // comboBox_Constants
  562. //
  563. this.comboBox_Constants.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  564. this.comboBox_Constants.FormattingEnabled = true;
  565. this.comboBox_Constants.Location = new System.Drawing.Point(171, 246);
  566. this.comboBox_Constants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  567. this.comboBox_Constants.Name = "comboBox_Constants";
  568. this.comboBox_Constants.Size = new System.Drawing.Size(181, 32);
  569. this.comboBox_Constants.TabIndex = 5;
  570. this.comboBox_Constants.SelectedIndexChanged += new System.EventHandler(this.comboBox_Constants_SelectedIndexChanged);
  571. //
  572. // label_DefinedConstant
  573. //
  574. this.label_DefinedConstant.AutoSize = true;
  575. this.label_DefinedConstant.Location = new System.Drawing.Point(3, 252);
  576. this.label_DefinedConstant.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  577. this.label_DefinedConstant.Name = "label_DefinedConstant";
  578. this.label_DefinedConstant.Size = new System.Drawing.Size(118, 24);
  579. this.label_DefinedConstant.TabIndex = 19;
  580. this.label_DefinedConstant.Text = "已定义常数:";
  581. //
  582. // label_Other
  583. //
  584. this.label_Other.AutoSize = true;
  585. this.label_Other.Location = new System.Drawing.Point(57, 182);
  586. this.label_Other.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  587. this.label_Other.Name = "label_Other";
  588. this.label_Other.Size = new System.Drawing.Size(64, 24);
  589. this.label_Other.TabIndex = 10;
  590. this.label_Other.Text = "其它:";
  591. //
  592. // label_ElementFormTwo
  593. //
  594. this.label_ElementFormTwo.AutoSize = true;
  595. this.label_ElementFormTwo.Location = new System.Drawing.Point(3, 116);
  596. this.label_ElementFormTwo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  597. this.label_ElementFormTwo.Name = "label_ElementFormTwo";
  598. this.label_ElementFormTwo.Size = new System.Drawing.Size(118, 24);
  599. this.label_ElementFormTwo.TabIndex = 9;
  600. this.label_ElementFormTwo.Text = "元素形式二:";
  601. //
  602. // label_ElementFormOne
  603. //
  604. this.label_ElementFormOne.AutoSize = true;
  605. this.label_ElementFormOne.Location = new System.Drawing.Point(3, 46);
  606. this.label_ElementFormOne.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  607. this.label_ElementFormOne.Name = "label_ElementFormOne";
  608. this.label_ElementFormOne.Size = new System.Drawing.Size(118, 24);
  609. this.label_ElementFormOne.TabIndex = 8;
  610. this.label_ElementFormOne.Text = "元素形式一:";
  611. //
  612. // comboBox_Elem1
  613. //
  614. this.comboBox_Elem1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  615. this.comboBox_Elem1.FormattingEnabled = true;
  616. this.comboBox_Elem1.Location = new System.Drawing.Point(171, 39);
  617. this.comboBox_Elem1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  618. this.comboBox_Elem1.Name = "comboBox_Elem1";
  619. this.comboBox_Elem1.Size = new System.Drawing.Size(181, 32);
  620. this.comboBox_Elem1.TabIndex = 2;
  621. this.comboBox_Elem1.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem1_SelectedIndexChanged);
  622. //
  623. // comboBox_Elem
  624. //
  625. this.comboBox_Elem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  626. this.comboBox_Elem.FormattingEnabled = true;
  627. this.comboBox_Elem.Location = new System.Drawing.Point(171, 110);
  628. this.comboBox_Elem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  629. this.comboBox_Elem.Name = "comboBox_Elem";
  630. this.comboBox_Elem.Size = new System.Drawing.Size(181, 32);
  631. this.comboBox_Elem.TabIndex = 3;
  632. this.comboBox_Elem.SelectedIndexChanged += new System.EventHandler(this.comboBox_Elem2_SelectedIndexChanged);
  633. //
  634. // comboBox_ImgProperty
  635. //
  636. this.comboBox_ImgProperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  637. this.comboBox_ImgProperty.FormattingEnabled = true;
  638. this.comboBox_ImgProperty.Location = new System.Drawing.Point(171, 176);
  639. this.comboBox_ImgProperty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  640. this.comboBox_ImgProperty.Name = "comboBox_ImgProperty";
  641. this.comboBox_ImgProperty.Size = new System.Drawing.Size(181, 32);
  642. this.comboBox_ImgProperty.TabIndex = 4;
  643. this.comboBox_ImgProperty.SelectedIndexChanged += new System.EventHandler(this.comboBox_ImgProperty_SelectedIndexChanged);
  644. //
  645. // button_Recover
  646. //
  647. this.button_Recover.Location = new System.Drawing.Point(6, 184);
  648. this.button_Recover.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  649. this.button_Recover.Name = "button_Recover";
  650. this.button_Recover.Size = new System.Drawing.Size(195, 60);
  651. this.button_Recover.TabIndex = 25;
  652. this.button_Recover.Text = "恢复至出厂默认值";
  653. this.button_Recover.UseVisualStyleBackColor = true;
  654. this.button_Recover.Click += new System.EventHandler(this.button_Recover_Click);
  655. //
  656. // btn_dbs
  657. //
  658. this.btn_dbs.BackColor = System.Drawing.Color.White;
  659. this.btn_dbs.Font = new System.Drawing.Font("宋体", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.btn_dbs.Location = new System.Drawing.Point(750, 28);
  661. this.btn_dbs.Name = "btn_dbs";
  662. this.btn_dbs.Size = new System.Drawing.Size(124, 32);
  663. this.btn_dbs.TabIndex = 20;
  664. this.btn_dbs.Text = "[点击选择]";
  665. this.btn_dbs.UseVisualStyleBackColor = false;
  666. this.btn_dbs.Click += new System.EventHandler(this.btn_dbs_Click);
  667. //
  668. // label_Color
  669. //
  670. this.label_Color.AutoSize = true;
  671. this.label_Color.Location = new System.Drawing.Point(692, 34);
  672. this.label_Color.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  673. this.label_Color.Name = "label_Color";
  674. this.label_Color.Size = new System.Drawing.Size(64, 24);
  675. this.label_Color.TabIndex = 1;
  676. this.label_Color.Text = "颜色:";
  677. //
  678. // groupBox_XmlTree_STDlist1
  679. //
  680. this.groupBox_XmlTree_STDlist1.BackColor = System.Drawing.SystemColors.Control;
  681. this.groupBox_XmlTree_STDlist1.Controls.Add(this.btn_dbs);
  682. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Electrical_conductivity);
  683. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Density);
  684. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Element);
  685. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Element);
  686. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Conductivity);
  687. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Formula);
  688. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label__BSEValue);
  689. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Formula);
  690. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Color);
  691. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_BSEValue);
  692. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Density);
  693. this.groupBox_XmlTree_STDlist1.Controls.Add(this.label_Hardness);
  694. this.groupBox_XmlTree_STDlist1.Controls.Add(this.textBox_Hardness);
  695. this.groupBox_XmlTree_STDlist1.Controls.Add(this.button_Ok);
  696. this.groupBox_XmlTree_STDlist1.Controls.Add(this.button_Cancel);
  697. this.groupBox_XmlTree_STDlist1.Location = new System.Drawing.Point(333, 752);
  698. this.groupBox_XmlTree_STDlist1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  699. this.groupBox_XmlTree_STDlist1.Name = "groupBox_XmlTree_STDlist1";
  700. this.groupBox_XmlTree_STDlist1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  701. this.groupBox_XmlTree_STDlist1.Size = new System.Drawing.Size(890, 171);
  702. this.groupBox_XmlTree_STDlist1.TabIndex = 22;
  703. this.groupBox_XmlTree_STDlist1.TabStop = false;
  704. this.groupBox_XmlTree_STDlist1.Text = "其他属性";
  705. this.groupBox_XmlTree_STDlist1.Click += new System.EventHandler(this.groupBox_XmlTree_STDlist1_Click);
  706. //
  707. // textBox_Electrical_conductivity
  708. //
  709. this.textBox_Electrical_conductivity.Location = new System.Drawing.Point(550, 28);
  710. this.textBox_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  711. this.textBox_Electrical_conductivity.Name = "textBox_Electrical_conductivity";
  712. this.textBox_Electrical_conductivity.Size = new System.Drawing.Size(126, 31);
  713. this.textBox_Electrical_conductivity.TabIndex = 19;
  714. this.textBox_Electrical_conductivity.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  715. //
  716. // textBox_Density
  717. //
  718. this.textBox_Density.Location = new System.Drawing.Point(300, 28);
  719. this.textBox_Density.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  720. this.textBox_Density.Name = "textBox_Density";
  721. this.textBox_Density.Size = new System.Drawing.Size(116, 31);
  722. this.textBox_Density.TabIndex = 18;
  723. this.textBox_Density.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  724. //
  725. // textBox_Element
  726. //
  727. this.textBox_Element.Font = new System.Drawing.Font("宋体", 9F);
  728. this.textBox_Element.Location = new System.Drawing.Point(550, 68);
  729. this.textBox_Element.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  730. this.textBox_Element.MaxLength = 50;
  731. this.textBox_Element.Name = "textBox_Element";
  732. this.textBox_Element.Size = new System.Drawing.Size(319, 28);
  733. this.textBox_Element.TabIndex = 32;
  734. this.textBox_Element.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  735. this.textBox_Element.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
  736. //
  737. // label_Element
  738. //
  739. this.label_Element.AutoSize = true;
  740. this.label_Element.Font = new System.Drawing.Font("宋体", 9F);
  741. this.label_Element.Location = new System.Drawing.Point(428, 74);
  742. this.label_Element.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  743. this.label_Element.Name = "label_Element";
  744. this.label_Element.Size = new System.Drawing.Size(80, 18);
  745. this.label_Element.TabIndex = 35;
  746. this.label_Element.Text = "Element:";
  747. //
  748. // label_Conductivity
  749. //
  750. this.label_Conductivity.AutoSize = true;
  751. this.label_Conductivity.Location = new System.Drawing.Point(426, 34);
  752. this.label_Conductivity.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  753. this.label_Conductivity.Name = "label_Conductivity";
  754. this.label_Conductivity.Size = new System.Drawing.Size(68, 24);
  755. this.label_Conductivity.TabIndex = 26;
  756. this.label_Conductivity.Text = "导电性:";
  757. //
  758. // label_Formula
  759. //
  760. this.label_Formula.AutoSize = true;
  761. this.label_Formula.Font = new System.Drawing.Font("宋体", 9F);
  762. this.label_Formula.Location = new System.Drawing.Point(219, 74);
  763. this.label_Formula.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  764. this.label_Formula.Name = "label_Formula";
  765. this.label_Formula.Size = new System.Drawing.Size(80, 18);
  766. this.label_Formula.TabIndex = 33;
  767. this.label_Formula.Text = "Formula:";
  768. //
  769. // label__BSEValue
  770. //
  771. this.label__BSEValue.AutoSize = true;
  772. this.label__BSEValue.Font = new System.Drawing.Font("宋体", 9F);
  773. this.label__BSEValue.Location = new System.Drawing.Point(6, 74);
  774. this.label__BSEValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  775. this.label__BSEValue.Name = "label__BSEValue";
  776. this.label__BSEValue.Size = new System.Drawing.Size(44, 18);
  777. this.label__BSEValue.TabIndex = 34;
  778. this.label__BSEValue.Text = "BSE:";
  779. //
  780. // textBox_Formula
  781. //
  782. this.textBox_Formula.Font = new System.Drawing.Font("宋体", 9F);
  783. this.textBox_Formula.Location = new System.Drawing.Point(300, 68);
  784. this.textBox_Formula.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  785. this.textBox_Formula.MaxLength = 50;
  786. this.textBox_Formula.Name = "textBox_Formula";
  787. this.textBox_Formula.Size = new System.Drawing.Size(116, 28);
  788. this.textBox_Formula.TabIndex = 30;
  789. this.textBox_Formula.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  790. this.textBox_Formula.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
  791. //
  792. // textBox_BSEValue
  793. //
  794. this.textBox_BSEValue.Font = new System.Drawing.Font("宋体", 9F);
  795. this.textBox_BSEValue.Location = new System.Drawing.Point(94, 68);
  796. this.textBox_BSEValue.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  797. this.textBox_BSEValue.MaxLength = 10;
  798. this.textBox_BSEValue.Name = "textBox_BSEValue";
  799. this.textBox_BSEValue.Size = new System.Drawing.Size(116, 28);
  800. this.textBox_BSEValue.TabIndex = 31;
  801. this.textBox_BSEValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  802. this.textBox_BSEValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress);
  803. //
  804. // label_Density
  805. //
  806. this.label_Density.AutoSize = true;
  807. this.label_Density.Location = new System.Drawing.Point(219, 34);
  808. this.label_Density.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  809. this.label_Density.Name = "label_Density";
  810. this.label_Density.Size = new System.Drawing.Size(50, 24);
  811. this.label_Density.TabIndex = 25;
  812. this.label_Density.Text = "密度:";
  813. //
  814. // label_Hardness
  815. //
  816. this.label_Hardness.AutoSize = true;
  817. this.label_Hardness.Location = new System.Drawing.Point(6, 34);
  818. this.label_Hardness.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  819. this.label_Hardness.Name = "label_Hardness";
  820. this.label_Hardness.Size = new System.Drawing.Size(50, 24);
  821. this.label_Hardness.TabIndex = 24;
  822. this.label_Hardness.Text = "硬度:";
  823. //
  824. // textBox_Hardness
  825. //
  826. this.textBox_Hardness.Location = new System.Drawing.Point(94, 28);
  827. this.textBox_Hardness.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  828. this.textBox_Hardness.Name = "textBox_Hardness";
  829. this.textBox_Hardness.Size = new System.Drawing.Size(116, 31);
  830. this.textBox_Hardness.TabIndex = 17;
  831. this.textBox_Hardness.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  832. //
  833. // button_Ok
  834. //
  835. this.button_Ok.Location = new System.Drawing.Point(606, 108);
  836. this.button_Ok.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  837. this.button_Ok.Name = "button_Ok";
  838. this.button_Ok.Size = new System.Drawing.Size(129, 54);
  839. this.button_Ok.TabIndex = 23;
  840. this.button_Ok.Text = "确认";
  841. this.button_Ok.UseVisualStyleBackColor = true;
  842. this.button_Ok.Click += new System.EventHandler(this.button_Ok_Click);
  843. //
  844. // button_Cancel
  845. //
  846. this.button_Cancel.Location = new System.Drawing.Point(746, 108);
  847. this.button_Cancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  848. this.button_Cancel.Name = "button_Cancel";
  849. this.button_Cancel.Size = new System.Drawing.Size(129, 54);
  850. this.button_Cancel.TabIndex = 24;
  851. this.button_Cancel.Text = "离开";
  852. this.button_Cancel.UseVisualStyleBackColor = true;
  853. this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
  854. //
  855. // textbox_STDEditor
  856. //
  857. this.textbox_STDEditor.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  858. this.textbox_STDEditor.Location = new System.Drawing.Point(9, 9);
  859. this.textbox_STDEditor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  860. this.textbox_STDEditor.Multiline = true;
  861. this.textbox_STDEditor.Name = "textbox_STDEditor";
  862. this.textbox_STDEditor.Size = new System.Drawing.Size(822, 144);
  863. this.textbox_STDEditor.TabIndex = 2;
  864. this.textbox_STDEditor.TextChanged += new System.EventHandler(this.textbox_STDEditor_TextChanged);
  865. this.textbox_STDEditor.Leave += new System.EventHandler(this.textbox_STDEditor_Leave);
  866. //
  867. // XmlTreeMenuStrip
  868. //
  869. this.XmlTreeMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  870. this.XmlTreeMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  871. this.新建标准库规则ToolStripMenuItem,
  872. this.删除ToolStripMenuItem});
  873. this.XmlTreeMenuStrip.Name = "XmlTreeMenuStrip";
  874. this.XmlTreeMenuStrip.Size = new System.Drawing.Size(117, 60);
  875. //
  876. // 新建标准库规则ToolStripMenuItem
  877. //
  878. this.新建标准库规则ToolStripMenuItem.Name = "新建标准库规则ToolStripMenuItem";
  879. this.新建标准库规则ToolStripMenuItem.Size = new System.Drawing.Size(116, 28);
  880. this.新建标准库规则ToolStripMenuItem.Text = "新建";
  881. this.新建标准库规则ToolStripMenuItem.Click += new System.EventHandler(this.AddTreeNode_Click);
  882. //
  883. // 删除ToolStripMenuItem
  884. //
  885. this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
  886. this.删除ToolStripMenuItem.Size = new System.Drawing.Size(116, 28);
  887. this.删除ToolStripMenuItem.Text = "删除";
  888. this.删除ToolStripMenuItem.Click += new System.EventHandler(this.DeleteTreeNode_Click);
  889. //
  890. // button_UpOrder
  891. //
  892. this.button_UpOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  893. this.button_UpOrder.Location = new System.Drawing.Point(2, 4);
  894. this.button_UpOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  895. this.button_UpOrder.Name = "button_UpOrder";
  896. this.button_UpOrder.Size = new System.Drawing.Size(27, 108);
  897. this.button_UpOrder.TabIndex = 26;
  898. this.button_UpOrder.Text = "↑";
  899. this.button_UpOrder.UseVisualStyleBackColor = true;
  900. this.button_UpOrder.Click += new System.EventHandler(this.button_UpOrder_Click);
  901. //
  902. // button_DownOrder
  903. //
  904. this.button_DownOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  905. this.button_DownOrder.Location = new System.Drawing.Point(2, 122);
  906. this.button_DownOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  907. this.button_DownOrder.Name = "button_DownOrder";
  908. this.button_DownOrder.Size = new System.Drawing.Size(27, 108);
  909. this.button_DownOrder.TabIndex = 27;
  910. this.button_DownOrder.Text = "↓";
  911. this.button_DownOrder.UseVisualStyleBackColor = true;
  912. this.button_DownOrder.Click += new System.EventHandler(this.button_DownOrder_Click);
  913. //
  914. // tabControl_Rules
  915. //
  916. this.tabControl_Rules.Alignment = System.Windows.Forms.TabAlignment.Right;
  917. this.tabControl_Rules.Controls.Add(this.tabPage_ClassificationRules);
  918. this.tabControl_Rules.Controls.Add(this.tabPage_MaxEDSRules);
  919. this.tabControl_Rules.Controls.Add(this.tabPage_ZeroElementRules);
  920. this.tabControl_Rules.Controls.Add(this.tabPage_UserConstants);
  921. this.tabControl_Rules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.tabControl_Rules.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  923. this.tabControl_Rules.ItemSize = new System.Drawing.Size(190, 20);
  924. this.tabControl_Rules.Location = new System.Drawing.Point(4, 14);
  925. this.tabControl_Rules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  926. this.tabControl_Rules.Multiline = true;
  927. this.tabControl_Rules.Name = "tabControl_Rules";
  928. this.tabControl_Rules.SelectedIndex = 0;
  929. this.tabControl_Rules.Size = new System.Drawing.Size(326, 909);
  930. this.tabControl_Rules.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  931. this.tabControl_Rules.TabIndex = 20;
  932. this.tabControl_Rules.SelectedIndexChanged += new System.EventHandler(this.tabControl_Rules_SelectedIndexChanged);
  933. this.tabControl_Rules.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Selecting);
  934. this.tabControl_Rules.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Rules_Deselecting);
  935. //
  936. // tabPage_ClassificationRules
  937. //
  938. this.tabPage_ClassificationRules.Controls.Add(this.button_SpecialOrder);
  939. this.tabPage_ClassificationRules.Controls.Add(this.button_UpOrder);
  940. this.tabPage_ClassificationRules.Controls.Add(this.button_DownOrder);
  941. this.tabPage_ClassificationRules.Controls.Add(this.XmlTree_STDlist);
  942. this.tabPage_ClassificationRules.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  943. this.tabPage_ClassificationRules.Location = new System.Drawing.Point(4, 4);
  944. this.tabPage_ClassificationRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  945. this.tabPage_ClassificationRules.Name = "tabPage_ClassificationRules";
  946. this.tabPage_ClassificationRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  947. this.tabPage_ClassificationRules.Size = new System.Drawing.Size(298, 901);
  948. this.tabPage_ClassificationRules.TabIndex = 0;
  949. this.tabPage_ClassificationRules.Text = "Classification Rules";
  950. //
  951. // button_SpecialOrder
  952. //
  953. this.button_SpecialOrder.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  954. this.button_SpecialOrder.Location = new System.Drawing.Point(2, 262);
  955. this.button_SpecialOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  956. this.button_SpecialOrder.Name = "button_SpecialOrder";
  957. this.button_SpecialOrder.Size = new System.Drawing.Size(27, 291);
  958. this.button_SpecialOrder.TabIndex = 29;
  959. this.button_SpecialOrder.Text = "特殊排序";
  960. this.button_SpecialOrder.UseVisualStyleBackColor = true;
  961. this.button_SpecialOrder.Visible = false;
  962. //
  963. // XmlTree_STDlist
  964. //
  965. this.XmlTree_STDlist.ContextMenuStrip = this.XmlTreeMenuStrip;
  966. this.XmlTree_STDlist.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  967. this.XmlTree_STDlist.HideSelection = false;
  968. this.XmlTree_STDlist.Location = new System.Drawing.Point(30, 0);
  969. this.XmlTree_STDlist.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  970. this.XmlTree_STDlist.Name = "XmlTree_STDlist";
  971. this.XmlTree_STDlist.Size = new System.Drawing.Size(217, 895);
  972. this.XmlTree_STDlist.TabIndex = 1;
  973. this.XmlTree_STDlist.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_STDlist_BeforeSelect);
  974. this.XmlTree_STDlist.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_STDlist_AfterSelect);
  975. this.XmlTree_STDlist.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseClick);
  976. this.XmlTree_STDlist.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_STDlist_MouseDoubleClick);
  977. //
  978. // tabPage_MaxEDSRules
  979. //
  980. this.tabPage_MaxEDSRules.Controls.Add(this.XmlTree_MaxEDSRules);
  981. this.tabPage_MaxEDSRules.Location = new System.Drawing.Point(4, 4);
  982. this.tabPage_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  983. this.tabPage_MaxEDSRules.Name = "tabPage_MaxEDSRules";
  984. this.tabPage_MaxEDSRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  985. this.tabPage_MaxEDSRules.Size = new System.Drawing.Size(278, 901);
  986. this.tabPage_MaxEDSRules.TabIndex = 1;
  987. this.tabPage_MaxEDSRules.Text = "Max EDS Rules";
  988. this.tabPage_MaxEDSRules.UseVisualStyleBackColor = true;
  989. //
  990. // XmlTree_MaxEDSRules
  991. //
  992. this.XmlTree_MaxEDSRules.ContextMenuStrip = this.XmlTreeMenuStrip;
  993. this.XmlTree_MaxEDSRules.HideSelection = false;
  994. this.XmlTree_MaxEDSRules.Location = new System.Drawing.Point(0, 3);
  995. this.XmlTree_MaxEDSRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  996. this.XmlTree_MaxEDSRules.Name = "XmlTree_MaxEDSRules";
  997. this.XmlTree_MaxEDSRules.Size = new System.Drawing.Size(252, 892);
  998. this.XmlTree_MaxEDSRules.TabIndex = 2;
  999. this.XmlTree_MaxEDSRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_MaxEDSRules_BeforeSelect);
  1000. this.XmlTree_MaxEDSRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_MaxEDSRules_AfterSelect);
  1001. this.XmlTree_MaxEDSRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_MaxEDSRules_MouseClick);
  1002. //
  1003. // tabPage_ZeroElementRules
  1004. //
  1005. this.tabPage_ZeroElementRules.Controls.Add(this.XmlTree_ZeroElementRules);
  1006. this.tabPage_ZeroElementRules.Location = new System.Drawing.Point(4, 4);
  1007. this.tabPage_ZeroElementRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1008. this.tabPage_ZeroElementRules.Name = "tabPage_ZeroElementRules";
  1009. this.tabPage_ZeroElementRules.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1010. this.tabPage_ZeroElementRules.Size = new System.Drawing.Size(278, 901);
  1011. this.tabPage_ZeroElementRules.TabIndex = 2;
  1012. this.tabPage_ZeroElementRules.Text = "Zero Element Rules";
  1013. this.tabPage_ZeroElementRules.UseVisualStyleBackColor = true;
  1014. //
  1015. // XmlTree_ZeroElementRules
  1016. //
  1017. this.XmlTree_ZeroElementRules.ContextMenuStrip = this.XmlTreeMenuStrip;
  1018. this.XmlTree_ZeroElementRules.HideSelection = false;
  1019. this.XmlTree_ZeroElementRules.Location = new System.Drawing.Point(4, 4);
  1020. this.XmlTree_ZeroElementRules.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1021. this.XmlTree_ZeroElementRules.Name = "XmlTree_ZeroElementRules";
  1022. this.XmlTree_ZeroElementRules.Size = new System.Drawing.Size(247, 890);
  1023. this.XmlTree_ZeroElementRules.TabIndex = 2;
  1024. this.XmlTree_ZeroElementRules.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.XmlTree_ZeroElementRules_BeforeSelect);
  1025. this.XmlTree_ZeroElementRules.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.XmlTree_ZeroElementRules_AfterSelect);
  1026. this.XmlTree_ZeroElementRules.MouseClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseClick);
  1027. this.XmlTree_ZeroElementRules.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.XmlTree_ZeroElementRules_MouseDoubleClick);
  1028. //
  1029. // tabPage_UserConstants
  1030. //
  1031. this.tabPage_UserConstants.Controls.Add(this.button_UpdateConstants);
  1032. this.tabPage_UserConstants.Controls.Add(this.label_ConstantValue);
  1033. this.tabPage_UserConstants.Controls.Add(this.label_ConstantSymbol);
  1034. this.tabPage_UserConstants.Controls.Add(this.checkBox_3);
  1035. this.tabPage_UserConstants.Controls.Add(this.checkBox_0);
  1036. this.tabPage_UserConstants.Controls.Add(this.textBox_9);
  1037. this.tabPage_UserConstants.Controls.Add(this.textBox_0);
  1038. this.tabPage_UserConstants.Controls.Add(this.checkBox_9);
  1039. this.tabPage_UserConstants.Controls.Add(this.checkBox_1);
  1040. this.tabPage_UserConstants.Controls.Add(this.textBox_8);
  1041. this.tabPage_UserConstants.Controls.Add(this.textBox_1);
  1042. this.tabPage_UserConstants.Controls.Add(this.checkBox_8);
  1043. this.tabPage_UserConstants.Controls.Add(this.checkBox_2);
  1044. this.tabPage_UserConstants.Controls.Add(this.textBox_7);
  1045. this.tabPage_UserConstants.Controls.Add(this.textBox_2);
  1046. this.tabPage_UserConstants.Controls.Add(this.checkBox_7);
  1047. this.tabPage_UserConstants.Controls.Add(this.textBox_3);
  1048. this.tabPage_UserConstants.Controls.Add(this.textBox_6);
  1049. this.tabPage_UserConstants.Controls.Add(this.checkBox_4);
  1050. this.tabPage_UserConstants.Controls.Add(this.checkBox_6);
  1051. this.tabPage_UserConstants.Controls.Add(this.textBox_4);
  1052. this.tabPage_UserConstants.Controls.Add(this.textBox_5);
  1053. this.tabPage_UserConstants.Controls.Add(this.checkBox_5);
  1054. this.tabPage_UserConstants.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1055. this.tabPage_UserConstants.Location = new System.Drawing.Point(4, 4);
  1056. this.tabPage_UserConstants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1057. this.tabPage_UserConstants.Name = "tabPage_UserConstants";
  1058. this.tabPage_UserConstants.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1059. this.tabPage_UserConstants.Size = new System.Drawing.Size(278, 901);
  1060. this.tabPage_UserConstants.TabIndex = 3;
  1061. this.tabPage_UserConstants.Text = "User Constants";
  1062. this.tabPage_UserConstants.UseVisualStyleBackColor = true;
  1063. //
  1064. // button_UpdateConstants
  1065. //
  1066. this.button_UpdateConstants.Location = new System.Drawing.Point(14, 626);
  1067. this.button_UpdateConstants.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1068. this.button_UpdateConstants.Name = "button_UpdateConstants";
  1069. this.button_UpdateConstants.Size = new System.Drawing.Size(222, 32);
  1070. this.button_UpdateConstants.TabIndex = 27;
  1071. this.button_UpdateConstants.Text = "确认更新常数库";
  1072. this.button_UpdateConstants.UseVisualStyleBackColor = true;
  1073. this.button_UpdateConstants.Click += new System.EventHandler(this.button_UpdateConstants_Click);
  1074. //
  1075. // label_ConstantValue
  1076. //
  1077. this.label_ConstantValue.AutoSize = true;
  1078. this.label_ConstantValue.Location = new System.Drawing.Point(142, 18);
  1079. this.label_ConstantValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1080. this.label_ConstantValue.Name = "label_ConstantValue";
  1081. this.label_ConstantValue.Size = new System.Drawing.Size(26, 18);
  1082. this.label_ConstantValue.TabIndex = 26;
  1083. this.label_ConstantValue.Text = "值";
  1084. //
  1085. // label_ConstantSymbol
  1086. //
  1087. this.label_ConstantSymbol.AutoSize = true;
  1088. this.label_ConstantSymbol.Location = new System.Drawing.Point(24, 18);
  1089. this.label_ConstantSymbol.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1090. this.label_ConstantSymbol.Name = "label_ConstantSymbol";
  1091. this.label_ConstantSymbol.Size = new System.Drawing.Size(44, 18);
  1092. this.label_ConstantSymbol.TabIndex = 25;
  1093. this.label_ConstantSymbol.Text = "符号";
  1094. //
  1095. // checkBox_3
  1096. //
  1097. this.checkBox_3.AutoSize = true;
  1098. this.checkBox_3.Location = new System.Drawing.Point(14, 226);
  1099. this.checkBox_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1100. this.checkBox_3.Name = "checkBox_3";
  1101. this.checkBox_3.Size = new System.Drawing.Size(79, 22);
  1102. this.checkBox_3.TabIndex = 7;
  1103. this.checkBox_3.Text = "MAC#3";
  1104. this.checkBox_3.UseVisualStyleBackColor = true;
  1105. this.checkBox_3.CheckedChanged += new System.EventHandler(this.checkBox_3_CheckedChanged);
  1106. //
  1107. // checkBox_0
  1108. //
  1109. this.checkBox_0.AutoSize = true;
  1110. this.checkBox_0.Location = new System.Drawing.Point(14, 60);
  1111. this.checkBox_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1112. this.checkBox_0.Name = "checkBox_0";
  1113. this.checkBox_0.Size = new System.Drawing.Size(79, 22);
  1114. this.checkBox_0.TabIndex = 1;
  1115. this.checkBox_0.Tag = "";
  1116. this.checkBox_0.Text = "MAC#0";
  1117. this.checkBox_0.UseVisualStyleBackColor = true;
  1118. this.checkBox_0.CheckedChanged += new System.EventHandler(this.checkBox_0_CheckedChanged);
  1119. //
  1120. // textBox_9
  1121. //
  1122. this.textBox_9.Location = new System.Drawing.Point(100, 562);
  1123. this.textBox_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1124. this.textBox_9.Name = "textBox_9";
  1125. this.textBox_9.Size = new System.Drawing.Size(110, 28);
  1126. this.textBox_9.TabIndex = 20;
  1127. this.textBox_9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1128. //
  1129. // textBox_0
  1130. //
  1131. this.textBox_0.Location = new System.Drawing.Point(100, 57);
  1132. this.textBox_0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1133. this.textBox_0.Name = "textBox_0";
  1134. this.textBox_0.Size = new System.Drawing.Size(110, 28);
  1135. this.textBox_0.TabIndex = 2;
  1136. this.textBox_0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1137. //
  1138. // checkBox_9
  1139. //
  1140. this.checkBox_9.AutoSize = true;
  1141. this.checkBox_9.Location = new System.Drawing.Point(14, 567);
  1142. this.checkBox_9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1143. this.checkBox_9.Name = "checkBox_9";
  1144. this.checkBox_9.Size = new System.Drawing.Size(79, 22);
  1145. this.checkBox_9.TabIndex = 19;
  1146. this.checkBox_9.Text = "MAC#9";
  1147. this.checkBox_9.UseVisualStyleBackColor = true;
  1148. this.checkBox_9.CheckedChanged += new System.EventHandler(this.checkBox_9_CheckedChanged);
  1149. //
  1150. // checkBox_1
  1151. //
  1152. this.checkBox_1.AutoSize = true;
  1153. this.checkBox_1.Location = new System.Drawing.Point(14, 116);
  1154. this.checkBox_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1155. this.checkBox_1.Name = "checkBox_1";
  1156. this.checkBox_1.Size = new System.Drawing.Size(79, 22);
  1157. this.checkBox_1.TabIndex = 3;
  1158. this.checkBox_1.Text = "MAC#1";
  1159. this.checkBox_1.UseVisualStyleBackColor = true;
  1160. this.checkBox_1.CheckedChanged += new System.EventHandler(this.checkBox_1_CheckedChanged);
  1161. //
  1162. // textBox_8
  1163. //
  1164. this.textBox_8.Location = new System.Drawing.Point(100, 506);
  1165. this.textBox_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1166. this.textBox_8.Name = "textBox_8";
  1167. this.textBox_8.Size = new System.Drawing.Size(110, 28);
  1168. this.textBox_8.TabIndex = 18;
  1169. this.textBox_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1170. //
  1171. // textBox_1
  1172. //
  1173. this.textBox_1.Location = new System.Drawing.Point(100, 111);
  1174. this.textBox_1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1175. this.textBox_1.Name = "textBox_1";
  1176. this.textBox_1.Size = new System.Drawing.Size(110, 28);
  1177. this.textBox_1.TabIndex = 4;
  1178. this.textBox_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1179. //
  1180. // checkBox_8
  1181. //
  1182. this.checkBox_8.AutoSize = true;
  1183. this.checkBox_8.Location = new System.Drawing.Point(14, 510);
  1184. this.checkBox_8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1185. this.checkBox_8.Name = "checkBox_8";
  1186. this.checkBox_8.Size = new System.Drawing.Size(79, 22);
  1187. this.checkBox_8.TabIndex = 17;
  1188. this.checkBox_8.Text = "MAC#8";
  1189. this.checkBox_8.UseVisualStyleBackColor = true;
  1190. this.checkBox_8.CheckedChanged += new System.EventHandler(this.checkBox_8_CheckedChanged);
  1191. //
  1192. // checkBox_2
  1193. //
  1194. this.checkBox_2.AutoSize = true;
  1195. this.checkBox_2.Location = new System.Drawing.Point(14, 170);
  1196. this.checkBox_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1197. this.checkBox_2.Name = "checkBox_2";
  1198. this.checkBox_2.Size = new System.Drawing.Size(79, 22);
  1199. this.checkBox_2.TabIndex = 5;
  1200. this.checkBox_2.Text = "MAC#2";
  1201. this.checkBox_2.UseVisualStyleBackColor = true;
  1202. this.checkBox_2.CheckedChanged += new System.EventHandler(this.checkBox_2_CheckedChanged);
  1203. //
  1204. // textBox_7
  1205. //
  1206. this.textBox_7.Location = new System.Drawing.Point(100, 448);
  1207. this.textBox_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1208. this.textBox_7.Name = "textBox_7";
  1209. this.textBox_7.Size = new System.Drawing.Size(110, 28);
  1210. this.textBox_7.TabIndex = 16;
  1211. this.textBox_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1212. //
  1213. // textBox_2
  1214. //
  1215. this.textBox_2.Location = new System.Drawing.Point(100, 166);
  1216. this.textBox_2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1217. this.textBox_2.Name = "textBox_2";
  1218. this.textBox_2.Size = new System.Drawing.Size(110, 28);
  1219. this.textBox_2.TabIndex = 6;
  1220. this.textBox_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1221. //
  1222. // checkBox_7
  1223. //
  1224. this.checkBox_7.AutoSize = true;
  1225. this.checkBox_7.Location = new System.Drawing.Point(14, 453);
  1226. this.checkBox_7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1227. this.checkBox_7.Name = "checkBox_7";
  1228. this.checkBox_7.Size = new System.Drawing.Size(79, 22);
  1229. this.checkBox_7.TabIndex = 15;
  1230. this.checkBox_7.Text = "MAC#7";
  1231. this.checkBox_7.UseVisualStyleBackColor = true;
  1232. this.checkBox_7.CheckedChanged += new System.EventHandler(this.checkBox_7_CheckedChanged);
  1233. //
  1234. // textBox_3
  1235. //
  1236. this.textBox_3.Location = new System.Drawing.Point(100, 222);
  1237. this.textBox_3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1238. this.textBox_3.Name = "textBox_3";
  1239. this.textBox_3.Size = new System.Drawing.Size(110, 28);
  1240. this.textBox_3.TabIndex = 8;
  1241. this.textBox_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1242. //
  1243. // textBox_6
  1244. //
  1245. this.textBox_6.Location = new System.Drawing.Point(100, 393);
  1246. this.textBox_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1247. this.textBox_6.Name = "textBox_6";
  1248. this.textBox_6.Size = new System.Drawing.Size(110, 28);
  1249. this.textBox_6.TabIndex = 14;
  1250. this.textBox_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1251. //
  1252. // checkBox_4
  1253. //
  1254. this.checkBox_4.AutoSize = true;
  1255. this.checkBox_4.Location = new System.Drawing.Point(14, 284);
  1256. this.checkBox_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1257. this.checkBox_4.Name = "checkBox_4";
  1258. this.checkBox_4.Size = new System.Drawing.Size(79, 22);
  1259. this.checkBox_4.TabIndex = 9;
  1260. this.checkBox_4.Text = "MAC#4";
  1261. this.checkBox_4.UseVisualStyleBackColor = true;
  1262. this.checkBox_4.CheckedChanged += new System.EventHandler(this.checkBox_4_CheckedChanged);
  1263. //
  1264. // checkBox_6
  1265. //
  1266. this.checkBox_6.AutoSize = true;
  1267. this.checkBox_6.Location = new System.Drawing.Point(14, 399);
  1268. this.checkBox_6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1269. this.checkBox_6.Name = "checkBox_6";
  1270. this.checkBox_6.Size = new System.Drawing.Size(79, 22);
  1271. this.checkBox_6.TabIndex = 13;
  1272. this.checkBox_6.Text = "MAC#6";
  1273. this.checkBox_6.UseVisualStyleBackColor = true;
  1274. this.checkBox_6.CheckedChanged += new System.EventHandler(this.checkBox_6_CheckedChanged);
  1275. //
  1276. // textBox_4
  1277. //
  1278. this.textBox_4.Location = new System.Drawing.Point(100, 279);
  1279. this.textBox_4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1280. this.textBox_4.Name = "textBox_4";
  1281. this.textBox_4.Size = new System.Drawing.Size(110, 28);
  1282. this.textBox_4.TabIndex = 10;
  1283. this.textBox_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1284. //
  1285. // textBox_5
  1286. //
  1287. this.textBox_5.Location = new System.Drawing.Point(100, 336);
  1288. this.textBox_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1289. this.textBox_5.Name = "textBox_5";
  1290. this.textBox_5.Size = new System.Drawing.Size(110, 28);
  1291. this.textBox_5.TabIndex = 12;
  1292. this.textBox_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1293. //
  1294. // checkBox_5
  1295. //
  1296. this.checkBox_5.AutoSize = true;
  1297. this.checkBox_5.Location = new System.Drawing.Point(14, 339);
  1298. this.checkBox_5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1299. this.checkBox_5.Name = "checkBox_5";
  1300. this.checkBox_5.Size = new System.Drawing.Size(79, 22);
  1301. this.checkBox_5.TabIndex = 11;
  1302. this.checkBox_5.Text = "MAC#5";
  1303. this.checkBox_5.UseVisualStyleBackColor = true;
  1304. this.checkBox_5.CheckedChanged += new System.EventHandler(this.checkBox_5_CheckedChanged);
  1305. //
  1306. // label_SubElements
  1307. //
  1308. this.label_SubElements.AutoSize = true;
  1309. this.label_SubElements.Location = new System.Drawing.Point(9, 225);
  1310. this.label_SubElements.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1311. this.label_SubElements.Name = "label_SubElements";
  1312. this.label_SubElements.Size = new System.Drawing.Size(100, 24);
  1313. this.label_SubElements.TabIndex = 26;
  1314. this.label_SubElements.Text = "次要元素:";
  1315. //
  1316. // label_KeyElements
  1317. //
  1318. this.label_KeyElements.AutoSize = true;
  1319. this.label_KeyElements.Location = new System.Drawing.Point(9, 174);
  1320. this.label_KeyElements.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1321. this.label_KeyElements.Name = "label_KeyElements";
  1322. this.label_KeyElements.Size = new System.Drawing.Size(100, 24);
  1323. this.label_KeyElements.TabIndex = 25;
  1324. this.label_KeyElements.Text = "关键元素:";
  1325. //
  1326. // dataGridView_KeyElements
  1327. //
  1328. this.dataGridView_KeyElements.BackgroundColor = System.Drawing.SystemColors.Control;
  1329. this.dataGridView_KeyElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  1330. this.dataGridView_KeyElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1331. this.dataGridView_KeyElements.Location = new System.Drawing.Point(116, 164);
  1332. this.dataGridView_KeyElements.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1333. this.dataGridView_KeyElements.Name = "dataGridView_KeyElements";
  1334. this.dataGridView_KeyElements.RowTemplate.Height = 23;
  1335. this.dataGridView_KeyElements.Size = new System.Drawing.Size(754, 42);
  1336. this.dataGridView_KeyElements.TabIndex = 27;
  1337. this.dataGridView_KeyElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_KeyElements_CellClick);
  1338. //
  1339. // dataGridView_SubElements
  1340. //
  1341. this.dataGridView_SubElements.BackgroundColor = System.Drawing.SystemColors.Control;
  1342. this.dataGridView_SubElements.BorderStyle = System.Windows.Forms.BorderStyle.None;
  1343. this.dataGridView_SubElements.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1344. this.dataGridView_SubElements.Location = new System.Drawing.Point(116, 214);
  1345. this.dataGridView_SubElements.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1346. this.dataGridView_SubElements.Name = "dataGridView_SubElements";
  1347. this.dataGridView_SubElements.RowTemplate.Height = 23;
  1348. this.dataGridView_SubElements.Size = new System.Drawing.Size(754, 42);
  1349. this.dataGridView_SubElements.TabIndex = 28;
  1350. this.dataGridView_SubElements.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_SubElements_CellClick);
  1351. //
  1352. // tabSTDStandrad
  1353. //
  1354. this.tabSTDStandrad.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
  1355. this.tabSTDStandrad.Controls.Add(this.tabSTD);
  1356. this.tabSTDStandrad.Controls.Add(this.tabXray);
  1357. this.tabSTDStandrad.Location = new System.Drawing.Point(333, 15);
  1358. this.tabSTDStandrad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1359. this.tabSTDStandrad.Name = "tabSTDStandrad";
  1360. this.tabSTDStandrad.SelectedIndex = 0;
  1361. this.tabSTDStandrad.Size = new System.Drawing.Size(896, 728);
  1362. this.tabSTDStandrad.TabIndex = 29;
  1363. this.tabSTDStandrad.SelectedIndexChanged += new System.EventHandler(this.tabSTDStandrad_SelectedIndexChanged);
  1364. //
  1365. // tabSTD
  1366. //
  1367. this.tabSTD.BackColor = System.Drawing.SystemColors.Control;
  1368. this.tabSTD.Controls.Add(this.textbox_STDEditor);
  1369. this.tabSTD.Controls.Add(this.groupBox_Data);
  1370. this.tabSTD.Controls.Add(this.dataGridView_SubElements);
  1371. this.tabSTD.Controls.Add(this.PeriodicTableSwitch);
  1372. this.tabSTD.Controls.Add(this.dataGridView_KeyElements);
  1373. this.tabSTD.Controls.Add(this.label_KeyElements);
  1374. this.tabSTD.Controls.Add(this.label_SubElements);
  1375. this.tabSTD.Location = new System.Drawing.Point(4, 36);
  1376. this.tabSTD.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1377. this.tabSTD.Name = "tabSTD";
  1378. this.tabSTD.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1379. this.tabSTD.Size = new System.Drawing.Size(888, 688);
  1380. this.tabSTD.TabIndex = 0;
  1381. this.tabSTD.Text = "STD";
  1382. //
  1383. // PeriodicTableSwitch
  1384. //
  1385. this.PeriodicTableSwitch.BackColor = System.Drawing.SystemColors.Control;
  1386. this.PeriodicTableSwitch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  1387. this.PeriodicTableSwitch.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1388. this.PeriodicTableSwitch.Location = new System.Drawing.Point(836, 9);
  1389. this.PeriodicTableSwitch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1390. this.PeriodicTableSwitch.Name = "PeriodicTableSwitch";
  1391. this.PeriodicTableSwitch.Size = new System.Drawing.Size(44, 146);
  1392. this.PeriodicTableSwitch.TabIndex = 22;
  1393. this.PeriodicTableSwitch.UseVisualStyleBackColor = false;
  1394. this.PeriodicTableSwitch.Click += new System.EventHandler(this.PeriodicTableSwitch_Click);
  1395. //
  1396. // tabXray
  1397. //
  1398. this.tabXray.Controls.Add(this.panel1);
  1399. this.tabXray.Controls.Add(this.plXray);
  1400. this.tabXray.Location = new System.Drawing.Point(4, 36);
  1401. this.tabXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1402. this.tabXray.Name = "tabXray";
  1403. this.tabXray.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1404. this.tabXray.Size = new System.Drawing.Size(888, 688);
  1405. this.tabXray.TabIndex = 1;
  1406. this.tabXray.Text = "Xray";
  1407. this.tabXray.UseVisualStyleBackColor = true;
  1408. //
  1409. // panel1
  1410. //
  1411. this.panel1.Controls.Add(this.btnTest);
  1412. this.panel1.Controls.Add(this.label9);
  1413. this.panel1.Controls.Add(this.txtCollectTime);
  1414. this.panel1.Controls.Add(this.btnReadXray);
  1415. this.panel1.Controls.Add(this.btnCollectXray);
  1416. this.panel1.Controls.Add(this.label2);
  1417. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1418. this.panel1.Location = new System.Drawing.Point(4, 4);
  1419. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1420. this.panel1.Name = "panel1";
  1421. this.panel1.Size = new System.Drawing.Size(880, 56);
  1422. this.panel1.TabIndex = 17;
  1423. //
  1424. // btnTest
  1425. //
  1426. this.btnTest.Location = new System.Drawing.Point(748, 9);
  1427. this.btnTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1428. this.btnTest.Name = "btnTest";
  1429. this.btnTest.Size = new System.Drawing.Size(112, 34);
  1430. this.btnTest.TabIndex = 33;
  1431. this.btnTest.Text = "Test";
  1432. this.btnTest.UseVisualStyleBackColor = true;
  1433. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  1434. //
  1435. // label9
  1436. //
  1437. this.label9.AutoSize = true;
  1438. this.label9.Font = new System.Drawing.Font("宋体", 9F);
  1439. this.label9.Location = new System.Drawing.Point(218, 20);
  1440. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1441. this.label9.Name = "label9";
  1442. this.label9.Size = new System.Drawing.Size(26, 18);
  1443. this.label9.TabIndex = 32;
  1444. this.label9.Text = "MS";
  1445. //
  1446. // txtCollectTime
  1447. //
  1448. this.txtCollectTime.Location = new System.Drawing.Point(129, 12);
  1449. this.txtCollectTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1450. this.txtCollectTime.Name = "txtCollectTime";
  1451. this.txtCollectTime.Size = new System.Drawing.Size(82, 31);
  1452. this.txtCollectTime.TabIndex = 28;
  1453. this.txtCollectTime.Text = "120";
  1454. this.txtCollectTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1455. //
  1456. // btnReadXray
  1457. //
  1458. this.btnReadXray.Location = new System.Drawing.Point(357, 9);
  1459. this.btnReadXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1460. this.btnReadXray.Name = "btnReadXray";
  1461. this.btnReadXray.Size = new System.Drawing.Size(218, 34);
  1462. this.btnReadXray.TabIndex = 31;
  1463. this.btnReadXray.TabStop = false;
  1464. this.btnReadXray.Text = "ImportXrayFile";
  1465. this.btnReadXray.UseVisualStyleBackColor = true;
  1466. this.btnReadXray.Click += new System.EventHandler(this.btnReadXray_Click);
  1467. //
  1468. // btnCollectXray
  1469. //
  1470. this.btnCollectXray.Location = new System.Drawing.Point(246, 10);
  1471. this.btnCollectXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1472. this.btnCollectXray.Name = "btnCollectXray";
  1473. this.btnCollectXray.Size = new System.Drawing.Size(102, 34);
  1474. this.btnCollectXray.TabIndex = 30;
  1475. this.btnCollectXray.TabStop = false;
  1476. this.btnCollectXray.Text = "Collect";
  1477. this.btnCollectXray.UseVisualStyleBackColor = true;
  1478. this.btnCollectXray.Click += new System.EventHandler(this.btnCollectXray_Click);
  1479. //
  1480. // label2
  1481. //
  1482. this.label2.AutoSize = true;
  1483. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  1484. this.label2.Location = new System.Drawing.Point(4, 18);
  1485. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1486. this.label2.Name = "label2";
  1487. this.label2.Size = new System.Drawing.Size(125, 18);
  1488. this.label2.TabIndex = 29;
  1489. this.label2.Text = "Collect Time:";
  1490. //
  1491. // plXray
  1492. //
  1493. this.plXray.Dock = System.Windows.Forms.DockStyle.Bottom;
  1494. this.plXray.Location = new System.Drawing.Point(4, 58);
  1495. this.plXray.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1496. this.plXray.Name = "plXray";
  1497. this.plXray.Size = new System.Drawing.Size(880, 626);
  1498. this.plXray.TabIndex = 16;
  1499. //
  1500. // panel_OTSPeriodicTable
  1501. //
  1502. this.panel_OTSPeriodicTable.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  1503. this.panel_OTSPeriodicTable.Location = new System.Drawing.Point(1236, 27);
  1504. this.panel_OTSPeriodicTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1505. this.panel_OTSPeriodicTable.Name = "panel_OTSPeriodicTable";
  1506. this.panel_OTSPeriodicTable.Size = new System.Drawing.Size(1044, 864);
  1507. this.panel_OTSPeriodicTable.TabIndex = 4;
  1508. this.panel_OTSPeriodicTable.Visible = false;
  1509. //
  1510. // Form_STDConstantsEditor
  1511. //
  1512. this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
  1513. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  1514. this.AutoScroll = true;
  1515. this.ClientSize = new System.Drawing.Size(2298, 926);
  1516. this.Controls.Add(this.tabSTDStandrad);
  1517. this.Controls.Add(this.tabControl_Rules);
  1518. this.Controls.Add(this.panel_OTSPeriodicTable);
  1519. this.Controls.Add(this.groupBox_XmlTree_STDlist1);
  1520. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1521. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1522. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1523. this.MaximizeBox = false;
  1524. this.Name = "Form_STDConstantsEditor";
  1525. this.ShowIcon = false;
  1526. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1527. this.Text = "标准库编辑器";
  1528. this.Load += new System.EventHandler(this.Form_ConstantsEditor_Load);
  1529. this.groupBox_Data.ResumeLayout(false);
  1530. this.groupBox_CalculatingSymbols.ResumeLayout(false);
  1531. this.groupBox_XmlTree_MaxEDSRules.ResumeLayout(false);
  1532. this.groupBox_XmlTree_MaxEDSRules.PerformLayout();
  1533. this.groupBox_ChemicalElement.ResumeLayout(false);
  1534. this.groupBox_OtherCommonlyUsedSymbols.ResumeLayout(false);
  1535. this.groupBox_OtherCommonlyUsedSymbols.PerformLayout();
  1536. this.groupBox_XmlTree_STDlist1.ResumeLayout(false);
  1537. this.groupBox_XmlTree_STDlist1.PerformLayout();
  1538. this.XmlTreeMenuStrip.ResumeLayout(false);
  1539. this.tabControl_Rules.ResumeLayout(false);
  1540. this.tabPage_ClassificationRules.ResumeLayout(false);
  1541. this.tabPage_MaxEDSRules.ResumeLayout(false);
  1542. this.tabPage_ZeroElementRules.ResumeLayout(false);
  1543. this.tabPage_UserConstants.ResumeLayout(false);
  1544. this.tabPage_UserConstants.PerformLayout();
  1545. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_KeyElements)).EndInit();
  1546. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_SubElements)).EndInit();
  1547. this.tabSTDStandrad.ResumeLayout(false);
  1548. this.tabSTD.ResumeLayout(false);
  1549. this.tabSTD.PerformLayout();
  1550. this.tabXray.ResumeLayout(false);
  1551. this.panel1.ResumeLayout(false);
  1552. this.panel1.PerformLayout();
  1553. this.ResumeLayout(false);
  1554. }
  1555. #endregion
  1556. private System.Windows.Forms.GroupBox groupBox_Data;
  1557. private System.Windows.Forms.Button button_Ok;
  1558. private System.Windows.Forms.Button button_Cancel;
  1559. private System.Windows.Forms.Button PeriodicTableSwitch;
  1560. private System.Windows.Forms.TextBox textbox_STDEditor;
  1561. private System.Windows.Forms.ComboBox comboBox_Elem;
  1562. private System.Windows.Forms.ComboBox comboBox_ImgProperty;
  1563. private System.Windows.Forms.ComboBox comboBox_Elem1;
  1564. private System.Windows.Forms.GroupBox groupBox_OtherCommonlyUsedSymbols;
  1565. private System.Windows.Forms.ContextMenuStrip XmlTreeMenuStrip;
  1566. private System.Windows.Forms.ToolStripMenuItem 新建标准库规则ToolStripMenuItem;
  1567. private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
  1568. private System.Windows.Forms.Label label_Other;
  1569. private System.Windows.Forms.Label label_ElementFormTwo;
  1570. private System.Windows.Forms.Label label_ElementFormOne;
  1571. private System.Windows.Forms.Panel panel_OTSPeriodicTable;
  1572. private System.Windows.Forms.GroupBox groupBox_ChemicalElement;
  1573. private System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  1574. public System.Windows.Forms.Button btn_dbs;
  1575. private System.Windows.Forms.Label label_Color;
  1576. private System.Windows.Forms.GroupBox groupBox_XmlTree_STDlist1;
  1577. private System.Windows.Forms.Label label_Conductivity;
  1578. private System.Windows.Forms.Label label_Density;
  1579. private System.Windows.Forms.Label label_Hardness;
  1580. private System.Windows.Forms.TextBox textBox_Electrical_conductivity;
  1581. private System.Windows.Forms.TextBox textBox_Density;
  1582. private System.Windows.Forms.TextBox textBox_Hardness;
  1583. private System.Windows.Forms.Label label_DefinedConstant;
  1584. private System.Windows.Forms.ComboBox comboBox_Constants;
  1585. private System.Windows.Forms.Button button_Backup;
  1586. private System.Windows.Forms.Button button_Recover;
  1587. private System.Windows.Forms.Button button_UpOrder;
  1588. private System.Windows.Forms.Button button_DownOrder;
  1589. private System.Windows.Forms.TabControl tabControl_Rules;
  1590. private System.Windows.Forms.TabPage tabPage_ClassificationRules;
  1591. private System.Windows.Forms.TabPage tabPage_MaxEDSRules;
  1592. private System.Windows.Forms.TabPage tabPage_ZeroElementRules;
  1593. private System.Windows.Forms.TabPage tabPage_UserConstants;
  1594. private System.Windows.Forms.Button button_SpecialOrder;
  1595. private System.Windows.Forms.TextBox textBox_9;
  1596. private System.Windows.Forms.CheckBox checkBox_9;
  1597. private System.Windows.Forms.TextBox textBox_8;
  1598. private System.Windows.Forms.CheckBox checkBox_8;
  1599. private System.Windows.Forms.TextBox textBox_7;
  1600. private System.Windows.Forms.CheckBox checkBox_7;
  1601. private System.Windows.Forms.TextBox textBox_6;
  1602. private System.Windows.Forms.CheckBox checkBox_6;
  1603. private System.Windows.Forms.TextBox textBox_5;
  1604. private System.Windows.Forms.CheckBox checkBox_5;
  1605. private System.Windows.Forms.TextBox textBox_4;
  1606. private System.Windows.Forms.CheckBox checkBox_4;
  1607. private System.Windows.Forms.TextBox textBox_3;
  1608. private System.Windows.Forms.CheckBox checkBox_3;
  1609. private System.Windows.Forms.TextBox textBox_2;
  1610. private System.Windows.Forms.CheckBox checkBox_2;
  1611. private System.Windows.Forms.TextBox textBox_1;
  1612. private System.Windows.Forms.CheckBox checkBox_1;
  1613. private System.Windows.Forms.TextBox textBox_0;
  1614. private System.Windows.Forms.CheckBox checkBox_0;
  1615. private System.Windows.Forms.TreeView XmlTree_MaxEDSRules;
  1616. private System.Windows.Forms.TreeView XmlTree_ZeroElementRules;
  1617. private System.Windows.Forms.GroupBox groupBox_XmlTree_MaxEDSRules;
  1618. private System.Windows.Forms.TextBox textBox_MaxEDSTime;
  1619. private System.Windows.Forms.Label label_SubElements;
  1620. private System.Windows.Forms.TreeView XmlTree_STDlist;
  1621. private System.Windows.Forms.Label label_KeyElements;
  1622. private System.Windows.Forms.DataGridView dataGridView_KeyElements;
  1623. private System.Windows.Forms.DataGridView dataGridView_SubElements;
  1624. private System.Windows.Forms.TabControl tabSTDStandrad;
  1625. private System.Windows.Forms.TabPage tabSTD;
  1626. private System.Windows.Forms.TabPage tabXray;
  1627. private System.Windows.Forms.Panel plXray;
  1628. private System.Windows.Forms.Label label_Element;
  1629. private System.Windows.Forms.TextBox textBox_Element;
  1630. private System.Windows.Forms.Label label__BSEValue;
  1631. private System.Windows.Forms.TextBox textBox_BSEValue;
  1632. private System.Windows.Forms.Label label_Formula;
  1633. private System.Windows.Forms.TextBox textBox_Formula;
  1634. private System.Windows.Forms.Panel panel1;
  1635. private System.Windows.Forms.Label label9;
  1636. private System.Windows.Forms.TextBox txtCollectTime;
  1637. private System.Windows.Forms.Button btnReadXray;
  1638. private System.Windows.Forms.Button btnCollectXray;
  1639. private System.Windows.Forms.Label label2;
  1640. private System.Windows.Forms.Button button_UpdateConstants;
  1641. private System.Windows.Forms.Label label_ConstantValue;
  1642. private System.Windows.Forms.Label label_ConstantSymbol;
  1643. private System.Windows.Forms.GroupBox groupBox_CalculatingSymbols;
  1644. private System.Windows.Forms.Button button_0;
  1645. private System.Windows.Forms.Button button_9;
  1646. private System.Windows.Forms.Button button_4;
  1647. private System.Windows.Forms.Button button_5;
  1648. private System.Windows.Forms.Button button_6;
  1649. private System.Windows.Forms.Button button_7;
  1650. private System.Windows.Forms.Button button_8;
  1651. private System.Windows.Forms.Button button_Divide;
  1652. private System.Windows.Forms.Button button_Or;
  1653. private System.Windows.Forms.Button button_And;
  1654. private System.Windows.Forms.Button button_3;
  1655. private System.Windows.Forms.Button button_2;
  1656. private System.Windows.Forms.Button button_1;
  1657. private System.Windows.Forms.Button button_Equal;
  1658. private System.Windows.Forms.Button button_RightParenthesis;
  1659. private System.Windows.Forms.Button button_LeftParenthesis;
  1660. private System.Windows.Forms.Button button_Less;
  1661. private System.Windows.Forms.Button button_More;
  1662. private System.Windows.Forms.Button button_Multiply;
  1663. private System.Windows.Forms.Button button_Subtract;
  1664. private System.Windows.Forms.Button button_Plus;
  1665. private System.Windows.Forms.Button btnTest;
  1666. }
  1667. }