From c49f2e2856f713b444ec547fa22777e769435151 Mon Sep 17 00:00:00 2001 From: cz_012273 Date: Thu, 25 Nov 2021 15:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=AE=B0=E4=BA=8B=E6=9C=AC?= =?UTF-8?q?=E6=89=93=E5=BC=80XML=E3=80=81LRC=E6=96=87=E4=BB=B6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MyDelphi.dproj | 10 +++++----- MyDialogs.pas | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MyDelphi.dproj b/MyDelphi.dproj index 5953ea7..4fc85fe 100644 --- a/MyDelphi.dproj +++ b/MyDelphi.dproj @@ -342,23 +342,23 @@ true - + - ic_notification.png true - + true - + + ic_notification.png true - + true diff --git a/MyDialogs.pas b/MyDialogs.pas index c824f26..31b5217 100644 --- a/MyDialogs.pas +++ b/MyDialogs.pas @@ -285,6 +285,8 @@ begin FFilterList.add('.pas=PASCAL源代码'); FFilterList.add('.bat=批处理文件'); FFilterList.add('.html=HTML网页文件'); + FFilterList.add('.xml=XML数据文件'); + FFilterList.add('.lrc=歌词文件'); FMultiSelect := False; TPlatformServices.Current.SupportsPlatformService(IFMXVirtualKeyboardService, IInterface(FFMXVirtualKeyboardService)); -- GitLab