Browse Source

调整

HuiZhou
fajiao 2 years ago
parent
commit
da9d38a55e
  1. 2
      AutoWeightServer/App.config
  2. 2
      AutoWeightServer/Program.cs
  3. 2
      AutoWeightServer/UI/FrmMainServer.cs
  4. 1
      AutoWeightServer/UI/UC/UCCarIn.cs
  5. BIN
      dll/Led显示屏/Led5kSDK.dll
  6. BIN
      dll/打印机/YkPosdll.dll
  7. 0
      dll/指纹识别/TesoLive.dll

2
AutoWeightServer/App.config

@ -58,7 +58,7 @@
<!--其它-->
<add key="SavePhoto_Day" value="90" />
<add key="IsPretreatPlate" value="1" />
<add key="ShowDebug" value="0" />
<add key="ShowDebug" value="1" />
<add key="ShowTrailer" value="1" />
<add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>

2
AutoWeightServer/Program.cs

@ -27,7 +27,7 @@ namespace EC.AutoWeightServer
// 在应用程序启动时运行的代码
log4net.Config.XmlConfigurator.Configure();
_mutex = new Mutex(false, "FrmServer", out var bCreatedNew);
_mutex = new Mutex(false, "AutoWeightServer", out var bCreatedNew);
if (bCreatedNew)
{

2
AutoWeightServer/UI/FrmMainServer.cs

@ -36,7 +36,7 @@ namespace EC.AutoWeightServer.UI
DeviceCenter = new DeviceCenter(this);
LocalAttrCenter.CheckSiteConfig();
//DeviceCenter.OpenDevices();
DeviceCenter.OpenDevices();
DeviceCenter.CheckDevicesConnect();
LoadDevicesCallBack();

1
AutoWeightServer/UI/UC/UCCarIn.cs

@ -190,7 +190,6 @@ namespace EC.AutoWeightServer.UI.UC
{
return;
}
//comboBoxTrailer.ItemHeight = 40;
e.DrawBackground();
e.DrawFocusRectangle();
e.Graphics.DrawString(comboBoxTrailer.Items[e.Index].ToString(), e.Font, new SolidBrush(e.ForeColor), e.Bounds.X, e.Bounds.Y + 5);

BIN
dll/Led显示屏/Led5kSDK.dll

Binary file not shown.

BIN
dll/打印机/YkPosdll.dll

Binary file not shown.

0
dll/TesoLive.dll → dll/指纹识别/TesoLive.dll

Loading…
Cancel
Save