Hidden.Designer.cs 84 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594
  1. namespace Jdas_Mbic
  2. {
  3. partial class Hidden
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  30. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hidden));
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.numericUpDown_UL3_TableOffset = new System.Windows.Forms.NumericUpDown();
  34. this.numericUpDown_UL4_TableOffset = new System.Windows.Forms.NumericUpDown();
  35. this.numericUpDown_UL2_TableOffset = new System.Windows.Forms.NumericUpDown();
  36. this.numericUpDown_UL1_TableOffset = new System.Windows.Forms.NumericUpDown();
  37. this.numericUpDown_DL_TableOffset = new System.Windows.Forms.NumericUpDown();
  38. this.button_ManufactureSet = new System.Windows.Forms.Button();
  39. this.button_PCBVersionSet = new System.Windows.Forms.Button();
  40. this.button_SerialNumverSet = new System.Windows.Forms.Button();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.textBox_MunufactureDate = new System.Windows.Forms.TextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label_SerialNumber = new System.Windows.Forms.Label();
  45. this.textBox_PcbVersion = new System.Windows.Forms.TextBox();
  46. this.textBox_SerialNumber = new System.Windows.Forms.TextBox();
  47. this.groupBox36 = new System.Windows.Forms.GroupBox();
  48. this.numericUpDown_DLI_Level_High_Threshold = new System.Windows.Forms.NumericUpDown();
  49. this.numericUpDown_DLI_Level_Low_Threshold = new System.Windows.Forms.NumericUpDown();
  50. this.numericUpDown_DLI_Level_High_Low_Threshold_default = new System.Windows.Forms.NumericUpDown();
  51. this.label56 = new System.Windows.Forms.Label();
  52. this.label55 = new System.Windows.Forms.Label();
  53. this.label91 = new System.Windows.Forms.Label();
  54. this.groupBox25 = new System.Windows.Forms.GroupBox();
  55. this.numericUpDown_ULO_ALC_Threshold = new System.Windows.Forms.NumericUpDown();
  56. this.numericUpDown_ULO_ALC_Threshold_Default = new System.Windows.Forms.NumericUpDown();
  57. this.label59 = new System.Windows.Forms.Label();
  58. this.label60 = new System.Windows.Forms.Label();
  59. this.groupBox8 = new System.Windows.Forms.GroupBox();
  60. this.numericUpDown_DLI_AGC_Threshold = new System.Windows.Forms.NumericUpDown();
  61. this.numericUpDown_DLI_AGC_Threshold_Default = new System.Windows.Forms.NumericUpDown();
  62. this.label54 = new System.Windows.Forms.Label();
  63. this.label53 = new System.Windows.Forms.Label();
  64. this.groupBox24 = new System.Windows.Forms.GroupBox();
  65. this.label57 = new System.Windows.Forms.Label();
  66. this.label58 = new System.Windows.Forms.Label();
  67. this.numericUpDown_ULO_Shutdown_Threshold_Default = new System.Windows.Forms.NumericUpDown();
  68. this.numericUpDown_ULO_Shutdown_Threshold = new System.Windows.Forms.NumericUpDown();
  69. this.groupBox26 = new System.Windows.Forms.GroupBox();
  70. this.numericUpDown_ULO_Level_High_Threshold = new System.Windows.Forms.NumericUpDown();
  71. this.numericUpDown_DLI_Level_High_Threshold_default = new System.Windows.Forms.NumericUpDown();
  72. this.label61 = new System.Windows.Forms.Label();
  73. this.label63 = new System.Windows.Forms.Label();
  74. this.groupBox35 = new System.Windows.Forms.GroupBox();
  75. this.label88 = new System.Windows.Forms.Label();
  76. this.label89 = new System.Windows.Forms.Label();
  77. this.numericUpDown_DLI_Shutdown_Threshold_Default = new System.Windows.Forms.NumericUpDown();
  78. this.numericUpDown_DLI_Shutdown_Threshold = new System.Windows.Forms.NumericUpDown();
  79. this.button_Down = new System.Windows.Forms.Button();
  80. this.button_TableAttribute_Default = new System.Windows.Forms.Button();
  81. this.label45 = new System.Windows.Forms.Label();
  82. this.numericUpDown_TableRef = new System.Windows.Forms.NumericUpDown();
  83. this.label_TableLength = new System.Windows.Forms.Label();
  84. this.numericUpDown_TableLength = new System.Windows.Forms.NumericUpDown();
  85. this.chart_Table = new System.Windows.Forms.DataVisualization.Charting.Chart();
  86. this.button_AllExcelLoad = new System.Windows.Forms.Button();
  87. this.button_AllExcelSave = new System.Windows.Forms.Button();
  88. this.button_ExcelKill = new System.Windows.Forms.Button();
  89. this.button_ExcelLoad = new System.Windows.Forms.Button();
  90. this.button_ExcelSave = new System.Windows.Forms.Button();
  91. this.groupBox7 = new System.Windows.Forms.GroupBox();
  92. this.radioButton_ATT4 = new System.Windows.Forms.RadioButton();
  93. this.radioButton_ATT3 = new System.Windows.Forms.RadioButton();
  94. this.radioButton_ATT2 = new System.Windows.Forms.RadioButton();
  95. this.radioButton_ATT1 = new System.Windows.Forms.RadioButton();
  96. this.button_TableUL = new System.Windows.Forms.Button();
  97. this.button_TableDL = new System.Windows.Forms.Button();
  98. this.label_Table_ATTUL = new System.Windows.Forms.Label();
  99. this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
  100. this.label_Table_ATTDL = new System.Windows.Forms.Label();
  101. this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
  102. this.groupBox6 = new System.Windows.Forms.GroupBox();
  103. this.label31 = new System.Windows.Forms.Label();
  104. this.label30 = new System.Windows.Forms.Label();
  105. this.label29 = new System.Windows.Forms.Label();
  106. this.numericUpDown_CurrentOutput = new System.Windows.Forms.NumericUpDown();
  107. this.numericUpDown_MultiOffset = new System.Windows.Forms.NumericUpDown();
  108. this.numericUpDown_MultiSet = new System.Windows.Forms.NumericUpDown();
  109. this.button_CurrentOutput = new System.Windows.Forms.Button();
  110. this.button_MultiSet = new System.Windows.Forms.Button();
  111. this.button_MultiOffset = new System.Windows.Forms.Button();
  112. this.groupBox3 = new System.Windows.Forms.GroupBox();
  113. this.comboBox_TableName = new System.Windows.Forms.ComboBox();
  114. this.label_Function = new System.Windows.Forms.Label();
  115. this.label_Table = new System.Windows.Forms.Label();
  116. this.button_Expansion = new System.Windows.Forms.Button();
  117. this.button_FileLoad = new System.Windows.Forms.Button();
  118. this.button_FileSave = new System.Windows.Forms.Button();
  119. this.button_Initalize = new System.Windows.Forms.Button();
  120. this.dataGridView_TableSetting = new System.Windows.Forms.DataGridView();
  121. this.Column_DB = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.button_Save = new System.Windows.Forms.Button();
  124. this.panel2 = new System.Windows.Forms.Panel();
  125. this.label1 = new System.Windows.Forms.Label();
  126. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  127. this.panel1.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL3_TableOffset)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL4_TableOffset)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL2_TableOffset)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL1_TableOffset)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DL_TableOffset)).BeginInit();
  133. this.groupBox36.SuspendLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Threshold)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_Low_Threshold)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Low_Threshold_default)).BeginInit();
  137. this.groupBox25.SuspendLayout();
  138. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_ALC_Threshold)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_ALC_Threshold_Default)).BeginInit();
  140. this.groupBox8.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_AGC_Threshold)).BeginInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_AGC_Threshold_Default)).BeginInit();
  143. this.groupBox24.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Shutdown_Threshold_Default)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Shutdown_Threshold)).BeginInit();
  146. this.groupBox26.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Level_High_Threshold)).BeginInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Threshold_default)).BeginInit();
  149. this.groupBox35.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Shutdown_Threshold_Default)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Shutdown_Threshold)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableRef)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableLength)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.chart_Table)).BeginInit();
  155. this.groupBox7.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
  158. this.groupBox6.SuspendLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_CurrentOutput)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiOffset)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiSet)).BeginInit();
  162. this.groupBox3.SuspendLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
  164. this.panel2.SuspendLayout();
  165. this.SuspendLayout();
  166. //
  167. // panel1
  168. //
  169. this.panel1.BackColor = System.Drawing.Color.White;
  170. this.panel1.Controls.Add(this.numericUpDown_UL3_TableOffset);
  171. this.panel1.Controls.Add(this.numericUpDown_UL4_TableOffset);
  172. this.panel1.Controls.Add(this.numericUpDown_UL2_TableOffset);
  173. this.panel1.Controls.Add(this.numericUpDown_UL1_TableOffset);
  174. this.panel1.Controls.Add(this.numericUpDown_DL_TableOffset);
  175. this.panel1.Controls.Add(this.button_ManufactureSet);
  176. this.panel1.Controls.Add(this.button_PCBVersionSet);
  177. this.panel1.Controls.Add(this.button_SerialNumverSet);
  178. this.panel1.Controls.Add(this.label4);
  179. this.panel1.Controls.Add(this.textBox_MunufactureDate);
  180. this.panel1.Controls.Add(this.label5);
  181. this.panel1.Controls.Add(this.label_SerialNumber);
  182. this.panel1.Controls.Add(this.textBox_PcbVersion);
  183. this.panel1.Controls.Add(this.textBox_SerialNumber);
  184. this.panel1.Controls.Add(this.groupBox36);
  185. this.panel1.Controls.Add(this.groupBox25);
  186. this.panel1.Controls.Add(this.groupBox8);
  187. this.panel1.Controls.Add(this.groupBox24);
  188. this.panel1.Controls.Add(this.groupBox26);
  189. this.panel1.Controls.Add(this.groupBox35);
  190. this.panel1.Controls.Add(this.button_Down);
  191. this.panel1.Controls.Add(this.button_TableAttribute_Default);
  192. this.panel1.Controls.Add(this.label45);
  193. this.panel1.Controls.Add(this.numericUpDown_TableRef);
  194. this.panel1.Controls.Add(this.label_TableLength);
  195. this.panel1.Controls.Add(this.numericUpDown_TableLength);
  196. this.panel1.Controls.Add(this.chart_Table);
  197. this.panel1.Controls.Add(this.button_AllExcelLoad);
  198. this.panel1.Controls.Add(this.button_AllExcelSave);
  199. this.panel1.Controls.Add(this.button_ExcelKill);
  200. this.panel1.Controls.Add(this.button_ExcelLoad);
  201. this.panel1.Controls.Add(this.button_ExcelSave);
  202. this.panel1.Controls.Add(this.groupBox7);
  203. this.panel1.Controls.Add(this.groupBox6);
  204. this.panel1.Controls.Add(this.groupBox3);
  205. this.panel1.Controls.Add(this.dataGridView_TableSetting);
  206. this.panel1.Controls.Add(this.button_Save);
  207. this.panel1.Controls.Add(this.panel2);
  208. this.panel1.Location = new System.Drawing.Point(0, 0);
  209. this.panel1.Name = "panel1";
  210. this.panel1.Size = new System.Drawing.Size(1138, 783);
  211. this.panel1.TabIndex = 0;
  212. //
  213. // numericUpDown_UL3_TableOffset
  214. //
  215. this.numericUpDown_UL3_TableOffset.Location = new System.Drawing.Point(1014, 164);
  216. this.numericUpDown_UL3_TableOffset.Maximum = new decimal(new int[] {
  217. 10,
  218. 0,
  219. 0,
  220. 0});
  221. this.numericUpDown_UL3_TableOffset.Minimum = new decimal(new int[] {
  222. 10,
  223. 0,
  224. 0,
  225. -2147483648});
  226. this.numericUpDown_UL3_TableOffset.Name = "numericUpDown_UL3_TableOffset";
  227. this.numericUpDown_UL3_TableOffset.Size = new System.Drawing.Size(120, 21);
  228. this.numericUpDown_UL3_TableOffset.TabIndex = 181;
  229. this.numericUpDown_UL3_TableOffset.Visible = false;
  230. this.numericUpDown_UL3_TableOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  231. //
  232. // numericUpDown_UL4_TableOffset
  233. //
  234. this.numericUpDown_UL4_TableOffset.Location = new System.Drawing.Point(1014, 191);
  235. this.numericUpDown_UL4_TableOffset.Maximum = new decimal(new int[] {
  236. 10,
  237. 0,
  238. 0,
  239. 0});
  240. this.numericUpDown_UL4_TableOffset.Minimum = new decimal(new int[] {
  241. 10,
  242. 0,
  243. 0,
  244. -2147483648});
  245. this.numericUpDown_UL4_TableOffset.Name = "numericUpDown_UL4_TableOffset";
  246. this.numericUpDown_UL4_TableOffset.Size = new System.Drawing.Size(120, 21);
  247. this.numericUpDown_UL4_TableOffset.TabIndex = 181;
  248. this.numericUpDown_UL4_TableOffset.Visible = false;
  249. this.numericUpDown_UL4_TableOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  250. //
  251. // numericUpDown_UL2_TableOffset
  252. //
  253. this.numericUpDown_UL2_TableOffset.Location = new System.Drawing.Point(1014, 137);
  254. this.numericUpDown_UL2_TableOffset.Maximum = new decimal(new int[] {
  255. 10,
  256. 0,
  257. 0,
  258. 0});
  259. this.numericUpDown_UL2_TableOffset.Minimum = new decimal(new int[] {
  260. 10,
  261. 0,
  262. 0,
  263. -2147483648});
  264. this.numericUpDown_UL2_TableOffset.Name = "numericUpDown_UL2_TableOffset";
  265. this.numericUpDown_UL2_TableOffset.Size = new System.Drawing.Size(120, 21);
  266. this.numericUpDown_UL2_TableOffset.TabIndex = 181;
  267. this.numericUpDown_UL2_TableOffset.Visible = false;
  268. this.numericUpDown_UL2_TableOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  269. //
  270. // numericUpDown_UL1_TableOffset
  271. //
  272. this.numericUpDown_UL1_TableOffset.Location = new System.Drawing.Point(1014, 109);
  273. this.numericUpDown_UL1_TableOffset.Maximum = new decimal(new int[] {
  274. 10,
  275. 0,
  276. 0,
  277. 0});
  278. this.numericUpDown_UL1_TableOffset.Minimum = new decimal(new int[] {
  279. 10,
  280. 0,
  281. 0,
  282. -2147483648});
  283. this.numericUpDown_UL1_TableOffset.Name = "numericUpDown_UL1_TableOffset";
  284. this.numericUpDown_UL1_TableOffset.Size = new System.Drawing.Size(120, 21);
  285. this.numericUpDown_UL1_TableOffset.TabIndex = 181;
  286. this.numericUpDown_UL1_TableOffset.Visible = false;
  287. this.numericUpDown_UL1_TableOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  288. //
  289. // numericUpDown_DL_TableOffset
  290. //
  291. this.numericUpDown_DL_TableOffset.Location = new System.Drawing.Point(1014, 78);
  292. this.numericUpDown_DL_TableOffset.Maximum = new decimal(new int[] {
  293. 10,
  294. 0,
  295. 0,
  296. 0});
  297. this.numericUpDown_DL_TableOffset.Minimum = new decimal(new int[] {
  298. 10,
  299. 0,
  300. 0,
  301. -2147483648});
  302. this.numericUpDown_DL_TableOffset.Name = "numericUpDown_DL_TableOffset";
  303. this.numericUpDown_DL_TableOffset.Size = new System.Drawing.Size(120, 21);
  304. this.numericUpDown_DL_TableOffset.TabIndex = 181;
  305. this.numericUpDown_DL_TableOffset.Visible = false;
  306. this.numericUpDown_DL_TableOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  307. //
  308. // button_ManufactureSet
  309. //
  310. this.button_ManufactureSet.Location = new System.Drawing.Point(996, 641);
  311. this.button_ManufactureSet.Name = "button_ManufactureSet";
  312. this.button_ManufactureSet.Size = new System.Drawing.Size(75, 23);
  313. this.button_ManufactureSet.TabIndex = 180;
  314. this.button_ManufactureSet.Text = "Apply";
  315. this.button_ManufactureSet.UseVisualStyleBackColor = true;
  316. this.button_ManufactureSet.Click += new System.EventHandler(this.button_ManufactureSet_Click);
  317. //
  318. // button_PCBVersionSet
  319. //
  320. this.button_PCBVersionSet.Location = new System.Drawing.Point(996, 701);
  321. this.button_PCBVersionSet.Name = "button_PCBVersionSet";
  322. this.button_PCBVersionSet.Size = new System.Drawing.Size(75, 23);
  323. this.button_PCBVersionSet.TabIndex = 178;
  324. this.button_PCBVersionSet.Text = "Apply";
  325. this.button_PCBVersionSet.UseVisualStyleBackColor = true;
  326. this.button_PCBVersionSet.Click += new System.EventHandler(this.button_PCBVersionSet_Click);
  327. //
  328. // button_SerialNumverSet
  329. //
  330. this.button_SerialNumverSet.Location = new System.Drawing.Point(996, 672);
  331. this.button_SerialNumverSet.Name = "button_SerialNumverSet";
  332. this.button_SerialNumverSet.Size = new System.Drawing.Size(75, 23);
  333. this.button_SerialNumverSet.TabIndex = 179;
  334. this.button_SerialNumverSet.Text = "Apply";
  335. this.button_SerialNumverSet.UseVisualStyleBackColor = true;
  336. this.button_SerialNumverSet.Click += new System.EventHandler(this.button_SerialNumverSet_Click);
  337. //
  338. // label4
  339. //
  340. this.label4.AutoSize = true;
  341. this.label4.Location = new System.Drawing.Point(781, 646);
  342. this.label4.Name = "label4";
  343. this.label4.Size = new System.Drawing.Size(57, 12);
  344. this.label4.TabIndex = 177;
  345. this.label4.Text = "제조 일자";
  346. //
  347. // textBox_MunufactureDate
  348. //
  349. this.textBox_MunufactureDate.Location = new System.Drawing.Point(867, 643);
  350. this.textBox_MunufactureDate.Name = "textBox_MunufactureDate";
  351. this.textBox_MunufactureDate.Size = new System.Drawing.Size(115, 21);
  352. this.textBox_MunufactureDate.TabIndex = 176;
  353. //
  354. // label5
  355. //
  356. this.label5.AutoSize = true;
  357. this.label5.Location = new System.Drawing.Point(778, 705);
  358. this.label5.Name = "label5";
  359. this.label5.Size = new System.Drawing.Size(77, 12);
  360. this.label5.TabIndex = 175;
  361. this.label5.Text = "PCB Version";
  362. //
  363. // label_SerialNumber
  364. //
  365. this.label_SerialNumber.AutoSize = true;
  366. this.label_SerialNumber.Location = new System.Drawing.Point(774, 676);
  367. this.label_SerialNumber.Name = "label_SerialNumber";
  368. this.label_SerialNumber.Size = new System.Drawing.Size(69, 12);
  369. this.label_SerialNumber.TabIndex = 174;
  370. this.label_SerialNumber.Text = "시리얼 넘버";
  371. //
  372. // textBox_PcbVersion
  373. //
  374. this.textBox_PcbVersion.Location = new System.Drawing.Point(867, 702);
  375. this.textBox_PcbVersion.Name = "textBox_PcbVersion";
  376. this.textBox_PcbVersion.Size = new System.Drawing.Size(115, 21);
  377. this.textBox_PcbVersion.TabIndex = 173;
  378. //
  379. // textBox_SerialNumber
  380. //
  381. this.textBox_SerialNumber.Location = new System.Drawing.Point(867, 673);
  382. this.textBox_SerialNumber.Name = "textBox_SerialNumber";
  383. this.textBox_SerialNumber.Size = new System.Drawing.Size(115, 21);
  384. this.textBox_SerialNumber.TabIndex = 172;
  385. //
  386. // groupBox36
  387. //
  388. this.groupBox36.Controls.Add(this.numericUpDown_DLI_Level_High_Threshold);
  389. this.groupBox36.Controls.Add(this.numericUpDown_DLI_Level_Low_Threshold);
  390. this.groupBox36.Controls.Add(this.numericUpDown_DLI_Level_High_Low_Threshold_default);
  391. this.groupBox36.Controls.Add(this.label56);
  392. this.groupBox36.Controls.Add(this.label55);
  393. this.groupBox36.Controls.Add(this.label91);
  394. this.groupBox36.Location = new System.Drawing.Point(783, 413);
  395. this.groupBox36.Name = "groupBox36";
  396. this.groupBox36.Size = new System.Drawing.Size(210, 110);
  397. this.groupBox36.TabIndex = 171;
  398. this.groupBox36.TabStop = false;
  399. this.groupBox36.Text = "Level ThresHold";
  400. //
  401. // numericUpDown_DLI_Level_High_Threshold
  402. //
  403. this.numericUpDown_DLI_Level_High_Threshold.DecimalPlaces = 2;
  404. this.numericUpDown_DLI_Level_High_Threshold.Location = new System.Drawing.Point(136, 20);
  405. this.numericUpDown_DLI_Level_High_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  406. this.numericUpDown_DLI_Level_High_Threshold.Maximum = new decimal(new int[] {
  407. 9,
  408. 0,
  409. 0,
  410. 0});
  411. this.numericUpDown_DLI_Level_High_Threshold.Minimum = new decimal(new int[] {
  412. 42,
  413. 0,
  414. 0,
  415. -2147483648});
  416. this.numericUpDown_DLI_Level_High_Threshold.Name = "numericUpDown_DLI_Level_High_Threshold";
  417. this.numericUpDown_DLI_Level_High_Threshold.Size = new System.Drawing.Size(65, 21);
  418. this.numericUpDown_DLI_Level_High_Threshold.TabIndex = 104;
  419. this.numericUpDown_DLI_Level_High_Threshold.Value = new decimal(new int[] {
  420. 15,
  421. 0,
  422. 0,
  423. -2147483648});
  424. this.numericUpDown_DLI_Level_High_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  425. //
  426. // numericUpDown_DLI_Level_Low_Threshold
  427. //
  428. this.numericUpDown_DLI_Level_Low_Threshold.DecimalPlaces = 2;
  429. this.numericUpDown_DLI_Level_Low_Threshold.Location = new System.Drawing.Point(136, 47);
  430. this.numericUpDown_DLI_Level_Low_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  431. this.numericUpDown_DLI_Level_Low_Threshold.Maximum = new decimal(new int[] {
  432. 7,
  433. 0,
  434. 0,
  435. 0});
  436. this.numericUpDown_DLI_Level_Low_Threshold.Minimum = new decimal(new int[] {
  437. 44,
  438. 0,
  439. 0,
  440. -2147483648});
  441. this.numericUpDown_DLI_Level_Low_Threshold.Name = "numericUpDown_DLI_Level_Low_Threshold";
  442. this.numericUpDown_DLI_Level_Low_Threshold.Size = new System.Drawing.Size(65, 21);
  443. this.numericUpDown_DLI_Level_Low_Threshold.TabIndex = 105;
  444. this.numericUpDown_DLI_Level_Low_Threshold.Value = new decimal(new int[] {
  445. 7,
  446. 0,
  447. 0,
  448. 0});
  449. this.numericUpDown_DLI_Level_Low_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  450. //
  451. // numericUpDown_DLI_Level_High_Low_Threshold_default
  452. //
  453. this.numericUpDown_DLI_Level_High_Low_Threshold_default.Location = new System.Drawing.Point(136, 79);
  454. this.numericUpDown_DLI_Level_High_Low_Threshold_default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  455. this.numericUpDown_DLI_Level_High_Low_Threshold_default.Maximum = new decimal(new int[] {
  456. 1,
  457. 0,
  458. 0,
  459. 0});
  460. this.numericUpDown_DLI_Level_High_Low_Threshold_default.Name = "numericUpDown_DLI_Level_High_Low_Threshold_default";
  461. this.numericUpDown_DLI_Level_High_Low_Threshold_default.Size = new System.Drawing.Size(65, 21);
  462. this.numericUpDown_DLI_Level_High_Low_Threshold_default.TabIndex = 103;
  463. this.numericUpDown_DLI_Level_High_Low_Threshold_default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  464. //
  465. // label56
  466. //
  467. this.label56.AutoSize = true;
  468. this.label56.Location = new System.Drawing.Point(7, 81);
  469. this.label56.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  470. this.label56.Name = "label56";
  471. this.label56.Size = new System.Drawing.Size(43, 12);
  472. this.label56.TabIndex = 100;
  473. this.label56.Text = "Default";
  474. //
  475. // label55
  476. //
  477. this.label55.AutoSize = true;
  478. this.label55.Location = new System.Drawing.Point(6, 53);
  479. this.label55.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  480. this.label55.Name = "label55";
  481. this.label55.Size = new System.Drawing.Size(109, 12);
  482. this.label55.TabIndex = 100;
  483. this.label55.Text = "DL Low Threshold";
  484. //
  485. // label91
  486. //
  487. this.label91.AutoSize = true;
  488. this.label91.Location = new System.Drawing.Point(6, 27);
  489. this.label91.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  490. this.label91.Name = "label91";
  491. this.label91.Size = new System.Drawing.Size(110, 12);
  492. this.label91.TabIndex = 100;
  493. this.label91.Text = "DL High Threshold";
  494. //
  495. // groupBox25
  496. //
  497. this.groupBox25.Controls.Add(this.numericUpDown_ULO_ALC_Threshold);
  498. this.groupBox25.Controls.Add(this.numericUpDown_ULO_ALC_Threshold_Default);
  499. this.groupBox25.Controls.Add(this.label59);
  500. this.groupBox25.Controls.Add(this.label60);
  501. this.groupBox25.Location = new System.Drawing.Point(783, 238);
  502. this.groupBox25.Name = "groupBox25";
  503. this.groupBox25.Size = new System.Drawing.Size(210, 83);
  504. this.groupBox25.TabIndex = 166;
  505. this.groupBox25.TabStop = false;
  506. this.groupBox25.Text = "ALC_Threshold";
  507. //
  508. // numericUpDown_ULO_ALC_Threshold
  509. //
  510. this.numericUpDown_ULO_ALC_Threshold.DecimalPlaces = 2;
  511. this.numericUpDown_ULO_ALC_Threshold.Location = new System.Drawing.Point(130, 20);
  512. this.numericUpDown_ULO_ALC_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  513. this.numericUpDown_ULO_ALC_Threshold.Maximum = new decimal(new int[] {
  514. 15,
  515. 0,
  516. 0,
  517. -2147483648});
  518. this.numericUpDown_ULO_ALC_Threshold.Minimum = new decimal(new int[] {
  519. 65,
  520. 0,
  521. 0,
  522. -2147483648});
  523. this.numericUpDown_ULO_ALC_Threshold.Name = "numericUpDown_ULO_ALC_Threshold";
  524. this.numericUpDown_ULO_ALC_Threshold.Size = new System.Drawing.Size(65, 21);
  525. this.numericUpDown_ULO_ALC_Threshold.TabIndex = 103;
  526. this.numericUpDown_ULO_ALC_Threshold.Value = new decimal(new int[] {
  527. 15,
  528. 0,
  529. 0,
  530. -2147483648});
  531. this.numericUpDown_ULO_ALC_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  532. //
  533. // numericUpDown_ULO_ALC_Threshold_Default
  534. //
  535. this.numericUpDown_ULO_ALC_Threshold_Default.Location = new System.Drawing.Point(130, 47);
  536. this.numericUpDown_ULO_ALC_Threshold_Default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  537. this.numericUpDown_ULO_ALC_Threshold_Default.Maximum = new decimal(new int[] {
  538. 1,
  539. 0,
  540. 0,
  541. 0});
  542. this.numericUpDown_ULO_ALC_Threshold_Default.Name = "numericUpDown_ULO_ALC_Threshold_Default";
  543. this.numericUpDown_ULO_ALC_Threshold_Default.Size = new System.Drawing.Size(65, 21);
  544. this.numericUpDown_ULO_ALC_Threshold_Default.TabIndex = 103;
  545. this.numericUpDown_ULO_ALC_Threshold_Default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  546. //
  547. // label59
  548. //
  549. this.label59.AutoSize = true;
  550. this.label59.Location = new System.Drawing.Point(5, 50);
  551. this.label59.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  552. this.label59.Name = "label59";
  553. this.label59.Size = new System.Drawing.Size(43, 12);
  554. this.label59.TabIndex = 100;
  555. this.label59.Text = "Default";
  556. //
  557. // label60
  558. //
  559. this.label60.AutoSize = true;
  560. this.label60.Location = new System.Drawing.Point(5, 25);
  561. this.label60.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  562. this.label60.Name = "label60";
  563. this.label60.Size = new System.Drawing.Size(109, 12);
  564. this.label60.TabIndex = 100;
  565. this.label60.Text = "UL ALC Threshold";
  566. //
  567. // groupBox8
  568. //
  569. this.groupBox8.Controls.Add(this.numericUpDown_DLI_AGC_Threshold);
  570. this.groupBox8.Controls.Add(this.numericUpDown_DLI_AGC_Threshold_Default);
  571. this.groupBox8.Controls.Add(this.label54);
  572. this.groupBox8.Controls.Add(this.label53);
  573. this.groupBox8.Location = new System.Drawing.Point(783, 329);
  574. this.groupBox8.Name = "groupBox8";
  575. this.groupBox8.Size = new System.Drawing.Size(210, 78);
  576. this.groupBox8.TabIndex = 167;
  577. this.groupBox8.TabStop = false;
  578. this.groupBox8.Text = "AGC_Threshold";
  579. //
  580. // numericUpDown_DLI_AGC_Threshold
  581. //
  582. this.numericUpDown_DLI_AGC_Threshold.DecimalPlaces = 2;
  583. this.numericUpDown_DLI_AGC_Threshold.Location = new System.Drawing.Point(130, 17);
  584. this.numericUpDown_DLI_AGC_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  585. this.numericUpDown_DLI_AGC_Threshold.Maximum = new decimal(new int[] {
  586. 5,
  587. 0,
  588. 0,
  589. -2147483648});
  590. this.numericUpDown_DLI_AGC_Threshold.Minimum = new decimal(new int[] {
  591. 15,
  592. 0,
  593. 0,
  594. -2147483648});
  595. this.numericUpDown_DLI_AGC_Threshold.Name = "numericUpDown_DLI_AGC_Threshold";
  596. this.numericUpDown_DLI_AGC_Threshold.Size = new System.Drawing.Size(65, 21);
  597. this.numericUpDown_DLI_AGC_Threshold.TabIndex = 103;
  598. this.numericUpDown_DLI_AGC_Threshold.Value = new decimal(new int[] {
  599. 15,
  600. 0,
  601. 0,
  602. -2147483648});
  603. this.numericUpDown_DLI_AGC_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  604. //
  605. // numericUpDown_DLI_AGC_Threshold_Default
  606. //
  607. this.numericUpDown_DLI_AGC_Threshold_Default.Location = new System.Drawing.Point(130, 44);
  608. this.numericUpDown_DLI_AGC_Threshold_Default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  609. this.numericUpDown_DLI_AGC_Threshold_Default.Maximum = new decimal(new int[] {
  610. 1,
  611. 0,
  612. 0,
  613. 0});
  614. this.numericUpDown_DLI_AGC_Threshold_Default.Name = "numericUpDown_DLI_AGC_Threshold_Default";
  615. this.numericUpDown_DLI_AGC_Threshold_Default.Size = new System.Drawing.Size(65, 21);
  616. this.numericUpDown_DLI_AGC_Threshold_Default.TabIndex = 103;
  617. this.numericUpDown_DLI_AGC_Threshold_Default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  618. //
  619. // label54
  620. //
  621. this.label54.AutoSize = true;
  622. this.label54.Location = new System.Drawing.Point(5, 47);
  623. this.label54.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  624. this.label54.Name = "label54";
  625. this.label54.Size = new System.Drawing.Size(43, 12);
  626. this.label54.TabIndex = 100;
  627. this.label54.Text = "Default";
  628. //
  629. // label53
  630. //
  631. this.label53.AutoSize = true;
  632. this.label53.Location = new System.Drawing.Point(5, 25);
  633. this.label53.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  634. this.label53.Name = "label53";
  635. this.label53.Size = new System.Drawing.Size(111, 12);
  636. this.label53.TabIndex = 100;
  637. this.label53.Text = "DL AGC Threshold";
  638. //
  639. // groupBox24
  640. //
  641. this.groupBox24.Controls.Add(this.label57);
  642. this.groupBox24.Controls.Add(this.label58);
  643. this.groupBox24.Controls.Add(this.numericUpDown_ULO_Shutdown_Threshold_Default);
  644. this.groupBox24.Controls.Add(this.numericUpDown_ULO_Shutdown_Threshold);
  645. this.groupBox24.Location = new System.Drawing.Point(783, 153);
  646. this.groupBox24.Name = "groupBox24";
  647. this.groupBox24.Size = new System.Drawing.Size(225, 79);
  648. this.groupBox24.TabIndex = 169;
  649. this.groupBox24.TabStop = false;
  650. this.groupBox24.Text = "Shutdown ThresHold";
  651. //
  652. // label57
  653. //
  654. this.label57.AutoSize = true;
  655. this.label57.Location = new System.Drawing.Point(7, 25);
  656. this.label57.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  657. this.label57.Name = "label57";
  658. this.label57.Size = new System.Drawing.Size(141, 12);
  659. this.label57.TabIndex = 100;
  660. this.label57.Text = "UL Shutdown Threshold";
  661. //
  662. // label58
  663. //
  664. this.label58.AutoSize = true;
  665. this.label58.Location = new System.Drawing.Point(7, 48);
  666. this.label58.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  667. this.label58.Name = "label58";
  668. this.label58.Size = new System.Drawing.Size(43, 12);
  669. this.label58.TabIndex = 100;
  670. this.label58.Text = "Default";
  671. //
  672. // numericUpDown_ULO_Shutdown_Threshold_Default
  673. //
  674. this.numericUpDown_ULO_Shutdown_Threshold_Default.Location = new System.Drawing.Point(151, 48);
  675. this.numericUpDown_ULO_Shutdown_Threshold_Default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  676. this.numericUpDown_ULO_Shutdown_Threshold_Default.Maximum = new decimal(new int[] {
  677. 1,
  678. 0,
  679. 0,
  680. 0});
  681. this.numericUpDown_ULO_Shutdown_Threshold_Default.Name = "numericUpDown_ULO_Shutdown_Threshold_Default";
  682. this.numericUpDown_ULO_Shutdown_Threshold_Default.Size = new System.Drawing.Size(65, 21);
  683. this.numericUpDown_ULO_Shutdown_Threshold_Default.TabIndex = 145;
  684. this.numericUpDown_ULO_Shutdown_Threshold_Default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  685. //
  686. // numericUpDown_ULO_Shutdown_Threshold
  687. //
  688. this.numericUpDown_ULO_Shutdown_Threshold.DecimalPlaces = 2;
  689. this.numericUpDown_ULO_Shutdown_Threshold.Location = new System.Drawing.Point(151, 20);
  690. this.numericUpDown_ULO_Shutdown_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  691. this.numericUpDown_ULO_Shutdown_Threshold.Maximum = new decimal(new int[] {
  692. 15,
  693. 0,
  694. 0,
  695. -2147483648});
  696. this.numericUpDown_ULO_Shutdown_Threshold.Minimum = new decimal(new int[] {
  697. 65,
  698. 0,
  699. 0,
  700. -2147483648});
  701. this.numericUpDown_ULO_Shutdown_Threshold.Name = "numericUpDown_ULO_Shutdown_Threshold";
  702. this.numericUpDown_ULO_Shutdown_Threshold.Size = new System.Drawing.Size(65, 21);
  703. this.numericUpDown_ULO_Shutdown_Threshold.TabIndex = 145;
  704. this.numericUpDown_ULO_Shutdown_Threshold.Value = new decimal(new int[] {
  705. 65,
  706. 0,
  707. 0,
  708. -2147483648});
  709. this.numericUpDown_ULO_Shutdown_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  710. //
  711. // groupBox26
  712. //
  713. this.groupBox26.Controls.Add(this.numericUpDown_ULO_Level_High_Threshold);
  714. this.groupBox26.Controls.Add(this.numericUpDown_DLI_Level_High_Threshold_default);
  715. this.groupBox26.Controls.Add(this.label61);
  716. this.groupBox26.Controls.Add(this.label63);
  717. this.groupBox26.Location = new System.Drawing.Point(783, 529);
  718. this.groupBox26.Name = "groupBox26";
  719. this.groupBox26.Size = new System.Drawing.Size(210, 111);
  720. this.groupBox26.TabIndex = 168;
  721. this.groupBox26.TabStop = false;
  722. this.groupBox26.Text = "Level ThresHold";
  723. //
  724. // numericUpDown_ULO_Level_High_Threshold
  725. //
  726. this.numericUpDown_ULO_Level_High_Threshold.DecimalPlaces = 2;
  727. this.numericUpDown_ULO_Level_High_Threshold.Location = new System.Drawing.Point(136, 23);
  728. this.numericUpDown_ULO_Level_High_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  729. this.numericUpDown_ULO_Level_High_Threshold.Maximum = new decimal(new int[] {
  730. 16,
  731. 0,
  732. 0,
  733. -2147483648});
  734. this.numericUpDown_ULO_Level_High_Threshold.Minimum = new decimal(new int[] {
  735. 57,
  736. 0,
  737. 0,
  738. -2147483648});
  739. this.numericUpDown_ULO_Level_High_Threshold.Name = "numericUpDown_ULO_Level_High_Threshold";
  740. this.numericUpDown_ULO_Level_High_Threshold.Size = new System.Drawing.Size(65, 21);
  741. this.numericUpDown_ULO_Level_High_Threshold.TabIndex = 103;
  742. this.numericUpDown_ULO_Level_High_Threshold.Value = new decimal(new int[] {
  743. 16,
  744. 0,
  745. 0,
  746. -2147483648});
  747. this.numericUpDown_ULO_Level_High_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  748. //
  749. // numericUpDown_DLI_Level_High_Threshold_default
  750. //
  751. this.numericUpDown_DLI_Level_High_Threshold_default.Location = new System.Drawing.Point(136, 62);
  752. this.numericUpDown_DLI_Level_High_Threshold_default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  753. this.numericUpDown_DLI_Level_High_Threshold_default.Maximum = new decimal(new int[] {
  754. 1,
  755. 0,
  756. 0,
  757. 0});
  758. this.numericUpDown_DLI_Level_High_Threshold_default.Name = "numericUpDown_DLI_Level_High_Threshold_default";
  759. this.numericUpDown_DLI_Level_High_Threshold_default.Size = new System.Drawing.Size(65, 21);
  760. this.numericUpDown_DLI_Level_High_Threshold_default.TabIndex = 103;
  761. this.numericUpDown_DLI_Level_High_Threshold_default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  762. //
  763. // label61
  764. //
  765. this.label61.AutoSize = true;
  766. this.label61.Location = new System.Drawing.Point(7, 66);
  767. this.label61.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  768. this.label61.Name = "label61";
  769. this.label61.Size = new System.Drawing.Size(43, 12);
  770. this.label61.TabIndex = 100;
  771. this.label61.Text = "Default";
  772. //
  773. // label63
  774. //
  775. this.label63.AutoSize = true;
  776. this.label63.Location = new System.Drawing.Point(6, 27);
  777. this.label63.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  778. this.label63.Name = "label63";
  779. this.label63.Size = new System.Drawing.Size(119, 12);
  780. this.label63.TabIndex = 100;
  781. this.label63.Text = "ULO High Threshold";
  782. //
  783. // groupBox35
  784. //
  785. this.groupBox35.Controls.Add(this.label88);
  786. this.groupBox35.Controls.Add(this.label89);
  787. this.groupBox35.Controls.Add(this.numericUpDown_DLI_Shutdown_Threshold_Default);
  788. this.groupBox35.Controls.Add(this.numericUpDown_DLI_Shutdown_Threshold);
  789. this.groupBox35.Location = new System.Drawing.Point(783, 78);
  790. this.groupBox35.Name = "groupBox35";
  791. this.groupBox35.Size = new System.Drawing.Size(225, 68);
  792. this.groupBox35.TabIndex = 170;
  793. this.groupBox35.TabStop = false;
  794. this.groupBox35.Text = "Shutdown ThresHold";
  795. //
  796. // label88
  797. //
  798. this.label88.AutoSize = true;
  799. this.label88.Location = new System.Drawing.Point(7, 25);
  800. this.label88.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  801. this.label88.Name = "label88";
  802. this.label88.Size = new System.Drawing.Size(141, 12);
  803. this.label88.TabIndex = 100;
  804. this.label88.Text = "DL Shutdown Threshold";
  805. //
  806. // label89
  807. //
  808. this.label89.AutoSize = true;
  809. this.label89.Location = new System.Drawing.Point(8, 47);
  810. this.label89.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  811. this.label89.Name = "label89";
  812. this.label89.Size = new System.Drawing.Size(43, 12);
  813. this.label89.TabIndex = 100;
  814. this.label89.Text = "Default";
  815. //
  816. // numericUpDown_DLI_Shutdown_Threshold_Default
  817. //
  818. this.numericUpDown_DLI_Shutdown_Threshold_Default.Location = new System.Drawing.Point(152, 43);
  819. this.numericUpDown_DLI_Shutdown_Threshold_Default.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  820. this.numericUpDown_DLI_Shutdown_Threshold_Default.Maximum = new decimal(new int[] {
  821. 1,
  822. 0,
  823. 0,
  824. 0});
  825. this.numericUpDown_DLI_Shutdown_Threshold_Default.Name = "numericUpDown_DLI_Shutdown_Threshold_Default";
  826. this.numericUpDown_DLI_Shutdown_Threshold_Default.Size = new System.Drawing.Size(65, 21);
  827. this.numericUpDown_DLI_Shutdown_Threshold_Default.TabIndex = 145;
  828. this.numericUpDown_DLI_Shutdown_Threshold_Default.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  829. //
  830. // numericUpDown_DLI_Shutdown_Threshold
  831. //
  832. this.numericUpDown_DLI_Shutdown_Threshold.DecimalPlaces = 2;
  833. this.numericUpDown_DLI_Shutdown_Threshold.Location = new System.Drawing.Point(151, 16);
  834. this.numericUpDown_DLI_Shutdown_Threshold.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  835. this.numericUpDown_DLI_Shutdown_Threshold.Maximum = new decimal(new int[] {
  836. 7,
  837. 0,
  838. 0,
  839. 0});
  840. this.numericUpDown_DLI_Shutdown_Threshold.Minimum = new decimal(new int[] {
  841. 22,
  842. 0,
  843. 0,
  844. -2147483648});
  845. this.numericUpDown_DLI_Shutdown_Threshold.Name = "numericUpDown_DLI_Shutdown_Threshold";
  846. this.numericUpDown_DLI_Shutdown_Threshold.Size = new System.Drawing.Size(65, 21);
  847. this.numericUpDown_DLI_Shutdown_Threshold.TabIndex = 145;
  848. this.numericUpDown_DLI_Shutdown_Threshold.Value = new decimal(new int[] {
  849. 1,
  850. 0,
  851. 0,
  852. -2147483648});
  853. this.numericUpDown_DLI_Shutdown_Threshold.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown_User_KeyDown);
  854. //
  855. // button_Down
  856. //
  857. this.button_Down.Location = new System.Drawing.Point(595, 509);
  858. this.button_Down.Name = "button_Down";
  859. this.button_Down.Size = new System.Drawing.Size(166, 23);
  860. this.button_Down.TabIndex = 165;
  861. this.button_Down.Text = "2 Step Down";
  862. this.button_Down.UseVisualStyleBackColor = true;
  863. this.button_Down.Click += new System.EventHandler(this.button_Down_Click);
  864. //
  865. // button_TableAttribute_Default
  866. //
  867. this.button_TableAttribute_Default.Location = new System.Drawing.Point(508, 507);
  868. this.button_TableAttribute_Default.Name = "button_TableAttribute_Default";
  869. this.button_TableAttribute_Default.Size = new System.Drawing.Size(77, 23);
  870. this.button_TableAttribute_Default.TabIndex = 164;
  871. this.button_TableAttribute_Default.Text = "Default";
  872. this.button_TableAttribute_Default.UseVisualStyleBackColor = true;
  873. this.button_TableAttribute_Default.Click += new System.EventHandler(this.button_TableAttribute_Default_Click);
  874. //
  875. // label45
  876. //
  877. this.label45.AutoSize = true;
  878. this.label45.Location = new System.Drawing.Point(333, 536);
  879. this.label45.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  880. this.label45.Name = "label45";
  881. this.label45.Size = new System.Drawing.Size(59, 12);
  882. this.label45.TabIndex = 162;
  883. this.label45.Text = "Table Ref";
  884. //
  885. // numericUpDown_TableRef
  886. //
  887. this.numericUpDown_TableRef.Location = new System.Drawing.Point(417, 534);
  888. this.numericUpDown_TableRef.Minimum = new decimal(new int[] {
  889. 30,
  890. 0,
  891. 0,
  892. -2147483648});
  893. this.numericUpDown_TableRef.Name = "numericUpDown_TableRef";
  894. this.numericUpDown_TableRef.Size = new System.Drawing.Size(74, 21);
  895. this.numericUpDown_TableRef.TabIndex = 160;
  896. //
  897. // label_TableLength
  898. //
  899. this.label_TableLength.AutoSize = true;
  900. this.label_TableLength.Location = new System.Drawing.Point(333, 511);
  901. this.label_TableLength.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  902. this.label_TableLength.Name = "label_TableLength";
  903. this.label_TableLength.Size = new System.Drawing.Size(79, 12);
  904. this.label_TableLength.TabIndex = 163;
  905. this.label_TableLength.Text = "Table Length";
  906. //
  907. // numericUpDown_TableLength
  908. //
  909. this.numericUpDown_TableLength.Location = new System.Drawing.Point(417, 509);
  910. this.numericUpDown_TableLength.Name = "numericUpDown_TableLength";
  911. this.numericUpDown_TableLength.Size = new System.Drawing.Size(74, 21);
  912. this.numericUpDown_TableLength.TabIndex = 161;
  913. //
  914. // chart_Table
  915. //
  916. chartArea1.Name = "ChartArea1";
  917. this.chart_Table.ChartAreas.Add(chartArea1);
  918. legend1.Name = "Legend1";
  919. this.chart_Table.Legends.Add(legend1);
  920. this.chart_Table.Location = new System.Drawing.Point(328, 555);
  921. this.chart_Table.Name = "chart_Table";
  922. series1.ChartArea = "ChartArea1";
  923. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
  924. series1.Legend = "Legend1";
  925. series1.Name = "Series1";
  926. this.chart_Table.Series.Add(series1);
  927. this.chart_Table.Size = new System.Drawing.Size(431, 168);
  928. this.chart_Table.TabIndex = 159;
  929. this.chart_Table.Text = "chart1";
  930. //
  931. // button_AllExcelLoad
  932. //
  933. this.button_AllExcelLoad.Location = new System.Drawing.Point(684, 450);
  934. this.button_AllExcelLoad.Name = "button_AllExcelLoad";
  935. this.button_AllExcelLoad.Size = new System.Drawing.Size(77, 56);
  936. this.button_AllExcelLoad.TabIndex = 158;
  937. this.button_AllExcelLoad.Text = "ALL ExcelLoad";
  938. this.button_AllExcelLoad.UseVisualStyleBackColor = true;
  939. this.button_AllExcelLoad.Click += new System.EventHandler(this.button_AllExcelLoad_Click);
  940. //
  941. // button_AllExcelSave
  942. //
  943. this.button_AllExcelSave.Location = new System.Drawing.Point(596, 450);
  944. this.button_AllExcelSave.Name = "button_AllExcelSave";
  945. this.button_AllExcelSave.Size = new System.Drawing.Size(77, 56);
  946. this.button_AllExcelSave.TabIndex = 157;
  947. this.button_AllExcelSave.Text = "ALL ExcelSave";
  948. this.button_AllExcelSave.UseVisualStyleBackColor = true;
  949. this.button_AllExcelSave.Click += new System.EventHandler(this.button_AllExcelSave_Click);
  950. //
  951. // button_ExcelKill
  952. //
  953. this.button_ExcelKill.Location = new System.Drawing.Point(508, 450);
  954. this.button_ExcelKill.Name = "button_ExcelKill";
  955. this.button_ExcelKill.Size = new System.Drawing.Size(77, 56);
  956. this.button_ExcelKill.TabIndex = 156;
  957. this.button_ExcelKill.Text = "Excell Kill";
  958. this.button_ExcelKill.UseVisualStyleBackColor = true;
  959. this.button_ExcelKill.Click += new System.EventHandler(this.button_ExcelKill_Click);
  960. //
  961. // button_ExcelLoad
  962. //
  963. this.button_ExcelLoad.Location = new System.Drawing.Point(420, 450);
  964. this.button_ExcelLoad.Name = "button_ExcelLoad";
  965. this.button_ExcelLoad.Size = new System.Drawing.Size(77, 56);
  966. this.button_ExcelLoad.TabIndex = 154;
  967. this.button_ExcelLoad.Text = "ExcelLoad";
  968. this.button_ExcelLoad.UseVisualStyleBackColor = true;
  969. this.button_ExcelLoad.Click += new System.EventHandler(this.button_ExcelLoad_Click);
  970. //
  971. // button_ExcelSave
  972. //
  973. this.button_ExcelSave.Location = new System.Drawing.Point(332, 450);
  974. this.button_ExcelSave.Name = "button_ExcelSave";
  975. this.button_ExcelSave.Size = new System.Drawing.Size(77, 56);
  976. this.button_ExcelSave.TabIndex = 155;
  977. this.button_ExcelSave.Text = "ExcelSave";
  978. this.button_ExcelSave.UseVisualStyleBackColor = true;
  979. this.button_ExcelSave.Click += new System.EventHandler(this.button_ExcelSave_Click);
  980. //
  981. // groupBox7
  982. //
  983. this.groupBox7.Controls.Add(this.radioButton_ATT4);
  984. this.groupBox7.Controls.Add(this.radioButton_ATT3);
  985. this.groupBox7.Controls.Add(this.radioButton_ATT2);
  986. this.groupBox7.Controls.Add(this.radioButton_ATT1);
  987. this.groupBox7.Controls.Add(this.button_TableUL);
  988. this.groupBox7.Controls.Add(this.button_TableDL);
  989. this.groupBox7.Controls.Add(this.label_Table_ATTUL);
  990. this.groupBox7.Controls.Add(this.numericUpDown9);
  991. this.groupBox7.Controls.Add(this.label_Table_ATTDL);
  992. this.groupBox7.Controls.Add(this.numericUpDown10);
  993. this.groupBox7.Location = new System.Drawing.Point(335, 327);
  994. this.groupBox7.Name = "groupBox7";
  995. this.groupBox7.Size = new System.Drawing.Size(429, 117);
  996. this.groupBox7.TabIndex = 153;
  997. this.groupBox7.TabStop = false;
  998. //
  999. // radioButton_ATT4
  1000. //
  1001. this.radioButton_ATT4.AutoSize = true;
  1002. this.radioButton_ATT4.Location = new System.Drawing.Point(338, 20);
  1003. this.radioButton_ATT4.Name = "radioButton_ATT4";
  1004. this.radioButton_ATT4.Size = new System.Drawing.Size(53, 16);
  1005. this.radioButton_ATT4.TabIndex = 110;
  1006. this.radioButton_ATT4.Text = "ATT4";
  1007. this.radioButton_ATT4.UseVisualStyleBackColor = true;
  1008. this.radioButton_ATT4.CheckedChanged += new System.EventHandler(this.radioButton_ATT_CheckedChanged);
  1009. //
  1010. // radioButton_ATT3
  1011. //
  1012. this.radioButton_ATT3.AutoSize = true;
  1013. this.radioButton_ATT3.Location = new System.Drawing.Point(240, 20);
  1014. this.radioButton_ATT3.Name = "radioButton_ATT3";
  1015. this.radioButton_ATT3.Size = new System.Drawing.Size(53, 16);
  1016. this.radioButton_ATT3.TabIndex = 110;
  1017. this.radioButton_ATT3.Text = "ATT3";
  1018. this.radioButton_ATT3.UseVisualStyleBackColor = true;
  1019. this.radioButton_ATT3.CheckedChanged += new System.EventHandler(this.radioButton_ATT_CheckedChanged);
  1020. //
  1021. // radioButton_ATT2
  1022. //
  1023. this.radioButton_ATT2.AutoSize = true;
  1024. this.radioButton_ATT2.Location = new System.Drawing.Point(142, 20);
  1025. this.radioButton_ATT2.Name = "radioButton_ATT2";
  1026. this.radioButton_ATT2.Size = new System.Drawing.Size(53, 16);
  1027. this.radioButton_ATT2.TabIndex = 110;
  1028. this.radioButton_ATT2.Text = "ATT2";
  1029. this.radioButton_ATT2.UseVisualStyleBackColor = true;
  1030. this.radioButton_ATT2.CheckedChanged += new System.EventHandler(this.radioButton_ATT_CheckedChanged);
  1031. //
  1032. // radioButton_ATT1
  1033. //
  1034. this.radioButton_ATT1.AutoSize = true;
  1035. this.radioButton_ATT1.Checked = true;
  1036. this.radioButton_ATT1.Location = new System.Drawing.Point(44, 20);
  1037. this.radioButton_ATT1.Name = "radioButton_ATT1";
  1038. this.radioButton_ATT1.Size = new System.Drawing.Size(53, 16);
  1039. this.radioButton_ATT1.TabIndex = 110;
  1040. this.radioButton_ATT1.TabStop = true;
  1041. this.radioButton_ATT1.Text = "ATT1";
  1042. this.radioButton_ATT1.UseVisualStyleBackColor = true;
  1043. this.radioButton_ATT1.CheckedChanged += new System.EventHandler(this.radioButton_ATT_CheckedChanged);
  1044. //
  1045. // button_TableUL
  1046. //
  1047. this.button_TableUL.Location = new System.Drawing.Point(291, 85);
  1048. this.button_TableUL.Name = "button_TableUL";
  1049. this.button_TableUL.Size = new System.Drawing.Size(75, 23);
  1050. this.button_TableUL.TabIndex = 108;
  1051. this.button_TableUL.Text = "APPLY";
  1052. this.button_TableUL.UseVisualStyleBackColor = true;
  1053. this.button_TableUL.Click += new System.EventHandler(this.button_TableUL_Click);
  1054. //
  1055. // button_TableDL
  1056. //
  1057. this.button_TableDL.Location = new System.Drawing.Point(291, 55);
  1058. this.button_TableDL.Name = "button_TableDL";
  1059. this.button_TableDL.Size = new System.Drawing.Size(75, 23);
  1060. this.button_TableDL.TabIndex = 109;
  1061. this.button_TableDL.Text = "APPLY";
  1062. this.button_TableDL.UseVisualStyleBackColor = true;
  1063. this.button_TableDL.Click += new System.EventHandler(this.button_TableDL_Click);
  1064. //
  1065. // label_Table_ATTUL
  1066. //
  1067. this.label_Table_ATTUL.AutoSize = true;
  1068. this.label_Table_ATTUL.Location = new System.Drawing.Point(59, 92);
  1069. this.label_Table_ATTUL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1070. this.label_Table_ATTUL.Name = "label_Table_ATTUL";
  1071. this.label_Table_ATTUL.Size = new System.Drawing.Size(56, 12);
  1072. this.label_Table_ATTUL.TabIndex = 104;
  1073. this.label_Table_ATTUL.Text = "ATT_UL1";
  1074. //
  1075. // numericUpDown9
  1076. //
  1077. this.numericUpDown9.DecimalPlaces = 1;
  1078. this.numericUpDown9.Increment = new decimal(new int[] {
  1079. 5,
  1080. 0,
  1081. 0,
  1082. 65536});
  1083. this.numericUpDown9.Location = new System.Drawing.Point(150, 87);
  1084. this.numericUpDown9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  1085. this.numericUpDown9.Maximum = new decimal(new int[] {
  1086. 3125,
  1087. 0,
  1088. 0,
  1089. 131072});
  1090. this.numericUpDown9.Name = "numericUpDown9";
  1091. this.numericUpDown9.Size = new System.Drawing.Size(120, 21);
  1092. this.numericUpDown9.TabIndex = 106;
  1093. //
  1094. // label_Table_ATTDL
  1095. //
  1096. this.label_Table_ATTDL.AutoSize = true;
  1097. this.label_Table_ATTDL.Location = new System.Drawing.Point(59, 59);
  1098. this.label_Table_ATTDL.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1099. this.label_Table_ATTDL.Name = "label_Table_ATTDL";
  1100. this.label_Table_ATTDL.Size = new System.Drawing.Size(56, 12);
  1101. this.label_Table_ATTDL.TabIndex = 105;
  1102. this.label_Table_ATTDL.Text = "ATT_DL1";
  1103. //
  1104. // numericUpDown10
  1105. //
  1106. this.numericUpDown10.DecimalPlaces = 1;
  1107. this.numericUpDown10.Increment = new decimal(new int[] {
  1108. 5,
  1109. 0,
  1110. 0,
  1111. 65536});
  1112. this.numericUpDown10.Location = new System.Drawing.Point(150, 55);
  1113. this.numericUpDown10.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  1114. this.numericUpDown10.Maximum = new decimal(new int[] {
  1115. 3125,
  1116. 0,
  1117. 0,
  1118. 131072});
  1119. this.numericUpDown10.Name = "numericUpDown10";
  1120. this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
  1121. this.numericUpDown10.TabIndex = 107;
  1122. //
  1123. // groupBox6
  1124. //
  1125. this.groupBox6.Controls.Add(this.label31);
  1126. this.groupBox6.Controls.Add(this.label30);
  1127. this.groupBox6.Controls.Add(this.label29);
  1128. this.groupBox6.Controls.Add(this.numericUpDown_CurrentOutput);
  1129. this.groupBox6.Controls.Add(this.numericUpDown_MultiOffset);
  1130. this.groupBox6.Controls.Add(this.numericUpDown_MultiSet);
  1131. this.groupBox6.Controls.Add(this.button_CurrentOutput);
  1132. this.groupBox6.Controls.Add(this.button_MultiSet);
  1133. this.groupBox6.Controls.Add(this.button_MultiOffset);
  1134. this.groupBox6.Location = new System.Drawing.Point(334, 196);
  1135. this.groupBox6.Name = "groupBox6";
  1136. this.groupBox6.Size = new System.Drawing.Size(429, 125);
  1137. this.groupBox6.TabIndex = 151;
  1138. this.groupBox6.TabStop = false;
  1139. //
  1140. // label31
  1141. //
  1142. this.label31.AutoSize = true;
  1143. this.label31.Location = new System.Drawing.Point(58, 88);
  1144. this.label31.Name = "label31";
  1145. this.label31.Size = new System.Drawing.Size(86, 12);
  1146. this.label31.TabIndex = 7;
  1147. this.label31.Text = "Current Output";
  1148. //
  1149. // label30
  1150. //
  1151. this.label30.AutoSize = true;
  1152. this.label30.Location = new System.Drawing.Point(59, 55);
  1153. this.label30.Name = "label30";
  1154. this.label30.Size = new System.Drawing.Size(68, 12);
  1155. this.label30.TabIndex = 7;
  1156. this.label30.Text = "Multi Offset";
  1157. //
  1158. // label29
  1159. //
  1160. this.label29.AutoSize = true;
  1161. this.label29.Location = new System.Drawing.Point(59, 25);
  1162. this.label29.Name = "label29";
  1163. this.label29.Size = new System.Drawing.Size(54, 12);
  1164. this.label29.TabIndex = 7;
  1165. this.label29.Text = "Multi Set";
  1166. //
  1167. // numericUpDown_CurrentOutput
  1168. //
  1169. this.numericUpDown_CurrentOutput.DecimalPlaces = 3;
  1170. this.numericUpDown_CurrentOutput.Increment = new decimal(new int[] {
  1171. 1,
  1172. 0,
  1173. 0,
  1174. 131072});
  1175. this.numericUpDown_CurrentOutput.Location = new System.Drawing.Point(150, 86);
  1176. this.numericUpDown_CurrentOutput.Maximum = new decimal(new int[] {
  1177. 5,
  1178. 0,
  1179. 0,
  1180. 0});
  1181. this.numericUpDown_CurrentOutput.Name = "numericUpDown_CurrentOutput";
  1182. this.numericUpDown_CurrentOutput.Size = new System.Drawing.Size(120, 21);
  1183. this.numericUpDown_CurrentOutput.TabIndex = 6;
  1184. //
  1185. // numericUpDown_MultiOffset
  1186. //
  1187. this.numericUpDown_MultiOffset.DecimalPlaces = 1;
  1188. this.numericUpDown_MultiOffset.Increment = new decimal(new int[] {
  1189. 5,
  1190. 0,
  1191. 0,
  1192. 65536});
  1193. this.numericUpDown_MultiOffset.Location = new System.Drawing.Point(150, 53);
  1194. this.numericUpDown_MultiOffset.Maximum = new decimal(new int[] {
  1195. 315,
  1196. 0,
  1197. 0,
  1198. 65536});
  1199. this.numericUpDown_MultiOffset.Minimum = new decimal(new int[] {
  1200. 315,
  1201. 0,
  1202. 0,
  1203. -2147418112});
  1204. this.numericUpDown_MultiOffset.Name = "numericUpDown_MultiOffset";
  1205. this.numericUpDown_MultiOffset.Size = new System.Drawing.Size(120, 21);
  1206. this.numericUpDown_MultiOffset.TabIndex = 6;
  1207. //
  1208. // numericUpDown_MultiSet
  1209. //
  1210. this.numericUpDown_MultiSet.DecimalPlaces = 1;
  1211. this.numericUpDown_MultiSet.Increment = new decimal(new int[] {
  1212. 5,
  1213. 0,
  1214. 0,
  1215. 65536});
  1216. this.numericUpDown_MultiSet.Location = new System.Drawing.Point(150, 23);
  1217. this.numericUpDown_MultiSet.Maximum = new decimal(new int[] {
  1218. 315,
  1219. 0,
  1220. 0,
  1221. 65536});
  1222. this.numericUpDown_MultiSet.Minimum = new decimal(new int[] {
  1223. 315,
  1224. 0,
  1225. 0,
  1226. -2147418112});
  1227. this.numericUpDown_MultiSet.Name = "numericUpDown_MultiSet";
  1228. this.numericUpDown_MultiSet.Size = new System.Drawing.Size(120, 21);
  1229. this.numericUpDown_MultiSet.TabIndex = 6;
  1230. //
  1231. // button_CurrentOutput
  1232. //
  1233. this.button_CurrentOutput.Location = new System.Drawing.Point(291, 83);
  1234. this.button_CurrentOutput.Name = "button_CurrentOutput";
  1235. this.button_CurrentOutput.Size = new System.Drawing.Size(75, 23);
  1236. this.button_CurrentOutput.TabIndex = 1;
  1237. this.button_CurrentOutput.Text = "APPLY";
  1238. this.button_CurrentOutput.UseVisualStyleBackColor = true;
  1239. this.button_CurrentOutput.Click += new System.EventHandler(this.button_CurrentOutput_Click);
  1240. //
  1241. // button_MultiSet
  1242. //
  1243. this.button_MultiSet.Location = new System.Drawing.Point(291, 20);
  1244. this.button_MultiSet.Name = "button_MultiSet";
  1245. this.button_MultiSet.Size = new System.Drawing.Size(75, 23);
  1246. this.button_MultiSet.TabIndex = 2;
  1247. this.button_MultiSet.Text = "APPLY";
  1248. this.button_MultiSet.UseVisualStyleBackColor = true;
  1249. this.button_MultiSet.Click += new System.EventHandler(this.button_MultiSet_Click);
  1250. //
  1251. // button_MultiOffset
  1252. //
  1253. this.button_MultiOffset.Location = new System.Drawing.Point(291, 53);
  1254. this.button_MultiOffset.Name = "button_MultiOffset";
  1255. this.button_MultiOffset.Size = new System.Drawing.Size(75, 23);
  1256. this.button_MultiOffset.TabIndex = 3;
  1257. this.button_MultiOffset.Text = "APPLY";
  1258. this.button_MultiOffset.UseVisualStyleBackColor = true;
  1259. this.button_MultiOffset.Click += new System.EventHandler(this.button_MultiOffset_Click);
  1260. //
  1261. // groupBox3
  1262. //
  1263. this.groupBox3.Controls.Add(this.comboBox_TableName);
  1264. this.groupBox3.Controls.Add(this.label_Function);
  1265. this.groupBox3.Controls.Add(this.label_Table);
  1266. this.groupBox3.Controls.Add(this.button_Expansion);
  1267. this.groupBox3.Controls.Add(this.button_FileLoad);
  1268. this.groupBox3.Controls.Add(this.button_FileSave);
  1269. this.groupBox3.Controls.Add(this.button_Initalize);
  1270. this.groupBox3.Location = new System.Drawing.Point(334, 71);
  1271. this.groupBox3.Name = "groupBox3";
  1272. this.groupBox3.Size = new System.Drawing.Size(429, 113);
  1273. this.groupBox3.TabIndex = 152;
  1274. this.groupBox3.TabStop = false;
  1275. //
  1276. // comboBox_TableName
  1277. //
  1278. this.comboBox_TableName.FormattingEnabled = true;
  1279. this.comboBox_TableName.Items.AddRange(new object[] {
  1280. "ATT_DL1",
  1281. "ATT_DL2",
  1282. "ATT_DL3",
  1283. "ATT_DL4",
  1284. "ATT_UL1",
  1285. "ATT_UL2",
  1286. "ATT_UL3",
  1287. "ATT_UL4",
  1288. "DET_DL1",
  1289. "DET_DL2",
  1290. "DET_DL3",
  1291. "DET_DL4",
  1292. "DET_UL1",
  1293. "DET_UL2",
  1294. "DET_UL3",
  1295. "DET_UL4",
  1296. "TEMP_DL1",
  1297. "TEMP_DL2",
  1298. "TEMP_DL3",
  1299. "TEMP_DL4",
  1300. "TEMP_UL1",
  1301. "TEMP_UL2",
  1302. "TEMP_UL3",
  1303. "TEMP_UL4"});
  1304. this.comboBox_TableName.Location = new System.Drawing.Point(86, 31);
  1305. this.comboBox_TableName.Name = "comboBox_TableName";
  1306. this.comboBox_TableName.Size = new System.Drawing.Size(318, 20);
  1307. this.comboBox_TableName.TabIndex = 2;
  1308. this.comboBox_TableName.Text = "ATT_DL1";
  1309. this.comboBox_TableName.SelectedIndexChanged += new System.EventHandler(this.comboBox_TableName_SelectedIndexChanged);
  1310. //
  1311. // label_Function
  1312. //
  1313. this.label_Function.AutoSize = true;
  1314. this.label_Function.Location = new System.Drawing.Point(22, 76);
  1315. this.label_Function.Name = "label_Function";
  1316. this.label_Function.Size = new System.Drawing.Size(53, 12);
  1317. this.label_Function.TabIndex = 1;
  1318. this.label_Function.Text = "Function";
  1319. //
  1320. // label_Table
  1321. //
  1322. this.label_Table.AutoSize = true;
  1323. this.label_Table.Location = new System.Drawing.Point(22, 36);
  1324. this.label_Table.Name = "label_Table";
  1325. this.label_Table.Size = new System.Drawing.Size(37, 12);
  1326. this.label_Table.TabIndex = 1;
  1327. this.label_Table.Text = "Table";
  1328. //
  1329. // button_Expansion
  1330. //
  1331. this.button_Expansion.Location = new System.Drawing.Point(167, 71);
  1332. this.button_Expansion.Name = "button_Expansion";
  1333. this.button_Expansion.Size = new System.Drawing.Size(75, 23);
  1334. this.button_Expansion.TabIndex = 0;
  1335. this.button_Expansion.Text = "Expansion";
  1336. this.button_Expansion.UseVisualStyleBackColor = true;
  1337. this.button_Expansion.Click += new System.EventHandler(this.button_Expansion_Click);
  1338. //
  1339. // button_FileLoad
  1340. //
  1341. this.button_FileLoad.Location = new System.Drawing.Point(329, 71);
  1342. this.button_FileLoad.Name = "button_FileLoad";
  1343. this.button_FileLoad.Size = new System.Drawing.Size(75, 23);
  1344. this.button_FileLoad.TabIndex = 0;
  1345. this.button_FileLoad.Text = "File Load";
  1346. this.button_FileLoad.UseVisualStyleBackColor = true;
  1347. this.button_FileLoad.Click += new System.EventHandler(this.button_FileLoad_Click);
  1348. //
  1349. // button_FileSave
  1350. //
  1351. this.button_FileSave.Location = new System.Drawing.Point(248, 71);
  1352. this.button_FileSave.Name = "button_FileSave";
  1353. this.button_FileSave.Size = new System.Drawing.Size(75, 23);
  1354. this.button_FileSave.TabIndex = 0;
  1355. this.button_FileSave.Text = "File Save";
  1356. this.button_FileSave.UseVisualStyleBackColor = true;
  1357. this.button_FileSave.Click += new System.EventHandler(this.button_FileSave_Click);
  1358. //
  1359. // button_Initalize
  1360. //
  1361. this.button_Initalize.Location = new System.Drawing.Point(86, 71);
  1362. this.button_Initalize.Name = "button_Initalize";
  1363. this.button_Initalize.Size = new System.Drawing.Size(75, 23);
  1364. this.button_Initalize.TabIndex = 0;
  1365. this.button_Initalize.Text = "Initalize";
  1366. this.button_Initalize.UseVisualStyleBackColor = true;
  1367. this.button_Initalize.Click += new System.EventHandler(this.button_Initalize_Click);
  1368. //
  1369. // dataGridView_TableSetting
  1370. //
  1371. this.dataGridView_TableSetting.AllowUserToAddRows = false;
  1372. this.dataGridView_TableSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1373. this.dataGridView_TableSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1374. this.Column_DB,
  1375. this.Column_Offset});
  1376. this.dataGridView_TableSetting.Location = new System.Drawing.Point(12, 71);
  1377. this.dataGridView_TableSetting.Name = "dataGridView_TableSetting";
  1378. this.dataGridView_TableSetting.RowHeadersWidth = 50;
  1379. this.dataGridView_TableSetting.RowTemplate.Height = 23;
  1380. this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1381. this.dataGridView_TableSetting.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1382. this.dataGridView_TableSetting.Size = new System.Drawing.Size(296, 524);
  1383. this.dataGridView_TableSetting.TabIndex = 150;
  1384. //
  1385. // Column_DB
  1386. //
  1387. this.Column_DB.HeaderText = "DB";
  1388. this.Column_DB.Name = "Column_DB";
  1389. this.Column_DB.ReadOnly = true;
  1390. this.Column_DB.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1391. //
  1392. // Column_Offset
  1393. //
  1394. this.Column_Offset.HeaderText = "Offset";
  1395. this.Column_Offset.Name = "Column_Offset";
  1396. this.Column_Offset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1397. //
  1398. // button_Save
  1399. //
  1400. this.button_Save.Location = new System.Drawing.Point(823, 736);
  1401. this.button_Save.Name = "button_Save";
  1402. this.button_Save.Size = new System.Drawing.Size(203, 34);
  1403. this.button_Save.TabIndex = 149;
  1404. this.button_Save.Text = "ZERO SET";
  1405. this.button_Save.UseVisualStyleBackColor = true;
  1406. //
  1407. // panel2
  1408. //
  1409. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(97)))), ((int)(((byte)(146)))));
  1410. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1411. this.panel2.Controls.Add(this.label1);
  1412. this.panel2.Location = new System.Drawing.Point(0, 0);
  1413. this.panel2.Name = "panel2";
  1414. this.panel2.Size = new System.Drawing.Size(1134, 54);
  1415. this.panel2.TabIndex = 0;
  1416. //
  1417. // label1
  1418. //
  1419. this.label1.AutoSize = true;
  1420. this.label1.BackColor = System.Drawing.Color.Transparent;
  1421. this.label1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  1422. this.label1.ForeColor = System.Drawing.Color.White;
  1423. this.label1.Location = new System.Drawing.Point(24, 10);
  1424. this.label1.Name = "label1";
  1425. this.label1.Size = new System.Drawing.Size(98, 32);
  1426. this.label1.TabIndex = 0;
  1427. this.label1.Text = "Hidden";
  1428. //
  1429. // Hidden
  1430. //
  1431. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  1432. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1433. this.ClientSize = new System.Drawing.Size(1085, 782);
  1434. this.Controls.Add(this.panel1);
  1435. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  1436. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1437. this.Name = "Hidden";
  1438. this.Text = "Hidden";
  1439. this.Load += new System.EventHandler(this.Hidden_Load);
  1440. this.panel1.ResumeLayout(false);
  1441. this.panel1.PerformLayout();
  1442. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL3_TableOffset)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL4_TableOffset)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL2_TableOffset)).EndInit();
  1445. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_UL1_TableOffset)).EndInit();
  1446. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DL_TableOffset)).EndInit();
  1447. this.groupBox36.ResumeLayout(false);
  1448. this.groupBox36.PerformLayout();
  1449. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Threshold)).EndInit();
  1450. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_Low_Threshold)).EndInit();
  1451. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Low_Threshold_default)).EndInit();
  1452. this.groupBox25.ResumeLayout(false);
  1453. this.groupBox25.PerformLayout();
  1454. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_ALC_Threshold)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_ALC_Threshold_Default)).EndInit();
  1456. this.groupBox8.ResumeLayout(false);
  1457. this.groupBox8.PerformLayout();
  1458. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_AGC_Threshold)).EndInit();
  1459. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_AGC_Threshold_Default)).EndInit();
  1460. this.groupBox24.ResumeLayout(false);
  1461. this.groupBox24.PerformLayout();
  1462. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Shutdown_Threshold_Default)).EndInit();
  1463. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Shutdown_Threshold)).EndInit();
  1464. this.groupBox26.ResumeLayout(false);
  1465. this.groupBox26.PerformLayout();
  1466. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_ULO_Level_High_Threshold)).EndInit();
  1467. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Level_High_Threshold_default)).EndInit();
  1468. this.groupBox35.ResumeLayout(false);
  1469. this.groupBox35.PerformLayout();
  1470. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Shutdown_Threshold_Default)).EndInit();
  1471. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_DLI_Shutdown_Threshold)).EndInit();
  1472. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableRef)).EndInit();
  1473. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_TableLength)).EndInit();
  1474. ((System.ComponentModel.ISupportInitialize)(this.chart_Table)).EndInit();
  1475. this.groupBox7.ResumeLayout(false);
  1476. this.groupBox7.PerformLayout();
  1477. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
  1478. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
  1479. this.groupBox6.ResumeLayout(false);
  1480. this.groupBox6.PerformLayout();
  1481. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_CurrentOutput)).EndInit();
  1482. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiOffset)).EndInit();
  1483. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_MultiSet)).EndInit();
  1484. this.groupBox3.ResumeLayout(false);
  1485. this.groupBox3.PerformLayout();
  1486. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
  1487. this.panel2.ResumeLayout(false);
  1488. this.panel2.PerformLayout();
  1489. this.ResumeLayout(false);
  1490. }
  1491. #endregion
  1492. private System.Windows.Forms.Panel panel1;
  1493. private System.Windows.Forms.Panel panel2;
  1494. private System.Windows.Forms.Label label1;
  1495. private System.Windows.Forms.Button button_Save;
  1496. private System.Windows.Forms.Button button_Down;
  1497. private System.Windows.Forms.Button button_TableAttribute_Default;
  1498. private System.Windows.Forms.Label label45;
  1499. private System.Windows.Forms.NumericUpDown numericUpDown_TableRef;
  1500. private System.Windows.Forms.Label label_TableLength;
  1501. private System.Windows.Forms.NumericUpDown numericUpDown_TableLength;
  1502. private System.Windows.Forms.DataVisualization.Charting.Chart chart_Table;
  1503. private System.Windows.Forms.Button button_AllExcelLoad;
  1504. private System.Windows.Forms.Button button_AllExcelSave;
  1505. private System.Windows.Forms.Button button_ExcelKill;
  1506. private System.Windows.Forms.Button button_ExcelLoad;
  1507. private System.Windows.Forms.Button button_ExcelSave;
  1508. private System.Windows.Forms.GroupBox groupBox7;
  1509. private System.Windows.Forms.RadioButton radioButton_ATT4;
  1510. private System.Windows.Forms.RadioButton radioButton_ATT3;
  1511. private System.Windows.Forms.RadioButton radioButton_ATT2;
  1512. private System.Windows.Forms.RadioButton radioButton_ATT1;
  1513. private System.Windows.Forms.Button button_TableUL;
  1514. private System.Windows.Forms.Button button_TableDL;
  1515. private System.Windows.Forms.Label label_Table_ATTUL;
  1516. public System.Windows.Forms.NumericUpDown numericUpDown9;
  1517. private System.Windows.Forms.Label label_Table_ATTDL;
  1518. public System.Windows.Forms.NumericUpDown numericUpDown10;
  1519. private System.Windows.Forms.GroupBox groupBox6;
  1520. private System.Windows.Forms.Label label31;
  1521. private System.Windows.Forms.Label label30;
  1522. private System.Windows.Forms.Label label29;
  1523. private System.Windows.Forms.NumericUpDown numericUpDown_MultiOffset;
  1524. private System.Windows.Forms.NumericUpDown numericUpDown_MultiSet;
  1525. private System.Windows.Forms.Button button_CurrentOutput;
  1526. private System.Windows.Forms.Button button_MultiSet;
  1527. private System.Windows.Forms.Button button_MultiOffset;
  1528. private System.Windows.Forms.GroupBox groupBox3;
  1529. private System.Windows.Forms.ComboBox comboBox_TableName;
  1530. private System.Windows.Forms.Label label_Function;
  1531. private System.Windows.Forms.Label label_Table;
  1532. private System.Windows.Forms.Button button_Expansion;
  1533. private System.Windows.Forms.Button button_FileLoad;
  1534. private System.Windows.Forms.Button button_FileSave;
  1535. private System.Windows.Forms.Button button_Initalize;
  1536. private System.Windows.Forms.DataGridViewTextBoxColumn Column_DB;
  1537. private System.Windows.Forms.DataGridViewTextBoxColumn Column_Offset;
  1538. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  1539. public System.Windows.Forms.DataGridView dataGridView_TableSetting;
  1540. public System.Windows.Forms.NumericUpDown numericUpDown_CurrentOutput;
  1541. private System.Windows.Forms.GroupBox groupBox36;
  1542. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Level_High_Low_Threshold_default;
  1543. private System.Windows.Forms.Label label56;
  1544. private System.Windows.Forms.Label label55;
  1545. private System.Windows.Forms.Label label91;
  1546. private System.Windows.Forms.GroupBox groupBox25;
  1547. public System.Windows.Forms.NumericUpDown numericUpDown_ULO_ALC_Threshold;
  1548. public System.Windows.Forms.NumericUpDown numericUpDown_ULO_ALC_Threshold_Default;
  1549. private System.Windows.Forms.Label label59;
  1550. private System.Windows.Forms.Label label60;
  1551. private System.Windows.Forms.GroupBox groupBox8;
  1552. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_AGC_Threshold;
  1553. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_AGC_Threshold_Default;
  1554. private System.Windows.Forms.Label label54;
  1555. private System.Windows.Forms.Label label53;
  1556. private System.Windows.Forms.GroupBox groupBox24;
  1557. private System.Windows.Forms.Label label57;
  1558. private System.Windows.Forms.Label label58;
  1559. public System.Windows.Forms.NumericUpDown numericUpDown_ULO_Shutdown_Threshold_Default;
  1560. public System.Windows.Forms.NumericUpDown numericUpDown_ULO_Shutdown_Threshold;
  1561. private System.Windows.Forms.GroupBox groupBox26;
  1562. public System.Windows.Forms.NumericUpDown numericUpDown_ULO_Level_High_Threshold;
  1563. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Level_High_Threshold_default;
  1564. private System.Windows.Forms.Label label61;
  1565. private System.Windows.Forms.Label label63;
  1566. private System.Windows.Forms.GroupBox groupBox35;
  1567. private System.Windows.Forms.Label label88;
  1568. private System.Windows.Forms.Label label89;
  1569. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Shutdown_Threshold_Default;
  1570. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Shutdown_Threshold;
  1571. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Level_High_Threshold;
  1572. public System.Windows.Forms.NumericUpDown numericUpDown_DLI_Level_Low_Threshold;
  1573. private System.Windows.Forms.Button button_PCBVersionSet;
  1574. private System.Windows.Forms.Button button_SerialNumverSet;
  1575. private System.Windows.Forms.Label label4;
  1576. private System.Windows.Forms.TextBox textBox_MunufactureDate;
  1577. private System.Windows.Forms.Label label5;
  1578. private System.Windows.Forms.Label label_SerialNumber;
  1579. private System.Windows.Forms.TextBox textBox_PcbVersion;
  1580. private System.Windows.Forms.TextBox textBox_SerialNumber;
  1581. private System.Windows.Forms.Button button_ManufactureSet;
  1582. private System.Windows.Forms.NumericUpDown numericUpDown_UL3_TableOffset;
  1583. private System.Windows.Forms.NumericUpDown numericUpDown_UL4_TableOffset;
  1584. private System.Windows.Forms.NumericUpDown numericUpDown_UL2_TableOffset;
  1585. private System.Windows.Forms.NumericUpDown numericUpDown_UL1_TableOffset;
  1586. private System.Windows.Forms.NumericUpDown numericUpDown_DL_TableOffset;
  1587. }
  1588. }