From 6b628c7ac3424ea06b2e333719dd823415d00665 Mon Sep 17 00:00:00 2001 From: Crimson Date: Wed, 19 Jun 2024 21:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.aardio | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.aardio b/main.aardio index c91bb6d..ae18e86 100644 --- a/main.aardio +++ b/main.aardio @@ -12,8 +12,9 @@ import teMenu; /*DSG{{*/ var mainForm = win.form(text="TabEditor++";right=1399;bottom=799;bgcolor=16777215) mainForm.add( -custom={cls="custom";text="自定义控件";left=0;top=36;right=1400;bottom=800;ah=1;aw=1;bgcolor=12639424;db=1;dl=1;dr=1;dt=1;z=2}; -plus={cls="plus";left=0;top=0;right=1400;bottom=36;bgcolor=16777215;border={left=1;top=1;right=1;color=-6250332};clipBk=false;clipch=1;dl=1;dr=1;dt=1;font=LOGFONT(h=-18);forecolor=16777215;notify=1;repeat="stretch";z=1} +custom={cls="custom";text="自定义控件";left=5;top=36;right=1395;bottom=772;ah=1;aw=1;bgcolor=12639424;db=1;dl=1;dr=1;dt=1;z=2}; +plus={cls="plus";left=5;top=0;right=1395;bottom=36;bgcolor=16777215;border={left=1;top=1;right=1;color=-6250332};clipBk=false;clipch=1;dl=1;dr=1;dt=1;font=LOGFONT(h=-18);forecolor=16777215;notify=1;repeat="stretch";z=1}; +plusBottom={cls="plus";left=5;top=772;right=1395;bottom=800;align="left";textPadding={left=10;right=10};z=3} ) /*}}*/