文件管理器Delphi簡單代碼,只實現了部分功能,主要是實現了文件的信息查看、刪除文件夾和創建文件夾,主要面向Delphi初學者,高手請繞行。
01
unit
MainUnit;
02
interface
03
uses
04
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
05
StdCtrls, FileCtrl;
06
type
07
TMainForm =
class
(TForm)
08
Label1: TLabel;
09
Edit1: TEdit;
10
Button1: TButton;
11
Button2: TButton;
12
Button3: TButton;
13
procedure
Edit1Change(Sender: TObject);
14
Button1Click(Sender: TObject);
15
Button2Click(Sender: TObject);
16
Button3Click(Sender: TObject);
17
private
18
{ Private declarations }
19
public
20
{ Public declarations }
21
end
;
22
var
23
MainForm: TMainForm;
24
S:
String
25
implementation
26
{$R *.DFM}
27
TMainForm
.
28
begin
29
if
Edit1
Text<>
''
then
30
31
Button1
Enabled:=
True
32
Button2
33
Button3
34
35
else
36
37
False
38
39
40
41
42
43
44
S:= Edit1
Text;
45
SelectDirectory(S, [sdAllowCreate, sdPerformCreate, sdPrompt],
0
)
46
Text:= S;
47
48
49
50
DirectoryExists(Edit1
Text)
51
ShowMessage(
'該文件夾已經存在'
52
53
54
MessageDlg(
'建立新建文件夾'
+ Edit1
Text+
'?'
, mtConfirmation, [mbYes, mbNo],
)= mrYes
55
ForceDirectorIEs(Edit1
Text);
56
57
58
59
60
61
62
'刪除文件夾'
63
64
S<> Edit1
Text
65
RmDir(Edit1
66
67
'該文件夾正在使用'
);
68
69
70
71
'該文件夾不存在'
, mtError, [mbOk],
72
73
本例效果圖:代碼文件:unit Unit1;i
Delphi使用CRC加密算法對文件加密的例子。CRC就是
制作多邊形窗體的關鍵在於設定多邊形的區域,並根據這個指
//添加顏色變換uses GDIPAPI, GDIPOBJ
ORA-12505, TNS:listener does n