Ignore:
Timestamp:
Mar 25, 2013, 10:58:03 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Celé číslo účtu rozděleno do samostatných částí jako samotné číslo a kód banky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r16 r20  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    9   ExtCtrls, Menus, ActnList, Spin, EditBtn, UFioAPI, URegistry, Registry,
    10   DateUtils;
     9  ExtCtrls, Menus, ActnList, Spin, EditBtn, ComCtrls, UFioAPI, URegistry,
     10  Registry, DateUtils;
    1111
    1212type
     
    3636    Label5: TLabel;
    3737    Label6: TLabel;
     38    Label7: TLabel;
    3839    LabelBalance: TLabel;
     40    ListView1: TListView;
    3941    SpinEditYear: TSpinEdit;
    4042    SpinEditId: TSpinEdit;
     43    SpinEditLastId: TSpinEdit;
    4144    procedure ButtonGetStateClick(Sender: TObject);
    4245    procedure ButtonIntervalClick(Sender: TObject);
Note: See TracChangeset for help on using the changeset viewer.