From ae234bf5ce639bd6b38c5c1c82ab6d68083191e3 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Mon, 11 Dec 2023 19:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BD=8D=E6=9C=BAv1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- K74B串口上位机/default.aproj | 26 +++----------------------- K74B串口上位机/main.aardio | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/K74B串口上位机/default.aproj b/K74B串口上位机/default.aproj index 63dd6bc..ed3d61e 100644 --- a/K74B串口上位机/default.aproj +++ b/K74B串口上位机/default.aproj @@ -1,30 +1,10 @@  - + - - - - - - - - - - - - - - - - - - - - - + - + diff --git a/K74B串口上位机/main.aardio b/K74B串口上位机/main.aardio index cb8960d..75070eb 100644 --- a/K74B串口上位机/main.aardio +++ b/K74B串口上位机/main.aardio @@ -2,7 +2,7 @@ import fonts.fontAwesome; import win.dlg.message; import win.ui; /*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( 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};