上位机v1.0

This commit is contained in:
sunbeam 2023-12-11 19:21:27 +08:00
parent 0e85956a0d
commit ae234bf5ce
2 changed files with 4 additions and 24 deletions

View File

@ -1,30 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="串口上位机" libEmbed="true" icon="..." ui="win" output="串口上位机.exe" CompanyName="单位名称" FileDescription="串口上位机" LegalCopyright="Copyright (C) 作者 2022" ProductName="串口上位机" InternalName="串口上位机" FileVersion="0.0.0.02" ProductVersion="0.0.0.02" publishDir="/dist/" dstrip="false"> <project ver="10" name="串口上位机" libEmbed="true" icon="..." ui="win" output="K74B上位机.exe" CompanyName="单位名称" FileDescription="K74B上位机" LegalCopyright="Copyright (C) 作者 2022" ProductName="K74B上位机" InternalName="K74B上位机" FileVersion="0.0.0.02" ProductVersion="0.0.0.02" publishDir="/dist/" dstrip="false">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/> <file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="资源文件" path="res" embed="true" local="false" ignored="false"> <folder name="资源文件" path="res" embed="true" local="false" ignored="false">
<folder name="img" path="res\img" comment="res\img" local="false" embed="true" ignored="false"> <folder name="img" path="res\img" comment="res\img" local="false" embed="true" ignored="false">
<file name="坐垫上升.png" path="res\img\坐垫上升.png" comment="res\img\坐垫上升.png"/> <file name="image1.png" path="res\img\image1.png" comment="res\img\image1.png"/>
<file name="坐垫下降.png" path="res\img\坐垫下降.png" comment="res\img\坐垫下降.png"/>
<file name="头枕上升.png" path="res\img\头枕上升.png" comment="res\img\头枕上升.png"/>
<file name="头枕下降.png" path="res\img\头枕下降.png" comment="res\img\头枕下降.png"/>
<file name="座椅加热0.png" path="res\img\座椅加热0.png" comment="res\img\座椅加热0.png"/>
<file name="座椅加热1.png" path="res\img\座椅加热1.png" comment="res\img\座椅加热1.png"/>
<file name="座椅加热2.png" path="res\img\座椅加热2.png" comment="res\img\座椅加热2.png"/>
<file name="座椅加热3.png" path="res\img\座椅加热3.png" comment="res\img\座椅加热3.png"/>
<file name="座椅复位.png" path="res\img\座椅复位.png" comment="res\img\座椅复位.png"/>
<file name="座椅按摩0.png" path="res\img\座椅按摩0.png" comment="res\img\座椅按摩0.png"/>
<file name="座椅按摩1.png" path="res\img\座椅按摩1.png" comment="res\img\座椅按摩1.png"/>
<file name="座椅通风0.png" path="res\img\座椅通风0.png" comment="res\img\座椅通风0.png"/>
<file name="座椅通风1.png" path="res\img\座椅通风1.png" comment="res\img\座椅通风1.png"/>
<file name="座椅通风2.png" path="res\img\座椅通风2.png" comment="res\img\座椅通风2.png"/>
<file name="座椅通风3.png" path="res\img\座椅通风3.png" comment="res\img\座椅通风3.png"/>
<file name="滑轨前移.png" path="res\img\滑轨前移.png" comment="res\img\滑轨前移.png"/>
<file name="滑轨后移.png" path="res\img\滑轨后移.png" comment="res\img\滑轨后移.png"/>
<file name="腿托升起.png" path="res\img\腿托升起.png" comment="res\img\腿托升起.png"/>
<file name="腿托降下.png" path="res\img\腿托降下.png" comment="res\img\腿托降下.png"/>
<file name="靠背前移.png" path="res\img\靠背前移.png" comment="res\img\靠背前移.png"/>
<file name="靠背后移.png" path="res\img\靠背后移.png" comment="res\img\靠背后移.png"/>
</folder> </folder>
</folder> </folder>
<folder name="窗体文件" path="dlg" comment="目录" embed="true"/> <folder name="窗体文件" path="dlg" comment="目录" embed="true" local="false" ignored="false"/>
</project> </project>

View File

@ -2,7 +2,7 @@ import fonts.fontAwesome;
import win.dlg.message; import win.dlg.message;
import win.ui; import win.ui;
/*DSG{{*/ /*DSG{{*/
mainForm = win.form(text="串口上位机";right=885;bottom=591;border="dialog frame";max=false) mainForm = win.form(text="K74B上位机";right=885;bottom=591;border="dialog frame";max=false)
mainForm.add( mainForm.add(
btnClear={cls="button";text="清空";left=760;top=555;right=875;bottom=582;hide=1;z=14}; btnClear={cls="button";text="清空";left=760;top=555;right=875;bottom=582;hide=1;z=14};
btnFresh={cls="button";text="刷新";left=41;top=47;right=138;bottom=101;font=LOGFONT(h=-20);z=3}; btnFresh={cls="button";text="刷新";left=41;top=47;right=138;bottom=101;font=LOGFONT(h=-20);z=3};