Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/IndividualAbon.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
| |