Changeset 9 for trunk/Inp.pas
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 Win32 7 7 *.~dsk 8 C-evo.exe 9 Integrated.compiled 10 Integrated.lps 11 lib
-
- Property svn:ignore
-
trunk/Inp.pas
r6 r9 1 {$INCLUDE switches}1 {$INCLUDE Switches.pas} 2 2 unit Inp; 3 3 … … 7 7 ScreenTools, Messg, 8 8 9 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,9 LCLIntf, LCLType, LMessages, Messages, SysUtils, Classes, Graphics, Controls, Forms, 10 10 ButtonA, StdCtrls, ButtonB, ButtonBase; 11 11 … … 31 31 implementation 32 32 33 {$R *. DFM}33 {$R *.lfm} 34 34 35 35 procedure TInputDlg.FormCreate(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.