Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit8.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1 by yamat0jp, Sun Nov 22 11:18:44 2015 UTC revision 5 by yamat0jp, Tue Dec 29 08:41:54 2015 UTC
# Line 3  unit Unit8; Line 3  unit Unit8;
3  interface  interface
4    
5  uses  uses
6    Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes;    SysUtils, Classes, Controls, Forms,
7      IWVCLBaseContainer, IWColor, IWContainer, IWRegion, IWHTMLContainer,
8      IWHTML40Container, IWCompButton, IWCompEdit, IWCompLabel, IWDBStdCtrls,
9      IWVCLBaseControl, IWBaseControl, IWBaseHTMLControl, IWControl, IWCompExtCtrls,
10      IWCompRectangle, IWHTMLControls;
11    
12  type  type
13    TPayForm = class(TIWAppForm)    TIWFrame8 = class(TFrame)
14        IWFrameRegion: TIWRegion;
15        IWImage1: TIWImage;
16        IWDBLabel1: TIWDBLabel;
17        IWLabel1: TIWLabel;
18        IWLabel2: TIWLabel;
19        IWEdit1: TIWEdit;
20        IWButton1: TIWButton;
21        IWDBLabel2: TIWDBLabel;
22        IWDBLabel3: TIWDBLabel;
23        IWRectangle1: TIWRectangle;
24        IWLink1: TIWLink;
25      private
26        { Private declarations }
27    public    public
28        { Public declarations }
29    end;    end;
30    
31  implementation  implementation
32    
33  {$R *.dfm}  {$R *.dfm}
34    
35    uses Unit3;
36    
37  end.  end.

Legend:
Removed from v.1  
changed lines
  Added in v.5

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