program OverbyteCliTst; uses Forms, OverbyteCliTst1 in 'OverbyteCliTst1.pas' {TestClientForm}, OverbyteCipherLz in 'OverbyteCipherLz.pas', OverbyteCipher in 'OverbyteCipher.pas'; {$R *.RES} begin Application.Initialize; Application.CreateForm(TTestClientForm, TestClientForm); Application.Run; end.