Form_PLCDB.designer.cs 112 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579
  1. namespace MainForm.FaForm
  2. {
  3. partial class Form_PLCDB
  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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  51. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  52. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  53. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  54. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  55. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  56. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
  57. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
  58. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  59. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  60. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  61. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  62. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  63. this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
  64. this.pnl_S6 = new Sunny.UI.UITitlePanel();
  65. this.dgv_S6 = new Sunny.UI.UIDataGridView();
  66. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.pnl_S4 = new Sunny.UI.UITitlePanel();
  70. this.dgv_S4 = new Sunny.UI.UIDataGridView();
  71. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.pnl_S5 = new Sunny.UI.UITitlePanel();
  75. this.dgv_S5 = new Sunny.UI.UIDataGridView();
  76. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.pnl_S2 = new Sunny.UI.UITitlePanel();
  80. this.dgv_S2 = new Sunny.UI.UIDataGridView();
  81. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.pnl_S3 = new Sunny.UI.UITitlePanel();
  85. this.dgv_S3 = new Sunny.UI.UIDataGridView();
  86. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.tpnl_PLCStatus = new Sunny.UI.UITitlePanel();
  90. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  91. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  92. this.LedB_S0 = new Sunny.UI.UILedBulb();
  93. this.label1 = new System.Windows.Forms.Label();
  94. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  95. this.LedB_S1 = new Sunny.UI.UILedBulb();
  96. this.label2 = new System.Windows.Forms.Label();
  97. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  98. this.LedB_S2 = new Sunny.UI.UILedBulb();
  99. this.label3 = new System.Windows.Forms.Label();
  100. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  101. this.LedB_S3 = new Sunny.UI.UILedBulb();
  102. this.label4 = new System.Windows.Forms.Label();
  103. this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
  104. this.LedB_S4 = new Sunny.UI.UILedBulb();
  105. this.label5 = new System.Windows.Forms.Label();
  106. this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
  107. this.LedB_S5 = new Sunny.UI.UILedBulb();
  108. this.label6 = new System.Windows.Forms.Label();
  109. this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
  110. this.LedB_S6 = new Sunny.UI.UILedBulb();
  111. this.label7 = new System.Windows.Forms.Label();
  112. this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
  113. this.LedB_Heat = new Sunny.UI.UILedBulb();
  114. this.label8 = new System.Windows.Forms.Label();
  115. this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
  116. this.LedB_Alarm = new Sunny.UI.UILedBulb();
  117. this.label9 = new System.Windows.Forms.Label();
  118. this.tpnl_WholeLine = new Sunny.UI.UITitlePanel();
  119. this.Btn_WholeLineRConnect = new System.Windows.Forms.Button();
  120. this.Btn_WholeLineConnect = new System.Windows.Forms.Button();
  121. this.Btn_WholeLineDisconnect = new System.Windows.Forms.Button();
  122. this.pnl_S0 = new Sunny.UI.UITitlePanel();
  123. this.dgv_S0 = new Sunny.UI.UIDataGridView();
  124. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.pnl_S1 = new Sunny.UI.UITitlePanel();
  128. this.dgv_S1 = new Sunny.UI.UIDataGridView();
  129. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.tpnl_SimplexStation = new Sunny.UI.UITitlePanel();
  133. this.cmb_SimpleStationName = new System.Windows.Forms.ComboBox();
  134. this.Btn_SimpleStationDBView = new System.Windows.Forms.Button();
  135. this.Btn_SimpleStationDisconnect = new System.Windows.Forms.Button();
  136. this.Btn_SimpleStationConnect = new System.Windows.Forms.Button();
  137. this.button1 = new System.Windows.Forms.Button();
  138. this.uiTableLayoutPanel1.SuspendLayout();
  139. this.pnl_S6.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.dgv_S6)).BeginInit();
  141. this.pnl_S4.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.dgv_S4)).BeginInit();
  143. this.pnl_S5.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.dgv_S5)).BeginInit();
  145. this.pnl_S2.SuspendLayout();
  146. ((System.ComponentModel.ISupportInitialize)(this.dgv_S2)).BeginInit();
  147. this.pnl_S3.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.dgv_S3)).BeginInit();
  149. this.tpnl_PLCStatus.SuspendLayout();
  150. this.flowLayoutPanel1.SuspendLayout();
  151. this.tableLayoutPanel1.SuspendLayout();
  152. this.tableLayoutPanel2.SuspendLayout();
  153. this.tableLayoutPanel3.SuspendLayout();
  154. this.tableLayoutPanel4.SuspendLayout();
  155. this.tableLayoutPanel5.SuspendLayout();
  156. this.tableLayoutPanel6.SuspendLayout();
  157. this.tableLayoutPanel7.SuspendLayout();
  158. this.tableLayoutPanel8.SuspendLayout();
  159. this.tableLayoutPanel9.SuspendLayout();
  160. this.tpnl_WholeLine.SuspendLayout();
  161. this.pnl_S0.SuspendLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.dgv_S0)).BeginInit();
  163. this.pnl_S1.SuspendLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.dgv_S1)).BeginInit();
  165. this.tpnl_SimplexStation.SuspendLayout();
  166. this.SuspendLayout();
  167. //
  168. // uiTableLayoutPanel1
  169. //
  170. this.uiTableLayoutPanel1.ColumnCount = 3;
  171. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
  172. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  173. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  174. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S6, 1, 3);
  175. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S4, 1, 2);
  176. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S5, 2, 2);
  177. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S2, 1, 1);
  178. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S3, 2, 1);
  179. this.uiTableLayoutPanel1.Controls.Add(this.tpnl_PLCStatus, 0, 2);
  180. this.uiTableLayoutPanel1.Controls.Add(this.tpnl_WholeLine, 0, 1);
  181. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S0, 1, 0);
  182. this.uiTableLayoutPanel1.Controls.Add(this.pnl_S1, 2, 0);
  183. this.uiTableLayoutPanel1.Controls.Add(this.tpnl_SimplexStation, 0, 0);
  184. this.uiTableLayoutPanel1.Controls.Add(this.button1, 2, 3);
  185. this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  187. this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
  188. this.uiTableLayoutPanel1.RowCount = 4;
  189. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.07188F));
  190. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.07188F));
  191. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.9118F));
  192. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.94444F));
  193. this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1044, 561);
  194. this.uiTableLayoutPanel1.TabIndex = 0;
  195. this.uiTableLayoutPanel1.TagString = null;
  196. //
  197. // pnl_S6
  198. //
  199. this.pnl_S6.Controls.Add(this.dgv_S6);
  200. this.pnl_S6.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.pnl_S6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.pnl_S6.Location = new System.Drawing.Point(244, 423);
  203. this.pnl_S6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  204. this.pnl_S6.MinimumSize = new System.Drawing.Size(1, 1);
  205. this.pnl_S6.Name = "pnl_S6";
  206. this.pnl_S6.RectColor = System.Drawing.SystemColors.AppWorkspace;
  207. this.pnl_S6.ShowText = false;
  208. this.pnl_S6.Size = new System.Drawing.Size(394, 136);
  209. this.pnl_S6.TabIndex = 10;
  210. this.pnl_S6.Text = "[S6CCD检测] 事件记录-本次启动";
  211. this.pnl_S6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  212. this.pnl_S6.TitleColor = System.Drawing.Color.Gray;
  213. //
  214. // dgv_S6
  215. //
  216. this.dgv_S6.AllowUserToAddRows = false;
  217. this.dgv_S6.AllowUserToDeleteRows = false;
  218. this.dgv_S6.AllowUserToOrderColumns = true;
  219. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  220. this.dgv_S6.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  221. this.dgv_S6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  222. | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.dgv_S6.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  225. this.dgv_S6.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  226. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  227. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  228. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  230. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  231. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  232. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  233. this.dgv_S6.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  234. this.dgv_S6.ColumnHeadersHeight = 32;
  235. this.dgv_S6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  236. this.dgv_S6.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  237. this.dataGridViewTextBoxColumn19,
  238. this.dataGridViewTextBoxColumn20,
  239. this.dataGridViewTextBoxColumn21});
  240. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  241. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  242. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  244. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  245. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  246. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  247. this.dgv_S6.DefaultCellStyle = dataGridViewCellStyle3;
  248. this.dgv_S6.EnableHeadersVisualStyles = false;
  249. this.dgv_S6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.dgv_S6.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  251. this.dgv_S6.Location = new System.Drawing.Point(3, 38);
  252. this.dgv_S6.Name = "dgv_S6";
  253. this.dgv_S6.ReadOnly = true;
  254. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  255. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  256. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  258. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  259. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  260. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  261. this.dgv_S6.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  262. this.dgv_S6.RowHeadersVisible = false;
  263. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  264. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  266. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  267. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  268. this.dgv_S6.RowsDefaultCellStyle = dataGridViewCellStyle5;
  269. this.dgv_S6.RowTemplate.Height = 23;
  270. this.dgv_S6.ScrollBarColor = System.Drawing.Color.Gray;
  271. this.dgv_S6.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  272. this.dgv_S6.ScrollBarStyleInherited = false;
  273. this.dgv_S6.SelectedIndex = -1;
  274. this.dgv_S6.Size = new System.Drawing.Size(388, 95);
  275. this.dgv_S6.TabIndex = 1;
  276. //
  277. // dataGridViewTextBoxColumn19
  278. //
  279. this.dataGridViewTextBoxColumn19.HeaderText = "产品数字SN";
  280. this.dataGridViewTextBoxColumn19.MinimumWidth = 10;
  281. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  282. this.dataGridViewTextBoxColumn19.ReadOnly = true;
  283. //
  284. // dataGridViewTextBoxColumn20
  285. //
  286. this.dataGridViewTextBoxColumn20.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  287. this.dataGridViewTextBoxColumn20.HeaderText = "事件记录";
  288. this.dataGridViewTextBoxColumn20.MinimumWidth = 120;
  289. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  290. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  291. //
  292. // dataGridViewTextBoxColumn21
  293. //
  294. this.dataGridViewTextBoxColumn21.HeaderText = "发生时间";
  295. this.dataGridViewTextBoxColumn21.MinimumWidth = 200;
  296. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  297. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  298. this.dataGridViewTextBoxColumn21.Width = 200;
  299. //
  300. // pnl_S4
  301. //
  302. this.pnl_S4.Controls.Add(this.dgv_S4);
  303. this.pnl_S4.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.pnl_S4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.pnl_S4.Location = new System.Drawing.Point(244, 284);
  306. this.pnl_S4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  307. this.pnl_S4.MinimumSize = new System.Drawing.Size(1, 1);
  308. this.pnl_S4.Name = "pnl_S4";
  309. this.pnl_S4.RectColor = System.Drawing.SystemColors.AppWorkspace;
  310. this.pnl_S4.ShowText = false;
  311. this.pnl_S4.Size = new System.Drawing.Size(394, 133);
  312. this.pnl_S4.TabIndex = 9;
  313. this.pnl_S4.Text = "[S4气密测试] 事件记录-本次启动";
  314. this.pnl_S4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  315. this.pnl_S4.TitleColor = System.Drawing.Color.Gray;
  316. //
  317. // dgv_S4
  318. //
  319. this.dgv_S4.AllowUserToAddRows = false;
  320. this.dgv_S4.AllowUserToDeleteRows = false;
  321. this.dgv_S4.AllowUserToOrderColumns = true;
  322. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  323. this.dgv_S4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  324. this.dgv_S4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  325. | System.Windows.Forms.AnchorStyles.Left)
  326. | System.Windows.Forms.AnchorStyles.Right)));
  327. this.dgv_S4.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  328. this.dgv_S4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  329. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  330. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  331. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  333. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  334. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  335. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  336. this.dgv_S4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  337. this.dgv_S4.ColumnHeadersHeight = 32;
  338. this.dgv_S4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  339. this.dgv_S4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  340. this.dataGridViewTextBoxColumn13,
  341. this.dataGridViewTextBoxColumn14,
  342. this.dataGridViewTextBoxColumn15});
  343. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  344. dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
  345. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  347. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  348. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  349. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  350. this.dgv_S4.DefaultCellStyle = dataGridViewCellStyle8;
  351. this.dgv_S4.EnableHeadersVisualStyles = false;
  352. this.dgv_S4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.dgv_S4.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  354. this.dgv_S4.Location = new System.Drawing.Point(3, 38);
  355. this.dgv_S4.Name = "dgv_S4";
  356. this.dgv_S4.ReadOnly = true;
  357. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  358. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  359. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  361. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  362. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  363. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  364. this.dgv_S4.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  365. this.dgv_S4.RowHeadersVisible = false;
  366. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  367. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  369. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  370. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  371. this.dgv_S4.RowsDefaultCellStyle = dataGridViewCellStyle10;
  372. this.dgv_S4.RowTemplate.Height = 23;
  373. this.dgv_S4.ScrollBarColor = System.Drawing.Color.Gray;
  374. this.dgv_S4.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  375. this.dgv_S4.ScrollBarStyleInherited = false;
  376. this.dgv_S4.SelectedIndex = -1;
  377. this.dgv_S4.Size = new System.Drawing.Size(388, 92);
  378. this.dgv_S4.TabIndex = 1;
  379. //
  380. // dataGridViewTextBoxColumn13
  381. //
  382. this.dataGridViewTextBoxColumn13.HeaderText = "产品数字SN";
  383. this.dataGridViewTextBoxColumn13.MinimumWidth = 10;
  384. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  385. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  386. //
  387. // dataGridViewTextBoxColumn14
  388. //
  389. this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  390. this.dataGridViewTextBoxColumn14.HeaderText = "事件记录";
  391. this.dataGridViewTextBoxColumn14.MinimumWidth = 120;
  392. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  393. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  394. //
  395. // dataGridViewTextBoxColumn15
  396. //
  397. this.dataGridViewTextBoxColumn15.HeaderText = "发生时间";
  398. this.dataGridViewTextBoxColumn15.MinimumWidth = 200;
  399. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  400. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  401. this.dataGridViewTextBoxColumn15.Width = 200;
  402. //
  403. // pnl_S5
  404. //
  405. this.pnl_S5.Controls.Add(this.dgv_S5);
  406. this.pnl_S5.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.pnl_S5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.pnl_S5.Location = new System.Drawing.Point(646, 284);
  409. this.pnl_S5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  410. this.pnl_S5.MinimumSize = new System.Drawing.Size(1, 1);
  411. this.pnl_S5.Name = "pnl_S5";
  412. this.pnl_S5.RectColor = System.Drawing.SystemColors.AppWorkspace;
  413. this.pnl_S5.ShowText = false;
  414. this.pnl_S5.Size = new System.Drawing.Size(394, 133);
  415. this.pnl_S5.TabIndex = 8;
  416. this.pnl_S5.Text = "[S5激光标记] 事件记录-本次启动";
  417. this.pnl_S5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  418. this.pnl_S5.TitleColor = System.Drawing.Color.Gray;
  419. //
  420. // dgv_S5
  421. //
  422. this.dgv_S5.AllowUserToAddRows = false;
  423. this.dgv_S5.AllowUserToDeleteRows = false;
  424. this.dgv_S5.AllowUserToOrderColumns = true;
  425. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  426. this.dgv_S5.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  427. this.dgv_S5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  428. | System.Windows.Forms.AnchorStyles.Left)
  429. | System.Windows.Forms.AnchorStyles.Right)));
  430. this.dgv_S5.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  431. this.dgv_S5.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  432. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  433. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  434. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  436. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  437. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  438. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  439. this.dgv_S5.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  440. this.dgv_S5.ColumnHeadersHeight = 32;
  441. this.dgv_S5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  442. this.dgv_S5.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  443. this.dataGridViewTextBoxColumn16,
  444. this.dataGridViewTextBoxColumn17,
  445. this.dataGridViewTextBoxColumn18});
  446. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  447. dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
  448. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  450. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  451. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  452. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  453. this.dgv_S5.DefaultCellStyle = dataGridViewCellStyle13;
  454. this.dgv_S5.EnableHeadersVisualStyles = false;
  455. this.dgv_S5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.dgv_S5.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  457. this.dgv_S5.Location = new System.Drawing.Point(3, 38);
  458. this.dgv_S5.Name = "dgv_S5";
  459. this.dgv_S5.ReadOnly = true;
  460. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  461. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  462. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  463. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  464. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  465. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  466. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  467. this.dgv_S5.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
  468. this.dgv_S5.RowHeadersVisible = false;
  469. dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
  470. dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  472. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  473. dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  474. this.dgv_S5.RowsDefaultCellStyle = dataGridViewCellStyle15;
  475. this.dgv_S5.RowTemplate.Height = 23;
  476. this.dgv_S5.ScrollBarColor = System.Drawing.Color.Gray;
  477. this.dgv_S5.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  478. this.dgv_S5.ScrollBarStyleInherited = false;
  479. this.dgv_S5.SelectedIndex = -1;
  480. this.dgv_S5.Size = new System.Drawing.Size(388, 92);
  481. this.dgv_S5.TabIndex = 1;
  482. //
  483. // dataGridViewTextBoxColumn16
  484. //
  485. this.dataGridViewTextBoxColumn16.HeaderText = "产品数字SN";
  486. this.dataGridViewTextBoxColumn16.MinimumWidth = 10;
  487. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  488. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  489. //
  490. // dataGridViewTextBoxColumn17
  491. //
  492. this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  493. this.dataGridViewTextBoxColumn17.HeaderText = "事件记录";
  494. this.dataGridViewTextBoxColumn17.MinimumWidth = 120;
  495. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  496. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  497. //
  498. // dataGridViewTextBoxColumn18
  499. //
  500. this.dataGridViewTextBoxColumn18.HeaderText = "发生时间";
  501. this.dataGridViewTextBoxColumn18.MinimumWidth = 200;
  502. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  503. this.dataGridViewTextBoxColumn18.ReadOnly = true;
  504. this.dataGridViewTextBoxColumn18.Width = 200;
  505. //
  506. // pnl_S2
  507. //
  508. this.pnl_S2.Controls.Add(this.dgv_S2);
  509. this.pnl_S2.Dock = System.Windows.Forms.DockStyle.Fill;
  510. this.pnl_S2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.pnl_S2.Location = new System.Drawing.Point(244, 144);
  512. this.pnl_S2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  513. this.pnl_S2.MinimumSize = new System.Drawing.Size(1, 1);
  514. this.pnl_S2.Name = "pnl_S2";
  515. this.pnl_S2.RectColor = System.Drawing.SystemColors.AppWorkspace;
  516. this.pnl_S2.ShowText = false;
  517. this.pnl_S2.Size = new System.Drawing.Size(394, 134);
  518. this.pnl_S2.TabIndex = 7;
  519. this.pnl_S2.Text = "[S2电性能测试] 事件记录-本次启动";
  520. this.pnl_S2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  521. this.pnl_S2.TitleColor = System.Drawing.Color.Gray;
  522. //
  523. // dgv_S2
  524. //
  525. this.dgv_S2.AllowUserToAddRows = false;
  526. this.dgv_S2.AllowUserToDeleteRows = false;
  527. this.dgv_S2.AllowUserToOrderColumns = true;
  528. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  529. this.dgv_S2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  530. this.dgv_S2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  531. | System.Windows.Forms.AnchorStyles.Left)
  532. | System.Windows.Forms.AnchorStyles.Right)));
  533. this.dgv_S2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  534. this.dgv_S2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  535. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  536. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  537. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  539. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  540. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  541. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  542. this.dgv_S2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  543. this.dgv_S2.ColumnHeadersHeight = 32;
  544. this.dgv_S2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  545. this.dgv_S2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  546. this.dataGridViewTextBoxColumn10,
  547. this.dataGridViewTextBoxColumn11,
  548. this.dataGridViewTextBoxColumn12});
  549. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  550. dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
  551. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  553. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  554. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  555. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  556. this.dgv_S2.DefaultCellStyle = dataGridViewCellStyle18;
  557. this.dgv_S2.EnableHeadersVisualStyles = false;
  558. this.dgv_S2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.dgv_S2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  560. this.dgv_S2.Location = new System.Drawing.Point(3, 38);
  561. this.dgv_S2.Name = "dgv_S2";
  562. this.dgv_S2.ReadOnly = true;
  563. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  564. dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  565. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  567. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  568. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  569. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  570. this.dgv_S2.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  571. this.dgv_S2.RowHeadersVisible = false;
  572. dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
  573. dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  575. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  576. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  577. this.dgv_S2.RowsDefaultCellStyle = dataGridViewCellStyle20;
  578. this.dgv_S2.RowTemplate.Height = 23;
  579. this.dgv_S2.ScrollBarColor = System.Drawing.Color.Gray;
  580. this.dgv_S2.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  581. this.dgv_S2.ScrollBarStyleInherited = false;
  582. this.dgv_S2.SelectedIndex = -1;
  583. this.dgv_S2.Size = new System.Drawing.Size(388, 93);
  584. this.dgv_S2.TabIndex = 1;
  585. //
  586. // dataGridViewTextBoxColumn10
  587. //
  588. this.dataGridViewTextBoxColumn10.HeaderText = "产品数字SN";
  589. this.dataGridViewTextBoxColumn10.MinimumWidth = 10;
  590. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  591. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  592. //
  593. // dataGridViewTextBoxColumn11
  594. //
  595. this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  596. this.dataGridViewTextBoxColumn11.HeaderText = "事件记录";
  597. this.dataGridViewTextBoxColumn11.MinimumWidth = 120;
  598. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  599. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  600. //
  601. // dataGridViewTextBoxColumn12
  602. //
  603. this.dataGridViewTextBoxColumn12.HeaderText = "发生时间";
  604. this.dataGridViewTextBoxColumn12.MinimumWidth = 200;
  605. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  606. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  607. this.dataGridViewTextBoxColumn12.Width = 200;
  608. //
  609. // pnl_S3
  610. //
  611. this.pnl_S3.Controls.Add(this.dgv_S3);
  612. this.pnl_S3.Dock = System.Windows.Forms.DockStyle.Fill;
  613. this.pnl_S3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  614. this.pnl_S3.Location = new System.Drawing.Point(646, 144);
  615. this.pnl_S3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  616. this.pnl_S3.MinimumSize = new System.Drawing.Size(1, 1);
  617. this.pnl_S3.Name = "pnl_S3";
  618. this.pnl_S3.RectColor = System.Drawing.SystemColors.AppWorkspace;
  619. this.pnl_S3.ShowText = false;
  620. this.pnl_S3.Size = new System.Drawing.Size(394, 134);
  621. this.pnl_S3.TabIndex = 6;
  622. this.pnl_S3.Text = "[S3导通性测试] 事件记录-本次启动";
  623. this.pnl_S3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  624. this.pnl_S3.TitleColor = System.Drawing.Color.Gray;
  625. //
  626. // dgv_S3
  627. //
  628. this.dgv_S3.AllowUserToAddRows = false;
  629. this.dgv_S3.AllowUserToDeleteRows = false;
  630. this.dgv_S3.AllowUserToOrderColumns = true;
  631. dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  632. this.dgv_S3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
  633. this.dgv_S3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  634. | System.Windows.Forms.AnchorStyles.Left)
  635. | System.Windows.Forms.AnchorStyles.Right)));
  636. this.dgv_S3.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  637. this.dgv_S3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  638. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  639. dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  640. dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
  642. dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  643. dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  644. dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  645. this.dgv_S3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
  646. this.dgv_S3.ColumnHeadersHeight = 32;
  647. this.dgv_S3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  648. this.dgv_S3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  649. this.dataGridViewTextBoxColumn7,
  650. this.dataGridViewTextBoxColumn8,
  651. this.dataGridViewTextBoxColumn9});
  652. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  653. dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
  654. dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  656. dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  657. dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  658. dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  659. this.dgv_S3.DefaultCellStyle = dataGridViewCellStyle23;
  660. this.dgv_S3.EnableHeadersVisualStyles = false;
  661. this.dgv_S3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  662. this.dgv_S3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  663. this.dgv_S3.Location = new System.Drawing.Point(3, 38);
  664. this.dgv_S3.Name = "dgv_S3";
  665. this.dgv_S3.ReadOnly = true;
  666. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  667. dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  668. dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  670. dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  671. dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  672. dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  673. this.dgv_S3.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
  674. this.dgv_S3.RowHeadersVisible = false;
  675. dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
  676. dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  677. dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  678. dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  679. dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  680. this.dgv_S3.RowsDefaultCellStyle = dataGridViewCellStyle25;
  681. this.dgv_S3.RowTemplate.Height = 23;
  682. this.dgv_S3.ScrollBarColor = System.Drawing.Color.Gray;
  683. this.dgv_S3.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  684. this.dgv_S3.ScrollBarStyleInherited = false;
  685. this.dgv_S3.SelectedIndex = -1;
  686. this.dgv_S3.Size = new System.Drawing.Size(388, 93);
  687. this.dgv_S3.TabIndex = 1;
  688. //
  689. // dataGridViewTextBoxColumn7
  690. //
  691. this.dataGridViewTextBoxColumn7.HeaderText = "产品数字SN";
  692. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  693. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  694. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  695. //
  696. // dataGridViewTextBoxColumn8
  697. //
  698. this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  699. this.dataGridViewTextBoxColumn8.HeaderText = "事件记录";
  700. this.dataGridViewTextBoxColumn8.MinimumWidth = 120;
  701. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  702. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  703. //
  704. // dataGridViewTextBoxColumn9
  705. //
  706. this.dataGridViewTextBoxColumn9.HeaderText = "发生时间";
  707. this.dataGridViewTextBoxColumn9.MinimumWidth = 200;
  708. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  709. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  710. this.dataGridViewTextBoxColumn9.Width = 200;
  711. //
  712. // tpnl_PLCStatus
  713. //
  714. this.tpnl_PLCStatus.Controls.Add(this.flowLayoutPanel1);
  715. this.tpnl_PLCStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  716. this.tpnl_PLCStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  717. this.tpnl_PLCStatus.Location = new System.Drawing.Point(4, 284);
  718. this.tpnl_PLCStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  719. this.tpnl_PLCStatus.MinimumSize = new System.Drawing.Size(1, 1);
  720. this.tpnl_PLCStatus.Name = "tpnl_PLCStatus";
  721. this.tpnl_PLCStatus.RectColor = System.Drawing.SystemColors.AppWorkspace;
  722. this.uiTableLayoutPanel1.SetRowSpan(this.tpnl_PLCStatus, 2);
  723. this.tpnl_PLCStatus.ShowText = false;
  724. this.tpnl_PLCStatus.Size = new System.Drawing.Size(232, 275);
  725. this.tpnl_PLCStatus.TabIndex = 5;
  726. this.tpnl_PLCStatus.Text = "PLC状态";
  727. this.tpnl_PLCStatus.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  728. this.tpnl_PLCStatus.TitleColor = System.Drawing.Color.Gray;
  729. //
  730. // flowLayoutPanel1
  731. //
  732. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  733. | System.Windows.Forms.AnchorStyles.Left)
  734. | System.Windows.Forms.AnchorStyles.Right)));
  735. this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  736. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel1);
  737. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel2);
  738. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel3);
  739. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel4);
  740. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel5);
  741. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel6);
  742. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel7);
  743. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel8);
  744. this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel9);
  745. this.flowLayoutPanel1.Location = new System.Drawing.Point(27, 41);
  746. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  747. this.flowLayoutPanel1.Size = new System.Drawing.Size(178, 294);
  748. this.flowLayoutPanel1.TabIndex = 0;
  749. //
  750. // tableLayoutPanel1
  751. //
  752. this.tableLayoutPanel1.ColumnCount = 2;
  753. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  754. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  755. this.tableLayoutPanel1.Controls.Add(this.LedB_S0, 0, 0);
  756. this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
  757. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 2);
  758. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  759. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  760. this.tableLayoutPanel1.RowCount = 1;
  761. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  762. this.tableLayoutPanel1.Size = new System.Drawing.Size(172, 32);
  763. this.tableLayoutPanel1.TabIndex = 1;
  764. //
  765. // LedB_S0
  766. //
  767. this.LedB_S0.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  768. this.LedB_S0.Location = new System.Drawing.Point(3, 3);
  769. this.LedB_S0.Name = "LedB_S0";
  770. this.LedB_S0.Size = new System.Drawing.Size(26, 26);
  771. this.LedB_S0.TabIndex = 1;
  772. this.LedB_S0.Text = "uiLedBulb1";
  773. //
  774. // label1
  775. //
  776. this.label1.AutoSize = true;
  777. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  778. this.label1.Location = new System.Drawing.Point(36, 3);
  779. this.label1.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  780. this.label1.Name = "label1";
  781. this.label1.Size = new System.Drawing.Size(133, 26);
  782. this.label1.TabIndex = 2;
  783. this.label1.Text = "[S0壳体上料]";
  784. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  785. //
  786. // tableLayoutPanel2
  787. //
  788. this.tableLayoutPanel2.ColumnCount = 2;
  789. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  790. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  791. this.tableLayoutPanel2.Controls.Add(this.LedB_S1, 0, 0);
  792. this.tableLayoutPanel2.Controls.Add(this.label2, 1, 0);
  793. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 38);
  794. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  795. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  796. this.tableLayoutPanel2.RowCount = 1;
  797. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  798. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  799. this.tableLayoutPanel2.Size = new System.Drawing.Size(172, 32);
  800. this.tableLayoutPanel2.TabIndex = 2;
  801. //
  802. // LedB_S1
  803. //
  804. this.LedB_S1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  805. this.LedB_S1.Location = new System.Drawing.Point(3, 3);
  806. this.LedB_S1.Name = "LedB_S1";
  807. this.LedB_S1.Size = new System.Drawing.Size(26, 26);
  808. this.LedB_S1.TabIndex = 1;
  809. this.LedB_S1.Text = "uiLedBulb2";
  810. //
  811. // label2
  812. //
  813. this.label2.AutoSize = true;
  814. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  815. this.label2.Location = new System.Drawing.Point(36, 3);
  816. this.label2.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  817. this.label2.Name = "label2";
  818. this.label2.Size = new System.Drawing.Size(133, 26);
  819. this.label2.TabIndex = 2;
  820. this.label2.Text = "[S1装胶圈]";
  821. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  822. //
  823. // tableLayoutPanel3
  824. //
  825. this.tableLayoutPanel3.ColumnCount = 2;
  826. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  827. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  828. this.tableLayoutPanel3.Controls.Add(this.LedB_S2, 0, 0);
  829. this.tableLayoutPanel3.Controls.Add(this.label3, 1, 0);
  830. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 74);
  831. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  832. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  833. this.tableLayoutPanel3.RowCount = 1;
  834. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  835. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  836. this.tableLayoutPanel3.Size = new System.Drawing.Size(172, 32);
  837. this.tableLayoutPanel3.TabIndex = 3;
  838. //
  839. // LedB_S2
  840. //
  841. this.LedB_S2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  842. this.LedB_S2.Location = new System.Drawing.Point(3, 3);
  843. this.LedB_S2.Name = "LedB_S2";
  844. this.LedB_S2.Size = new System.Drawing.Size(26, 26);
  845. this.LedB_S2.TabIndex = 1;
  846. this.LedB_S2.Text = "uiLedBulb3";
  847. //
  848. // label3
  849. //
  850. this.label3.AutoSize = true;
  851. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  852. this.label3.Location = new System.Drawing.Point(36, 3);
  853. this.label3.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  854. this.label3.Name = "label3";
  855. this.label3.Size = new System.Drawing.Size(133, 26);
  856. this.label3.TabIndex = 2;
  857. this.label3.Text = "[S2电性能测试]";
  858. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  859. //
  860. // tableLayoutPanel4
  861. //
  862. this.tableLayoutPanel4.ColumnCount = 2;
  863. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  864. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  865. this.tableLayoutPanel4.Controls.Add(this.LedB_S3, 0, 0);
  866. this.tableLayoutPanel4.Controls.Add(this.label4, 1, 0);
  867. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 110);
  868. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  869. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  870. this.tableLayoutPanel4.RowCount = 1;
  871. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  872. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  873. this.tableLayoutPanel4.Size = new System.Drawing.Size(172, 32);
  874. this.tableLayoutPanel4.TabIndex = 4;
  875. //
  876. // LedB_S3
  877. //
  878. this.LedB_S3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  879. this.LedB_S3.Location = new System.Drawing.Point(3, 3);
  880. this.LedB_S3.Name = "LedB_S3";
  881. this.LedB_S3.Size = new System.Drawing.Size(26, 26);
  882. this.LedB_S3.TabIndex = 1;
  883. this.LedB_S3.Text = "uiLedBulb4";
  884. //
  885. // label4
  886. //
  887. this.label4.AutoSize = true;
  888. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  889. this.label4.Location = new System.Drawing.Point(36, 3);
  890. this.label4.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  891. this.label4.Name = "label4";
  892. this.label4.Size = new System.Drawing.Size(133, 26);
  893. this.label4.TabIndex = 2;
  894. this.label4.Text = "[S3导通性测试]";
  895. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  896. //
  897. // tableLayoutPanel5
  898. //
  899. this.tableLayoutPanel5.ColumnCount = 2;
  900. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  901. this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  902. this.tableLayoutPanel5.Controls.Add(this.LedB_S4, 0, 0);
  903. this.tableLayoutPanel5.Controls.Add(this.label5, 1, 0);
  904. this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 146);
  905. this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  906. this.tableLayoutPanel5.Name = "tableLayoutPanel5";
  907. this.tableLayoutPanel5.RowCount = 1;
  908. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  909. this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  910. this.tableLayoutPanel5.Size = new System.Drawing.Size(172, 32);
  911. this.tableLayoutPanel5.TabIndex = 5;
  912. //
  913. // LedB_S4
  914. //
  915. this.LedB_S4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  916. this.LedB_S4.Location = new System.Drawing.Point(3, 3);
  917. this.LedB_S4.Name = "LedB_S4";
  918. this.LedB_S4.Size = new System.Drawing.Size(26, 26);
  919. this.LedB_S4.TabIndex = 1;
  920. this.LedB_S4.Text = "uiLedBulb5";
  921. //
  922. // label5
  923. //
  924. this.label5.AutoSize = true;
  925. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  926. this.label5.Location = new System.Drawing.Point(36, 3);
  927. this.label5.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  928. this.label5.Name = "label5";
  929. this.label5.Size = new System.Drawing.Size(133, 26);
  930. this.label5.TabIndex = 2;
  931. this.label5.Text = "[S4气密测试]";
  932. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  933. //
  934. // tableLayoutPanel6
  935. //
  936. this.tableLayoutPanel6.ColumnCount = 2;
  937. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  938. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  939. this.tableLayoutPanel6.Controls.Add(this.LedB_S5, 0, 0);
  940. this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
  941. this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 182);
  942. this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  943. this.tableLayoutPanel6.Name = "tableLayoutPanel6";
  944. this.tableLayoutPanel6.RowCount = 1;
  945. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  946. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  947. this.tableLayoutPanel6.Size = new System.Drawing.Size(172, 32);
  948. this.tableLayoutPanel6.TabIndex = 6;
  949. //
  950. // LedB_S5
  951. //
  952. this.LedB_S5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  953. this.LedB_S5.Location = new System.Drawing.Point(3, 3);
  954. this.LedB_S5.Name = "LedB_S5";
  955. this.LedB_S5.Size = new System.Drawing.Size(26, 26);
  956. this.LedB_S5.TabIndex = 1;
  957. this.LedB_S5.Text = "uiLedBulb6";
  958. //
  959. // label6
  960. //
  961. this.label6.AutoSize = true;
  962. this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
  963. this.label6.Location = new System.Drawing.Point(36, 3);
  964. this.label6.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  965. this.label6.Name = "label6";
  966. this.label6.Size = new System.Drawing.Size(133, 26);
  967. this.label6.TabIndex = 2;
  968. this.label6.Text = "[S5激光标记]";
  969. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  970. //
  971. // tableLayoutPanel7
  972. //
  973. this.tableLayoutPanel7.ColumnCount = 2;
  974. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  975. this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  976. this.tableLayoutPanel7.Controls.Add(this.LedB_S6, 0, 0);
  977. this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
  978. this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 218);
  979. this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  980. this.tableLayoutPanel7.Name = "tableLayoutPanel7";
  981. this.tableLayoutPanel7.RowCount = 1;
  982. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  983. this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  984. this.tableLayoutPanel7.Size = new System.Drawing.Size(172, 32);
  985. this.tableLayoutPanel7.TabIndex = 7;
  986. //
  987. // LedB_S6
  988. //
  989. this.LedB_S6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  990. this.LedB_S6.Location = new System.Drawing.Point(3, 3);
  991. this.LedB_S6.Name = "LedB_S6";
  992. this.LedB_S6.Size = new System.Drawing.Size(26, 26);
  993. this.LedB_S6.TabIndex = 1;
  994. this.LedB_S6.Text = "uiLedBulb7";
  995. //
  996. // label7
  997. //
  998. this.label7.AutoSize = true;
  999. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  1000. this.label7.Location = new System.Drawing.Point(36, 3);
  1001. this.label7.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  1002. this.label7.Name = "label7";
  1003. this.label7.Size = new System.Drawing.Size(133, 26);
  1004. this.label7.TabIndex = 2;
  1005. this.label7.Text = "[S6CCD检测]";
  1006. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1007. //
  1008. // tableLayoutPanel8
  1009. //
  1010. this.tableLayoutPanel8.ColumnCount = 2;
  1011. this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  1012. this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1013. this.tableLayoutPanel8.Controls.Add(this.LedB_Heat, 0, 0);
  1014. this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
  1015. this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 254);
  1016. this.tableLayoutPanel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1017. this.tableLayoutPanel8.Name = "tableLayoutPanel8";
  1018. this.tableLayoutPanel8.RowCount = 1;
  1019. this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1020. this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  1021. this.tableLayoutPanel8.Size = new System.Drawing.Size(172, 32);
  1022. this.tableLayoutPanel8.TabIndex = 8;
  1023. //
  1024. // LedB_Heat
  1025. //
  1026. this.LedB_Heat.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  1027. this.LedB_Heat.Location = new System.Drawing.Point(3, 3);
  1028. this.LedB_Heat.Name = "LedB_Heat";
  1029. this.LedB_Heat.Size = new System.Drawing.Size(26, 26);
  1030. this.LedB_Heat.TabIndex = 1;
  1031. this.LedB_Heat.Text = "uiLedBulb7";
  1032. //
  1033. // label8
  1034. //
  1035. this.label8.AutoSize = true;
  1036. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  1037. this.label8.Location = new System.Drawing.Point(36, 3);
  1038. this.label8.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  1039. this.label8.Name = "label8";
  1040. this.label8.Size = new System.Drawing.Size(133, 26);
  1041. this.label8.TabIndex = 2;
  1042. this.label8.Text = "上位机心跳";
  1043. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1044. //
  1045. // tableLayoutPanel9
  1046. //
  1047. this.tableLayoutPanel9.ColumnCount = 2;
  1048. this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  1049. this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1050. this.tableLayoutPanel9.Controls.Add(this.LedB_Alarm, 0, 0);
  1051. this.tableLayoutPanel9.Controls.Add(this.label9, 1, 0);
  1052. this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 290);
  1053. this.tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1054. this.tableLayoutPanel9.Name = "tableLayoutPanel9";
  1055. this.tableLayoutPanel9.RowCount = 1;
  1056. this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1057. this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
  1058. this.tableLayoutPanel9.Size = new System.Drawing.Size(172, 32);
  1059. this.tableLayoutPanel9.TabIndex = 9;
  1060. //
  1061. // LedB_Alarm
  1062. //
  1063. this.LedB_Alarm.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  1064. this.LedB_Alarm.Location = new System.Drawing.Point(3, 3);
  1065. this.LedB_Alarm.Name = "LedB_Alarm";
  1066. this.LedB_Alarm.Size = new System.Drawing.Size(26, 26);
  1067. this.LedB_Alarm.TabIndex = 1;
  1068. this.LedB_Alarm.Text = "uiLedBulb7";
  1069. //
  1070. // label9
  1071. //
  1072. this.label9.AutoSize = true;
  1073. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  1074. this.label9.Location = new System.Drawing.Point(36, 3);
  1075. this.label9.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
  1076. this.label9.Name = "label9";
  1077. this.label9.Size = new System.Drawing.Size(133, 26);
  1078. this.label9.TabIndex = 2;
  1079. this.label9.Text = "设备状态与报警";
  1080. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1081. //
  1082. // tpnl_WholeLine
  1083. //
  1084. this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineRConnect);
  1085. this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineConnect);
  1086. this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineDisconnect);
  1087. this.tpnl_WholeLine.Dock = System.Windows.Forms.DockStyle.Fill;
  1088. this.tpnl_WholeLine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1089. this.tpnl_WholeLine.Location = new System.Drawing.Point(4, 144);
  1090. this.tpnl_WholeLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  1091. this.tpnl_WholeLine.MinimumSize = new System.Drawing.Size(1, 1);
  1092. this.tpnl_WholeLine.Name = "tpnl_WholeLine";
  1093. this.tpnl_WholeLine.RectColor = System.Drawing.SystemColors.AppWorkspace;
  1094. this.tpnl_WholeLine.ShowText = false;
  1095. this.tpnl_WholeLine.Size = new System.Drawing.Size(232, 134);
  1096. this.tpnl_WholeLine.TabIndex = 4;
  1097. this.tpnl_WholeLine.Text = "整线操作区-本次启动有效";
  1098. this.tpnl_WholeLine.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1099. this.tpnl_WholeLine.TitleColor = System.Drawing.Color.Gray;
  1100. //
  1101. // Btn_WholeLineRConnect
  1102. //
  1103. this.Btn_WholeLineRConnect.BackColor = System.Drawing.Color.Gray;
  1104. this.Btn_WholeLineRConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1105. this.Btn_WholeLineRConnect.ForeColor = System.Drawing.Color.White;
  1106. this.Btn_WholeLineRConnect.Location = new System.Drawing.Point(6, 112);
  1107. this.Btn_WholeLineRConnect.Name = "Btn_WholeLineRConnect";
  1108. this.Btn_WholeLineRConnect.Size = new System.Drawing.Size(220, 32);
  1109. this.Btn_WholeLineRConnect.TabIndex = 5;
  1110. this.Btn_WholeLineRConnect.Text = "重新连接PLC";
  1111. this.Btn_WholeLineRConnect.UseVisualStyleBackColor = false;
  1112. this.Btn_WholeLineRConnect.Click += new System.EventHandler(this.Btn_WholeLineRConnect_Click);
  1113. //
  1114. // Btn_WholeLineConnect
  1115. //
  1116. this.Btn_WholeLineConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(77)))), ((int)(((byte)(80)))));
  1117. this.Btn_WholeLineConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1118. this.Btn_WholeLineConnect.ForeColor = System.Drawing.Color.White;
  1119. this.Btn_WholeLineConnect.Location = new System.Drawing.Point(6, 39);
  1120. this.Btn_WholeLineConnect.Name = "Btn_WholeLineConnect";
  1121. this.Btn_WholeLineConnect.Size = new System.Drawing.Size(220, 32);
  1122. this.Btn_WholeLineConnect.TabIndex = 4;
  1123. this.Btn_WholeLineConnect.Text = "全部连接PLC";
  1124. this.Btn_WholeLineConnect.UseVisualStyleBackColor = false;
  1125. this.Btn_WholeLineConnect.Click += new System.EventHandler(this.Btn_WholeLineConnect_Click);
  1126. //
  1127. // Btn_WholeLineDisconnect
  1128. //
  1129. this.Btn_WholeLineDisconnect.BackColor = System.Drawing.Color.Gray;
  1130. this.Btn_WholeLineDisconnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1131. this.Btn_WholeLineDisconnect.ForeColor = System.Drawing.Color.White;
  1132. this.Btn_WholeLineDisconnect.Location = new System.Drawing.Point(6, 74);
  1133. this.Btn_WholeLineDisconnect.Name = "Btn_WholeLineDisconnect";
  1134. this.Btn_WholeLineDisconnect.Size = new System.Drawing.Size(220, 32);
  1135. this.Btn_WholeLineDisconnect.TabIndex = 2;
  1136. this.Btn_WholeLineDisconnect.Text = "全部断开PLC";
  1137. this.Btn_WholeLineDisconnect.UseVisualStyleBackColor = false;
  1138. this.Btn_WholeLineDisconnect.Click += new System.EventHandler(this.Btn_WholeLineDisconnect_Click);
  1139. //
  1140. // pnl_S0
  1141. //
  1142. this.pnl_S0.Controls.Add(this.dgv_S0);
  1143. this.pnl_S0.Dock = System.Windows.Forms.DockStyle.Fill;
  1144. this.pnl_S0.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1145. this.pnl_S0.Location = new System.Drawing.Point(244, 4);
  1146. this.pnl_S0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  1147. this.pnl_S0.MinimumSize = new System.Drawing.Size(1, 1);
  1148. this.pnl_S0.Name = "pnl_S0";
  1149. this.pnl_S0.RectColor = System.Drawing.SystemColors.AppWorkspace;
  1150. this.pnl_S0.ShowText = false;
  1151. this.pnl_S0.Size = new System.Drawing.Size(394, 134);
  1152. this.pnl_S0.TabIndex = 3;
  1153. this.pnl_S0.Text = "[S0壳体上料] 事件记录-本次启动";
  1154. this.pnl_S0.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1155. this.pnl_S0.TitleColor = System.Drawing.Color.Gray;
  1156. //
  1157. // dgv_S0
  1158. //
  1159. this.dgv_S0.AllowUserToAddRows = false;
  1160. this.dgv_S0.AllowUserToDeleteRows = false;
  1161. this.dgv_S0.AllowUserToOrderColumns = true;
  1162. dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1163. this.dgv_S0.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
  1164. this.dgv_S0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1165. | System.Windows.Forms.AnchorStyles.Left)
  1166. | System.Windows.Forms.AnchorStyles.Right)));
  1167. this.dgv_S0.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1168. this.dgv_S0.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1169. dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1170. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1171. dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1172. dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
  1173. dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1174. dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1175. dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1176. this.dgv_S0.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
  1177. this.dgv_S0.ColumnHeadersHeight = 32;
  1178. this.dgv_S0.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1179. this.dgv_S0.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1180. this.dataGridViewTextBoxColumn4,
  1181. this.dataGridViewTextBoxColumn6,
  1182. this.dataGridViewTextBoxColumn5});
  1183. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1184. dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
  1185. dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1186. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1187. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1188. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1189. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1190. this.dgv_S0.DefaultCellStyle = dataGridViewCellStyle28;
  1191. this.dgv_S0.EnableHeadersVisualStyles = false;
  1192. this.dgv_S0.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1193. this.dgv_S0.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1194. this.dgv_S0.Location = new System.Drawing.Point(3, 38);
  1195. this.dgv_S0.Name = "dgv_S0";
  1196. this.dgv_S0.ReadOnly = true;
  1197. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1198. dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1199. dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1200. dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1201. dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1202. dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1203. dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1204. this.dgv_S0.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
  1205. this.dgv_S0.RowHeadersVisible = false;
  1206. dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
  1207. dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1208. dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1209. dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1210. dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1211. this.dgv_S0.RowsDefaultCellStyle = dataGridViewCellStyle30;
  1212. this.dgv_S0.RowTemplate.Height = 23;
  1213. this.dgv_S0.ScrollBarColor = System.Drawing.Color.Gray;
  1214. this.dgv_S0.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  1215. this.dgv_S0.ScrollBarStyleInherited = false;
  1216. this.dgv_S0.SelectedIndex = -1;
  1217. this.dgv_S0.Size = new System.Drawing.Size(388, 93);
  1218. this.dgv_S0.TabIndex = 1;
  1219. //
  1220. // dataGridViewTextBoxColumn4
  1221. //
  1222. this.dataGridViewTextBoxColumn4.DataPropertyName = "SnNumber";
  1223. this.dataGridViewTextBoxColumn4.HeaderText = "产品数字SN";
  1224. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  1225. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1226. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  1227. //
  1228. // dataGridViewTextBoxColumn6
  1229. //
  1230. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  1231. this.dataGridViewTextBoxColumn6.DataPropertyName = "Message";
  1232. this.dataGridViewTextBoxColumn6.HeaderText = "事件记录";
  1233. this.dataGridViewTextBoxColumn6.MinimumWidth = 120;
  1234. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  1235. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  1236. //
  1237. // dataGridViewTextBoxColumn5
  1238. //
  1239. this.dataGridViewTextBoxColumn5.DataPropertyName = "CreateTime";
  1240. this.dataGridViewTextBoxColumn5.HeaderText = "发生时间";
  1241. this.dataGridViewTextBoxColumn5.MinimumWidth = 200;
  1242. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1243. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  1244. this.dataGridViewTextBoxColumn5.Width = 200;
  1245. //
  1246. // pnl_S1
  1247. //
  1248. this.pnl_S1.Controls.Add(this.dgv_S1);
  1249. this.pnl_S1.Dock = System.Windows.Forms.DockStyle.Fill;
  1250. this.pnl_S1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1251. this.pnl_S1.Location = new System.Drawing.Point(646, 4);
  1252. this.pnl_S1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  1253. this.pnl_S1.MinimumSize = new System.Drawing.Size(1, 1);
  1254. this.pnl_S1.Name = "pnl_S1";
  1255. this.pnl_S1.RectColor = System.Drawing.SystemColors.AppWorkspace;
  1256. this.pnl_S1.ShowText = false;
  1257. this.pnl_S1.Size = new System.Drawing.Size(394, 134);
  1258. this.pnl_S1.TabIndex = 2;
  1259. this.pnl_S1.Text = "[S1装胶圈] 事件记录-本次启动";
  1260. this.pnl_S1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1261. this.pnl_S1.TitleColor = System.Drawing.Color.Gray;
  1262. //
  1263. // dgv_S1
  1264. //
  1265. this.dgv_S1.AllowUserToAddRows = false;
  1266. this.dgv_S1.AllowUserToDeleteRows = false;
  1267. this.dgv_S1.AllowUserToOrderColumns = true;
  1268. dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1269. this.dgv_S1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
  1270. this.dgv_S1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1271. | System.Windows.Forms.AnchorStyles.Left)
  1272. | System.Windows.Forms.AnchorStyles.Right)));
  1273. this.dgv_S1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1274. this.dgv_S1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1275. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1276. dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1277. dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1278. dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
  1279. dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1280. dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1281. dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1282. this.dgv_S1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
  1283. this.dgv_S1.ColumnHeadersHeight = 32;
  1284. this.dgv_S1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1285. this.dgv_S1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1286. this.dataGridViewTextBoxColumn1,
  1287. this.dataGridViewTextBoxColumn3,
  1288. this.dataGridViewTextBoxColumn2});
  1289. dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1290. dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
  1291. dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1292. dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1293. dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1294. dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1295. dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1296. this.dgv_S1.DefaultCellStyle = dataGridViewCellStyle33;
  1297. this.dgv_S1.EnableHeadersVisualStyles = false;
  1298. this.dgv_S1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1299. this.dgv_S1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
  1300. this.dgv_S1.Location = new System.Drawing.Point(3, 38);
  1301. this.dgv_S1.Name = "dgv_S1";
  1302. this.dgv_S1.ReadOnly = true;
  1303. dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1304. dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  1305. dataGridViewCellStyle34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1306. dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1307. dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  1308. dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1309. dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1310. this.dgv_S1.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
  1311. this.dgv_S1.RowHeadersVisible = false;
  1312. dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
  1313. dataGridViewCellStyle35.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1314. dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1315. dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
  1316. dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1317. this.dgv_S1.RowsDefaultCellStyle = dataGridViewCellStyle35;
  1318. this.dgv_S1.RowTemplate.Height = 23;
  1319. this.dgv_S1.ScrollBarColor = System.Drawing.Color.Gray;
  1320. this.dgv_S1.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
  1321. this.dgv_S1.ScrollBarStyleInherited = false;
  1322. this.dgv_S1.SelectedIndex = -1;
  1323. this.dgv_S1.Size = new System.Drawing.Size(388, 93);
  1324. this.dgv_S1.TabIndex = 1;
  1325. //
  1326. // dataGridViewTextBoxColumn1
  1327. //
  1328. this.dataGridViewTextBoxColumn1.DataPropertyName = "SnNumber";
  1329. this.dataGridViewTextBoxColumn1.HeaderText = "产品数字SN";
  1330. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  1331. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1332. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  1333. //
  1334. // dataGridViewTextBoxColumn3
  1335. //
  1336. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  1337. this.dataGridViewTextBoxColumn3.DataPropertyName = "Message";
  1338. this.dataGridViewTextBoxColumn3.FillWeight = 10.30928F;
  1339. this.dataGridViewTextBoxColumn3.HeaderText = "事件记录";
  1340. this.dataGridViewTextBoxColumn3.MinimumWidth = 120;
  1341. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1342. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  1343. //
  1344. // dataGridViewTextBoxColumn2
  1345. //
  1346. this.dataGridViewTextBoxColumn2.DataPropertyName = "CreateTime";
  1347. this.dataGridViewTextBoxColumn2.HeaderText = "发生时间";
  1348. this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
  1349. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1350. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  1351. this.dataGridViewTextBoxColumn2.Width = 200;
  1352. //
  1353. // tpnl_SimplexStation
  1354. //
  1355. this.tpnl_SimplexStation.Controls.Add(this.cmb_SimpleStationName);
  1356. this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationDBView);
  1357. this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationDisconnect);
  1358. this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationConnect);
  1359. this.tpnl_SimplexStation.Dock = System.Windows.Forms.DockStyle.Fill;
  1360. this.tpnl_SimplexStation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1361. this.tpnl_SimplexStation.Location = new System.Drawing.Point(4, 4);
  1362. this.tpnl_SimplexStation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
  1363. this.tpnl_SimplexStation.MinimumSize = new System.Drawing.Size(1, 1);
  1364. this.tpnl_SimplexStation.Name = "tpnl_SimplexStation";
  1365. this.tpnl_SimplexStation.RectColor = System.Drawing.SystemColors.AppWorkspace;
  1366. this.tpnl_SimplexStation.ShowText = false;
  1367. this.tpnl_SimplexStation.Size = new System.Drawing.Size(232, 134);
  1368. this.tpnl_SimplexStation.TabIndex = 1;
  1369. this.tpnl_SimplexStation.Text = "单工站操作区-本次启动有效";
  1370. this.tpnl_SimplexStation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1371. this.tpnl_SimplexStation.TitleColor = System.Drawing.Color.Gray;
  1372. //
  1373. // cmb_SimpleStationName
  1374. //
  1375. this.cmb_SimpleStationName.BackColor = System.Drawing.Color.WhiteSmoke;
  1376. this.cmb_SimpleStationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1377. this.cmb_SimpleStationName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1378. this.cmb_SimpleStationName.FormattingEnabled = true;
  1379. this.cmb_SimpleStationName.Items.AddRange(new object[] {
  1380. "[S0]壳体上料",
  1381. "[S1]装胶圈",
  1382. "[S2]电性能测试",
  1383. "[S3]导通性测试",
  1384. "[S4]气密测试",
  1385. "[S5]激光标记",
  1386. "[S6]CCD检测",
  1387. "独立线程-上位机心跳",
  1388. "独立线程-采集设备状态与报警"});
  1389. this.cmb_SimpleStationName.Location = new System.Drawing.Point(7, 38);
  1390. this.cmb_SimpleStationName.Name = "cmb_SimpleStationName";
  1391. this.cmb_SimpleStationName.Size = new System.Drawing.Size(218, 24);
  1392. this.cmb_SimpleStationName.TabIndex = 3;
  1393. //
  1394. // Btn_SimpleStationDBView
  1395. //
  1396. this.Btn_SimpleStationDBView.BackColor = System.Drawing.Color.Gray;
  1397. this.Btn_SimpleStationDBView.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1398. this.Btn_SimpleStationDBView.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1399. this.Btn_SimpleStationDBView.ForeColor = System.Drawing.Color.White;
  1400. this.Btn_SimpleStationDBView.Location = new System.Drawing.Point(6, 116);
  1401. this.Btn_SimpleStationDBView.Name = "Btn_SimpleStationDBView";
  1402. this.Btn_SimpleStationDBView.Size = new System.Drawing.Size(220, 25);
  1403. this.Btn_SimpleStationDBView.TabIndex = 2;
  1404. this.Btn_SimpleStationDBView.Text = "查看实时数据";
  1405. this.Btn_SimpleStationDBView.UseVisualStyleBackColor = false;
  1406. this.Btn_SimpleStationDBView.Click += new System.EventHandler(this.Btn_SimpleStationDBView_Click);
  1407. //
  1408. // Btn_SimpleStationDisconnect
  1409. //
  1410. this.Btn_SimpleStationDisconnect.BackColor = System.Drawing.Color.Gray;
  1411. this.Btn_SimpleStationDisconnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1412. this.Btn_SimpleStationDisconnect.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1413. this.Btn_SimpleStationDisconnect.ForeColor = System.Drawing.Color.White;
  1414. this.Btn_SimpleStationDisconnect.Location = new System.Drawing.Point(6, 90);
  1415. this.Btn_SimpleStationDisconnect.Name = "Btn_SimpleStationDisconnect";
  1416. this.Btn_SimpleStationDisconnect.Size = new System.Drawing.Size(220, 25);
  1417. this.Btn_SimpleStationDisconnect.TabIndex = 1;
  1418. this.Btn_SimpleStationDisconnect.Text = "停止连接PLC";
  1419. this.Btn_SimpleStationDisconnect.UseVisualStyleBackColor = false;
  1420. this.Btn_SimpleStationDisconnect.Click += new System.EventHandler(this.Btn_SimpleStationDisconnect_Click);
  1421. //
  1422. // Btn_SimpleStationConnect
  1423. //
  1424. this.Btn_SimpleStationConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(77)))), ((int)(((byte)(80)))));
  1425. this.Btn_SimpleStationConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  1426. this.Btn_SimpleStationConnect.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1427. this.Btn_SimpleStationConnect.ForeColor = System.Drawing.Color.White;
  1428. this.Btn_SimpleStationConnect.Location = new System.Drawing.Point(6, 64);
  1429. this.Btn_SimpleStationConnect.Name = "Btn_SimpleStationConnect";
  1430. this.Btn_SimpleStationConnect.Size = new System.Drawing.Size(220, 25);
  1431. this.Btn_SimpleStationConnect.TabIndex = 0;
  1432. this.Btn_SimpleStationConnect.Text = "连接PLC";
  1433. this.Btn_SimpleStationConnect.UseVisualStyleBackColor = false;
  1434. this.Btn_SimpleStationConnect.Click += new System.EventHandler(this.Btn_SimpleStationConnect_Click);
  1435. //
  1436. // button1
  1437. //
  1438. this.button1.Location = new System.Drawing.Point(645, 422);
  1439. this.button1.Name = "button1";
  1440. this.button1.Size = new System.Drawing.Size(123, 23);
  1441. this.button1.TabIndex = 11;
  1442. this.button1.Text = "测试\'事件记录展示\'";
  1443. this.button1.UseVisualStyleBackColor = true;
  1444. this.button1.Visible = false;
  1445. this.button1.Click += new System.EventHandler(this.button1_Click);
  1446. //
  1447. // Form_PLCDB
  1448. //
  1449. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1450. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1451. this.BackColor = System.Drawing.Color.White;
  1452. this.ClientSize = new System.Drawing.Size(1044, 561);
  1453. this.Controls.Add(this.uiTableLayoutPanel1);
  1454. this.Name = "Form_PLCDB";
  1455. this.Text = "Form_PLCDB";
  1456. this.Load += new System.EventHandler(this.Form_PLCDB_Load);
  1457. this.uiTableLayoutPanel1.ResumeLayout(false);
  1458. this.pnl_S6.ResumeLayout(false);
  1459. ((System.ComponentModel.ISupportInitialize)(this.dgv_S6)).EndInit();
  1460. this.pnl_S4.ResumeLayout(false);
  1461. ((System.ComponentModel.ISupportInitialize)(this.dgv_S4)).EndInit();
  1462. this.pnl_S5.ResumeLayout(false);
  1463. ((System.ComponentModel.ISupportInitialize)(this.dgv_S5)).EndInit();
  1464. this.pnl_S2.ResumeLayout(false);
  1465. ((System.ComponentModel.ISupportInitialize)(this.dgv_S2)).EndInit();
  1466. this.pnl_S3.ResumeLayout(false);
  1467. ((System.ComponentModel.ISupportInitialize)(this.dgv_S3)).EndInit();
  1468. this.tpnl_PLCStatus.ResumeLayout(false);
  1469. this.flowLayoutPanel1.ResumeLayout(false);
  1470. this.tableLayoutPanel1.ResumeLayout(false);
  1471. this.tableLayoutPanel1.PerformLayout();
  1472. this.tableLayoutPanel2.ResumeLayout(false);
  1473. this.tableLayoutPanel2.PerformLayout();
  1474. this.tableLayoutPanel3.ResumeLayout(false);
  1475. this.tableLayoutPanel3.PerformLayout();
  1476. this.tableLayoutPanel4.ResumeLayout(false);
  1477. this.tableLayoutPanel4.PerformLayout();
  1478. this.tableLayoutPanel5.ResumeLayout(false);
  1479. this.tableLayoutPanel5.PerformLayout();
  1480. this.tableLayoutPanel6.ResumeLayout(false);
  1481. this.tableLayoutPanel6.PerformLayout();
  1482. this.tableLayoutPanel7.ResumeLayout(false);
  1483. this.tableLayoutPanel7.PerformLayout();
  1484. this.tableLayoutPanel8.ResumeLayout(false);
  1485. this.tableLayoutPanel8.PerformLayout();
  1486. this.tableLayoutPanel9.ResumeLayout(false);
  1487. this.tableLayoutPanel9.PerformLayout();
  1488. this.tpnl_WholeLine.ResumeLayout(false);
  1489. this.pnl_S0.ResumeLayout(false);
  1490. ((System.ComponentModel.ISupportInitialize)(this.dgv_S0)).EndInit();
  1491. this.pnl_S1.ResumeLayout(false);
  1492. ((System.ComponentModel.ISupportInitialize)(this.dgv_S1)).EndInit();
  1493. this.tpnl_SimplexStation.ResumeLayout(false);
  1494. this.ResumeLayout(false);
  1495. }
  1496. #endregion
  1497. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
  1498. private Sunny.UI.UITitlePanel pnl_S0;
  1499. private Sunny.UI.UIDataGridView dgv_S0;
  1500. private Sunny.UI.UITitlePanel pnl_S1;
  1501. private Sunny.UI.UIDataGridView dgv_S1;
  1502. private Sunny.UI.UITitlePanel tpnl_SimplexStation;
  1503. private Sunny.UI.UITitlePanel tpnl_WholeLine;
  1504. private Sunny.UI.UITitlePanel tpnl_PLCStatus;
  1505. private Sunny.UI.UITitlePanel pnl_S2;
  1506. private Sunny.UI.UIDataGridView dgv_S2;
  1507. private Sunny.UI.UITitlePanel pnl_S3;
  1508. private Sunny.UI.UIDataGridView dgv_S3;
  1509. private Sunny.UI.UITitlePanel pnl_S4;
  1510. private Sunny.UI.UIDataGridView dgv_S4;
  1511. private Sunny.UI.UITitlePanel pnl_S5;
  1512. private Sunny.UI.UIDataGridView dgv_S5;
  1513. private Sunny.UI.UITitlePanel pnl_S6;
  1514. private Sunny.UI.UIDataGridView dgv_S6;
  1515. private System.Windows.Forms.Button Btn_SimpleStationConnect;
  1516. private System.Windows.Forms.Button Btn_SimpleStationDBView;
  1517. private System.Windows.Forms.Button Btn_SimpleStationDisconnect;
  1518. private System.Windows.Forms.ComboBox cmb_SimpleStationName;
  1519. private System.Windows.Forms.Button Btn_WholeLineDisconnect;
  1520. private System.Windows.Forms.Button Btn_WholeLineConnect;
  1521. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1522. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1523. private Sunny.UI.UILedBulb LedB_S0;
  1524. private System.Windows.Forms.Label label1;
  1525. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1526. private Sunny.UI.UILedBulb LedB_S1;
  1527. private System.Windows.Forms.Label label2;
  1528. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1529. private Sunny.UI.UILedBulb LedB_S2;
  1530. private System.Windows.Forms.Label label3;
  1531. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1532. private Sunny.UI.UILedBulb LedB_S3;
  1533. private System.Windows.Forms.Label label4;
  1534. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
  1535. private Sunny.UI.UILedBulb LedB_S4;
  1536. private System.Windows.Forms.Label label5;
  1537. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
  1538. private Sunny.UI.UILedBulb LedB_S5;
  1539. private System.Windows.Forms.Label label6;
  1540. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
  1541. private Sunny.UI.UILedBulb LedB_S6;
  1542. private System.Windows.Forms.Label label7;
  1543. private System.Windows.Forms.Button Btn_WholeLineRConnect;
  1544. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
  1545. private Sunny.UI.UILedBulb LedB_Heat;
  1546. private System.Windows.Forms.Label label8;
  1547. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
  1548. private Sunny.UI.UILedBulb LedB_Alarm;
  1549. private System.Windows.Forms.Label label9;
  1550. private System.Windows.Forms.Button button1;
  1551. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1552. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1553. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1554. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1555. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1556. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1557. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1558. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1559. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1560. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1561. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1562. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1563. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1564. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1565. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1566. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1567. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1568. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1569. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1570. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1571. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1572. }
  1573. }