Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /Unit5.pas

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide 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: 571 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
1 yamat0jp 1 unit Unit5;
2    
3     interface
4    
5     uses
6     Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes, IWVCLComponent,
7     IWBaseLayoutComponent, IWBaseContainerLayout, IWContainerLayout,
8     IWTemplateProcessorHTML, Vcl.Controls, IWVCLBaseControl, IWBaseControl,
9     IWBaseHTMLControl, IWControl, IWCompButton;
10    
11     type
12     TIWForm3 = class(TIWAppForm)
13     IWTemplateProcessorHTML1: TIWTemplateProcessorHTML;
14     IWButton1: TIWButton;
15     IWButton2: TIWButton;
16     IWButton3: TIWButton;
17     IWButton4: TIWButton;
18     public
19     end;
20    
21     implementation
22    
23     {$R *.dfm}
24    
25    
26     end.

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