Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/IndividualAbon.pas

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

revision 1.5.2.1 by h677, Tue May 17 14:32:51 2005 UTC revision 1.7 by h677, Sun Aug 21 09:55:55 2005 UTC
# Line 4  interface Line 4  interface
4    
5  uses  uses
6    Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,    Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
7    Dialogs, StdCtrls, Buttons;    Dialogs, StdCtrls, Buttons, ExtCtrls;
8    
9  type  type
10    TIndividualAbonForm = class(TForm)    TIndividualAbonForm = class(TForm)
11      ComboBox1: TComboBox;      Panel1: TPanel;
     Label1: TLabel;  
     Button1: TButton;  
     BitBtn2: TBitBtn;  
12      BitBtn1: TBitBtn;      BitBtn1: TBitBtn;
13        BitBtn2: TBitBtn;
14        Button1: TButton;
15        Panel2: TPanel;
16        Label1: TLabel;
17        ComboBox1: TComboBox;
18      procedure Button1Click(Sender: TObject);      procedure Button1Click(Sender: TObject);
19      procedure FormCreate(Sender: TObject);      procedure FormCreate(Sender: TObject);
20      procedure FormDestroy(Sender: TObject);      procedure FormDestroy(Sender: TObject);

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.7

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