Browse Subversion Repository
Annotation of /zencart_clone.dpr
Parent Directory
| Revision Log
Revision 17 -
( hide annotations)
( download)
Wed Aug 24 12:31:07 2016 UTC
(7 years, 7 months ago)
by yamat0jp
File size: 930 byte(s)
ご注文内容発送フォームがしっくりいくようになりました。
| 1 |
yamat0jp |
1 |
program zencart_clone; |
| 2 |
|
|
|
| 3 |
|
|
uses |
| 4 |
yamat0jp |
2 |
IWRtlFix, |
| 5 |
|
|
IWJclStackTrace, |
| 6 |
|
|
IWJclDebug, |
| 7 |
yamat0jp |
1 |
Forms, |
| 8 |
|
|
IWStart, |
| 9 |
|
|
UTF8ContentParser, |
| 10 |
yamat0jp |
2 |
Unit1 in 'Unit1.pas' {IWForm1: TIWAppForm}, |
| 11 |
yamat0jp |
1 |
ServerController in 'ServerController.pas' {IWServerController: TIWServerControllerBase}, |
| 12 |
|
|
UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession: TIWUserSessionBase}, |
| 13 |
yamat0jp |
2 |
Unit2 in 'Unit2.pas' {IWFrame1: TFrame}, |
| 14 |
|
|
Unit3 in 'Unit3.pas' {DataModule3: TDataModule}, |
| 15 |
yamat0jp |
12 |
Unit5 in 'Unit5.pas' {AdminPage: TIWAppForm}, |
| 16 |
yamat0jp |
1 |
Unit6 in 'Unit6.pas' {UserForm: TIWAppForm}, |
| 17 |
yamat0jp |
5 |
Unit7 in 'Unit7.pas' {PayForm: TIWAppForm}, |
| 18 |
|
|
Unit4 in 'Unit4.pas' {CartForm: TIWAppForm}, |
| 19 |
yamat0jp |
7 |
Unit8 in 'Unit8.pas' {IWFrame8: TFrame}, |
| 20 |
yamat0jp |
8 |
Unit9 in 'Unit9.pas' {MyPage: TIWAppForm}, |
| 21 |
yamat0jp |
15 |
Unit10 in 'Unit10.pas' {IWForm10: TIWAppForm}, |
| 22 |
yamat0jp |
17 |
Unit11 in 'Unit11.pas' {AdminFile: TIWAppForm}, |
| 23 |
|
|
Unit13 in 'Unit13.pas' {IWForm13: TIWAppForm}; |
| 24 |
yamat0jp |
1 |
|
| 25 |
|
|
{$R *.res} |
| 26 |
|
|
|
| 27 |
|
|
begin |
| 28 |
|
|
TIWStart.Execute(True); |
| 29 |
|
|
end. |
| |