1. 데이터 수신전에는 알람이 울리지 않도록 함
This commit is contained in:
@@ -64,7 +64,7 @@ namespace vmsnet
|
||||
this.DispCtrl1.Size = new System.Drawing.Size(774, 699);
|
||||
this.DispCtrl1.TabIndex = 3;
|
||||
this.DispCtrl1.Times = null;
|
||||
this.DispCtrl1.Values = null;
|
||||
this.DispCtrl1._Values = null;
|
||||
this.DispCtrl1.OnAlamChange += DispCtrl1_OnAlamChangeL;
|
||||
this.DispCtrl1.OnChangedShowIndex += DispCtrl1_OnChangedShowIndex;
|
||||
this.DispCtrl1.OnClickCell += DispCtrl1_OnClickCell;
|
||||
@@ -768,7 +768,8 @@ namespace vmsnet
|
||||
PUB.StatusMSG("Ready...");
|
||||
this.DispCtrl1.initmsg = "Complete";
|
||||
this.DispCtrl1.init = true;
|
||||
this.DispCtrl1.Values = PUB.Values;
|
||||
this.DispCtrl1._Values = PUB._Values;
|
||||
this.DispCtrl1.Received = PUB.Received;
|
||||
this.DispCtrl1.Times = PUB.Times;
|
||||
//Me.DispCtrl1.WINDOW.restarttime = CONFIG.Restart
|
||||
this.DispCtrl1.SmallSize = System.Convert.ToInt32(PUB.CONFIG.viewSize);
|
||||
|
||||
Reference in New Issue
Block a user