1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579 |
- namespace MainForm.FaForm
- {
- partial class Form_PLCDB
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
- this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
- this.pnl_S6 = new Sunny.UI.UITitlePanel();
- this.dgv_S6 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnl_S4 = new Sunny.UI.UITitlePanel();
- this.dgv_S4 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnl_S5 = new Sunny.UI.UITitlePanel();
- this.dgv_S5 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnl_S2 = new Sunny.UI.UITitlePanel();
- this.dgv_S2 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnl_S3 = new Sunny.UI.UITitlePanel();
- this.dgv_S3 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tpnl_PLCStatus = new Sunny.UI.UITitlePanel();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S0 = new Sunny.UI.UILedBulb();
- this.label1 = new System.Windows.Forms.Label();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S1 = new Sunny.UI.UILedBulb();
- this.label2 = new System.Windows.Forms.Label();
- this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S2 = new Sunny.UI.UILedBulb();
- this.label3 = new System.Windows.Forms.Label();
- this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S3 = new Sunny.UI.UILedBulb();
- this.label4 = new System.Windows.Forms.Label();
- this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S4 = new Sunny.UI.UILedBulb();
- this.label5 = new System.Windows.Forms.Label();
- this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S5 = new Sunny.UI.UILedBulb();
- this.label6 = new System.Windows.Forms.Label();
- this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_S6 = new Sunny.UI.UILedBulb();
- this.label7 = new System.Windows.Forms.Label();
- this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_Heat = new Sunny.UI.UILedBulb();
- this.label8 = new System.Windows.Forms.Label();
- this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
- this.LedB_Alarm = new Sunny.UI.UILedBulb();
- this.label9 = new System.Windows.Forms.Label();
- this.tpnl_WholeLine = new Sunny.UI.UITitlePanel();
- this.Btn_WholeLineRConnect = new System.Windows.Forms.Button();
- this.Btn_WholeLineConnect = new System.Windows.Forms.Button();
- this.Btn_WholeLineDisconnect = new System.Windows.Forms.Button();
- this.pnl_S0 = new Sunny.UI.UITitlePanel();
- this.dgv_S0 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pnl_S1 = new Sunny.UI.UITitlePanel();
- this.dgv_S1 = new Sunny.UI.UIDataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tpnl_SimplexStation = new Sunny.UI.UITitlePanel();
- this.cmb_SimpleStationName = new System.Windows.Forms.ComboBox();
- this.Btn_SimpleStationDBView = new System.Windows.Forms.Button();
- this.Btn_SimpleStationDisconnect = new System.Windows.Forms.Button();
- this.Btn_SimpleStationConnect = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.uiTableLayoutPanel1.SuspendLayout();
- this.pnl_S6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S6)).BeginInit();
- this.pnl_S4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S4)).BeginInit();
- this.pnl_S5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S5)).BeginInit();
- this.pnl_S2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S2)).BeginInit();
- this.pnl_S3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S3)).BeginInit();
- this.tpnl_PLCStatus.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.tableLayoutPanel2.SuspendLayout();
- this.tableLayoutPanel3.SuspendLayout();
- this.tableLayoutPanel4.SuspendLayout();
- this.tableLayoutPanel5.SuspendLayout();
- this.tableLayoutPanel6.SuspendLayout();
- this.tableLayoutPanel7.SuspendLayout();
- this.tableLayoutPanel8.SuspendLayout();
- this.tableLayoutPanel9.SuspendLayout();
- this.tpnl_WholeLine.SuspendLayout();
- this.pnl_S0.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S0)).BeginInit();
- this.pnl_S1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S1)).BeginInit();
- this.tpnl_SimplexStation.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTableLayoutPanel1
- //
- this.uiTableLayoutPanel1.ColumnCount = 3;
- this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 240F));
- this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S6, 1, 3);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S4, 1, 2);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S5, 2, 2);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S2, 1, 1);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S3, 2, 1);
- this.uiTableLayoutPanel1.Controls.Add(this.tpnl_PLCStatus, 0, 2);
- this.uiTableLayoutPanel1.Controls.Add(this.tpnl_WholeLine, 0, 1);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S0, 1, 0);
- this.uiTableLayoutPanel1.Controls.Add(this.pnl_S1, 2, 0);
- this.uiTableLayoutPanel1.Controls.Add(this.tpnl_SimplexStation, 0, 0);
- this.uiTableLayoutPanel1.Controls.Add(this.button1, 2, 3);
- this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
- this.uiTableLayoutPanel1.RowCount = 4;
- this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.07188F));
- this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.07188F));
- this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.9118F));
- this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.94444F));
- this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1044, 561);
- this.uiTableLayoutPanel1.TabIndex = 0;
- this.uiTableLayoutPanel1.TagString = null;
- //
- // pnl_S6
- //
- this.pnl_S6.Controls.Add(this.dgv_S6);
- this.pnl_S6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S6.Location = new System.Drawing.Point(244, 423);
- this.pnl_S6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S6.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S6.Name = "pnl_S6";
- this.pnl_S6.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S6.ShowText = false;
- this.pnl_S6.Size = new System.Drawing.Size(394, 136);
- this.pnl_S6.TabIndex = 10;
- this.pnl_S6.Text = "[S6CCD检测] 事件记录-本次启动";
- this.pnl_S6.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S6.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S6
- //
- this.dgv_S6.AllowUserToAddRows = false;
- this.dgv_S6.AllowUserToDeleteRows = false;
- this.dgv_S6.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S6.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv_S6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S6.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S6.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S6.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv_S6.ColumnHeadersHeight = 32;
- this.dgv_S6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S6.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn19,
- this.dataGridViewTextBoxColumn20,
- this.dataGridViewTextBoxColumn21});
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S6.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv_S6.EnableHeadersVisualStyles = false;
- this.dgv_S6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S6.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S6.Location = new System.Drawing.Point(3, 38);
- this.dgv_S6.Name = "dgv_S6";
- this.dgv_S6.ReadOnly = true;
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S6.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv_S6.RowHeadersVisible = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S6.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgv_S6.RowTemplate.Height = 23;
- this.dgv_S6.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S6.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S6.ScrollBarStyleInherited = false;
- this.dgv_S6.SelectedIndex = -1;
- this.dgv_S6.Size = new System.Drawing.Size(388, 95);
- this.dgv_S6.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn19.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- this.dataGridViewTextBoxColumn19.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn20.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn20.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- this.dataGridViewTextBoxColumn20.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn21
- //
- this.dataGridViewTextBoxColumn21.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn21.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
- this.dataGridViewTextBoxColumn21.ReadOnly = true;
- this.dataGridViewTextBoxColumn21.Width = 200;
- //
- // pnl_S4
- //
- this.pnl_S4.Controls.Add(this.dgv_S4);
- this.pnl_S4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S4.Location = new System.Drawing.Point(244, 284);
- this.pnl_S4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S4.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S4.Name = "pnl_S4";
- this.pnl_S4.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S4.ShowText = false;
- this.pnl_S4.Size = new System.Drawing.Size(394, 133);
- this.pnl_S4.TabIndex = 9;
- this.pnl_S4.Text = "[S4气密测试] 事件记录-本次启动";
- this.pnl_S4.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S4.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S4
- //
- this.dgv_S4.AllowUserToAddRows = false;
- this.dgv_S4.AllowUserToDeleteRows = false;
- this.dgv_S4.AllowUserToOrderColumns = true;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgv_S4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S4.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgv_S4.ColumnHeadersHeight = 32;
- this.dgv_S4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn13,
- this.dataGridViewTextBoxColumn14,
- this.dataGridViewTextBoxColumn15});
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S4.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgv_S4.EnableHeadersVisualStyles = false;
- this.dgv_S4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S4.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S4.Location = new System.Drawing.Point(3, 38);
- this.dgv_S4.Name = "dgv_S4";
- this.dgv_S4.ReadOnly = true;
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S4.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- this.dgv_S4.RowHeadersVisible = false;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S4.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgv_S4.RowTemplate.Height = 23;
- this.dgv_S4.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S4.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S4.ScrollBarStyleInherited = false;
- this.dgv_S4.SelectedIndex = -1;
- this.dgv_S4.Size = new System.Drawing.Size(388, 92);
- this.dgv_S4.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn13.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn14.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn14.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- this.dataGridViewTextBoxColumn14.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn15.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- this.dataGridViewTextBoxColumn15.ReadOnly = true;
- this.dataGridViewTextBoxColumn15.Width = 200;
- //
- // pnl_S5
- //
- this.pnl_S5.Controls.Add(this.dgv_S5);
- this.pnl_S5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S5.Location = new System.Drawing.Point(646, 284);
- this.pnl_S5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S5.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S5.Name = "pnl_S5";
- this.pnl_S5.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S5.ShowText = false;
- this.pnl_S5.Size = new System.Drawing.Size(394, 133);
- this.pnl_S5.TabIndex = 8;
- this.pnl_S5.Text = "[S5激光标记] 事件记录-本次启动";
- this.pnl_S5.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S5.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S5
- //
- this.dgv_S5.AllowUserToAddRows = false;
- this.dgv_S5.AllowUserToDeleteRows = false;
- this.dgv_S5.AllowUserToOrderColumns = true;
- dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S5.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
- this.dgv_S5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S5.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S5.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S5.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
- this.dgv_S5.ColumnHeadersHeight = 32;
- this.dgv_S5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S5.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn16,
- this.dataGridViewTextBoxColumn17,
- this.dataGridViewTextBoxColumn18});
- dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S5.DefaultCellStyle = dataGridViewCellStyle13;
- this.dgv_S5.EnableHeadersVisualStyles = false;
- this.dgv_S5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S5.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S5.Location = new System.Drawing.Point(3, 38);
- this.dgv_S5.Name = "dgv_S5";
- this.dgv_S5.ReadOnly = true;
- dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S5.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
- this.dgv_S5.RowHeadersVisible = false;
- dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S5.RowsDefaultCellStyle = dataGridViewCellStyle15;
- this.dgv_S5.RowTemplate.Height = 23;
- this.dgv_S5.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S5.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S5.ScrollBarStyleInherited = false;
- this.dgv_S5.SelectedIndex = -1;
- this.dgv_S5.Size = new System.Drawing.Size(388, 92);
- this.dgv_S5.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn16.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- this.dataGridViewTextBoxColumn16.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn17.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn17.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- this.dataGridViewTextBoxColumn17.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn18.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- this.dataGridViewTextBoxColumn18.ReadOnly = true;
- this.dataGridViewTextBoxColumn18.Width = 200;
- //
- // pnl_S2
- //
- this.pnl_S2.Controls.Add(this.dgv_S2);
- this.pnl_S2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S2.Location = new System.Drawing.Point(244, 144);
- this.pnl_S2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S2.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S2.Name = "pnl_S2";
- this.pnl_S2.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S2.ShowText = false;
- this.pnl_S2.Size = new System.Drawing.Size(394, 134);
- this.pnl_S2.TabIndex = 7;
- this.pnl_S2.Text = "[S2电性能测试] 事件记录-本次启动";
- this.pnl_S2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S2.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S2
- //
- this.dgv_S2.AllowUserToAddRows = false;
- this.dgv_S2.AllowUserToDeleteRows = false;
- this.dgv_S2.AllowUserToOrderColumns = true;
- dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
- this.dgv_S2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S2.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
- this.dgv_S2.ColumnHeadersHeight = 32;
- this.dgv_S2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn10,
- this.dataGridViewTextBoxColumn11,
- this.dataGridViewTextBoxColumn12});
- dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S2.DefaultCellStyle = dataGridViewCellStyle18;
- this.dgv_S2.EnableHeadersVisualStyles = false;
- this.dgv_S2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S2.Location = new System.Drawing.Point(3, 38);
- this.dgv_S2.Name = "dgv_S2";
- this.dgv_S2.ReadOnly = true;
- dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S2.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
- this.dgv_S2.RowHeadersVisible = false;
- dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S2.RowsDefaultCellStyle = dataGridViewCellStyle20;
- this.dgv_S2.RowTemplate.Height = 23;
- this.dgv_S2.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S2.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S2.ScrollBarStyleInherited = false;
- this.dgv_S2.SelectedIndex = -1;
- this.dgv_S2.Size = new System.Drawing.Size(388, 93);
- this.dgv_S2.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn10.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn11.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn11.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn12.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Width = 200;
- //
- // pnl_S3
- //
- this.pnl_S3.Controls.Add(this.dgv_S3);
- this.pnl_S3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S3.Location = new System.Drawing.Point(646, 144);
- this.pnl_S3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S3.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S3.Name = "pnl_S3";
- this.pnl_S3.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S3.ShowText = false;
- this.pnl_S3.Size = new System.Drawing.Size(394, 134);
- this.pnl_S3.TabIndex = 6;
- this.pnl_S3.Text = "[S3导通性测试] 事件记录-本次启动";
- this.pnl_S3.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S3.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S3
- //
- this.dgv_S3.AllowUserToAddRows = false;
- this.dgv_S3.AllowUserToDeleteRows = false;
- this.dgv_S3.AllowUserToOrderColumns = true;
- dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle21;
- this.dgv_S3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S3.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle22.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle22;
- this.dgv_S3.ColumnHeadersHeight = 32;
- this.dgv_S3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn7,
- this.dataGridViewTextBoxColumn8,
- this.dataGridViewTextBoxColumn9});
- dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle23.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle23.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S3.DefaultCellStyle = dataGridViewCellStyle23;
- this.dgv_S3.EnableHeadersVisualStyles = false;
- this.dgv_S3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S3.Location = new System.Drawing.Point(3, 38);
- this.dgv_S3.Name = "dgv_S3";
- this.dgv_S3.ReadOnly = true;
- dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S3.RowHeadersDefaultCellStyle = dataGridViewCellStyle24;
- this.dgv_S3.RowHeadersVisible = false;
- dataGridViewCellStyle25.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S3.RowsDefaultCellStyle = dataGridViewCellStyle25;
- this.dgv_S3.RowTemplate.Height = 23;
- this.dgv_S3.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S3.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S3.ScrollBarStyleInherited = false;
- this.dgv_S3.SelectedIndex = -1;
- this.dgv_S3.Size = new System.Drawing.Size(388, 93);
- this.dgv_S3.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn8.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn8.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn9.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 200;
- //
- // tpnl_PLCStatus
- //
- this.tpnl_PLCStatus.Controls.Add(this.flowLayoutPanel1);
- this.tpnl_PLCStatus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tpnl_PLCStatus.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tpnl_PLCStatus.Location = new System.Drawing.Point(4, 284);
- this.tpnl_PLCStatus.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.tpnl_PLCStatus.MinimumSize = new System.Drawing.Size(1, 1);
- this.tpnl_PLCStatus.Name = "tpnl_PLCStatus";
- this.tpnl_PLCStatus.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.uiTableLayoutPanel1.SetRowSpan(this.tpnl_PLCStatus, 2);
- this.tpnl_PLCStatus.ShowText = false;
- this.tpnl_PLCStatus.Size = new System.Drawing.Size(232, 275);
- this.tpnl_PLCStatus.TabIndex = 5;
- this.tpnl_PLCStatus.Text = "PLC状态";
- this.tpnl_PLCStatus.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tpnl_PLCStatus.TitleColor = System.Drawing.Color.Gray;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel1);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel2);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel3);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel4);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel5);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel6);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel7);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel8);
- this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel9);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(27, 41);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(178, 294);
- this.flowLayoutPanel1.TabIndex = 0;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Controls.Add(this.LedB_S0, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 2);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel1.TabIndex = 1;
- //
- // LedB_S0
- //
- this.LedB_S0.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S0.Location = new System.Drawing.Point(3, 3);
- this.LedB_S0.Name = "LedB_S0";
- this.LedB_S0.Size = new System.Drawing.Size(26, 26);
- this.LedB_S0.TabIndex = 1;
- this.LedB_S0.Text = "uiLedBulb1";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(36, 3);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(133, 26);
- this.label1.TabIndex = 2;
- this.label1.Text = "[S0壳体上料]";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.Controls.Add(this.LedB_S1, 0, 0);
- this.tableLayoutPanel2.Controls.Add(this.label2, 1, 0);
- this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 38);
- this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel2.TabIndex = 2;
- //
- // LedB_S1
- //
- this.LedB_S1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S1.Location = new System.Drawing.Point(3, 3);
- this.LedB_S1.Name = "LedB_S1";
- this.LedB_S1.Size = new System.Drawing.Size(26, 26);
- this.LedB_S1.TabIndex = 1;
- this.LedB_S1.Text = "uiLedBulb2";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label2.Location = new System.Drawing.Point(36, 3);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(133, 26);
- this.label2.TabIndex = 2;
- this.label2.Text = "[S1装胶圈]";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel3
- //
- this.tableLayoutPanel3.ColumnCount = 2;
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.Controls.Add(this.LedB_S2, 0, 0);
- this.tableLayoutPanel3.Controls.Add(this.label3, 1, 0);
- this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 74);
- this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel3.Name = "tableLayoutPanel3";
- this.tableLayoutPanel3.RowCount = 1;
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel3.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel3.TabIndex = 3;
- //
- // LedB_S2
- //
- this.LedB_S2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S2.Location = new System.Drawing.Point(3, 3);
- this.LedB_S2.Name = "LedB_S2";
- this.LedB_S2.Size = new System.Drawing.Size(26, 26);
- this.LedB_S2.TabIndex = 1;
- this.LedB_S2.Text = "uiLedBulb3";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label3.Location = new System.Drawing.Point(36, 3);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 26);
- this.label3.TabIndex = 2;
- this.label3.Text = "[S2电性能测试]";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel4
- //
- this.tableLayoutPanel4.ColumnCount = 2;
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel4.Controls.Add(this.LedB_S3, 0, 0);
- this.tableLayoutPanel4.Controls.Add(this.label4, 1, 0);
- this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 110);
- this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel4.Name = "tableLayoutPanel4";
- this.tableLayoutPanel4.RowCount = 1;
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel4.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel4.TabIndex = 4;
- //
- // LedB_S3
- //
- this.LedB_S3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S3.Location = new System.Drawing.Point(3, 3);
- this.LedB_S3.Name = "LedB_S3";
- this.LedB_S3.Size = new System.Drawing.Size(26, 26);
- this.LedB_S3.TabIndex = 1;
- this.LedB_S3.Text = "uiLedBulb4";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Location = new System.Drawing.Point(36, 3);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(133, 26);
- this.label4.TabIndex = 2;
- this.label4.Text = "[S3导通性测试]";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel5
- //
- this.tableLayoutPanel5.ColumnCount = 2;
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel5.Controls.Add(this.LedB_S4, 0, 0);
- this.tableLayoutPanel5.Controls.Add(this.label5, 1, 0);
- this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 146);
- this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel5.Name = "tableLayoutPanel5";
- this.tableLayoutPanel5.RowCount = 1;
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel5.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel5.TabIndex = 5;
- //
- // LedB_S4
- //
- this.LedB_S4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S4.Location = new System.Drawing.Point(3, 3);
- this.LedB_S4.Name = "LedB_S4";
- this.LedB_S4.Size = new System.Drawing.Size(26, 26);
- this.LedB_S4.TabIndex = 1;
- this.LedB_S4.Text = "uiLedBulb5";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label5.Location = new System.Drawing.Point(36, 3);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(133, 26);
- this.label5.TabIndex = 2;
- this.label5.Text = "[S4气密测试]";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel6
- //
- this.tableLayoutPanel6.ColumnCount = 2;
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel6.Controls.Add(this.LedB_S5, 0, 0);
- this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
- this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 182);
- this.tableLayoutPanel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel6.Name = "tableLayoutPanel6";
- this.tableLayoutPanel6.RowCount = 1;
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel6.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel6.TabIndex = 6;
- //
- // LedB_S5
- //
- this.LedB_S5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S5.Location = new System.Drawing.Point(3, 3);
- this.LedB_S5.Name = "LedB_S5";
- this.LedB_S5.Size = new System.Drawing.Size(26, 26);
- this.LedB_S5.TabIndex = 1;
- this.LedB_S5.Text = "uiLedBulb6";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label6.Location = new System.Drawing.Point(36, 3);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(133, 26);
- this.label6.TabIndex = 2;
- this.label6.Text = "[S5激光标记]";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel7
- //
- this.tableLayoutPanel7.ColumnCount = 2;
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel7.Controls.Add(this.LedB_S6, 0, 0);
- this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
- this.tableLayoutPanel7.Location = new System.Drawing.Point(3, 218);
- this.tableLayoutPanel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel7.Name = "tableLayoutPanel7";
- this.tableLayoutPanel7.RowCount = 1;
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel7.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel7.TabIndex = 7;
- //
- // LedB_S6
- //
- this.LedB_S6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_S6.Location = new System.Drawing.Point(3, 3);
- this.LedB_S6.Name = "LedB_S6";
- this.LedB_S6.Size = new System.Drawing.Size(26, 26);
- this.LedB_S6.TabIndex = 1;
- this.LedB_S6.Text = "uiLedBulb7";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label7.Location = new System.Drawing.Point(36, 3);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(133, 26);
- this.label7.TabIndex = 2;
- this.label7.Text = "[S6CCD检测]";
- this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel8
- //
- this.tableLayoutPanel8.ColumnCount = 2;
- this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel8.Controls.Add(this.LedB_Heat, 0, 0);
- this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
- this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 254);
- this.tableLayoutPanel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel8.Name = "tableLayoutPanel8";
- this.tableLayoutPanel8.RowCount = 1;
- this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel8.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel8.TabIndex = 8;
- //
- // LedB_Heat
- //
- this.LedB_Heat.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_Heat.Location = new System.Drawing.Point(3, 3);
- this.LedB_Heat.Name = "LedB_Heat";
- this.LedB_Heat.Size = new System.Drawing.Size(26, 26);
- this.LedB_Heat.TabIndex = 1;
- this.LedB_Heat.Text = "uiLedBulb7";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label8.Location = new System.Drawing.Point(36, 3);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(133, 26);
- this.label8.TabIndex = 2;
- this.label8.Text = "上位机心跳";
- this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tableLayoutPanel9
- //
- this.tableLayoutPanel9.ColumnCount = 2;
- this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel9.Controls.Add(this.LedB_Alarm, 0, 0);
- this.tableLayoutPanel9.Controls.Add(this.label9, 1, 0);
- this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 290);
- this.tableLayoutPanel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.tableLayoutPanel9.Name = "tableLayoutPanel9";
- this.tableLayoutPanel9.RowCount = 1;
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
- this.tableLayoutPanel9.Size = new System.Drawing.Size(172, 32);
- this.tableLayoutPanel9.TabIndex = 9;
- //
- // LedB_Alarm
- //
- this.LedB_Alarm.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.LedB_Alarm.Location = new System.Drawing.Point(3, 3);
- this.LedB_Alarm.Name = "LedB_Alarm";
- this.LedB_Alarm.Size = new System.Drawing.Size(26, 26);
- this.LedB_Alarm.TabIndex = 1;
- this.LedB_Alarm.Text = "uiLedBulb7";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label9.Location = new System.Drawing.Point(36, 3);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 3, 3, 3);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(133, 26);
- this.label9.TabIndex = 2;
- this.label9.Text = "设备状态与报警";
- this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // tpnl_WholeLine
- //
- this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineRConnect);
- this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineConnect);
- this.tpnl_WholeLine.Controls.Add(this.Btn_WholeLineDisconnect);
- this.tpnl_WholeLine.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tpnl_WholeLine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tpnl_WholeLine.Location = new System.Drawing.Point(4, 144);
- this.tpnl_WholeLine.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.tpnl_WholeLine.MinimumSize = new System.Drawing.Size(1, 1);
- this.tpnl_WholeLine.Name = "tpnl_WholeLine";
- this.tpnl_WholeLine.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.tpnl_WholeLine.ShowText = false;
- this.tpnl_WholeLine.Size = new System.Drawing.Size(232, 134);
- this.tpnl_WholeLine.TabIndex = 4;
- this.tpnl_WholeLine.Text = "整线操作区-本次启动有效";
- this.tpnl_WholeLine.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tpnl_WholeLine.TitleColor = System.Drawing.Color.Gray;
- //
- // Btn_WholeLineRConnect
- //
- this.Btn_WholeLineRConnect.BackColor = System.Drawing.Color.Gray;
- this.Btn_WholeLineRConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_WholeLineRConnect.ForeColor = System.Drawing.Color.White;
- this.Btn_WholeLineRConnect.Location = new System.Drawing.Point(6, 112);
- this.Btn_WholeLineRConnect.Name = "Btn_WholeLineRConnect";
- this.Btn_WholeLineRConnect.Size = new System.Drawing.Size(220, 32);
- this.Btn_WholeLineRConnect.TabIndex = 5;
- this.Btn_WholeLineRConnect.Text = "重新连接PLC";
- this.Btn_WholeLineRConnect.UseVisualStyleBackColor = false;
- this.Btn_WholeLineRConnect.Click += new System.EventHandler(this.Btn_WholeLineRConnect_Click);
- //
- // Btn_WholeLineConnect
- //
- this.Btn_WholeLineConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(77)))), ((int)(((byte)(80)))));
- this.Btn_WholeLineConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_WholeLineConnect.ForeColor = System.Drawing.Color.White;
- this.Btn_WholeLineConnect.Location = new System.Drawing.Point(6, 39);
- this.Btn_WholeLineConnect.Name = "Btn_WholeLineConnect";
- this.Btn_WholeLineConnect.Size = new System.Drawing.Size(220, 32);
- this.Btn_WholeLineConnect.TabIndex = 4;
- this.Btn_WholeLineConnect.Text = "全部连接PLC";
- this.Btn_WholeLineConnect.UseVisualStyleBackColor = false;
- this.Btn_WholeLineConnect.Click += new System.EventHandler(this.Btn_WholeLineConnect_Click);
- //
- // Btn_WholeLineDisconnect
- //
- this.Btn_WholeLineDisconnect.BackColor = System.Drawing.Color.Gray;
- this.Btn_WholeLineDisconnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_WholeLineDisconnect.ForeColor = System.Drawing.Color.White;
- this.Btn_WholeLineDisconnect.Location = new System.Drawing.Point(6, 74);
- this.Btn_WholeLineDisconnect.Name = "Btn_WholeLineDisconnect";
- this.Btn_WholeLineDisconnect.Size = new System.Drawing.Size(220, 32);
- this.Btn_WholeLineDisconnect.TabIndex = 2;
- this.Btn_WholeLineDisconnect.Text = "全部断开PLC";
- this.Btn_WholeLineDisconnect.UseVisualStyleBackColor = false;
- this.Btn_WholeLineDisconnect.Click += new System.EventHandler(this.Btn_WholeLineDisconnect_Click);
- //
- // pnl_S0
- //
- this.pnl_S0.Controls.Add(this.dgv_S0);
- this.pnl_S0.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S0.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S0.Location = new System.Drawing.Point(244, 4);
- this.pnl_S0.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S0.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S0.Name = "pnl_S0";
- this.pnl_S0.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S0.ShowText = false;
- this.pnl_S0.Size = new System.Drawing.Size(394, 134);
- this.pnl_S0.TabIndex = 3;
- this.pnl_S0.Text = "[S0壳体上料] 事件记录-本次启动";
- this.pnl_S0.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S0.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S0
- //
- this.dgv_S0.AllowUserToAddRows = false;
- this.dgv_S0.AllowUserToDeleteRows = false;
- this.dgv_S0.AllowUserToOrderColumns = true;
- dataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S0.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle26;
- this.dgv_S0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S0.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S0.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle27.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle27.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S0.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle27;
- this.dgv_S0.ColumnHeadersHeight = 32;
- this.dgv_S0.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S0.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn4,
- this.dataGridViewTextBoxColumn6,
- this.dataGridViewTextBoxColumn5});
- dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle28.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle28.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S0.DefaultCellStyle = dataGridViewCellStyle28;
- this.dgv_S0.EnableHeadersVisualStyles = false;
- this.dgv_S0.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S0.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S0.Location = new System.Drawing.Point(3, 38);
- this.dgv_S0.Name = "dgv_S0";
- this.dgv_S0.ReadOnly = true;
- dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle29.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S0.RowHeadersDefaultCellStyle = dataGridViewCellStyle29;
- this.dgv_S0.RowHeadersVisible = false;
- dataGridViewCellStyle30.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle30.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle30.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle30.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S0.RowsDefaultCellStyle = dataGridViewCellStyle30;
- this.dgv_S0.RowTemplate.Height = 23;
- this.dgv_S0.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S0.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S0.ScrollBarStyleInherited = false;
- this.dgv_S0.SelectedIndex = -1;
- this.dgv_S0.Size = new System.Drawing.Size(388, 93);
- this.dgv_S0.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "SnNumber";
- this.dataGridViewTextBoxColumn4.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn6.DataPropertyName = "Message";
- this.dataGridViewTextBoxColumn6.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn6.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.DataPropertyName = "CreateTime";
- this.dataGridViewTextBoxColumn5.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn5.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 200;
- //
- // pnl_S1
- //
- this.pnl_S1.Controls.Add(this.dgv_S1);
- this.pnl_S1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnl_S1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnl_S1.Location = new System.Drawing.Point(646, 4);
- this.pnl_S1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.pnl_S1.MinimumSize = new System.Drawing.Size(1, 1);
- this.pnl_S1.Name = "pnl_S1";
- this.pnl_S1.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.pnl_S1.ShowText = false;
- this.pnl_S1.Size = new System.Drawing.Size(394, 134);
- this.pnl_S1.TabIndex = 2;
- this.pnl_S1.Text = "[S1装胶圈] 事件记录-本次启动";
- this.pnl_S1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.pnl_S1.TitleColor = System.Drawing.Color.Gray;
- //
- // dgv_S1
- //
- this.dgv_S1.AllowUserToAddRows = false;
- this.dgv_S1.AllowUserToDeleteRows = false;
- this.dgv_S1.AllowUserToOrderColumns = true;
- dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31;
- this.dgv_S1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv_S1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_S1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle32.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32;
- this.dgv_S1.ColumnHeadersHeight = 32;
- this.dgv_S1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgv_S1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn2});
- dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle33.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_S1.DefaultCellStyle = dataGridViewCellStyle33;
- this.dgv_S1.EnableHeadersVisualStyles = false;
- this.dgv_S1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_S1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_S1.Location = new System.Drawing.Point(3, 38);
- this.dgv_S1.Name = "dgv_S1";
- this.dgv_S1.ReadOnly = true;
- dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_S1.RowHeadersDefaultCellStyle = dataGridViewCellStyle34;
- this.dgv_S1.RowHeadersVisible = false;
- dataGridViewCellStyle35.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle35.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle35.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle35.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_S1.RowsDefaultCellStyle = dataGridViewCellStyle35;
- this.dgv_S1.RowTemplate.Height = 23;
- this.dgv_S1.ScrollBarColor = System.Drawing.Color.Gray;
- this.dgv_S1.ScrollBarRectColor = System.Drawing.SystemColors.AppWorkspace;
- this.dgv_S1.ScrollBarStyleInherited = false;
- this.dgv_S1.SelectedIndex = -1;
- this.dgv_S1.Size = new System.Drawing.Size(388, 93);
- this.dgv_S1.TabIndex = 1;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "SnNumber";
- this.dataGridViewTextBoxColumn1.HeaderText = "产品数字SN";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.dataGridViewTextBoxColumn3.DataPropertyName = "Message";
- this.dataGridViewTextBoxColumn3.FillWeight = 10.30928F;
- this.dataGridViewTextBoxColumn3.HeaderText = "事件记录";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 120;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "CreateTime";
- this.dataGridViewTextBoxColumn2.HeaderText = "发生时间";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 200;
- //
- // tpnl_SimplexStation
- //
- this.tpnl_SimplexStation.Controls.Add(this.cmb_SimpleStationName);
- this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationDBView);
- this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationDisconnect);
- this.tpnl_SimplexStation.Controls.Add(this.Btn_SimpleStationConnect);
- this.tpnl_SimplexStation.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tpnl_SimplexStation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tpnl_SimplexStation.Location = new System.Drawing.Point(4, 4);
- this.tpnl_SimplexStation.Margin = new System.Windows.Forms.Padding(4, 4, 4, 2);
- this.tpnl_SimplexStation.MinimumSize = new System.Drawing.Size(1, 1);
- this.tpnl_SimplexStation.Name = "tpnl_SimplexStation";
- this.tpnl_SimplexStation.RectColor = System.Drawing.SystemColors.AppWorkspace;
- this.tpnl_SimplexStation.ShowText = false;
- this.tpnl_SimplexStation.Size = new System.Drawing.Size(232, 134);
- this.tpnl_SimplexStation.TabIndex = 1;
- this.tpnl_SimplexStation.Text = "单工站操作区-本次启动有效";
- this.tpnl_SimplexStation.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tpnl_SimplexStation.TitleColor = System.Drawing.Color.Gray;
- //
- // cmb_SimpleStationName
- //
- this.cmb_SimpleStationName.BackColor = System.Drawing.Color.WhiteSmoke;
- this.cmb_SimpleStationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmb_SimpleStationName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.cmb_SimpleStationName.FormattingEnabled = true;
- this.cmb_SimpleStationName.Items.AddRange(new object[] {
- "[S0]壳体上料",
- "[S1]装胶圈",
- "[S2]电性能测试",
- "[S3]导通性测试",
- "[S4]气密测试",
- "[S5]激光标记",
- "[S6]CCD检测",
- "独立线程-上位机心跳",
- "独立线程-采集设备状态与报警"});
- this.cmb_SimpleStationName.Location = new System.Drawing.Point(7, 38);
- this.cmb_SimpleStationName.Name = "cmb_SimpleStationName";
- this.cmb_SimpleStationName.Size = new System.Drawing.Size(218, 24);
- this.cmb_SimpleStationName.TabIndex = 3;
- //
- // Btn_SimpleStationDBView
- //
- this.Btn_SimpleStationDBView.BackColor = System.Drawing.Color.Gray;
- this.Btn_SimpleStationDBView.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_SimpleStationDBView.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Btn_SimpleStationDBView.ForeColor = System.Drawing.Color.White;
- this.Btn_SimpleStationDBView.Location = new System.Drawing.Point(6, 116);
- this.Btn_SimpleStationDBView.Name = "Btn_SimpleStationDBView";
- this.Btn_SimpleStationDBView.Size = new System.Drawing.Size(220, 25);
- this.Btn_SimpleStationDBView.TabIndex = 2;
- this.Btn_SimpleStationDBView.Text = "查看实时数据";
- this.Btn_SimpleStationDBView.UseVisualStyleBackColor = false;
- this.Btn_SimpleStationDBView.Click += new System.EventHandler(this.Btn_SimpleStationDBView_Click);
- //
- // Btn_SimpleStationDisconnect
- //
- this.Btn_SimpleStationDisconnect.BackColor = System.Drawing.Color.Gray;
- this.Btn_SimpleStationDisconnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_SimpleStationDisconnect.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Btn_SimpleStationDisconnect.ForeColor = System.Drawing.Color.White;
- this.Btn_SimpleStationDisconnect.Location = new System.Drawing.Point(6, 90);
- this.Btn_SimpleStationDisconnect.Name = "Btn_SimpleStationDisconnect";
- this.Btn_SimpleStationDisconnect.Size = new System.Drawing.Size(220, 25);
- this.Btn_SimpleStationDisconnect.TabIndex = 1;
- this.Btn_SimpleStationDisconnect.Text = "停止连接PLC";
- this.Btn_SimpleStationDisconnect.UseVisualStyleBackColor = false;
- this.Btn_SimpleStationDisconnect.Click += new System.EventHandler(this.Btn_SimpleStationDisconnect_Click);
- //
- // Btn_SimpleStationConnect
- //
- this.Btn_SimpleStationConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(77)))), ((int)(((byte)(80)))));
- this.Btn_SimpleStationConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_SimpleStationConnect.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Btn_SimpleStationConnect.ForeColor = System.Drawing.Color.White;
- this.Btn_SimpleStationConnect.Location = new System.Drawing.Point(6, 64);
- this.Btn_SimpleStationConnect.Name = "Btn_SimpleStationConnect";
- this.Btn_SimpleStationConnect.Size = new System.Drawing.Size(220, 25);
- this.Btn_SimpleStationConnect.TabIndex = 0;
- this.Btn_SimpleStationConnect.Text = "连接PLC";
- this.Btn_SimpleStationConnect.UseVisualStyleBackColor = false;
- this.Btn_SimpleStationConnect.Click += new System.EventHandler(this.Btn_SimpleStationConnect_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(645, 422);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(123, 23);
- this.button1.TabIndex = 11;
- this.button1.Text = "测试\'事件记录展示\'";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Form_PLCDB
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1044, 561);
- this.Controls.Add(this.uiTableLayoutPanel1);
- this.Name = "Form_PLCDB";
- this.Text = "Form_PLCDB";
- this.Load += new System.EventHandler(this.Form_PLCDB_Load);
- this.uiTableLayoutPanel1.ResumeLayout(false);
- this.pnl_S6.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S6)).EndInit();
- this.pnl_S4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S4)).EndInit();
- this.pnl_S5.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S5)).EndInit();
- this.pnl_S2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S2)).EndInit();
- this.pnl_S3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S3)).EndInit();
- this.tpnl_PLCStatus.ResumeLayout(false);
- this.flowLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.tableLayoutPanel2.ResumeLayout(false);
- this.tableLayoutPanel2.PerformLayout();
- this.tableLayoutPanel3.ResumeLayout(false);
- this.tableLayoutPanel3.PerformLayout();
- this.tableLayoutPanel4.ResumeLayout(false);
- this.tableLayoutPanel4.PerformLayout();
- this.tableLayoutPanel5.ResumeLayout(false);
- this.tableLayoutPanel5.PerformLayout();
- this.tableLayoutPanel6.ResumeLayout(false);
- this.tableLayoutPanel6.PerformLayout();
- this.tableLayoutPanel7.ResumeLayout(false);
- this.tableLayoutPanel7.PerformLayout();
- this.tableLayoutPanel8.ResumeLayout(false);
- this.tableLayoutPanel8.PerformLayout();
- this.tableLayoutPanel9.ResumeLayout(false);
- this.tableLayoutPanel9.PerformLayout();
- this.tpnl_WholeLine.ResumeLayout(false);
- this.pnl_S0.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S0)).EndInit();
- this.pnl_S1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_S1)).EndInit();
- this.tpnl_SimplexStation.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
- private Sunny.UI.UITitlePanel pnl_S0;
- private Sunny.UI.UIDataGridView dgv_S0;
- private Sunny.UI.UITitlePanel pnl_S1;
- private Sunny.UI.UIDataGridView dgv_S1;
- private Sunny.UI.UITitlePanel tpnl_SimplexStation;
- private Sunny.UI.UITitlePanel tpnl_WholeLine;
- private Sunny.UI.UITitlePanel tpnl_PLCStatus;
- private Sunny.UI.UITitlePanel pnl_S2;
- private Sunny.UI.UIDataGridView dgv_S2;
- private Sunny.UI.UITitlePanel pnl_S3;
- private Sunny.UI.UIDataGridView dgv_S3;
- private Sunny.UI.UITitlePanel pnl_S4;
- private Sunny.UI.UIDataGridView dgv_S4;
- private Sunny.UI.UITitlePanel pnl_S5;
- private Sunny.UI.UIDataGridView dgv_S5;
- private Sunny.UI.UITitlePanel pnl_S6;
- private Sunny.UI.UIDataGridView dgv_S6;
- private System.Windows.Forms.Button Btn_SimpleStationConnect;
- private System.Windows.Forms.Button Btn_SimpleStationDBView;
- private System.Windows.Forms.Button Btn_SimpleStationDisconnect;
- private System.Windows.Forms.ComboBox cmb_SimpleStationName;
- private System.Windows.Forms.Button Btn_WholeLineDisconnect;
- private System.Windows.Forms.Button Btn_WholeLineConnect;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private Sunny.UI.UILedBulb LedB_S0;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private Sunny.UI.UILedBulb LedB_S1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
- private Sunny.UI.UILedBulb LedB_S2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
- private Sunny.UI.UILedBulb LedB_S3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
- private Sunny.UI.UILedBulb LedB_S4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
- private Sunny.UI.UILedBulb LedB_S5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
- private Sunny.UI.UILedBulb LedB_S6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button Btn_WholeLineRConnect;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
- private Sunny.UI.UILedBulb LedB_Heat;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
- private Sunny.UI.UILedBulb LedB_Alarm;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- }
- }
|