📄 test.~pa
字号:
unit test;
interface
uses
Fmxutils, Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TForm1 = class(TForm)
SpeedButton1: TSpeedButton;
procedure SpeedButton1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
procedure TForm1.SpeedButton1Click(Sender: TObject);
var
Fromfile , ToFile, ToFilePath : string;
source : integer;
FromDateTime, ToDateTime : string;
begin
Fromfile := 'c:\pidpr\ygmis\pub\proj\immainx.exe';
if not FileExists(Fromfile) then
begin
showmessage(FromFile + 'ぃ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -