Commit 9e80a754 authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

7-10

parent ae603ee6
......@@ -36,7 +36,7 @@ namespace GcDevicePc.CK_UI
private void UserCtl_Load(object sender, EventArgs e)
{
Systemtype = CKVocAnalyzer.GlobalCKV.Systemtype;
switch (Systemtype)
{
......
......@@ -42,7 +42,7 @@
this.userCtl1.Location = new System.Drawing.Point(0, 16);
this.userCtl1.Name = "userCtl1";
this.userCtl1.Size = new System.Drawing.Size(758, 468);
this.userCtl1.Systemtype = 2;
this.userCtl1.Systemtype = 0;
this.userCtl1.TabIndex = 0;
//
// buttonFID
......
......@@ -15,11 +15,14 @@ namespace GcDevicePc
{
public FormUser()
{
InitializeComponent();
}
private void FormUser_Load(object sender, EventArgs e)
{
// userCtl1.Systemtype = CKVocAnalyzer.GlobalCKV.Systemtype;
}
......
......@@ -398,7 +398,7 @@ namespace GcDevicePc
float fDetvalueold = 0.0f;
private void timer1_Tick(object sender, EventArgs e)
{
this.Text = String.Format("VOCs在线监测-1.0.3.00 {0}",Formstr);
this.Text = String.Format("VOCs在线监测-1.1.3.00 {0}",Formstr);
if (LandIn.Island)
{
HmiStatus.Text = String.Format("状态:{0}", statestr);
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment