Skip to content

Commit

Permalink
VERSION 1
Browse files Browse the repository at this point in the history
  • Loading branch information
diona-katzlein committed May 22, 2024
1 parent b859556 commit 3cba3cf
Show file tree
Hide file tree
Showing 31 changed files with 11,794 additions and 0 deletions.
14 changes: 14 additions & 0 deletions IPChanger.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
program IPChanger;

uses
Vcl.Forms,
Unit2 in 'Unit2.pas' {Form2};

{$R *.res}

begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm2, Form2);
Application.Run;
end.
982 changes: 982 additions & 0 deletions IPChanger.dproj

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions IPChanger.dproj.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2024/04/01 09:32:16.000.131,=Y:\Delphi 10.4 Project\Unit2.pas</Transaction>
<Transaction>2024/04/01 09:34:16.000.292,Y:\Delphi 10.4 Project\Unit2.dfm=Y:\Delphi 10.4 Project\IPChanger\Unit2.dfm</Transaction>
<Transaction>2024/04/01 09:34:16.000.292,Y:\Delphi 10.4 Project\Unit2.pas=Y:\Delphi 10.4 Project\IPChanger\Unit2.pas</Transaction>
<Transaction>2024/04/01 09:34:22.000.042,Y:\Delphi 10.4 Project\Project1.dproj=Y:\Delphi 10.4 Project\IPChanger\IPChanger.dproj</Transaction>
</Transactions>
</BorlandProject>
Binary file added IPChanger.identcache
Binary file not shown.
Binary file added IPChanger.res
Binary file not shown.
Binary file added IPChanger_Icon.ico
Binary file not shown.
Loading

0 comments on commit 3cba3cf

Please sign in to comment.