Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit8.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Nov 22 11:18:44 2015 UTC (8 years, 4 months ago) by yamat0jp
File MIME type: text/x-pascal
File size: 200 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
1 unit Unit8;
2
3 interface
4
5 uses
6 Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes;
7
8 type
9 TPayForm = class(TIWAppForm)
10 public
11 end;
12
13 implementation
14
15 {$R *.dfm}
16
17
18 end.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26