| | |
| | | this.cbPingbiSafeGuard.Text = "遮罩安全門"; |
| | | this.cbPingbiSafeGuard.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
| | | this.cbPingbiSafeGuard.UseVisualStyleBackColor = true; |
| | | this.cbPingbiSafeGuard.CheckedChanged += new System.EventHandler(this.cbPingbiSafeGuard_CheckedChanged); |
| | | // |
| | | // cbPingbiGuangshan |
| | | // |
| | |
| | | this.cbPingbiGuangshan.Text = "遮罩光柵"; |
| | | this.cbPingbiGuangshan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
| | | this.cbPingbiGuangshan.UseVisualStyleBackColor = true; |
| | | this.cbPingbiGuangshan.CheckedChanged += new System.EventHandler(this.cbPingbiGuangshan_CheckedChanged); |
| | | // |
| | | // FormPlcOperation |
| | | // |
| | |
| | | |
| | | _opc.ReadOneItem_Wrapper(OPCOutputTag.PingbiSafeGuard, ref result); |
| | | cbPingbiSafeGuard.Checked = result != null && (bool)result ? true : false; |
| | | |
| | | this.Load += (s, e) => |
| | | { |
| | | cbPingbiGuangshan.CheckedChanged += cbPingbiGuangshan_CheckedChanged; |
| | | cbPingbiSafeGuard.CheckedChanged += cbPingbiSafeGuard_CheckedChanged; |
| | | }; |
| | | } |
| | | |
| | | private void cbLoadRbtAlarm_CheckedChanged(object sender, EventArgs e) |
| | |
| | | // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, |
| | | // 方法是按如下所示使用“*”: |
| | | // [assembly: AssemblyVersion("1.0.*")] |
| | | [assembly: AssemblyVersion("1.0.1.0")] |
| | | [assembly: AssemblyFileVersion("1.0.1.0")] |
| | | [assembly: AssemblyVersion("1.0.1.1")] |
| | | [assembly: AssemblyFileVersion("1.0.1.1")] |